1eb407bf55b6d4a32e707171a0d0ae0045bdef6c
[koha.git] / misc / release_notes / release_notes_16_5_0.md
1 # RELEASE NOTES FOR KOHA 16.05.00
2 26 May 2016
3
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
8
9 - [Koha Community](http://koha-community.org)
10
11 Koha 16.05.00 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-16.05.00.tar.gz)
14
15 Installation instructions can be found at:
16
17 Please note - Ubuntu 16.04 support is still WIP and isn't supported at the moment, due to stricter MySQL version 5.7.  All installs and updates should be done on versions previous to MySQL 5.7.  Thanks
18
19 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
20 - OR in the INSTALL files that come in the tarball
21
22 Koha 16.05.00 is a major release, that comes with many new features.
23
24 It includes 7 new features, 340 enhancements, 472 bugfixes.
25
26 ## New features
27
28 ### Acquisitions
29
30 - [[7736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736) Edifact QUOTE and ORDER functionality
31
32 ### Authentication
33
34 - [[10988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988) Allow login via Google OAuth2 (OpenID Connect)
35
36 ### Cataloging
37
38 - [[11023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11023) Automatic item modification by age (Was "Toggle new status for items")
39
40 ### Circulation
41
42 - [[9129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9129) Add the ability to set the maximum fine for an item to its replacement price
43
44 ### Notices
45
46 - [[9021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021) Add SMS via email as an alternative to SMS services via SMS::Send drivers
47
48 ### OPAC
49
50 - [[8753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753) Add forgot password link to OPAC
51 - [[11622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622) Add ability to pay fees and fines from OPAC via PayPal
52
53 ## Enhancements
54
55 ### About
56
57 - [[15465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15465) README for github
58
59 ### Acquisitions
60
61 - [[12333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12333) Add floating toolbar to acquisition basket summary page
62 - [[13238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13238) Improve heading on vendor search when searching for all vendors
63 - [[15004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15004) Allow to change amounts of duplicated budgets
64 - [[15049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15049) Add warning about "No active currency" to Acquisitions start page
65 - [[15519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15519) Warns when creating a basket
66 - [[15531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15531) Add support for standing orders
67 - [[15630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15630) Make Edifact module pluggable
68 - [[16036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16036) Making basket actions buttons
69 - [[16037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16037) Rename 'Print' to 'Export as PDF' for basket groups
70 - [[16142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16142) Making 'order' a button for new order suggestions
71 - [[16262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16262) Remove the use of "onclick" from acquisitions basket template
72 - [[16351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16351) Error when trying to receive a new shipment without specifying invoice number
73
74 ### Architecture, internals, and plumbing
75
76 - [[5404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5404) C4::Koha::subfield_is_koha_internal_p no longer serves a purpose
77 - [[11625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11625) Default to logged in library for circ rules and notices & slips
78 - [[11747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11747) Default to logged in library for Overdue notice/status triggers
79 - [[14751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14751) Allow C4::Context->interface to be set to 'sip' or 'commandline'
80 - [[14828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14828) Move the item types related code to Koha::ItemTypes
81 - [[14889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14889) Move the framework related code to Koha::BiblioFramework[s]
82 - [[15084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084) Move the currency related code to Koha::Acquisition::Currenc[y|ies]
83 - [[15288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15288) Error pages: Code duplication removal and better translatability
84 - [[15294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15294) Move the C4::Branch related code to Koha::Libraries - part 1
85 - [[15295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15295) Move the C4::Branch related code to Koha::Libraries - part 2
86 - [[15380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15380) Move the authority types related code to Koha::Authority::Type[s] - part 1
87 - [[15381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15381) Move the authority types related code to Koha::Authority::Type[s] - part 2
88 - [[15481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15481) Remove dead code in datatables.js
89 - [[15548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15548) New patron related code should have been put to Patron instead of Borrower
90 - [[15628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15628) Remove get_branchinfos_of vestiges
91 - [[15629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15629) Move the C4::Branch related code to Koha::Libraries - part 3
92 - [[15631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15631) Move the cities related code to Koha::Cities - part 2
93 - [[15632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15632) Move the messages related code to Koha::Patron::Messages
94 - [[15635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15635) Move the patron images related code to Koha::Patron::Images
95 - [[15653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15653) Updating a guarantor has never updated its guarantees
96 - [[15656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15656) Move the guarantor/guarantees code to Koha::Patron
97 - [[15731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15731) C4::Reports::Guided::build_authorised_value_list is not used
98 - [[15769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15769) C4::Koha::slashifyDate is outdated
99 - [[15783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15783) C4::Koha::AddAuthorisedValue can be replaced with Koha::AuthorisedValue->new->store
100 - [[15796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15796) C4::Koha - get_itemtypeinfos_of is not used anymore
101 - [[15797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15797) C4::Koha::GetKohaImageurlFromAuthorisedValues is no longer in use
102 - [[15798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15798) C4::Koha::displayServers is no longer in use
103 - [[15800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15800) Koha::AuthorisedValues - Remove C4::Koha::IsAuthorisedValueCategory
104 - [[15870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15870) Add Filter for MARC to respect visibility settings
105 - [[16011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16011) Remove $VERSION from our modules
106 - [[16044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044) Define a L1 cache for all objects set in cache
107 - [[16070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16070) Empty (undef) system preferences may cause some issues in combination with memcache
108 - [[16086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16086) Add Koha::Issue objects.
109 - [[16087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16087) Add Koha::OldIssues Objects
110 - [[16103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16103) Remove FK constraint for sms_provider_id in deletedborrowers
111 - [[16157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16157) C4::Koha::GetAuthorisedValues should not handle the selected option
112 - [[16158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16158) GetAuthorisedValues should not be called inside a loop
113 - [[16167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16167) Remove prefs to drive authorised value images
114 - [[16168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16168) Eliminate unneeded C4::Context->dbh calls in C4/Biblio.pm
115 - [[16169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16169) TransformMarcToKoha should not take $dbh in parameters
116 - [[16199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16199) C4::Ris::charconv is one of the less useful subroutines ever written
117 - [[16221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16221) Use Storable::dclone() instead of Clone::clone() for L1 cache deep-copying mode
118 - [[16238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16238) Upgrade jQuery in staff client: use .prop() instead of .attr()
119
120 ### Authentication
121
122 - [[11807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11807) Add categorycode conversions to LDAP authentication.
123
124 ### Cataloging
125
126 - [[11084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084) Delete biblios on Leader 05 =d
127 - [[12670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12670) Show materials label instead of code
128 - [[14168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14168) enhance streaming cataloging to include youtube
129 - [[14199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14199) Unify all organization code plugins
130 - [[15225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15225) Make HTML5Media work with file upload feature
131 - [[15859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15859) Move some basic MARC editor controls into settings menu
132 - [[15952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15952) Moving cataloging search actions into a drop-down menu
133 - [[16205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16205) MARC editor settings menu should use a Font Awesome icon
134
135 ### Circulation
136
137 - [[1983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1983) Add option to create hold request when checking out an item already on loan
138 - [[11565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11565) decreaseLoanHighHolds needs Override
139 - [[13592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13592) Hold fee not being applied on placing a hold
140 - [[14395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14395) Two different ways to calculate 'No renewal before' (days or hours)
141 - [[14577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14577) Allow restriction of checkouts based on fines of guarantor/guarantee
142 - [[14753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14753) Show accession date on checkin
143 - [[14945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14945) Add the ability to store the last patron to return an item
144 - [[15129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15129) Koha::object for issuing rules
145 - [[15471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15471) Add column settings and filters to Holds queue table
146 - [[15564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15564) Display "print slip" option when returning an item which is in a rotating collection
147 - [[15571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15571) reserveforothers permission does not remove Search to hold button from patron account
148 - [[15675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675) Add issue_id column to accountlines and use it for updating fines
149 - [[15793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15793) UX of circulation patron search with long lists of returned borrowers
150 - [[15821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15821) Use Font Awesome icons in confirmation dialogs - Circulation
151 - [[16141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16141) Making 'Transfers to receive' action a button
152
153 ### Command-line Utilities
154
155 - [[12289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12289) stage_file.pl does not allow control of nomatch options
156 - [[13143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143) Add a tool to show a Koha's password
157 - [[14292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14292) Add --category and --skip-category options to longoverdue.pl to include or exclude borrower categories.
158 - [[14532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14532) koha-dump should provide a way to exclude Zebra indexes
159 - [[16039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16039) Quiet flag support for share_usage_with_koha_community.pl
160
161 ### Database
162
163 - [[13624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624) Remove columns branchcode, categorytype from table overduerules_transport_types
164
165 ### Documentation
166
167 - [[13136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136) Add documentation for Home > Tools > Labels home > Manage label Layouts
168
169 ### Hold requests
170
171 - [[12803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803) Add ability to skip closed libraries when generating the holds queue
172 - [[13517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13517) Show waiting date on reserve/request.pl
173 - [[14134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14134) Make "Holds over" show holds expiring tomorrow if ExpireReservesMaxPickUpDelay is set
174 - [[14310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14310) Add ability to suspend and resume individual holds from the patron holds table
175 - [[14694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14694) Make decreaseloanHighHolds more flexible
176 - [[15443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15443) Re-code RESERVESLIP as HOLD_SLIP
177 - [[15532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15532) Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
178 - [[15533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15533) Allow patrons and librarians to select itemtype when placing hold
179 - [[15534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534) Add the ability to prevent a patron from placing a hold on a record with available items
180
181 ### I18N/L10N
182
183 - [[15231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15231) Import patrons: Remove string splitting by html tags to avoid weird translations
184 - [[15274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15274) Better translatability for circulation.pl / circulation.tt
185 - [[15301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301) Translatability: branchtransfers.tt: Remove ambiguous "To" and fix splitted sentence.
186 - [[16382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382) Update German web installer sample files for 16.05
187
188 ### Installation and upgrade (web-based installer)
189
190 - [[14622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622) Add fr-CA data folder in the web installer
191
192 ### Label/patron card printing
193
194 - [[14131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14131) Patroncard: Add possibility to print from patron lists
195 - [[15211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15211) Label/patron card creators need to have Tools sidebar
196 - [[15662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15662) String and translatability fix to Label Creator
197 - [[16152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16152) Rename label management table column to Actions
198 - [[16153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16153) Adding "actions" class to Label Creator table actions so the buttons dont wrap
199
200 ### Lists
201
202 - [[15403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15403) Confirm messages in intranet lists interface strangely worded
203 - [[15583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15583) List of lists in the staff client should have a default sort
204 - [[16110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16110) Making lists actions buttons
205 - [[16338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16338) Remove the use of "onclick" from the lists template
206
207 ### MARC Authority data support
208
209 - [[15931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15931) If Authority is not used by any records, remove link to cataloguing search
210 - [[15932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15932) Moving Authorities actions into a drop-down menu
211
212 ### MARC Bibliographic data support
213
214 - [[14306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14306) Show URL from MARC21 field 555$u in basket and detail
215 - [[15162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15162) Add for Unimarc transformation to new metadata formats
216 - [[16460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460) Update MARC21 frameworks to Update No. 22 (April 2016)
217 - [[16470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470) Update MARC21 es-ES frameworks to Update 22 (April 2016)
218
219 ### MARC Bibliographic record staging/import
220
221 - [[2324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2324) Undo Import should have a confirm dialog
222 - [[16052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16052) Styling buttons after MARC records have been staged
223 - [[16057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057) Use font awesome button for cleaning a batch of staged MARC records
224
225 ### Notices
226
227 - [[9004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9004) Talking Tech doesn't account for holidays when calculating a holds last pickup date
228 - [[10076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10076) Add Bcc syspref for claimacquisition and clamissues
229 - [[12426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12426) Allow resending of emails from the notices tab in the patron account
230 - [[12923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12923) Improve error logging for advance_notices.pl; Show borrowernumber when no letter of type is found and force utf8 output.
231 - [[14515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14515) Add biblioitems table to notices in C4/Reserves.pm
232 - [[16048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16048) Making notices actions buttons
233
234 ### OPAC
235
236 - [[5979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5979) Add separate OPACISBD system preference
237 - [[6624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6624) Allow Koha to use the new read API from OpenLibrary
238 - [[7594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7594) Google Cover Javascript contains hardcoded CSS style
239 - [[13642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642) Adding new features for Dublin Core metadata
240 - [[13774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774) Add the unique anchors of news as links in the RSS for news in Opac
241 - [[13918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13918) Add waiting expiration date to opac list of holds for user
242 - [[14305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14305) Public way to look at the Opac of different branches
243 - [[14523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523) Google jackets being blocked when OPAC using HTTPS
244 - [[14571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14571) using_https check for ssl connections doesn't work in some situations
245 - [[14582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14582) OPAC detail shows an unuseful link to "add tag" when user is not logged in
246 - [[14658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14658) Split PatronSelfRegistrationBorrowerUnwantedField into two preferences for creating and editing
247 - [[14659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14659) Allow patrons to enter card number and patron category on OPAC registration page
248 - [[15044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15044) add suggestion's date on Your purchase suggestions tab in OPAC
249 - [[15311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15311) Let libraries set text to display when OpacMaintenance = on
250 - [[15574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15574) Better wording for error message when adding tags
251 - [[15813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15813) Fix list-context call to ...->guarantor in opac-memberentry.pl
252 - [[16283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16283) Make OPAC registration captcha case insensitive
253
254 ### Packaging
255
256 - [[4940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4940) Koha should include sample rc.d script(s) for *BSD
257 - [[15303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15303) Letsencrypt option for Debian package installations
258 - [[15714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15714) Remove zebra.log from debian scripts and add optional log levels
259 - [[16016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16016) Integrate sitemap.pl into the packages
260 - [[16190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16190) Enable the indexer daemon by default
261
262 ### Patrons
263
264 - [[9303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303) relative's checkouts in the opac
265 - [[10468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10468) Add pending holds to summary print
266 - [[11088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11088) Patron entry page should use floating toolbar like cataloging interface
267 - [[12528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528) Enable staff to deny message setting access to patrons on the OPAC
268 - [[13931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13931) Date of birth in patron search result and in autocomplete
269 - [[14406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14406) When adding messages in patron account, only first name is shown in pull down
270 - [[14497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14497) Add warning to patron details page if patron's fines exceed noissuescharge
271 - [[14763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14763) show patron's age
272 - [[14834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14834) Make membership_expiry cronjob more flexible
273 - [[14948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14948) Display amounts right aligned in tables on patron pages
274 - [[15096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15096) Export today's checked in barcodes: Display warning if reading history is set to "never"
275 - [[15196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15196) Order patrons on patron lists by name
276 - [[15206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15206) Show patron's age when filling date of birth in memberentry.pl
277 - [[15343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15343) Allow patrons to choose their own password on self registration.
278 - [[15543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15543) Use another notice in membership_expiry.pl
279 - [[16100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16100) Buttons in patron toolbar are styled differently
280 - [[16120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16120) Making action on patron search a button
281 - [[16182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16182) Make phone number clickable to call
282 - [[16183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16183) Add confirm message for deleting patron messages
283 - [[16234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16234) Borrower account has an unnecessary link to 'View item'
284 - [[16235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16235) Making borrower account actions buttons
285 - [[16316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16316) Make it possible to limit patron search to surname
286
287 ### Reports
288
289 - [[7683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683) statistic wizard: cataloging
290 - [[10154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10154) Add collection, location, and callnumber filters to report for most circulated items
291 - [[11371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371) Add a new report : Orders by budget
292 - [[12544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12544) Send scheduled reports as an attachment
293 - [[15321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15321) Add delete report option to Show, Edit and Run screens
294 - [[15863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15863) When creating a dictionary for date column, date range selection should be hidden if all dates is selected
295 - [[16161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16161) Add confirm message when deleting dictionary definition
296 - [[16162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16162) Making dictionary 'Delete' a font awesome button
297 - [[16163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16163) Show message if there are no dictionary definitions
298 - [[16281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16281) Remove the use of "onclick" from Reports module
299 - [[16359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16359) Filter search box covers other elements on saved reports page
300 - [[16389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16389) Reports row limit should change upon option selection
301
302 ### SIP2
303
304 - [[14512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14512) Add support for AV field to Koha's SIP2 Server
305
306 ### Searching
307
308 - [[12478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478) Elasticsearch support for Koha
309 - [[14277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14277) Search index 'lex' does not honor MARC indicator "ind1"
310 - [[14332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14332) Skip title articles on Opac using ind2 of tag 245 (MARC21 only)
311 - [[14899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14899) Mapping configuration page for Elastic search
312 - [[15263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15263) XSLT display fetches sysprefs for every result processed
313 - [[15555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15555) Index 024$a into Identifier-other:u url register when source $2 is uri
314 - [[16363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363) Use floating toolbar on advanced search
315
316 ### Serials
317
318 - [[12375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375) Store serials enumeration data in separate fields
319 - [[16074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16074) Making frequencies actions buttons
320 - [[16075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16075) Making numbering patterns actions buttons
321 - [[16097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16097) Making messages for subscription fields more user friendly
322 - [[16098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16098) Making subscription fields actions buttons
323 - [[16099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16099) Make name required field when creating subscription field
324 - [[16164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16164) Making check expiration actions buttons
325
326 ### Staff Client
327
328 - [[4941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4941) Remove singleBranchMode system preference
329
330 > The singleBranchMode system preference has been removed. Koha instance with multiple libraries will not longer be able to use single branch mode. Single branch mode will be automatically enabled for Koha instances with only one library configured.
331
332
333 - [[11280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11280) Change Withdrawn toggle to drop down selection of authorized values
334 - [[12342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12342) Patron registration datepicker dropdown shows only 10 years
335 - [[15008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15008) Add custom HTML areas to circulation and reports home pages
336 - [[15413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15413) Adding colons where they should appear in forms etc to be consistent
337 - [[15638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15638) spelling mistake in ~/Koha/reserve/placerequest.pl:4: writen  ==> written
338 - [[15640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15640) Accessibility - ensure there are no titles on hover over the links (circ home page)
339 - [[16028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16028) Remove redundant hold links
340 - [[16130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16130) Show the item non-public note on the detail view
341
342 ### System Administration
343
344 - [[15552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15552) Better wording of intranetreadinghistory syspref
345 - [[15617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15617) Be able to close "Click to edit" text boxes after opening them
346 - [[15665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15665) Better wording of error messages when importing MARC frameworks
347 - [[15965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15965) Koha to MARC mapping - table changes with selection of drop down menu
348 - [[15966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15966) Move MARC frameworks actions into a drop down menu
349 - [[15988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15988) Moving authority types actions into a drop-down menu
350 - [[15989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15989) Making classification sources actions buttons
351 - [[15990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15990) Making record matching rules actions buttons
352 - [[15991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15991) Moving OAI sets actions into a drop-down menu
353 - [[15992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15992) Renaming 'Operations' column heading to 'Actions'
354 - [[15993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993) Making currency actions buttons
355 - [[15994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15994) Adding font awesome icons to Funds actions
356 - [[15995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15995) Making libraries actions buttons
357 - [[16081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16081) Making Koha to MARC mapping actions buttons
358 - [[16096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16096) Change 'Modify' to 'Edit' for OAI sets config
359 - [[16132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16132) Remove branch select button in Library Transfer Limits
360 - [[16236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16236) Making authorised values actions buttons
361 - [[16263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16263) Making authority tags and subfields actions buttons
362 - [[16265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16265) Making item types actions buttons
363 - [[16267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16267) Making circ and fines rules actions buttons
364 - [[16268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16268) Add confirm message when deleting circ and fines rules
365 - [[16286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16286) Use validation plugin when adding or editing patron category
366 - [[16297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16297) Remove the use of "onclick" from OAI sets configuration template
367 - [[16298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16298) Standardize on "Patron categories" when referring to patron category administration
368 - [[16299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16299) Use validation plugin when creating a patron attribute type
369 - [[16301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16301) Remove the use of "onclick" from SMS cellular providers template
370 - [[16305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16305) Remove the use of "onclick" from transport cost matrix
371 - [[16308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16308) Remove the use of "onclick" from Z39.50/SRU servers template
372 - [[16383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383) Making Local Use sysprefs actions buttons
373
374 ### Templates
375
376 - [[10171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171) Add a header in Advanced Search (staff interface)
377 - [[10347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10347) Deactivate "Add item" button when "Add multiple copies" was activated
378 - [[12051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12051) add renew tab to top on staff client
379 - [[13302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13302) Use CSS3 ellipsis for email address in staff client patron sidebar
380 - [[13464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13464) Standardize the pagination class
381 - [[13778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13778) Putting patron lists buttons into a dropdown menu
382 - [[14304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14304) RDA: Display link in XSLT for 264 field to reflect Zebra indexing
383 - [[14377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14377) Indicate that a record is suppressed in staff client
384 - [[15285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15285) Upgrade DataTables to 1.10.10 or later
385 - [[15309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15309) Use Bootstrap modal for cataloging search MARC and Card preview
386 - [[15313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15313) Use Bootstrap modal for z39.50 search MARC and Card preview
387 - [[15314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15314) Use Bootstrap modal for cataloging merge MARC preview
388 - [[15316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15316) Use Bootstrap modal for authority Z39.50 search results preview
389 - [[15317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15317) Use Bootstrap modal for MARC and Card preview when ordering from staged files
390 - [[15318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15318) Use Bootstrap modal for MARC and Card preview when ordering an external source
391 - [[15319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15319) Use Bootstrap modal for MARC preview when performing batch record modifications
392 - [[15320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15320) Use Bootstrap modal for MARC preview when ordering from an existing record
393 - [[15669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15669) alphabetize marc modification pulldowns
394 - [[15671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15671) Show branch name instead of branch code in checkout history
395 - [[15672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15672) Show descriptions instead of codes on the hold ratios report
396 - [[15692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15692) Move some patron entry form JavaScript into members.js
397 - [[15785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15785) Use Font Awesome icons in confirmation dialogs
398 - [[15825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15825) Patron lists does not show tools menu sidebar
399 - [[15826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15826) Use Font Awesome icons in confirmation dialogs - Tools
400 - [[15843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15843) Move MARC subfields structure JavaScript into separate file
401 - [[15846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15846) Move MARC Framework JavaScript into separate file
402 - [[15858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15858) Use Font Awesome icons in dialog alert for addorder.tt
403 - [[15867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15867) Move MARC modification templates JavaScript into separate file
404 - [[15883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15883) Upgrade jQuery from v1.7.2 in the staff client
405 - [[15886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15886) Revise layout and behavior of audio alerts management
406 - [[15887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15887) Revise layout and behavior of item search fields management
407 - [[15910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15910) Move header search keep text JavaScript into staff-global.js
408 - [[15918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15918) Obsolete file datatables-strings.inc can be removed
409 - [[15936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15936) Revise layout and behavior of SMS cellular providers management
410 - [[15938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15938) Use validation plugin when adding or editing classification sources and filing rules
411 - [[15950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15950) Use Font Awesome icons for acquisitions basket close confirmation
412 - [[15951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15951) Use Font Awesome icons for acquisitions order cancellation confirmation
413 - [[15959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15959) Use Font Awesome icons for attach item confirmations
414 - [[15960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15960) Use Font Awesome icons for classification filing rule deletion error
415 - [[15961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15961) Use Font Awesome icons for confirmation of currency deletion
416 - [[15963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15963) Use Font Awesome icons for confirmation after deleting MARC tag
417 - [[15978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15978) Use Font Awesome icons for guided reports error dialog
418 - [[15979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15979) Use Font Awesome icons subscription deletion confirmation dialog
419 - [[15980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15980) Use Font Awesome icons in subscription frequency deletion confirmation dialog
420 - [[15983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15983) Use Font Awesome icons in serial numbering pattern deletion confirmation dialog
421 - [[16019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16019) Remove unused blue.css
422 - [[16020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16020) Remove unused CSS and images following label creator UX changes
423 - [[16021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16021) Use Font Awesome icons on automatic item modifications by age page
424 - [[16032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16032) Use Font Awesome icon in "note" styled divs
425 - [[16043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16043) Use Font Awesome icon in hold confirmation dialog
426 - [[16045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16045) Use Font Awesome icons in OAI sets administration
427 - [[16046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16046) Use Font Awesome icons on patron edit pages
428 - [[16059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16059) Use Font Awesome icons in standard cataloging duplicate warning dialog
429 - [[16060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16060) Add Font Awesome icon to Z39.50 search button when no results are found
430 - [[16061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16061) Use Font Awesome icons in reports when filter returns no results
431 - [[16062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16062) Remove CSS and images related to old "approve" and "deny" button styles
432 - [[16064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16064) Remove use of image to indicate approval in tags moderation
433 - [[16065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16065) Use Font Awesome icons in dialog when duplicate patron is suspected
434 - [[16071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16071) Use Font Awesome icons in authority record duplicate warning dialog
435 - [[16078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16078) Remove unused YUI CSS
436 - [[16080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16080) Remove unused images from the staff client
437 - [[16092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16092) Fix error dialog and use Font Awesome Icons when deleting branch group
438 - [[16228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16228) Move some patron entry form JavaScript into members.js again
439 - [[16241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16241) Move staff client CSS out of language directory
440 - [[16242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16242) Move staff client JavaScript out of language directory
441 - [[16341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16341) Revise the way table controls look on the title detail page
442 - [[16366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16366) Remove obsolete "border" attribute from <img> tags
443 - [[16368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16368) Remove obsolete attributes from table tags
444 - [[16372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16372) Replace the use of "onclick" for deletion confirmation in some templates
445 - [[16386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386) Replace the use of "onclick" from patron card creator templates
446 - [[16438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438) Use Font Awesome icons in batch templates
447
448 ### Test Suite
449
450 - [[12787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12787) Unit test files should be better organized
451 - [[15258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15258) Prevent unused declared variables
452 - [[15756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15756) Some tests for haspermission in C4::Auth
453 - [[15956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15956) Rearranging some SIP unit tests (testable without SIP server)
454 - [[16155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16155) Composite keys in TestBuilder and more
455 - [[16173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16173) db_structure.t shouldn't have a fixed number of tests
456 - [[16320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16320) Refactor ILSDI_Services.t so it uses TestBuilder
457
458 ### Tools
459
460 - [[10612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612) Add ability to delete patrons with batch patron deletion tool
461 - [[14686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14686) New menu option and permission for file uploading
462 - [[15213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15213) Fix tools sidebar to highlight Patron lists when in that module
463 - [[15414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15414) Noisy warns when creating new layout for patron card creator
464 - [[15573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15573) String and translatability fix to Patron Card Creator
465 - [[15824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15824) 'Done' button is unclear on batch item modification and deletion
466 - [[15827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15827) Unfriendly message when saving overdue notice/status triggers
467 - [[15828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15828) Upload patron images is hard to read
468 - [[15829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15829) Rotating Collections is under Patrons on Tools Home - Should be Catalog
469 - [[15830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15830) Move Rotating Collections actions into a drop-down list
470 - [[16058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058) Add a button to delete an individual news item
471 - [[16077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16077) Remove unused script and template card-print
472 - [[16139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16139) Renaming 'Unseen since' column in Inventory/Stocktaking
473 - [[16193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16193) Typo in Automatic item modifications by age
474 - [[16337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16337) Remove the use of "onclick" from the stage MARC records template
475 - [[16360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16360) Buttons wrap in Actions column for reviewing tags
476
477 ### Web services
478
479 - [[13903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13903) Add API routes to list, create, update, delete holds
480 - [[14257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14257) Add show_extended_attributes to ILS-DI call GetPatronInfo
481 - [[14939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14939) OAI Server classes must be modularized
482 - [[15126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15126) REST API: Use newer version of Swagger2
483 - [[15527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15527) OAI-PMH should have a stylesheet to aid usability
484
485 ### translate.koha-community.org
486
487 - [[15080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15080) ./translate-tool should tell if xgettext-executable is missing
488
489
490 ## Critical bugs fixed
491
492 (this list includes all bugfixes since the previous major version. Most of them
493 have already been fixed in maintainance releases)
494
495 ### Acquisitions
496
497 - [[16010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16010) merge_authorities migration script is broken
498 - [[16089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16089) Acquisitions -> Invoice broken by Bug 15084
499 - [[16227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16227) The currencies of vendor and order do not display correctly
500 - [[16237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16237) Adding new EDI account results in Perl error when plugins are not activated
501 - [[16256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16256) Can't edit library EAN if you leave EAN empty
502
503 ### Architecture, internals, and plumbing
504
505 - [[11998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998) Syspref caching issues
506 - [[15344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344) GetMemberDetails called unecessary
507 - [[15429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15429) sub _parseletter should not change referenced values
508 - [[15446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446) Koha::Object[s]->type should be renamed to _type to avoid conflict with column name
509 - [[15447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15447) log4perl.conf does not have __LOG_DIR__ replaced when installing
510 - [[15473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15473) Koha::Objects->find should find if the key is an empty string
511 - [[15478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15478) Checksum mismatch when regenerating schema
512 - [[15578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15578) Authority tests skip and hide a bug
513 - [[15585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15585) Move C4::Passwordrecovery to Koha::Patron::Password::Reset
514 - [[15680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15680) Fresh install of Koha cannot find any dependencies
515 - [[15687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15687) Syntax errors in misc/translator/xgettext.pl
516 - [[15891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15891) Late night for Brendan :) updatedatabase
517 - [[16007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16007) Correction of 'Remove columns branchcode, categorytype from table overduerules_transport_types'
518 - [[16068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16068) System preference override feature (OVERRIDE_SYSPREF_* = ) is not reliable for some cache systems
519 - [[16084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16084) log4perl.conf not properly set on packages
520 - [[16138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16138) Restart plack when rotating logfiles
521 - [[16229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16229) Koha::Cache should be on the safe side
522 - [[16288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288) Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems
523 - [[16418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418) EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql
524 - [[16505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505) rebuild_zebra.pl skips updates if -x is passed
525 - [[16539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16539) Koha::Cache is incorrectly caching single holidays
526
527 ### Authentication
528
529 - [[15889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15889) Login with LDAP deletes extended attributes
530
531 ### Cataloging
532
533 - [[15256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15256) Items table on detail page can be broken
534 - [[15358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15358) merge.pl does not populate values to merge
535 - [[15572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15572) Authority creation fails when authid is linked to 001 field
536 - [[15579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15579) records_batchmod permission doesn't allow access to batch modification
537 - [[16373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16373) merge.pl reports success but files are not merged
538
539 ### Circulation
540
541 - [[12045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12045) Transfer impossible if barcode includes spaces
542 - [[13024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024) Nonpublic note not appearing in the staff client
543 - [[15442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15442) Checkouts table will not display due to javascript error
544 - [[15462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15462) Unable to renew books via circ/renew.pl
545 - [[15560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15560) Multiple holding branchs and locations not displaying in pending holds report
546 - [[15570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15570) circ/renew.pl is broken
547 - [[15736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15736) Add a preference to control whether all items should be shown in checked-in items list
548 - [[15757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15757) Hard coded due loan/renewal period of 21 days if no circ rule found in C4::Circulation::GetLoanLength
549 - [[16009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16009) crash displaying pending offline circulations
550 - [[16073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16073) Circulation is completely broken
551 - [[16082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16082) Empty patron detail page is displayed if the patron does not exist - circulation.pl
552 - [[16186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16186) t/db_dependent/Circulation_Issuingrule.t is failing
553 - [[16215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16215) Missing closing quote in checkout template
554 - [[16240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16240) Regression: Bug 16082 causes message to be displayed even when no borrowernumber is passed
555 - [[16378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16378) Overdues.pm: Can't call method "store" without a package or object reference
556 - [[16496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496) accountlines.issue_id not set when new overdue is processed
557
558 ### Command-line Utilities
559
560 - [[15923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15923) Export records by id list impossible in export_records.pl
561
562 ### Course reserves
563
564 - [[15530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15530) Editing a course item via a disabled course disables it even if it is on other enabled courses
565
566 ### Database
567
568 - [[15840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840) Import borrowers tool explodes if userid already exists
569
570 ### Hold requests
571
572 - [[15645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15645) In transit holds do not show as in transit on request.pl
573 - [[16151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16151) can't place holds from lists
574
575 ### Installation and upgrade (command-line installer)
576
577 - [[16361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16361) Installer syntax error
578
579 ### Installation and upgrade (web-based installer)
580
581 - [[13669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669) Web installer fails to load sample data on MySQL 5.6+
582 - [[16402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402) DB structure cannot be loaded in MySQL 5.7
583
584 ### Lists
585
586 - [[15453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15453) Cannot download a list in the staff interface
587 - [[15810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15810) Can't create private lists if OpacAllowPublicListCreation is set to 'not allow'
588 - [[16517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517) A server error is raised when creating a new list with an existing name
589
590 ### MARC Authority data support
591
592 - [[15188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15188) remove_unused_authorities.pl will delete all authorities if zebra is not running
593 - [[16056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16056) Error when deleting MARC authority
594
595 ### Notices
596
597 - [[12752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12752) OVERDUE notice mis-labeled as "Hold Available for Pickup"
598 - [[15967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15967) Print notices are not generated if the patron cannot be notified
599
600 ### OPAC
601
602 - [[13534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13534) Deleting staff patron will delete tags approved by this patron
603 - [[14614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14614) Multiple URLs (856) in cart/list email are broken
604 - [[15550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15550) Authority type pull down in OPAC authority search is empty
605 - [[16198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16198) Opac suggestions are broken if user is not logged in
606 - [[16210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16210) Bug 15111 breaks the OPAC if JavaScript is disabled
607 - [[16317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16317) Attempt to share private list results in error
608
609 ### Packaging
610
611 - [[14633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14633) apache2-mpm-itk depencency makes Koha uninstallable on Debian Stretch
612 - [[15713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15713) Restart zebra when rotating logfiles
613
614 ### Patrons
615
616 - [[15163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163) Patron attributes with branch limiits are not saved when invisible
617 - [[15289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15289) "borrowers" permission doesn't allow to see current loans
618 - [[15367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15367) Batch patron modification: Data loss with multiple repeatable patron attributes
619
620 ### Reports
621
622 - [[15250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15250) Software error: Can't locate object method "field" via package "aqorders.datereceived" in reports/acquisitions_stats.pl
623 - [[15290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15290) SQL reports encoding problem
624
625 ### Searching
626
627 - [[15818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15818) OPAC search with utf-8 characters and without results generates encoding error
628
629 ### Serials
630
631 - [[15501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15501) Planned Irregularities are deleted when modifying subscription
632 - [[15643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15643) Every datepicker on serials expected date column updates top issue
633
634 ### Staff Client
635
636 - [[15816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816) Timeout login redirects to home page
637
638 ### System Administration
639
640 - [[16015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16015) Cannot delete a group of libraries
641 - [[16114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16114) Regression: Bug 14828 broke display of localized item type descriptions
642 - [[16397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397) Unable to delete audio alerts
643
644 ### Templates
645
646 - [[14632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14632) Incorrect alert while deleting single item in batch
647 - [[15916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15916) Regression: Many tables' sorting broken by JavaScript error
648 - [[16095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16095) Security issue with the use of target="_blank" or window.open()
649 - [[16553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16553) Incorrect path to jQueryUI file in help template
650
651 ### Test Suite
652
653 - [[16160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16160) t/db_dependent/www/search_utf8.t fails due to layout change
654 - [[16561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16561) Regression caused by 15877 - t/db_dependent/Barcodes.t deletes all items from a DB
655
656 ### Tools
657
658 - [[14893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14893) Separate temporary storage per instance in Upload.pm
659
660 > Note: All temporary uploaded files will be deleted during upgrade.
661
662
663 - [[15240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15240) Performance issue running overdue_notices.pl
664 - [[15332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15332) ModMember not interpreting dates (Batch patron modification)
665 - [[15493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15493) Export records using a CSV profile does not work
666 - [[15607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15607) Batch patron modification: Data loss of 'dateenrolled' and 'expirydate' fields
667 - [[15684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15684) Fix encoding issues with quote upload
668 - [[15842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15842) Cannot import patrons if the csv file does not contain privacy_guarantor_checkouts
669 - [[16040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16040) Quote deletion never ending processing
670 - [[16426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426) Import borrowers tool warns for blank and/or existing userids
671
672 ### Web services
673
674 - [[16222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16222) Add REST API folder to Makefile.PL
675
676
677 ## Other bugs fixed
678
679 (this list includes all bugfixes since the previous major version. Most of them
680 have already been fixed in maintainance releases)
681
682 ### About
683
684 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
685 - [[15721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15721) About page does not display Apache version
686
687 ### Acquisitions
688
689 - [[9184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9184) Ordering from staged file in acq should not offer authority records
690 - [[11203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203) Datatables in acqusitions do not ignore "stopwords" in titles
691 - [[13041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041) Can't add user as manager of basket if name includes a single quote
692 - [[14853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14853) Change "Fund" to "Shipping fund" where appropriate
693 - [[15202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15202) Fix date display when transferring an order
694 - [[15624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15624) Spelling mistake in suggestion.pl
695 - [[15962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15962) Currency deletion doesn't correctly identify currencies in use
696 - [[16053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16053) Edit the active currency removes its 'active' flag
697 - [[16055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16055) Deleting a basket group containing baskets fails silently
698 - [[16154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154) Replace CGI->param with CGI->multi_param in list context
699 - [[16206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16206) Corrections to templates related new EDI feature
700 - [[16208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16208) Can't delete a library EAN if the EAN value is empty
701 - [[16253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16253) Acq: Change "Delete order" to "Cancel order line" on basket summary and receive page
702 - [[16257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16257) EDIfact messages link on tools page results error
703 - [[16321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16321) 'Show all details' checkbox triggers JS error after jQuery upgrade
704 - [[16325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325) Suggestions: Tab "Status unknown" contains all suggestions
705 - [[16384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384) When canceling 'edit basket', return to basket summary if you came from there
706 - [[16385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385) Fix breadcrumbs when ordering from subscription
707 - [[16414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414) aqorders.budgetgroup_id has never been used and can be removed
708
709 ### Architecture, internals, and plumbing
710
711 - [[6679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679) Fixing code so it passes basic Perl::Critic tests
712 - [[12920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12920) Remove AllowRenewalLimitOverride from pl scripts, use Koha.Preference instead
713 - [[15086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086) Creators layout and template sql has warnings
714 - [[15099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15099) Fix file name: categorie.pl should be either category.pl or categories.pl
715 - [[15135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135) Remove Warning Subroutine HasOverdues redefined
716 - [[15193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15193) Perl scripts missing exec permission
717 - [[15230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15230) Remove unused file circ/stats.pl from system
718 - [[15333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333) Use Koha::Cache for caching all holidays
719 - [[15432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15432) t/db_dependent/Letters.t depends on external data/configuration
720 - [[15466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15466) Suggestions.t is failing
721 - [[15467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15467) AuthoritiesMarc.t is failing
722 - [[15517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15517) Tables borrowers and deletedborrowers differ again
723 - [[15601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15601) TestBuilder tests are failing
724 - [[15626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15626) koha-remove does not remove log4perl.conf
725 - [[15735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15735) Audio Alerts editor broken by use of of single quotes in editor
726 - [[15742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15742) Unnecessary loop in j2a cronjob
727 - [[15743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15743) Allow plugins to embed Perl modules
728 - [[15777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15777) Refactor loop in which Record::Processor does not initialize parameters
729 - [[15809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809) versions of CGI < 4.08 do not have multi_param
730 - [[15871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15871) Improve perl critic of t/RecordProcessor.t
731 - [[15877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15877) C4::Barcodes  does not correctly calculate db_max for 'annual' barcodes
732 - [[15878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878) C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present
733 - [[15930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15930) DataTables patron search defaulting to 'starts_with' and not getting correct parameters to parse multiple word searches
734 - [[15939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15939) modification logs view now silently defaults to only current day's actions
735 - [[15968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15968) Unnecessary loop in C4::Templates
736 - [[16054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16054) Plack - variable scope error in paycollect.pl
737 - [[16104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104) Warnings "used only once: possible typo" should be removed
738 - [[16105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16105) Cache::Memory is loaded even if memcache is used
739 - [[16136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16136) Koha::Patron contains 'return undef' and fails critic tests
740 - [[16248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16248) ModZebra doesn't update zebraqueue if ES is enabled
741 - [[16259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259) More: Replace CGI->param with CGI->multi_param in list context
742 - [[16354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16354) Fix FK constraints for edifact_messages table
743 - [[16412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412) Cache undef in L1 only
744 - [[16419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419) Tests of t/db_dependent/Acquisition.t do not pass
745 - [[16429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429) Going to circulation from notice triggers may change logged in branch
746 - [[16445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445) Bug 12478 has added an unnecessary line to Koha/Database.pm
747 - [[16448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448) Perlcritic errors introduced by 12478
748 - [[16452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452) PatronLists.t raises a warning
749 - [[16489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489) ES code incorrectly refers to Moose
750 - [[16499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499) circulation.pl logs warnings about Use of uninitialized value
751 - [[16506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506) rebuild_zebra.pl still using USMARC as default
752 - [[16550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16550) Can't set opac news expiration date to NULL, it reverts to today
753
754 ### Authentication
755
756 - [[14034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14034) User logged out on refresh after Shibboleth authentication
757 - [[14507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14507) SIP Authentication broken when LDAP Auth Enabled
758 - [[15553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15553) cgisess_ files polluting the /tmp directory
759 - [[15747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747) Auth.pm flooding error log with "CGI::param called in list context"
760
761 ### Cataloging
762
763 - [[15337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15337) Koha Item Type sorted by Codes instead of Descriptions
764 - [[15411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15411) "Non fiction" is incorrect
765 - [[15512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15512) Minor regression caused by Bug 7369 - warn on deleting item not triggered
766 - [[15514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15514) New professional cataloguing editor does not handle repeatable fields correctly
767 - [[15682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15682) Merging records from cataloguing search only allows to merge 2 records
768 - [[15872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15872) Rancor: Ctrl-Shift-X has incorrect description in "Keyboard shortcuts"
769 - [[15955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15955) Tuning function 'New child record' for Unimarc
770 - [[16171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16171) Show many media (856) in html5media tab
771
772 ### Circulation
773
774 - [[13838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13838) Redirect to 'expired holds' tab after cancelling a hold
775 - [[14015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14015) Checkout: Fix software error if barcode '0' is given
776 - [[14244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14244) viewing a bib item's circ history requires circulation permissions
777 - [[14846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14846) Items with no holdingbranch causes user's holds display to freeze
778 - [[14930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14930) Leaving OpacFineNoRenewals blank blocks renewals, but should disable feature
779 - [[15244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15244) t/db_dependent/Reserves.t depends on external data/configuration
780 - [[15324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15324) Checkout page: Hide title "Waiting holds:" for patrons without waiting holds
781 - [[15472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15472) Do not display links to circulation.pl if remaining_permissions is not set
782 - [[15569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15569) Automatic renewal should not be displayed if the patron cannot checkout
783 - [[15706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15706) Templates require circulate permissions to show circ related tabs when they should only require circulate_remaining_permissions
784 - [[15730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15730) 500 error on returns.pl if barcode doesn't exist
785 - [[15741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15741) Incorrect rounding in total fines calculations
786 - [[15832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15832) Pending reserves: duplicates branches in datatable filter
787 - [[15833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15833) Bad variable value in renewal template confirmation dialog
788 - [[15841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15841) Final truth value in C4:Circulation has become displaced
789 - [[15845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15845) Renewal date in circulation.pl is not always correct and not even used
790 - [[15919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919) Batch checkout should show due date in list of checked-out items
791 - [[16042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16042) Missing closing quote in checkin template
792 - [[16125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16125) Regression: Can't add messages at checkout if no other messages are present
793 - [[16145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16145) Regression: Bug 15632 broke display of library name on circulation messages
794
795 ### Command-line Utilities
796
797 - [[14624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14624) <<items.content>> for advance_notices.pl wrongly documented
798 - [[15113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15113) koha-rebuild-zebra should check USE_INDEXER_DAEMON and skip if enabled
799 - [[15325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15325) rebuild_zebra.pl table option (-t) doesn't work
800 - [[16031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16031) sitemap.pl shouldn't append protocol to OPACBaseURL
801
802 ### Course reserves
803
804 - [[15699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15699) Opac: Course reserves instructors should be in form "Surname, Firstname" for sorting purposes
805
806 ### Database
807
808 - [[15526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15526) Drop nozebra database table
809 - [[16170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170) Pseudo foreign key in Items
810
811 ### Developer documentation
812
813 - [[14397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14397) Typo 'foriegn' in table comments
814 - [[14538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14538) POD for CalcFine is incomplete
815 - [[16106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16106) minor spelling correction to comment
816
817 ### Documentation
818
819 - [[13177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13177) Add help pages for Rotating collections
820 - [[14638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14638) Update serials help files
821 - [[15220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15220) typo in circ rules help
822 - [[15926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15926) Item search fields admin missing help file
823
824 ### Hold requests
825
826 - [[15357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15357) Deleting all items on a record with title level holds creates orphaned/ghost holds
827 - [[15652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15652) Allow current date in datepicker on opac-reserve
828 - [[15997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15997) Hold Ratios for ordered items doesn't count orders where AcqCreateItem is set to 'receiving'
829
830 ### I18N/L10N
831
832 - [[13474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13474) Untranslatable log actions
833 - [[15232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15232) Advanced Cataloging Editor: Fix translation issues
834 - [[15233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15233) Cataloging subfield editors: Clean up html and streamline text for better translatability
835 - [[15236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15236) Better translatibility in "Connect biblio.biblionumber to a MARC subfield"
836 - [[15237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15237) Quote of the day: Better translatibility for editor and help
837 - [[15238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15238) Better translatability for Installer Step 1
838 - [[15300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15300) Translatability: Replace ambiguous 'From' and 'To' in members-update.tt
839 - [[15304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15304) Norwegian patron database: translatable strings added to all po files
840 - [[15340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15340) Translatability: fix issue with 'or choose' splitted by <strong tag
841 - [[15345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15345) Translatability: fix issue in facets (Availability')
842 - [[15346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15346) Translatability: fix sentence splitting issue in memberentrygen.tt
843 - [[15355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15355) Translatability: Fix issues on check in page
844 - [[15361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15361) Translatability: Fix issue on Administration Columns settings
845 - [[15362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15362) Translatability: Fix issue on Administration 'Did you mean?'
846 - [[15363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15363) Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
847 - [[15365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15365) Translatability: Fix issue on Administration > Circulation and fine rules
848 - [[15375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15375) Translatability: Fix issues on OPAC page 'Placing a hold'
849 - [[15383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15383) Opac: Authority details: Fix translation issues with tags
850 - [[15487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15487) Encoding problem with item type translations
851 - [[15674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15674) 'Show/hide columns' is not translatable
852 - [[15861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15861) No chance to correctly translate an isolated word "The"
853 - [[16133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16133) Translatability of database administrator account warning
854 - [[16194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16194) Do not consider xslt as valid theme dir in LangInstaller.pm
855 - [[16322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16322) Translatability: "Unknown" in suggestion/suggestion.pl not translatable
856 - [[16471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471) Translatability: Fix issues in opac-password-recovery.tt
857
858 ### Installation and upgrade (command-line installer)
859
860 - [[12549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12549) Hard coded font Paths (  DejaVu ) cause problems for non-Debian systems
861 - [[15405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15405) XML paths to zebra libraries is wrong for 64-bit installs on non-Debian linux
862
863 ### Installation and upgrade (web-based installer)
864
865 - [[15719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15719) Silence warning in C4/Language.pm during web install
866
867 ### Label/patron card printing
868
869 - [[15224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15224) Typo: Leave empty to add via item search (itemnunber).
870 - [[15663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15663) Can't delete label from checkbox
871
872 ### Lists
873
874 - [[4912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4912) After editing private list, user should be redirect to private lists
875 - [[6322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6322) It's possible to view lists/virtualshelves even when virtualshelves is off
876 - [[15476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15476) Listname not always displayed in shelves.pl
877 - [[15811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15811) Redirect after adding a new list in OPAC broken
878 - [[16484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484) Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet (titles not showing in lists)
879
880 ### MARC Authority data support
881
882 - [[14050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14050) Default framework for authorities should not be deletable
883
884 ### MARC Bibliographic data support
885
886 - [[15170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15170) Add 264 field to MARC21*DC.xsl
887 - [[15209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15209) C4::Koha routines  expecting a MARC::Record object should check it is defined
888 - [[15444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15444) MARC21: Repeated 508 not correctly formatted (missing separator)
889
890 ### MARC Bibliographic record staging/import
891
892 - [[15745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15745) C4::Matcher gets CCL parsing error if term contains ? (question mark)
893
894 ### Notices
895
896 - [[1859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859) Notice fields: can't select multiple fields at once
897 - [[8085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8085) Rename 'Reserve slip' to 'Hold slip'
898 - [[14133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14133) Print notices generated in special case do not use print template
899 - [[16217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16217) Notice' names may have diverged
900
901 ### OPAC
902
903 - [[11602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11602) Fix localcover display
904
905 > Adds a CSS class of thumbnail to local covers. Don't show the 1px "No image found" image (since we'll usually try another image provider).
906
907
908 - [[14076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14076) Noisy warns in opac-authorities-home.pl
909 - [[14441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14441) TrackClicks cuts off/breaks URLs
910 - [[14555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14555) Warns in opac-search.pl
911 - [[14971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14971) RIS only outputs the first 10 characters for either ISBN10 or ISBN13
912 - [[15100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15100) MARC21: Display of $d for 7xx and 1xx fields should be optional
913 - [[15210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15210) Novelist js throws an error if no ISBN
914 - [[15373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15373) Zip should be ZIP
915 - [[15382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15382) 245$a visibility constraints not respected in opac-MARCdetail.pl
916 - [[15394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15394) Confirm messages on OPAC lists interface strangely worded
917 - [[15412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15412) Dropdowns in suspend holds date selector do not function in Firefox
918 - [[15511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15511) Tabbed fines display on OPAC patron summary page broken
919 - [[15576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15576) Link in OPAC redirects to the wrong page
920 - [[15577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15577) Link in OPAC doesn't redirect anywhere
921 - [[15589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15589) OPAC Lists "his" string fix
922 - [[15697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15697) Unnecessary comma between title and subtitle on opac-detail.pl
923 - [[15888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15888) Syndetics Reviews preference should not enable LibraryThing reviews
924 - [[16129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16129) Remove URL::Encode dependency
925 - [[16143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16143) Wrong icon PATH on virtualshelves
926 - [[16179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16179) Clicking Rate me button in OPAC without selecting rating produces error
927 - [[16220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220) The view tabs on opac-detail.pl are not responsive
928 - [[16233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16233) Unclosed <strong> tag in the opac-facets.inc breaks some display
929 - [[16296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16296) Virtualshelves: Using no OPACXSLTResultsDisplay breaks content display
930 - [[16315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315) OPAC Shelfbrowser doesn't display the full title
931 - [[16328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16328) datatables on opac-suggestions.pl broken by js error
932 - [[16340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16340) JS variable in opac-bottom.inc is declared two times
933 - [[16343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343) 7XX XSLT subfields displaying out of order
934 - [[16478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478) Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts
935 - [[16516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516) showListsUpdate JS function is not defined at the OPAC
936
937 ### Packaging
938
939 - [[9754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9754) koha-remove optionally includes var/lib and var/spool
940 - [[16396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16396) Update package version for master packages
941
942 ### Patrons
943
944 - [[9393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9393) Add note to circulation.pl if borrower has pending modifications
945 - [[12267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12267) Allow password option in Patron Attribute non functional
946 - [[12721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12721) Prevent  software error if incorrect fieldnames given in sypref StatisticsFields
947 - [[14193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14193) Accessibility: Searching patrons using the alphabetic index doesn't work
948 - [[14480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14480) Warns when modifying patron
949 - [[14599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14599) Saved auth login and password are used in patron creation from
950 - [[15195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15195) patron details should open in tab
951 - [[15252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15252) Patron search on start with does not work with several terms
952 - [[15353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15353) patron image disappears when on fines tab
953 - [[15619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15619) Spelling mistake in memberentry.pl
954 - [[15621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15621) Spelling mistake in printinvoice
955 - [[15622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15622) Spelling mistake in printfreercpt.pl
956 - [[15623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15623) Spelling mistake in boraccount.pl
957 - [[15722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15722) Patron search cannot deal with hidden characters ( tabs ) in fields
958 - [[15746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15746) A random library is used to record an individual payment
959 - [[15795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15795) C4/Members.pm is floody (Norwegian Patron DB)
960 - [[15823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823) Can still access patron discharge slip without having the syspref on - Permissions breach
961 - [[15928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15928) Show unlinked guarantor
962 - [[16066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16066) JavaScript error on new patron form when duplicate is suspected
963 - [[16211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16211) Missing </th> tag in member.tt line 392
964 - [[16214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16214) Surname not displayed in serials patron search results
965 - [[16285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16285) write_age() function throws error for patron categories that don't include dateofbirth in form
966 - [[16447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447) "Borrow Permission" should not be used anymore
967
968 ### Reports
969
970 - [[1750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1750) Report bor_issues_top erroneous and truncated results
971 - [[2669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2669) Radio Buttons where there should be checkboxes on Dictionary
972 - [[13132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13132) Adding confirm message for deleting a report from the reports toolbar
973 - [[15299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15299) Add delete confirmation for deleting saved reports
974 - [[15366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15366) Fix breadcrumbs and html page title in guided reports
975 - [[15416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15416) Warns on Guided Reports page
976 - [[15421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15421) Show all available actions in reports toolbar
977 - [[16184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16184) Report bor_issues_top shows incorrect number of rows
978 - [[16185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16185) t/db_dependent/Reports_Guided.t is failing
979 - [[16481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481) Report menu has unexpected issues
980
981 ### SIP2
982
983 - [[13871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871) OverDrive message when user authentication fails
984 - [[15479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15479) SIPserver rejects renewals for patrons with alphanumeric cardnumbers
985
986 ### Searching
987
988 - [[9819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9819) stopwords related code should be removed
989 - [[13022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13022) Hardcoded limit causes records with more than 20 items to show inaccurate statuses
990
991 > If a record has more than 20 items, all the items over 20 will show as available on results even if they are not! This is a hard coded limit in the Search module. This is made configurable with the new system preference MaxSearchResultsItemsPerRecordStatu
992
993
994 - [[14816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14816) Item search returns no results with multiple values selected for one field
995 - [[14991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14991) Reword, clarify and add consistency to authority search
996 - [[15217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15217) variables declared twice in in catalogue/search.pl
997 - [[15468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15468) Search links on callnumbers with parentheses fails on OPAC results page
998 - [[15606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15606) Spelling mistake in MARC21slim2OPACDetail.xsl
999 - [[15608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15608) Spelling mistake in MARC21slim2OPACDetail.xsl
1000 - [[15613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15613) Spelling mistake: paramter vs parameter
1001 - [[15616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15616) Spelling mistake in opac-account.tt
1002 - [[15694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15694) Date/time-last-modified not searchable
1003 - [[16041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16041) StaffAuthorisedValueImages & AuthorisedValueImages preferences - impact on search performance
1004 - [[16398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398) Keep expanded view after clearing the search form
1005
1006 ### Self checkout
1007
1008 - [[11498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11498) Prevent bypassing sco timeout with print dialog
1009 - [[12663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12663) SCOUserCSS and SCOUserJS ignored on selfcheck login page
1010
1011 ### Serials
1012
1013 - [[12748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12748) Serials - two issues with status of "Expected"
1014 - [[13877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13877) seasonal predictions showing wrong in test
1015 - [[14641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14641) Warns in subscription-add.pl
1016 - [[15605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15605) Accessibility: Can't tab to add link in serials routing list add user popup
1017 - [[15657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15657) follow-up for bug 15501 : add a missing semi-colon
1018 - [[15838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15838) syspref SubscriptionDuplicateDroppedInput does not work for all fields
1019 - [[15981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15981) Serials frequencies can be deleted without warning
1020 - [[15982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15982) Serials numbering patterns can be deleted without warning
1021
1022 ### Staff Client
1023
1024 - [[9387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9387) Feedback message for FAILED check out items are not obvious for visually impaired
1025 - [[11569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11569) Typo in userpermissions.sql
1026 - [[14349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14349) Checkouts and Fines tabs missing category description on the left
1027 - [[14613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14613) Send cart window is too small in staff and hides 'send' button
1028 - [[15119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15119) Hide search header text boxes on render
1029 - [[15386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15386) Checkout / patron pages: Hide menu items leading to 404 page
1030 - [[15592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15592) spelling mistake in ~/Koha/koha-tmpl/intranet-tmpl/p./plugins/plugins-upload.tt
1031 - [[15609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15609) spelling mistake in :692: writen  ==> written
1032 - [[15611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15611) Spelling mistake: implimented
1033 - [[15614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15614) Spelling mistake in circ/pendingreserves.tt: Fullfilled
1034 - [[15808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15808) Remove "Return to where you were before" from sysprefs
1035 - [[16218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16218) printfeercpt.tt (and others) does not include jQuery
1036 - [[16270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270) Typo authentification vs authentication in 404
1037
1038 ### System Administration
1039
1040 - [[14153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14153) Noisy warns in admin/transport-cost-matrix.pl
1041 - [[15009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15009) Planning dropdown button in aqbudget can have empty line
1042 - [[15101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15101) Don't display system preference AllowPkiAuth under heading CAS Authentication
1043 - [[15409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15409) Plugins section missing from Admin menu sidebar
1044 - [[15477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15477) Error handling  on editing item type translations
1045 - [[15568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15568) Circ rules are not displayed anymore
1046 - [[15603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15603) Accessibility: Can't tab to select link in budgets add user popup
1047 - [[15755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15755) Default item type is not marked as "All" in circulation rules
1048 - [[15773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15773) Checkboxes do not work correctly when creating a new subfield for an authority framework
1049 - [[15790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15790) Don't delete a MARC framework if existing records use that framework
1050 - [[15864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15864) SMS cellular providers link missing from administration sidebar menu
1051 - [[16012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16012) The default authority type is not editable
1052 - [[16013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013) Classification sources are not deletable
1053 - [[16014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16014) OAI sets can be deleted without warning
1054 - [[16047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16047) Software error on deleting a group with no category code
1055
1056 ### Templates
1057
1058 - [[2016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2016) navigation bar in moredetail.pl not the same as in detail.pl
1059 - [[11038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11038) Enable use of IntranetUserCSS and intranetcolorstylesheet on staff client login page
1060 - [[11937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11937) opac link doesn't open in new window
1061 - [[12152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12152) Holds to pull report should show library and itype description instead of their codes
1062 - [[15071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15071) In OPAC search results, "checked out" status should be more visible
1063 - [[15194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194) Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar
1064 - [[15216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15216) Display Branch names and itemtype descriptions on the returns page
1065 - [[15228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15228) Patron card batches - Improve translatability
1066 - [[15229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15229) Tiny typo: This patrons is ...
1067 - [[15306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15306) Don't show translate link for item types if only one language is installed
1068 - [[15327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15327) Minor tweaks to Bootstrap modal handling on Staged MARC management page
1069 - [[15354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15354) item types aren't showing in default hold policies
1070 - [[15396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15396) MARC21 Leader plugin label '1-4 Record size' is wrong
1071 - [[15469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15469) Authority header search is broken
1072 - [[15542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15542) Patron's information are not always displayed the same way
1073 - [[15597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15597) Typo in opac-auth-detail.tt
1074 - [[15598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15598) Typo in subscription-add.tt
1075 - [[15600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15600) System preferences broken toolbar looks broken
1076 - [[15667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15667) Messages in patron account display dates wrongly formatted
1077 - [[15670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15670) Rename "Cancel" to "Cancel hold" when checking in a waiting item
1078 - [[15691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15691) Show card number minimum and maximum in visible hint when adding a patron
1079 - [[15693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15693) Unnecessary punctuation mark when check-in an item in a library other than the home branch
1080 - [[15784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15784) Library deletion warning is incorrectly styled
1081 - [[15804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15804) Use standard dialog style for confirmation of MARC subfield deletion
1082 - [[15844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15844) Correct JSHint errors in staff-global.js
1083 - [[15847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15847) Correct JSHint errors in basket.js in the staff client
1084 - [[15880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15880) Serials new frequency link should be a toolbar button
1085 - [[15881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15881) Serials new numbering pattern link should be a toolbar button
1086 - [[15884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15884) Vendor contract deletion warning is incorrectly styled
1087 - [[15920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15920) Clean up and fix errors in batch checkout template
1088 - [[15921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15921) DataTables JavaScript files included twice on many pages
1089 - [[15925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15925) Correct some markup issues with patron lists pages
1090 - [[15927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927) Remove use of <tr class="highlight"> for alternating row colors.
1091 - [[15940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15940) Remove unused JavaScript from authorities MARC subfield structure
1092 - [[15941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15941) The template for cloning circulation and fine rules says "issuing rules"
1093 - [[15984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15984) Correct templates which use the phrase "issuing rules"
1094 - [[16022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16022) Use Font Awesome icons on patron lists page
1095 - [[16023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16023) Use Font Awesome icons on audio alerts page
1096 - [[16024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16024) Use Font Awesome icons on item types administration page
1097 - [[16025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16025) Use Font Awesome icons on item types localization page
1098 - [[16026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16026) Use Font Awesome icons on cataloging home page
1099 - [[16027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16027) Use Font Awesome icons in the professional cataloging interface
1100 - [[16029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16029) Do not show patron toolbar when showing the "patron does not exist" message
1101 - [[16030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16030) Automatic item modifications by age missing from admin sidebar
1102 - [[16159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159) guarantor section missing ID on patron add form
1103 - [[16225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16225) Extra closing quote in circulation home page template.
1104 - [[16230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16230) Show tooltip with menu item when fund cannot be deleted
1105 - [[16369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369) Clean up and improve plugins template
1106 - [[16381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16381) Fix capitalization on tags review page
1107 - [[16415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415) Layout problem on staff client detail page if local cover images are enabled
1108 - [[16439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439) Allow styling to button for upload local cover images (Font Awesome Icons)
1109 - [[16451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451) Fix missing body id in orders_by_budget.tt
1110 - [[16454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454) Use "inventory" instead of "inventory/stocktaking"
1111 - [[16473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473) Tiny typo: there was _an_ problem ...
1112 - [[16474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474) Standardize spelling of EDIFACT
1113 - [[16480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480) Unclosed tag <span> in shelves on intranet
1114
1115 ### Test Suite
1116
1117 - [[14097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14097) Add unit tests to C4::UsageStats
1118 - [[14144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14144) Silence warnings t/db_dependent/Auth_with_ldap.t
1119 - [[14158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14158) t/db_dependent/www/search_utf8.t hangs if error is returned
1120 - [[14362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14362) PEGI 15 Circulation/AgeRestrictionMarkers test fails
1121 - [[15323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15323) ./t/Prices.t fails without a valid database
1122 - [[15391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15391) HoldsQueue.t does not handle for loan itemtypes correctly
1123 - [[15445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15445) DateUtils.t fails on Jenkins due to server sluggishness
1124 - [[15586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15586) References to Koha::Branches remain in unit tests
1125 - [[15947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15947) SIPILS.t should be moved to t/db_dependent
1126 - [[16134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16134) t::lib::Mocks::mock_preference should be case-insensitive
1127 - [[16172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16172) OAI Server tests broken by bug 15946
1128 - [[16174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16174) Problems in icondirectories.t and tt_valid.t due to bug 15527
1129 - [[16176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16176) t/db_dependent/UsageStats.t is failing
1130 - [[16177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16177) Tests for ColumnsSettings are failing
1131 - [[16178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16178) Tests for xt/single_quotes.t are failing
1132 - [[16191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16191) t/Ris.t is noisy
1133 - [[16216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16216) Circulation_Branch.t doesn't set itemtype for test data
1134 - [[16224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16224) Random failure for t/db_dependent/Reports_Guided.t
1135 - [[16249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249) Zebra-specific tests should pass with ES disabled
1136 - [[16377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16377) Fix t/db_dependent/Members/Attributes.t
1137 - [[16390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390) Accounts.t does not need MPL
1138 - [[16403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403) Fix Holds.t (tests 9 and 39)
1139 - [[16404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404) Fix Circulation/Branch.t (tests 8-11)
1140 - [[16405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405) Fix Circulation/NoIssuesChargeGuarantees.t test 2
1141 - [[16407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407) Fix Koha_borrower_modifications.t
1142 - [[16408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408) Fix UsageStats.t
1143 - [[16411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411) Make Hold.t not depend on two existing branches
1144 - [[16423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423) Fix t/db_dependent/www/batch.t so it matches new layout
1145 - [[16453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453) Elasticsearch tests should be skipped if configuration entry missing
1146 - [[16501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501) Remove some unneeded warns in Upload.t
1147
1148 ### Tools
1149
1150 - [[12636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12636) Batch patron modification should not update with unique patron attributes
1151 - [[14636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14636) Sorting and searching by publication year in item search doesn't work correctly
1152 - [[14810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14810) Improve messages in patron anonymizing tool
1153 - [[15398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15398) Batch patron deletion/anonymization issue page: Restricted dropdown menu
1154 - [[15602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15602) Accessibility: Can't tab to add link in patron card creator add patrons popup
1155 - [[15658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15658) Browse system logs: Add more actions to action filter list
1156 - [[15866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15866) No warning when deleting a rotating collection using the toolbar button
1157 - [[15868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15868) Ask for confirmation before deleting MARC modification template action
1158 - [[16004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16004) Replace items.new with items.new_status
1159 - [[16033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16033) Quotes upload preview broken for 973 days
1160
1161 ### Web services
1162
1163 - [[15190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15190) Bad utf8 decode to unapi and fixing code status 200
1164 - [[15764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15764) KOCT timestamp timezone problem
1165 - [[15946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15946) Broken link to LoC in MARCXML declaration for OAI-PMH ListMetadataFormats
1166
1167 ### Z39.50 / SRU / OpenSearch Servers
1168
1169 - [[15298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15298) z39.50 admin setup, options column suggested changes
1170
1171 ## New sysprefs
1172
1173 - AllowHoldItemTypeSelection
1174 - AllowPatronToSetCheckoutsVisibilityForGuarantor
1175 - AllowStaffToSetCheckoutsVisibilityForGuarantor
1176 - ClaimsBccCopy
1177 - DefaultToLoggedInLibraryCircRules
1178 - DefaultToLoggedInLibraryNoticesSlips
1179 - DefaultToLoggedInLibraryOverdueTriggers
1180 - EnablePayPalOpacPayments
1181 - EnhancedMessagingPreferencesOPAC
1182 - GoogleOAuth2ClientID
1183 - GoogleOAuth2ClientSecret
1184 - GoogleOpenIDConnect
1185 - GoogleOpenIDConnectDomain
1186 - HTML5MediaYouTube
1187 - HoldFeeMode
1188 - HoldsQueueSkipClosed
1189 - IntranetCirculationHomeHTML
1190 - IntranetReportsHomeHTML
1191 - MaxSearchResultsItemsPerRecordStatusCheck
1192 - NoIssuesChargeGuarantees
1193 - OPACISBD
1194 - OpacMaintenanceNotice
1195 - OpacResetPassword
1196 - OpenLibrarySearch
1197 - PatronSelfModificationBorrowerUnwantedField
1198 - PayPalChargeDescription
1199 - PayPalPwd
1200 - PayPalSandboxMode
1201 - PayPalSignature
1202 - PayPalUser
1203 - SearchEngine
1204 - ShowAllCheckins
1205 - StoreLastBorrower
1206 - decreaseLoanHighHoldsControl
1207 - decreaseLoanHighHoldsIgnoreStatuses
1208
1209 ## System requirements
1210
1211 Important notes:
1212     
1213 - Perl 5.10 is required
1214 - Zebra is required
1215
1216 ## Documentation
1217
1218 The Koha manual is maintained in DocBook.The home page for Koha 
1219 documentation is 
1220
1221 - [Koha Documentation](http://koha-community.org/documentation/)
1222
1223 As of the date of these release notes, only the English version of the
1224 Koha manual is available:
1225
1226 - [Koha Manual](http://manual.koha-community.org//en/)
1227
1228 The Git repository for the Koha manual can be found at
1229
1230 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
1231
1232 ## Translations
1233
1234 Complete or near-complete translations of the OPAC and staff
1235 interface are available in this release for the following languages:
1236
1237 - English (USA)
1238 - Arabic (96%)
1239 - Armenian (97%)
1240 - Chinese (China) (91%)
1241 - Chinese (Taiwan) (99%)
1242 - Czech (96%)
1243 - Danish (75%)
1244 - English (New Zealand) (100%)
1245 - Finnish (94%)
1246 - French (90%)
1247 - French (Canada) (90%)
1248 - German (100%)
1249 - German (Switzerland) (100%)
1250 - Italian (97%)
1251 - Korean (56%)
1252 - Kurdish (53%)
1253 - Norwegian Bokmål (62%)
1254 - Persian (62%)
1255 - Polish (100%)
1256 - Portuguese (93%)
1257 - Portuguese (Brazil) (92%)
1258 - Slovak (96%)
1259 - Spanish (100%)
1260 - Swedish (80%)
1261 - Turkish (96%)
1262 - Vietnamese (77%)
1263
1264 Partial translations are available for various other languages.
1265
1266 The Koha team welcomes additional translations; please see
1267
1268 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1269
1270 for information about translating Koha, and join the koha-translate 
1271 list to volunteer:
1272
1273 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1274
1275 The most up-to-date translations can be found at:
1276
1277 - [Koha Translation](http://translate.koha-community.org/)
1278
1279 ## Release Team
1280
1281 The release team for Koha 16.05.00 is
1282
1283 - Release Manager: [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
1284 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
1285 - QA Team:
1286   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
1287   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
1288   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
1289   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
1290   - [Nick Clemens](mailto:nick@bywatersolutions.com)
1291   - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
1292 - Bug Wranglers:
1293   - [Amit Gupta](mailto:amitddng135@gmail.com)
1294   - [Magnus Enger](mailto:magnus@enger.priv.no)
1295   - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1296   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
1297   - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
1298   - [Marc Véron](mailto:veron@veron.ch)
1299 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1300 - Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
1301 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
1302 - Wiki curators: 
1303   - [Brook](mailto:)
1304   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
1305 - Release Maintainers:
1306   - 16.05 -- [Frédéric Demians](mailto:f.demians@tamil.fr)
1307   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
1308   - 3.20 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
1309
1310 ## Credits
1311
1312 We thank the following libraries who are known to have sponsored
1313 new features in Koha 16.05.00:
1314
1315 - Alingsås Public Library, Sweden
1316 - American Numismatic Society
1317 - Briar Cliff University
1318 - ByWater Solutions
1319 - Catalyst IT
1320 - Halland county library
1321 - Halland County Library
1322 - Hochschule für Gesundheit (hsg), Germany
1323 - Orex Digital
1324 - Regionbibliotek Halland / County library of Halland
1325 - Universidad de El Salvador
1326 - Universidad Empresarial Siglo 21
1327 - Universidad Nacional de Córdoba
1328 - Vaara-kirjastot
1329
1330 We thank the following individuals who contributed patches to Koha 16.05.00.
1331
1332 - Aleisha (113)
1333 - Chloe (11)
1334 - Gus (12)
1335 - Liz (1)
1336 - mxbeaulieu (1)
1337 - Nick (1)
1338 - Briana (3)
1339 - Blou (5)
1340 - Natasha (8)
1341 - Jacek Ablewicz (3)
1342 - Brendan A Gallagher (18)
1343 - Alex Arnaud (15)
1344 - Maxime Beaulieu (1)
1345 - Gaetan Boisson (1)
1346 - Colin Campbell (13)
1347 - Barry Cannon (2)
1348 - Frédérick Capovilla (1)
1349 - Hector Castro (24)
1350 - Nicole C. Engard (3)
1351 - Francois Charbonnier (1)
1352 - Galen Charlton (3)
1353 - Barton Chittenden (5)
1354 - Nick Clemens (30)
1355 - Tomás Cohen Arazi (60)
1356 - David Cook (2)
1357 - Chris Cormack (11)
1358 - Frédéric Demians (10)
1359 - Marcel de Rooy (69)
1360 - Jonathan Druart (415)
1361 - Nicole Engard (2)
1362 - Magnus Enger (4)
1363 - Charles Farmer (7)
1364 - Arslan Farooq (1)
1365 - Bouzid Fergani (3)
1366 - Julian FIOL (6)
1367 - Katrin Fischer (33)
1368 - Brendan Gallagher (35)
1369 - Eivin Giske Skaaren (1)
1370 - Bernardo González Kriegel (16)
1371 - Mason James (9)
1372 - Srdjan Jankovic (4)
1373 - Olli-Antti Kivilahti (2)
1374 - Joonas Kylmälä (3)
1375 - Henri-Damien Laurent (1)
1376 - Owen Leonard (143)
1377 - Julian Maurice (31)
1378 - Holger Meißner (3)
1379 - Kyle M Hall (247)
1380 - Thomas Misilo (1)
1381 - Josef Moravec (1)
1382 - Dobrica Pavlinusic (1)
1383 - Martin Persson (5)
1384 - Liz Rea (15)
1385 - Martin Renvoize (4)
1386 - Benjamin Rokseth (1)
1387 - Winona Salesky (2)
1388 - Viktor Sarge (1)
1389 - Alex Sassmannshausen (2)
1390 - John Seymour (1)
1391 - Robin Sheat (52)
1392 - Juan Sieira (1)
1393 - Fridolin Somers (5)
1394 - Martin Stenberg (1)
1395 - Zeno Tajoli (4)
1396 - Lari Taskula (2)
1397 - Lyon3 Team (3)
1398 - Mirko Tietgen (12)
1399 - Mark Tompsett (30)
1400 - Nicholas van Oudtshoorn (5)
1401 - Marc Véron (68)
1402 - Jesse Weaver (24)
1403
1404 We thank the following libraries, companies, and other institutions who contributed
1405 patches to Koha 16.05.00.
1406
1407 - abunchofthings.net (12)
1408 - ACPL (143)
1409 - BibLibre (65)
1410 - biblos.pk.edu.pl (3)
1411 - BigBallOfWax (3)
1412 - BSZ BW (33)
1413 - bugs.koha-community.org (403)
1414 - ByWater-Solutions (361)
1415 - bywatersolutins.com (1)
1416 - Catalyst (75)
1417 - catalyst.net.z (4)
1418 - Cineca (4)
1419 - fit.edu (1)
1420 - Hochschule für Gesundheit (hsg), Germany (3)
1421 - interleaf.ie (2)
1422 - jns.fi (2)
1423 - koha-community.org (6)
1424 - KohaAloha (9)
1425 - Libeo (1)
1426 - Libriotech (4)
1427 - Marc Véron AG (68)
1428 - nal.gov.au (1)
1429 - Oslo Public Library (1)
1430 - Prosentient Systems (2)
1431 - PTFS-Europe (19)
1432 - regionhalland.se (1)
1433 - Rijksmuseum (69)
1434 - rot13.org (1)
1435 - Solutions inLibro inc (18)
1436 - stacmail.net (12)
1437 - student.uef.fi (2)
1438 - sysmystic.com (1)
1439 - Tamil (10)
1440 - Theke Solutions (40)
1441 - unidentified (213)
1442 - Universidad Nacional de Córdoba (36)
1443 - Université Jean Moulin Lyon 3 (3)
1444 - Xercode (1)
1445 - xinxidi.net (1)
1446
1447 We also especially thank the following individuals who tested patches
1448 for Koha.
1449
1450 - Aleisha (33)
1451 - Alex (1)
1452 - Arslan Farooq (3)
1453 - Barry Cannon (1)
1454 - Barton Chittenden (1)
1455 - Benjamin Rokseth (7)
1456 - Brendan Gallagher (213)
1457 - Briana (4)
1458 - Carol Corrales (1)
1459 - Cathi Wiggin (1)
1460 - Cathi Wiggins (3)
1461 - Chris (10)
1462 - Chris Cormack (50)
1463 - Chris Davis (1)
1464 - Christian Stelzenmüller (1)
1465 - Christopher Brannon (4)
1466 - Chris William (4)
1467 - Dani Elder (1)
1468 - Danielle Aloia (1)
1469 - David Cook (1)
1470 - Galen Charlton (6)
1471 - hbraum@nekls.org (1)
1472 - Heather Braum (3)
1473 - Hector Castro (142)
1474 - Hugo Agud (1)
1475 - Jacek Ablewicz (19)
1476 - Jason Burds (1)
1477 - Jason DeShaw (1)
1478 - Jen DeMuth (1)
1479 - Jesse Maseto (2)
1480 - Jesse Weaver (165)
1481 - JM Broust (2)
1482 - Jonathan Druart (622)
1483 - Joonas Kylmälä (16)
1484 - Josef Moravec (26)
1485 - Julian Maurice (2)
1486 - Julius Fleschner (1)
1487 - jvr (1)
1488 - Karam Qubsi (1)
1489 - Katrin Fischer (355)
1490 - Liz (1)
1491 - Liz Rea (6)
1492 - Lucio Moraes (1)
1493 - Magnus Enger (4)
1494 - Marc Veron (16)
1495 - Marc Véron (230)
1496 - Margaret Holt (2)
1497 - Marjorie (1)
1498 - Mark Tompsett (99)
1499 - Martin Persson (2)
1500 - Martin Renvoize (30)
1501 - Mason James (2)
1502 - Megan Wianecki (3)
1503 - Michael Sauers (2)
1504 - Mirko Tietgen (27)
1505 - Natasha (2)
1506 - Nick Clemens (126)
1507 - Nicole Engard (7)
1508 - Olli-Antti Kivilahti (1)
1509 - Owen Leonard (115)
1510 - Paul Johnson (2)
1511 - Paul Landers (4)
1512 - Paul Poulain (1)
1513 - Philippe Blouin (2)
1514 - Sally Healey (5)
1515 - Srdjan (9)
1516 - Thomas Misilo (1)
1517 - Tom Misilo (2)
1518 - Cindy Murdock Ames (3)
1519 - Tomas Cohen Arazi (183)
1520 - Bob Ewart bob-ewart@bobsown.com (1)
1521 - Brendan Gallagher brendan@bywatersolutions.com (416)
1522 - Nicole C Engard (18)
1523 - Brendan A Gallagher (435)
1524 - Indranil Das Gupta (L2C2 Technologies) (4)
1525 - Kyle M Hall (753)
1526 - Bernardo Gonzalez Kriegel (101)
1527 - Andreas Hedström Mace (3)
1528 - Your Full Name (1)
1529 - juliette et remy (3)
1530 - Marcel de Rooy (127)
1531 - Juan Romay Sieira (1)
1532 - Eivin Giske Skaaren (1)
1533
1534 We regret any omissions.  If a contributor has been inadvertently missed,
1535 please send a patch against these release notes to 
1536 koha-patches@lists.koha-community.org.
1537
1538 ### Thanks
1539
1540 - Mom you were an inspiration as a library director and you challenged
1541 us all to create the change that we wanted to see.  May your words help
1542 motivate librarians to be a community and be united in erasing limitations
1543 for disseminating information.
1544
1545 ### Special thanks from the Release Manager
1546 I'd like to thank everyone in the community, especially Kyle and JesseW (piano),
1547 for never giving up and helping me through each step of this release!  Hear! Hear!
1548 I'd also like to thank Tomás and Chris for assiting me as a first time RM and
1549 showing me the ropes.  Jonathan and Katrin your endless bug testing and QAing
1550 is wonderful motivation for us all - Thank you so much for all you do!
1551
1552 To my lovely wife Sonja, for putting up with so many late nights
1553 so I could push that last piece of code or test one last thing.  Thank 
1554 you for being patient and volunteering so much of our time so we could 
1555 have an awesome release!!!
1556
1557 ## Revision control notes
1558
1559 The Koha project uses Git for version control.  The current development 
1560 version of Koha can be retrieved by checking out the master branch of:
1561
1562 - [Koha Git Repository](git://git.koha-community.org/koha.git)
1563
1564 The branch for this version of Koha and future bugfixes in this release
1565 line is master.
1566
1567
1568 ## Bugs and feature requests
1569
1570 Bug reports and feature requests can be filed at the Koha bug
1571 tracker at:
1572
1573 - [Koha Bugzilla](http://bugs.koha-community.org)
1574
1575 He rau ringa e oti ai.
1576 (Many hands finish the work)
1577
1578 Autogenerated release notes updated last on 26 May 2016 03:30:36.