75e9ca6317151d53b2d513bcee24b402cb524fbc
[koha.git] / misc / release_notes / release_notes_16_11_00.md
1 # RELEASE NOTES FOR KOHA 16.11.00
2 22 Nov 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.11.00 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-16.11.00.tar.gz)
14
15 Installation instructions can be found at:
16
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
19
20 Koha 16.11.00 is a major release, that comes with many new features.
21
22 It includes 6 new features, 246 enhancements, 410 bugfixes.
23
24 ## Deprecation notice
25
26 Support for Debian 7 ( Wheezy ) is officially deprecated. It is highly recommended that Debian 8 ( Jessie ) be used for upgrades and new installations.
27
28 ## New features
29
30 ### Holds
31 - [[14695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695) Add ability to place multiple item holds on a given record per patron
32 > Koha now supports the ability for a patron to place multiple holds on a single bibliographic record, with the type and limits configurable as circulation rules.
33 > This new functionality is especially useful for records with heterogeneous items, where a patron may need to request multiple specific items.
34
35 - [[5260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5260) Add option to send an order by e-mail to the acquisition module
36 > It will be possible to send order information to the vendor by e-mail. For now this feature can be triggered manually with a button before closing the basket.\r
37 The order e-mail is based on the acquisition claim feature, but uses a new notice template: ACQORDER.
38
39 ### Cataloging
40
41 - [[14793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14793) New cataloguing plugin unimarc_field_225a_bis
42
43 ### Circulation
44
45 - [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Add ability to place article requests in Koha
46
47 ### Patrons
48 - [[3534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534) Patron quick add form
49 > This patch adds a new system preference: PatronQuickAddFields When either this pref or BorrowerMandatoryField is populated this will add a new dropdown to the bew patron toolbar.
50 > When a category is chosen from this dropdown the fields in PatronQuickAddFields and BorrowerMandatoryField will be displayed.
51 > There will be a button allowing a user to switch from the quickadd to the full form and fields will be copied between the forms when toggling.
52 > The Quick add will only be displayed on add of a new patron, future edits should display the full form.
53
54 - [[5670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5670) Housebound Readers Module
55 > The Housebound module is an addition to Koha to allow the library to link together housebound patrons, volunteers, delivers and book choosers.
56 > Ability to create housebound profiles & scheduled visits for patrons.
57 > Ability to record users as Deliverers or Choosers (or both), using extended patron attributes.
58 > Ability to link choosers and deliverers to individual delivery runs.
59 > 'Delivery Frequencies' are customizable through authorised values ('HSBND_FREQ').
60
61 ## Enhancements
62
63 ### Acquisitions
64
65 - [[7039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7039) Link to existing record from result list in acquisition search
66 - [[9896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9896) Show vendor in subscription search when creating an order for a subscription
67 - [[13321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321) Fix tax and prices calculation
68 - [[13323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13323) Change the tax rate on receiving
69 - [[14752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752) Add multiple copies to a basket at once
70 - [[15128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15128) Add ability to limit the number of open purchase suggestions a patron can make
71 - [[15164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15164) Allow editing of the invoice number after initial saving
72 - [[16123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16123) Display budget hierarchy in the budget dropdown menu used when placing a new order
73 - [[16511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511) Make contracts actions buttons
74 - [[16525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525) Add cancel button when adding a new acq budget
75 - [[16738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16738) Improve EDIFACT messages template
76 - [[16841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16841) Help for Library EANs
77 - [[16842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16842) Help for EDI accounts
78 - [[16843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16843) Help for EDIFACT messages
79 - [[16981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16981) Add EDI admin links to acq menu
80 - [[17414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17414) Add GIR codes added to Edifact since 1.2
81
82 ### Architecture, internals, and plumbing
83
84 - [[11921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921) Move memcached configuration back to koha-conf.xml
85 - [[15407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15407) Move the patron categories related code to Koha::Patron::Categories - part 2
86 - [[15451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15451) Move the CSV related code to Koha::CsvProfile[s]
87 - [[15758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15758) Move the C4::Branch related code to Koha::Libraries - part 4
88 - [[15801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801) Move the framework related code to Koha::BiblioFramework[s] - part 2
89 - [[15803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15803) Koha::AuthorisedValues - Remove GetAuthorisedValueCategories
90 - [[15839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839) Move the reviews related code to Koha::Reviews
91 - [[15895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15895) Add Koha::Account module, use Koha::Account::pay internally for recordpayment
92 - [[15899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15899) Remove the use of recordpayment
93 - [[15900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15900) Remove use of recordpayment in ProcessOfflinePayment
94 - [[15901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15901) Remove use of recordpayment in C4::SIP::ILS::Transaction::FeePayment
95 - [[15902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15902) Remove use of recordpayment in process_koc.pl
96 - [[15903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15903) Remove use of recordpayment in paycollect.pl
97 - [[16166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16166) Improve L1 cache performance and safety
98 - [[16365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16365) Selectively introduce GetMarcStructure() "unsafe" variant for better performance
99 - [[16436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436) Allow action logs to be logged to the koha log file
100 - [[16519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519) Do not use global variables in [opac-]addbybiblionumbers.pl
101 - [[16586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16586) Koha Plugins: Limit results of GetPlugins by metadata
102 - [[16672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16672) Add ability to remove expired holidays from special_holidays
103 - [[16685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16685) Use eval instead of do for .perl atomicupdates
104 - [[16693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16693) reserve/renewscript.pl is not used and should be removed
105 - [[16715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16715) Koha::Cache - Use Sereal for serialization
106 - [[16769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16769) Koha::Cache->set_in_cache calls need to be standardised
107 - [[16770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16770) Remove wrong uses of Memoize::Memcached
108 - [[16819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16819) C4::Members::DelMember should use Koha::Holds to delete holds
109 - [[16847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16847) Remove C4::Members::GetTitles
110 - [[16849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16849) Move IsDebarred to Koha::Patron->is_debarred
111 - [[16850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16850) Move IsMemberBlocked to Koha::Patron
112 - [[16851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16851) Move HasOverdues to Koha::Patron->has_overdues
113 - [[16852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16852) Remove C4::Members::GetBorrowerCategorycode
114 - [[16853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16853) Move changepassword to Koha::Patron->update_password
115 - [[16891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16891) Move MoveMemberToDeleted to Koha::Patron->move_to_deleted
116 - [[16907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16907) Move DelMember and HandleDelBorrower to Koha::Patron
117 - [[16908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16908) Koha::Patrons - Remove GetSortDetails
118 - [[16909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16909) Koha::Patrons - Remove checkuniquemember
119 - [[16911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16911) Koha::Patrons - Move ExtendMemberSubscriptionTo to ->renew_account
120 - [[16912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16912) Koha::Patrons - Move AddEnrolmentFeeIfNeeded to add_enrolment_fee_if_needed
121 - [[16913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16913) C4::Members::GetBorrowersNamesAndLatest is not used
122 - [[16961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16961) Add the Koha::Objects->update method
123 - [[16965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965) Add the Koha::Objects->search_related method
124 - [[17080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17080) Koha::Object->new should handle default values for NOT NULL columns
125 - [[17089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17089) Move the star ratings related code to Koha::Ratings
126 - [[17091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17091) Add AUTOLOAD to Koha::Objects
127 - [[17094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17094) Methods of Koha::Object[s]-based classed should not return DBIx::Class objects
128 - [[17099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17099) GetSupportName and GetSupportList from C4/Koha.pm are no longer used
129 - [[17110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17110) Lower CSRF expiry in Koha::Token
130 - [[17189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17189) Add the ability to define several memcached namespaces
131 - [[17193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17193) C4::Search::SearchAcquisitions is not used
132 - [[17197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17197) misc/batchupdateISBNs.pl is certainly no longer in use
133 - [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
134 - [[17226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17226) Improve AUTOLOAD of Koha::Object
135 - [[17248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17248) Koha::AuthorisedValues - Remove GetKohaAuthorisedValueLib
136 - [[17249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17249) Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesFromField
137 - [[17250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17250) Koha::AuthorisedValues - Remove GetAuthValCode
138 - [[17251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17251) Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesMapping
139 - [[17252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17252) Koha::AuthorisedValues - Remove GetAuthorisedValueByCode
140 - [[17253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17253) Koha::AuthorisedValues - Remove GetKohaAuthorisedValues
141 - [[17274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17274) Add info about which memcached config is used to about.pl
142 - [[17302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17302) Add Koha::Util::Normalize for normalization functions
143 - [[17356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17356) Add atomic update .perl skeleton file
144 - [[17425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17425) Koha::Object should raise exceptions
145 - [[17555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17555) Add Koha::Patron->category
146 - [[17579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17579) Add the Koha::Patron->is_expired method
147 - [[17594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17594) Make Koha::Object->discard_changes available
148 - [[17599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17599) Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_issuing_rule
149 - [[17604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17604) Add the Koha::Patron::Category->effective_BlockExpiredPatronOpacActions method
150 - [[17651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17651) t/db_dependent/api/v1/patrons.t is failing
151
152 ### Cataloging
153
154 - [[6499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499) MARC21 035 -- Other-control-number --  Indexing & Matching
155 - [[7741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7741) Clear search terms in Z3950 search page
156 - [[9259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9259) Delete marc batches from staged marc management
157 - [[13501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13501) Allow autocompletion on drop-down lists
158 - [[14629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14629) Add aggressive ISSN matching feature equivalent to the aggressive ISBN matcher
159
160 ### Circulation
161
162 - [[3669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669) Create a template for circ/add_message.pl
163 - [[6906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906) Show 'Borrower has previously issued $ITEM' alert on checkout
164 - [[9543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543) Show patrons messaging subscription on holds notification
165 - [[11360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11360) Disable barcode field and submit button when a hold is found
166 - [[13134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13134) Add patron category to returns confirmation dialogs
167 - [[14048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14048) Change RefundLostItemFeeOnReturn to be branch specific
168 - [[14668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14668) Show serial enumeration in the patron's opac checkout summary
169 - [[15172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15172) Serial enumchron/sequence not visible when returning/checking in Items
170 - [[15581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15581) Add a circ rule to not allow auto-renewals after defined loan period
171 - [[16272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272) Transform checkout from on-site checkout to regular checkout
172 - [[16531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16531) Circ overdues report is showing an empty table if no overdues
173 - [[16566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16566) 'Print slip' button formatting inconsistent
174 - [[17331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17331) Show holding branch in holds awaiting pickup report
175 - [[17397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17397) Show name of librarian who created circulation message
176
177 ### Command-line Utilities
178
179 - [[10337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337) Add a script to insert all sample data automatically
180 - [[14504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14504) Add command-line script to batch delete items based on data in items table
181 - [[17444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17444) Export by date and time in export_record.pl
182 - [[17459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17459) Add a script to create a superlibrarian user
183
184 ### Course reserves
185
186 - [[15853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15853) Add author and link columns to opac course reserves table
187 - [[16651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16651) Notes field blank for 952$z in opac-course-details.pl
188
189 ### Hold requests
190
191 - [[8030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8030) Change pickup location of a hold from patron record
192 - [[14642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14642) Add logging of hold modifications
193 - [[16336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336) UX of holds patron search with long lists of results
194
195 ### I18N/L10N
196
197 - [[16687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16687) Translatability: Fix issues with sentence splitting in Administration preferences
198 - [[16952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16952) Add sorting rules for Czech language to Zebra
199 - [[17543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17543) Update German web installer sample files for 16.11
200
201 ### Installation and upgrade (command-line installer)
202
203 - [[17567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17567) populate_db.pl should initialize ES mappings
204
205 ### Lists
206
207 - [[15485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15485) Allow choosing different XSLTs for lists
208
209 ### MARC Bibliographic data support
210
211 - [[16472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472) Update MARC21 de-DE frameworks to Update 22 (April 2016)
212 - [[16601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16601) Update MARC21 it-IT frameworks to Update 22 (April 2016)
213 - [[17318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17318) Make 'Normalization rule' configurable on matchpoint definition
214
215 ### MARC Bibliographic record staging/import
216
217 - [[10407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407) Allow MARCXML records to be imported with Tools/Stage MARC records for import
218
219 ### Notices
220
221 - [[14757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14757) Allow the use of Template Toolkit syntax for slips and notices
222
223 ### OPAC
224
225 - [[5456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5456) Create a link to opac-ics.pl
226 - [[10848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10848) Allow configuration of mandatory/required fields on the suggestion form in OPAC
227 - [[15388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15388) Show Syndetics covers by UPC in search results
228 - [[16507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507) Show play media tab first
229 - [[16551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16551) Display the name of lists to the search results at the OPAC
230 - [[16552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16552) Add the ability to change the default holdings sort
231 - [[16641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16641) Update Novelist in opac to use updated call to fetch content
232 - [[16875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16875) OPAC:  Removing link to records if authority is not used by any records
233 - [[16876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16876) Remove Full heading column in OPAC Authority search
234 - [[17109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17109) sendbasket: Remove second authentication, add CSRF token
235 - [[17191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17191) Confirm message on deleting tag in OPAC
236 - [[17220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17220) Improve clarity when placing a hold by changing button text from "Place hold" to "Confirm hold"
237
238 ### Packaging
239
240 - [[16647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16647) Update debian/control for 16.*
241 - [[17013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17013) build-git-snapshot: add basetgz parameter and update master version number
242 - [[17019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17019) debian/changelog update
243 - [[17030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17030) Configure the REST api on packages install
244
245 ### Patrons
246
247 - [[10760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10760) Use Street Number and Street type in Alternate Address section
248 - [[12402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402) Show more on pending patron modification requests
249 - [[14874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874) Add ability to search for patrons by date of birth from checkout and patron quick searches
250 - [[16273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273) Prevent selfregistration from printing the borrower password and filling the logging form
251 - [[16274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16274) Make the selfregistration branchcode selection configurable
252 - [[16275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16275) Prevent patron self registration if the email already filled in borrowers.email
253 - [[16276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276) When automatically deleting expired borrowers, make sure they didn't log in recently
254 - [[16729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16729) Use member-display-address-style*-includes when printing user summary
255 - [[16730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16730) Use member-display-address-style*-includes in moremember-brief.tt
256 - [[17154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17154) Note column is missing on account lines receipt
257 - [[17443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17443) Make possible to renew patron by later of expiry and current date
258
259 ### Reports
260
261 - [[6934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934) New report Cash Register Statistics
262 - [[7679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679) Add new filters to circulation statistics wizard
263 - [[14435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14435) Recover feature to store and access results of a report
264 - [[16388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388) Move option to download report into reports toolbar
265 - [[16978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16978) Add delete reports user permission
266 - [[17341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17341) Enhance the report action button on guided_reports.pl
267
268 ### SIP2
269
270 - [[13807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13807) SIPServer Input loop not checking for closed connections reliably
271
272 ### Searching
273
274 - [[13949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13949) Add holding library to item search
275 - [[14899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14899) Mapping configuration page for Elastic search
276 - [[14902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14902) Add qualifier menu to staff side "Search the Catalog"
277
278 > The main OPAC search has a qualifier menu available (the Search: Library Catalog/Title/Author/Subject/ISBN/Series/Call Number menu). Now the staff side had this option available, too. Show/Not show with syspref 'IntranetCatalogSearchPulldown'.
279
280
281 - [[16524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524) Use floating toolbar on item search
282
283 ### Self checkout
284
285 - [[15131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15131) Give SCO separate control for AllowItemsOnHoldCheckout
286 - [[16732]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16732) Add audio alerts (custom sound notifications) to web based self checkout
287 - [[17386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17386) Add opac notes for patron to self checkout screen
288
289 ### Serials
290
291 - [[7677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677) Subscriptions: Ability to define default itemtype and automatically change itemtype of older issues on receive of next issue
292 - [[16289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16289) Abbreviated formatting for numbering patterns
293 - [[16745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16745) Add edit catalog and edit items links to serials toolbar
294 - [[16874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16874) Making serials collections actions buttons
295 - [[16950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16950) Serials subscriptions advanced search shows '0 found' pre-search
296 - [[17165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17165) Improve heading on vendor search when searching for all vendors in Serials
297 - [[17402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17402) Enhance the actions button on serials-search.pl
298
299 ### Staff Client
300
301 - [[14790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14790) Link to OPAC view from within subscriptions, search and item editor
302 - [[16324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16324) Move item search into header
303
304 ### System Administration
305
306 - [[16165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16165) Include link to ILS-DI documentation page in ILS-DI system preference
307 - [[16768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16768) Add official number format for Switzerland: 1'234'567.89
308 - [[16945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16945) Syspref PatronSelfRegistration: Add note about setting PatronSelfRegistrationDefaultCategory
309 - [[17162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17162) Moving MARC tags structure actions into a drop down menu
310 - [[17163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17163) Making MARC subfields structure actions buttons
311 - [[17173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17173) Quick edit a subfield in frameworks
312 - [[17187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17187) Lower the timeout preference from 139 days to 1 day
313 - [[17261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17261) Add memcached configuration info to about.pl
314
315 ### Templates
316
317 - [[11606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11606) Novelist Select in Staff Client
318 - [[15975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15975) Add Home Library Column to Checkouts
319 - [[16005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16005) Standardize use of icons for delete and cancel operations
320 - [[16127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16127) Add discharge menu item to patron toolbar
321 - [[16148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16148) Revised layout and behavior of marc modification template management
322 - [[16310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16310) Remove the use of "onclick" from audio alerts template
323 - [[16400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400) Proposal to uniform the placement of submit buttons
324 - [[16437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437) Automatic item modifications by age needs prettying
325 - [[16450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450) Remove the use of "onclick" from guarantor search template
326 - [[16456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456) Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation
327 - [[16468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468) Remove last "onclick" from the stage MARC records template
328 - [[16469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16469) Remove the use of "onclick" from some catalog pages
329 - [[16477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477) Improve staff client cart JavaScript and template
330 - [[16490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490) Add an "add to cart" link for each search results in the staff client
331 - [[16494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16494) Remove the use of "onclick" from some patron pages
332 - [[16538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16538) Improve the style of progress bars
333 - [[16541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16541) Make edit and delete links styled buttons in cities administration
334 - [[16543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16543) Make edit and delete links styled buttons in patron attribute types administration
335 - [[16549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16549) Remove the use of "onclick" from header search forms
336 - [[16557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16557) Remove the use of "onclick" from several include files
337 - [[16576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16576) Remove the use of "onclick" from label templates
338 - [[16592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16592) Use Bootstrap modal for MARC and Card preview on acquisitions receipt summary page
339 - [[16602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16602) Remove the use of "onclick" from several templates
340 - [[16677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16677) Use abbr for authorities linked headings
341 - [[16752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16752) Remove the use of event attributes from some acquisitions templates
342 - [[16772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16772) Change label from 'For:' to 'Library:' to ease translation
343 - [[16778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16778) Use Bootstrap modal for card printing on patron lists page
344 - [[16801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16801) Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits
345 - [[16906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16906) Add DataTables pagination and filter to top of saved SQL reports table
346 - [[16937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16937) Remove the use of "onclick" from the manage staged MARC records template
347 - [[16938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16938) Remove the use of "onclick" from batch patrons modification template
348 - [[16946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16946) Remove the use of "onclick" from several serials templates
349 - [[16963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16963) Remove the use of "onclick" from subscription add template
350 - [[16967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16967) Remove the use of "onclick" from serial frequency and numbering management
351 - [[16968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16968) Remove the use of "onclick" from serial patron and vendor search templates
352 - [[16995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16995) Remove event attributes from two include files
353 - [[17011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17011) Remove "onblur" event attribute from some templates
354 - [[17012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17012) Remove more event attributes from administration templates
355 - [[17056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17056) Remove event attributes from various templates
356 - [[17083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17083) Remove more event attributes from tools templates
357 - [[17112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17112) Action buttons for course reserves detail page
358 - [[17210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17210) Remove use of onclick from biblio detail sidebar in OPAC
359 - [[17211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17211) Remove use of onclick from OPAC fines page
360 - [[17222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17222) Remove use of onclick from OPAC member entry page
361
362 ### Test Suite
363
364 - [[13691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13691) Add some selenium scripts
365 - [[16866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16866) Catch warning t/db_dependent/Languages.t
366 - [[17304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17304) C4::Matcher::_get_match_keys is not tested
367 - [[17539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17539) t/db_dependent/Reserves.t is failing
368
369 ### Tools
370
371 - [[15023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15023) Allow patron anonymize/bulk delete tool to be limited by branch
372 - [[15213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15213) Fix tools sidebar to highlight Patron lists when in that module
373 - [[16513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16513) Improvements and fixes for quote upload process
374 - [[16681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16681) Allow update of opacnote via batch patron modification tool
375 - [[17147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17147) Streamline messages following batch record modification
376 - [[17161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17161) Making 'preview MARC' links show as buttons in batch record mod
377 - [[17183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17183) Koha News 'delete selected' function doesn't check if anything has been selected
378 - [[17301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17301) Add callnumber to label-edit-batch.pl
379
380 ### Transaction logs
381
382 - [[16829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16829) action_logs should have an 'interface' column
383
384 ### Web services
385
386 - [[14868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14868) REST API: Swagger2-driven permission checking
387 - [[16212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16212) Swagger specification separation and minification
388 - [[16271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271) Allow more filters on /api/v1/holds
389 - [[16699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16699) Swagger: Split parameters and paths, and specify required permissions for resource
390 - [[17032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17032) REST API tests: Make sure Swagger object definition is up-to-date with database
391 - [[17428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17428) REST API: CRUD endpoint for cities
392 - [[17431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17431) Fix failing test t/db_dependent/api/v1/holds.t
393 - [[17432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17432) Remove requirement to minify swagger.json
394 - [[17445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17445) REST API: Generic handling of malformed query parameters
395
396 ### Z39.50 / SRU / OpenSearch Servers
397
398 - [[17174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17174) Making z39.50 authority search actions buttons
399
400
401 ## Critical bugs fixed
402
403 (this list includes all bugfixes since the previous major version. Most of them
404 have already been fixed in maintainance releases)
405
406 ### About
407
408 - [[17177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17177) Can't locate Koha/Config/SysPrefs.pm in @INC on intranet about page
409
410 ### Acquisitions
411
412 - [[16493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493) acq matching on title and author
413
414 ### Architecture, internals, and plumbing
415
416 - [[16443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443) C4::Members::Statistics is not plack safe
417 - [[16518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518) opac-addbybiblionumber is not plack safe
418 - [[16556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16556) KohaToMarcMapped columns sharing same field with biblio(item)number are removed.
419 - [[16716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16716) Invalid SQL GROUP BY clauses in GetborCatFromCatType and GetAuthorisedValues
420 - [[17048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17048) Authority search result list page scrolling not working properly
421 - [[17050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17050) Accessing the REST API through Plack kicks the session out
422 - [[17332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17332) Memcached configuration missing in koha-conf* files
423 - [[17494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17494) Koha generating duplicate self registration tokens
424 - [[17548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17548) Step 1 of memberentry explodes
425 - [[17558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17558) Fix t/db_dependent/Koha/Patron/Messages.t
426 - [[17642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17642) Authorised values code is broken because of the refactoring
427 - [[17644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17644) t/db_dependent/Exporter/Record.t fails
428 - [[17659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17659) sample_notices.sql is broken for fr-QA
429
430 ### Authentication
431
432 - [[17481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17481) Cas Logout: bug 11048 has been incorrectly merged
433
434 ### Cataloging
435
436 - [[10148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10148) 007 not filling in with existing values
437 - [[14844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14844) Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted.
438 - [[15974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15974) Rancor - 942c is always displaying first in the list.
439 - [[17023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17023) z3950_search.pl are vulnerable to XSS attacks
440 - [[17072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17072) 006 not filling in with existing values
441 - [[17285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17285) Rancor - Advanced editor fails or broken
442 - [[17477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17477) Duplicating a subfield yields an empty subfield tag
443
444 ### Circulation
445
446 - [[14390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390) Fine not updated from 'FU' to 'F' on renewal
447 - [[14598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598) itemtype is not set on statistics by C4::Circulation::AddReturn
448 - [[16527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16527) Sticky due date calendar unexpected behaviour
449 - [[16534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16534) Error when checking out already checked out item (depending on AllowReturnToBranch)
450 - [[16570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16570) All checked-in items are said to be part of a rotating collection
451 - [[17036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17036) circulation.pl is vulnerable to XSS attacks
452 - [[17135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17135) Fine for the previous overdue may get overwritten by the next one
453 - [[17524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17524) Datepicker on checkout fails when dateformat = iso
454
455 ### Command-line Utilities
456
457 - [[11144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144) Fix sequence of cronjobs: automatic renewal - fines - overdue notices
458 - [[17376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17376) rebuild_zebra.pl in daemon mode no database access kills the process
459
460 ### Hold requests
461
462 - [[16942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16942) Confirm hold results in ugly error
463 - [[16988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16988) Suspending a hold with AutoResumeSuspendedHolds disabled results in error
464 - [[17010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17010) Canceling a hold awaiting pickup no longer alerts librarian about next hold
465 - [[17028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17028) request.pl is vulnerable to XSS attacks
466 - [[17327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17327) Item level holds no longer enforced
467
468 ### Installation and upgrade (command-line installer)
469
470 - [[17292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17292) Use of DBIx in updatedatabase.pl broke upgrade (from bug 12375)
471
472 ### Installation and upgrade (web-based installer)
473
474 - [[16554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554) Web installer fails to load i18n sample data on MySQL 5.6+
475 - [[16573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16573) Web installer fails to load structure and sample data on MySQL 5.7
476 - [[16619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16619) Installer stuck in infinite loop
477 - [[16678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16678) updatedatabase.pl 3.23.00.006 DB upgrade crashes if subscription_numberpatterns.numberingmethod contains parentheses
478 - [[16920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16920) sysprefs.sql - missing comma for MaxOpenSuggestions
479 - [[17324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17324) branchcode is NULL in letter triggers red upgrade message
480 - [[17345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17345) Typo in sysprefs.sql prevents all systempreferences from being installed
481 - [[17576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17576) Add HSBND_FREQ authorised value to translated installer sample files
482
483 ### Label/patron card printing
484
485 - [[16747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16747) Fix regression in patron card creator (patron image)
486
487 ### OPAC
488
489 - [[7441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441) Search results showing wrong branch
490 - [[11592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592) opac detail scripts do not respect MARC tag visibility
491 - [[16593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16593) Access Control - Malicious user can delete the search history of another user
492 - [[16680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16680) Library name are not displayed for holds in transit
493 - [[16686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16686) Fix "Item in transit from since" in Holds tab
494 - [[16707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16707) Software Error in OPAC password recovery when leaving form fields empty
495 - [[16918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16918) opac-main.pl is not running under plack
496 - [[16958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16958) opac-imageviewer.pl is vulnerable to XSS
497 - [[16996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16996) Template process failed: undef error - Can't call method "description"
498 - [[17392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17392) opac/svc/overdrive_proxy is not plack safe
499 - [[17393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17393) selfreg - Patron's info are not correctly inserted if contain non-Latin characters
500 - [[17484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17484) Searching with date range limit (lower and upper) does not work
501 - [[17522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17522) opac-user.pl gives error of OpacRenewalAllowed is enabled
502
503 ### Packaging
504
505 - [[16617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16617) debian/control is broken
506
507 ### Patrons
508
509 - [[11217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11217) The # in accountlines descriptions makes them un-writeoffable
510 - [[16504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504) All borrower attribute values for a given code deleted if that attribute has branch limits
511 - [[16941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16941) Can not add new patron in staff client
512 - [[16960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16960) Patron::Modifications should be fixed
513 - [[17069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17069) Can't create new patron category on the intranet
514 - [[17384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17384) Categories do not display in patron editing form if they have only one category assigned
515 - [[17403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17403) Internal Server Error while deleting patron
516
517 ### Reports
518
519 - [[13914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13914) The holds statistics report returns random data
520 - [[17495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17495) reports/issues_stats.pl is broken
521
522 ### SIP2
523
524 - [[16492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492) Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library
525 - [[16610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16610) Regression in SIP2 user password handling
526
527 ### Searching
528
529 - [[16838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16838) Elasticsearch - mapping tables are not populated on new installs
530 - [[17029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17029) *detail.pl are vulnerable to XSS attacks
531 - [[17038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17038) search.pl is vulnerable to XSS attacks
532 - [[17323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17323) MySQL 5.7 - Column search_history.time cannot be null
533 - [[17377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17377) ES - control fields are not taken into account
534
535 ### Serials
536
537 - [[17026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17026) checkexpiration.pl is vulnerable to XSS attacks
538 - [[17295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17295) Missed variable removal in subscription-add.pl from Bug 15758
539
540 ### Staff Client
541
542 - [[16947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16947) Can not modify patron messaging preferences
543 - [[16955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955) Internal Server Error while populating new framework
544 - [[17022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17022) branchtransfers.pl is vulnerable to XSS attacks
545
546 ### System Administration
547
548 - [[17308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17308) 'New patron attribute type' button does not work
549 - [[17389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17389) Exporting framework always export the default framework
550 - [[17582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17582) Cannot edit an authority framework
551
552 ### Tools
553
554 - [[16917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16917) Error when importing patrons, Column 'checkprevcheckout' cannot be null
555 - [[17024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17024) viewlog.pl is vulnerable to XSS attacks
556 - [[17420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17420) record export fails when itemtype on biblio
557
558 ### Web services
559
560 - [[17336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17336) api_secret_passphrase missing in packages setup
561
562 ### About
563
564 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
565 - [[13405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13405) System information has misleading information about indexing mode
566
567 ### Acquisitions
568
569 - [[13324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13324) [DEPENDS_ON_13321] The fund values must be based on tax included values
570 - [[16736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16736) Keep library filter when changing suggestion
571 - [[16737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16737) Error when deleting EDIFACT message
572 - [[16934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16934) Cannot add notes to canceled and deleted order line
573 - [[16953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16953) Acquisitions home: Remove trailing › from breadcrumbs
574 - [[17081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17081) Incorrect comparison operator used in edifactmsgs.pl
575 - [[17141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17141) Incorrect method called in edi_cron to get logdir
576
577 ### Architecture, internals, and plumbing
578
579 - [[10455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10455) remove redundant 'biblioitems.marc' field
580 - [[12633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12633) SQLHelper replacement - C4::Members
581 - [[13074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074) C4::Items::_build_default_values_for_mod_marc should use Koha::Cache
582 - [[14060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14060) Remove readonly on date inputs
583 - [[14707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14707) Change UsageStatsCountry from free text to a dropdown list
584 - [[15690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15690) Unconstrained CardnumberLength preference conflicts with table column limit of 16
585 - [[16088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088) Excessive CGI->new() calls hurting cache performace under plack
586 - [[16428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428) The framework is not checked to know if a field is mapped
587 - [[16431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431) Marc subfield structure should be cached using Koha::Cache
588 - [[16441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441) C4::Letters::getletter is not plack safe
589 - [[16442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442) C4::Ris is not plack safe
590 - [[16444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444) C4::Tags is not plack safe
591 - [[16449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449) unimarc_field_4XX raises a warning
592 - [[16455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455) TagsExternalDictionary does not work under Plack
593 - [[16502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502) Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t
594 - [[16520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520) Per-virtualhost SetEnvs don't work with Plack
595 - [[16565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16565) additional_fields and additional_field_values are not dropped in kohastructure.sql
596 - [[16578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16578) Wide character warning in opac-export.pl when utf8 chosen
597 - [[16644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16644) Plack: Use to_app to remove warning about Plack::App::CGIBin instance
598 - [[16667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16667) Unused variable and function call in circulation.pl
599 - [[16670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16670) CGI->param used in list context
600 - [[16671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16671) Wrong itemtype picked in HoldsQueue.t
601 - [[16708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16708) ElasticSearch - Fix authority reindexing
602 - [[16720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16720) DBIx ActionLogs.pm should be removed
603 - [[16724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16724) Link from online help to manual broken (as of version 16.05)
604 - [[16731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16731) Use INSERT IGNORE when inserting a syspref
605 - [[16741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16741) Remove dead code "sub itemissues" from C4/Circulation.pm
606 - [[16742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16742) Remove unused template subject.tt
607 - [[16751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16751) Fix sitemaper typo
608 - [[16844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16844) 1 occurrence of GetMemberRelatives has not been removed
609 - [[16848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16848) Wrong warning "Invalid date ... passed to output_pref" can be carped
610 - [[16857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16857) patron-attr-types.tt: Get rid of warnings "Argument "" isn't numeric"
611 - [[16889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889) Move the ::columns subroutines to Koha::Objects->columns
612 - [[16929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16929) Prevent opac-memberentry waiting for random chars
613 - [[16971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16971) Missing dependency for HTML::Entities
614 - [[16975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16975) DSA-3628-1 perl -- security update
615 - [[17020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17020) findborrower is not used in circulation.tt
616 - [[17087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17087) Set Test::WWW::Mechanize version to 1.42
617 - [[17124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17124) DecreaseLoanHighHolds.t does not pass
618 - [[17128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17128) summary-print.pl is not plack safe
619 - [[17157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17157) Middle click on dropdown menu in header may cause software error
620 - [[17223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17223) Add Cache::Memcached to PerlDependencies
621 - [[17231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17231) HTML5MediaYouTube should recognize youtu.be links from youtube as well at the full links
622 - [[17294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17294) reserves_stats.pl is not plack safe
623 - [[17368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17368) plugins tests are broken - KitchenSinkPlugin
624 - [[17372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17372) Elasticsearch paths need to be standardized
625 - [[17396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17396) t/DataTables/Members.t is unnecessary
626 - [[17411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17411) Change exit 1 to exit 0 in acqui/basket.pl to prevent Internal Server Error
627 - [[17426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17426) AutoCommit should not be set in tests
628 - [[17446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17446) Remove some seleted typos
629 - [[17513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17513) koha-create does not set GRANTS correctly
630 - [[17537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17537) xt/author/valid-templates.t is broken
631 - [[17538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17538) t/db_dependent/Upload.t is broken
632 - [[17540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17540) auth_values_input_www.t is broken
633 - [[17544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17544) populate_db.pl should not require t::lib::Mocks
634 - [[17552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17552) Koha::Objects->reset does no longer allow chaining
635 - [[17562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17562) Acquisition.t is broken
636 - [[17563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17563) Acquisition/CancelReceipt.t is broken
637 - [[17564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17564) Acquisition/OrderUsers.t is broken
638 - [[17589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17589) Improper method type in Koha::ItemType(s)
639 - [[17633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17633) Tests should not call set_preference
640 - [[17634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17634) Unit test t/db_dependent/ArticleRequests.t is failing
641 - [[17637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17637) Auth_with_ldap.t is failing
642 - [[17638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17638) t/db_dependent/Search.t is failing
643 - [[17640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17640) t/db_dependent/Template/Plugin/Categories.t is failing
644 - [[17641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17641) t/Biblio/Isbd.t is failing
645 - [[17654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17654) Add tests to enforce swagger definition files integrity
646
647 ### Authentication
648
649 - [[16818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16818) CAS redirect broken under Plack
650 - [[16845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16845) C4::Members::ModPrivacy is not used
651
652 ### Cataloging
653
654 - [[7045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7045) Default-value substitution inconsistent
655 - [[12629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12629) Software error when trying to merge records from different frameworks
656 - [[14897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14897) Header name mismatch in ./modules/catalogue/detail.tt
657 - [[16245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16245) RIS export file type incorrect
658 - [[16358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16358) Rancor - Deleting records when Rancor is enabled just opens them
659 - [[16613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16613) MARC 09X Field Help Links are Broken
660 - [[16807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16807) Frameworks unordered  in dropdown when adding/editing a biblio
661 - [[17152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17152) Duplicating a subfield should not copy the data
662 - [[17194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17194) When edit record, Button "Z39.50/SRU search" not work
663 - [[17201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17201) Remaining calls to C4::Context->marcfromkohafield
664 - [[17204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17204) Rancor Z39.50 search fails under plack
665 - [[17206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17206) Can't switch to default framework
666 - [[17405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17405) Edit record uses Default framework
667 - [[17545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17545) Make "Add biblio" not hidden by language chooser
668 - [[17660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17660) Any $t subfields not editable in any framework
669
670 ### Circulation
671
672 - [[10768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10768) Improve the interface related to itemBarcodeFallbackSearch
673 - [[14736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14736) AllowRenewalIfOtherItemsAvailable slows circulation down in case of a record with many items and many holds
674 - [[16200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16200) 'Hold waiting too long' fee has a translation problem
675 - [[16462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16462) Change default sorting of circulation patron search results to patron name
676 - [[16569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16569) Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled
677 - [[16596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16596) branchcode and categorycode are displayed instead of their description on patron search result
678 - [[16780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16780) Specify due date always sets time as AM when using 12 hour time format
679 - [[16854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16854) request.tt: Logic to display messages broken
680 - [[17001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17001) filtering overdue report by due date can fail if TimeFormat is 12hr
681 - [[17055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17055) Add classes to different note types to allow for styling on checkins page
682 - [[17095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17095) Regression: Error when checking out to non-existent patron
683 - [[17310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17310) Broken URLs in 'Item renewed' / 'Cannot renew' messages
684 - [[17352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17352) Patron search type is hard coded to 'contain' in circ/circulation.pl
685 - [[17394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17394) exporting checkouts with items selects without items in combo-box
686
687 ### Command-line Utilities
688
689 - [[2389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2389) overdue_notices.pl needs a test mode
690 - [[16822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16822) koha-common init.d script should run koha-plack without quiet
691 - [[16830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16830) koha-indexer still uses the deprecated -x option switch
692 - [[16935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16935) launch export_records.pl with deleted_barcodes param fails
693 - [[16974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16974) koha-plack should check and fix log files permissions
694 - [[17088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17088) Bad MARC XML can halt export_records.pl
695
696 ### Database
697
698 - [[10459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459) borrowers should have a timestamp
699
700 ### Developer documentation
701
702 - [[17626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17626) INSTALL files are outdated
703
704 ### Documentation
705
706 - [[16537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16537) Overdue and Status triggers grammar
707
708 ### Hold requests
709
710 - [[14514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14514) LocalHoldsPriority and the HoldsQueue conflict with each other
711 - [[14968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14968) found shouldn't be set to null when cancelling holds
712
713 ### I18N/L10N
714
715 - [[12509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12509) Untranslatable "Restriction added by overdues process"
716 - [[15676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15676) Actions in pending offline circulation actions are not translatable
717 - [[16540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16540) Translatability in opac-auth.tt (tag-splitted sentences)
718 - [[16560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16560) Translatability: Issues in opac-memberentry.tt
719 - [[16562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16562) Translatability: Issue in opac-user.tt (separated word 'item')
720 - [[16563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16563) Translatability: Issues in opac-account.tt (sentence splitting)
721 - [[16585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16585) Update Italian installer sample files for 16.05
722
723 > With this patch all sample/defintions .sql files are translated into Italian (if you select italian during web installation).
724
725 - [[16620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620) Translatability: Fix problem with isolated word "please" in auth.tt
726 - [[16621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16621) Translatability: Issues in opac-user.tt (sentence splitting)
727
728 > Fix translatability issues due to sentence splitting in koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
729
730
731 - [[16633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16633) Translatability: Issues in tags/review.tt (sentence splitting)
732 - [[16634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16634) Translatability: Fix issue in memberentrygen.tt
733 - [[16697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16697) Translatability: Fix problem with isolated "'s"in request.tt
734 - [[16701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16701) Translatability: Fix problem with isolated ' in currency.tt
735 - [[16718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16718) Translatability: Fix problems with sentence splitting by use of strong tag in about.tt
736 - [[16776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16776) If language is set by external link language switcher does not work
737 - [[16861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16861) Translatability: Fix separated "below" in circulation.tt
738 - [[16871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16871) Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt
739 - [[17040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17040) Context menu when editing items is not translated
740 - [[17064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17064) Delete backup marc21_framework_DEFAULT.sql~ file
741 - [[17082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17082) Translatability: Fix sentence splitting in member.tt
742 - [[17245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17245) Untranslatable abbreviated names of seasons
743 - [[17322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17322) Translation breaks opac-ics.tt
744 - [[17518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17518) Displayed language name for Czech is wrong
745
746 ### Installation and upgrade (command-line installer)
747
748 - [[17044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17044) Wrong destination for 'api' directory
749
750 ### Installation and upgrade (web-based installer)
751
752 - [[17357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17357) WTHDRAWN is still used in installer files
753 - [[17358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17358) Authorised values: COU>COUNTRY | LAN>LANG
754 - [[17391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17391) ReturnpathDefault and ReplyToDefault missing from syspref.sql
755 - [[17504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17504) Installer shows PostgreSQL info when wrong DB permissions
756
757 ### Label/patron card printing
758
759 - [[14138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14138) Patroncard: Warn user if PDF creation fails
760 - [[16459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459) Adding patrons to a patron card label batch requires 'routing' permission
761 - [[17175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17175) Typo in patron card images error message
762
763 ### Lists
764
765 - [[16897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16897) Re-focus on "Add item" in Lists
766 - [[17185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17185) Staff client shows "Lists that include this title:" even if item is not in a list
767 - [[17315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17315) Can't add entry to lists using link in result list
768 - [[17316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17316) Possible to see name of lists you don't own
769
770 ### MARC Authority data support
771
772 - [[17118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17118) Regression: Bug 15381 triggers error when trying to clear a linked authority
773
774 ### MARC Bibliographic data support
775
776 - [[17281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17281) Warning when saving subfield structure
777
778 ### MARC Bibliographic record staging/import
779
780 - [[6852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6852) Staged import reports wrong success for items with false branchcode
781
782 ### Notices
783
784 - [[16624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16624) Times are formatted incorrectly in slips ( AM PM ) due to double processing
785
786 ### OPAC
787
788 - [[2735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2735) Authority search in OPAC stops at 15 pages
789 - [[14434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14434) OPAC should indicate to patrons that auto renewal will not work because hold has been placed
790 - [[15636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15636) DataTables Warning: Requested unknown parameter from opac-detail.tt
791 - [[16311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16311) Advanced search language limit typo for Romanian
792 - [[16464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16464) If a patron has been discharged, show a message in the OPAC
793 - [[16465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465) OPAC discharge page has no title tag
794 - [[16597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16597) Reflected XSS in [opac-]shelves and [opac-]shareshelf
795 - [[16599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16599) XSS found in opac-shareshelf.pl
796 - [[16615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16615) OpenLibrary: always use SSL when referencing external resources
797 - [[16805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16805) Log in with database admin user breaks OPAC
798 - [[16806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16806) "Too soon" renewal error generates no alert for user
799 - [[17068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17068) empty list item in opac-reserves.tt
800 - [[17078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17078) Format fines on opac-account.pl
801 - [[17103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17103) Google API Loader jsapi called over http
802 - [[17117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17117) Patron personal details not displayed unless branch update request is enabled
803 - [[17142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17142) Don't show library group selection in advanced search if groups are not defined
804 - [[17296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17296) Failed to correctly configure AnonymousPatron with AnonSuggestions should display a warning in about
805 - [[17367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17367) Showing all items must keep show holdings tab in OPAC details
806 - [[17435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17435) Gives ability to display stocknumber in the search results
807
808 ### Packaging
809
810 - [[4880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4880) koha-remove sometimes fails because user is logged in
811 - [[16695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16695) Exception::Class 1.39 is not packaged for Jessie
812 - [[16823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16823) Comment out koha-rebuild-zebra in debian/koha-common.cron.d
813 - [[16885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885) koha-stop-zebra should be more sure of stopping zebrasrv
814 - [[17043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17043) debian/list-deps fixes, master edition
815 - [[17062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17062) debian/control.in update: change maintainer & add libhtml-parser-perl
816 - [[17065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17065) Rename C4/Auth_cas_servers.yaml.orig
817 - [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
818 - [[17085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17085) Specify libmojolicious-perl min version
819 - [[17228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17228) Make two versions of SIPconfig.xml identical
820 - [[17266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17266) Update man page for koha-remove with -p
821 - [[17267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17267) Document koha-create --adminuser
822
823 ### Patrons
824
825 - [[10227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10227) GetMessagingPreferences does not return correct Digest preferences
826 - [[14605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14605) The description on pay/write off individual fine is wrong
827 - [[15397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15397) Pay selected does not works as expected
828 - [[16458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458) Setting to guarantor: JavaScript error form.branchcode is undefined
829 - [[16508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16508) User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences.
830 - [[16612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16612) Cannot set "Until date" for "Enrollment period" for Patron Categories
831 - [[16779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16779) Move road type after address in US style address formatting (main address)
832 - [[16795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16795) Patron categories: Accept integers only for enrolment period and age limits
833 - [[16810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16810) Fines note not showing on checkout
834 - [[16894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16894) re-show email on patron search results
835 - [[17052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17052) Patron category description not displayed in the sidebar of paycollect
836 - [[17076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17076) Format fines in patron search results table (staff client)
837 - [[17100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17100) On summary print, "Account fines and payments" is displayed even if there is nothing to pay
838 - [[17106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17106) DataTables patron search defaulting to 'starts_with' - doc
839 - [[17213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17213) Self registration cardnumber is not editable if errors found when form submitted
840 - [[17284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17284) Patron details page ( moremember.pl ) show logged in library as patron's home library
841 - [[17307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17307) Some edit buttons/links for patrons do not work
842 - [[17404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17404) Patron deletion page: Fix title and breadcrumb
843 - [[17419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17419) Fix more confusion between smsalertnumber and mobile
844 - [[17423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17423) patronimage.pl permission is too restrictive
845 - [[17434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17434) Moremember displaying primary and secondary phone number twice
846 - [[17521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17521) Step 3 of patron modification editor not checking age limits
847 - [[17559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17559) Invalid ID of element B_streetnumber in member edit form
848
849 ### Reports
850
851 - [[16760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16760) Circulation Statistics wizard not populating itemtype correctly
852 - [[16816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16816) Duplicate button on report results copies parameters used
853 - [[17053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17053) Clearing search term in Reports
854 - [[17535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17535) Regression: Search for reports by keywords
855 - [[17590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17590) Exporting reports as CSV with 'delimiter' SysPref set to 'tabulation' creates files with 't' as separator
856
857 ### SIP2
858
859 - [[15006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15006) Need to distinguish client timeout from login timeout
860
861 ### Searching
862
863 - [[16777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16777) Correct intranet search alias
864 - [[17074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17074) Fix links in result list of 'scan indexes' search and keep search term
865 - [[17107]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17107) Add ident and Identifier-standard to known indexes
866 - [[17132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17132) Availability search broken when using Elastic
867
868 ### Self checkout
869
870 - [[17299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17299) Date due shows incorrect time on SCO.
871
872 ### Serials
873
874 - [[12178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12178) Serial claims: exporting late issues with the CSV profile doesn't set the issue claimed
875 - [[12748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12748) Serials - two issues with status of "Expected"
876 - [[16692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16692) Error "No method update!" when creating new serial issue
877 - [[16705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16705) Status missing in Opac, serials subscription history
878 - [[17300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17300) Serials search does not return any results
879
880 ### Staff Client
881
882 - [[16809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16809) Silence CGI param warnings from C4::Biblio::TransformHtmlToMarc
883 - [[16989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16989) Advanced search form does not display translated itemtype
884 - [[17144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17144) Fix variable scope issue in edi_accounts.pl (Internal server error with plack)
885 - [[17149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17149) EDI accounts: Add missing '>' to breadcrumb
886 - [[17375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17375) Prevent internal software error when searching patron with invalid birth date
887
888 ### System Administration
889
890 - [[11019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11019) Require some fields when adding authorized value category
891 - [[15641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15641) Typo in explanation for MembershipExpiryDaysNotice
892 - [[15929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15929) typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck
893 - [[16035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16035) MARC framework Export misbehaving
894 - [[16532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16532) Libraries and groups showing empty tables if nothing defined
895 - [[16762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16762) Record matching rules: Remove match check link removes too much
896 - [[16813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16813) OPACBaseURL cannot be emptied
897 - [[17009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17009) Duplicating frameworks is unnecessary slow
898 - [[17657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17657) Item type's images could not be displayed correctly on the item types admin page
899
900 ### Templates
901
902 - [[12359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12359) hidepatronname doesn't hide on the holds queue
903 - [[13921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13921) XSLT Literary Formats Not Showing
904 - [[16001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16001) Use standard message dialog when there are no cities to list
905 - [[16529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529) Clean up and improve upload template
906 - [[16594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16594) Orders by fund report has wrong link to css and other issues
907 - [[16600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16600) Remove some obsolete references to Greybox in some templates
908 - [[16608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16608) Missing entity nbsp in some XML files
909 - [[16642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16642) Fix capitalisation for upload patron image
910 - [[16774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16774) Format date on 'Transfers to receive' page to dateformat system preference
911 - [[16781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16781) Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt
912 - [[16792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16792) Add Font Awesome Icon and mini button to Keyword to MARC mapping section
913 - [[16793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16793) Use Font Awesome for arrows instead of images in audio_alerts.tt
914 - [[16794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16794) Revise layout for Admistration > Patron categories
915 - [[16803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16803) Add Font Awesome Icons to "Select/Clear all" links to shelves.tt
916 - [[16812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16812) Revise JS script for z3950_search.tts and remove onclick events
917 - [[16888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16888) Add Font Awesome Icons to Members
918 - [[16893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16893) Missing closing tag disrupts patron detail page style
919 - [[16900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16900) Hold suspend button incorrectly styled in patron holds list
920 - [[16903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16903) Multiple class attributes on catalog search tab
921 - [[16944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16944) Add "email" and "url" classes when edit or create a vendor
922 - [[16964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16964) Fix capitalization for "Report Plugins" in reports-home.tt
923 - [[16990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16990) Show branch name instead of branch code when managing patron modification requests
924 - [[16991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16991) Add subtitle to holds to pull report
925 - [[17200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17200) Badly formatted "hold for" patron name on catalog detail page
926 - [[17289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17289) Holds awaiting pickup shows date unformatted
927 - [[17312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17312) Typo in members-toolbar.inc / moremember-brief.tt / moremember.tt
928 - [[17417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17417) Correct invalid markup around news on the staff client home page
929 - [[17601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17601) Regression: Incomplete CSS update introduced by Bug 14610
930 - [[17616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17616) Select tag on elasticsearch mappings page is not closed properly
931 - [[17635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17635) (Bug 6934 followup) Templates missing body id
932 - [[17645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17645) Remove obsolete interface customization images
933
934 ### Test Suite
935
936 - [[15200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15200) t/Creators.t fails when using build-git-snapshot
937 - [[16500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500) Catch two warns in TestBuilder.t with warning_like
938 - [[16582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16582) t/Price.t test should pass if Test::DBIx::Class is not available
939 - [[16607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16607) Remove CPL/MPL from two unit tests
940 - [[16609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16609) Catch warning from Koha::Hold in Hold.t
941 - [[16618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16618) 00-load.t prematurely stops all testing
942 - [[16622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16622) some tests triggered by prove t fail for unset KOHA_CONF
943 - [[16635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16635) t/00-load.t warning from C4/Barcodes/hbyymmincr.pm
944 - [[16636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16636) t/00-load.t warning from C4/External/BakerTaylor.pm
945 - [[16637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16637) Dependency for C4::Tags not listed
946 - [[16649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16649) OpenLibrarySearch.t fails when building packages
947 - [[16668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16668) Fix t/Ris.t (follow-up for 16442)
948 - [[16675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16675) fix breakage of t/Languages.t
949 - [[16717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16717) Remove hardcoded category from Holds.t
950 - [[16860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16860) Catch warning t/db_dependent/ClassSource.t
951 - [[16864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16864) Silence warnings in t/db_dependent/ILSDI_Services.t
952 - [[16868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16868) Silence error t/db_dependent/Linker_FirstMatch.t
953 - [[16869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16869) Silence and catch warnings in t/db_dependent/SuggestionEngine_ExplodedTerms.t
954 - [[16890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16890) TestBuilder always generate datetime for dates
955 - [[17430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17430) MarkIssueReturned.t should create its own data
956 - [[17441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17441) t/db_dependent/Letters.t fails on Jenkins
957 - [[17476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17476) Failed test 'Create DateTime with dt_from_string() for 2100-01-01 with TZ in less than 2s'
958 - [[17572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17572) Remove issue.t warnings
959 - [[17573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17573) Remove DecreaseLoanHighHolds.t warnings
960 - [[17574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17574) Remove LocalholdsPriority.t warnings
961 - [[17575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17575) Remove Circulation.t warnings
962 - [[17587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17587) Remove itemtype-related IsItemIssued.t warnings
963 - [[17592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17592) Remove itemtype-related maxsuspensiondays.t warnings
964 - [[17603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17603) Remove itemtype-related Borrower_Discharge.t warnings
965 - [[17636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17636) Remove itemtype-related GetIssues.t warnings
966 - [[17646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17646) Remove itemtype-related IssueSlip.t warnings
967 - [[17647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17647) Remove itemtype-related CancelReceipt.t warnings
968 - [[17653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17653) Remove itemtype-related t/db_dependent/Circulation* warnings
969
970 ### Tools
971
972 - [[11490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490) MaxItemsForBatch should be split into two new prefs
973 - [[14612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14612) Overdue notice triggers should show branchname instead of branchcode
974 - [[16548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16548) All libraries selected on Tools -> Export Data screen
975 - [[16589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16589) Quote of the day: Fix upload with csv files associated to LibreOffice Calc
976 - [[16682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16682) Fix display if Batch patron modification tool does not get any patrons
977 - [[16727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16727) Upload tool needs better warning
978 - [[16855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16855) Poor performance due to high overhead of SQL call in export.pl
979 - [[16859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16859) Fix wrong item field name in export.pl
980 - [[16886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16886) 'Upload patron images' tool is not plack safe
981 - [[16949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16949) Batch record deletion says success when no records have been passed in
982 - [[17663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17663) Forgotten userpermissions from bug 14686
983
984 ### Web services
985
986 - [[17041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17041) Fix missing properties in Swagger definition for Patron
987 - [[17042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17042) Fix missing properties in Swagger definition for Hold
988 - [[17086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17086) REST API: Reword borrowers to patrons in Swagger tags for holds
989 - [[17607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17607) Fix patron definition in Swagger
990
991 ## New sysprefs
992
993 - AggressiveMatchOnISSN
994 - AllowItemsOnHoldCheckoutSCO
995 - ArticleRequests
996 - ArticleRequestsMandatoryFields
997 - ArticleRequestsMandatoryFieldsItemsOnly
998 - ArticleRequestsMandatoryFieldsRecordOnly
999 - CheckPrevCheckout
1000 - DefaultPatronSearchFields
1001 - HoldsLog
1002 - HouseboundModule
1003 - IntranetCatalogSearchPulldown
1004 - MaxItemsToDisplayForBatchDel
1005 - MaxItemsToProcessForBatchMod
1006 - MaxOpenSuggestions
1007 - NovelistSelectStaffEnabled
1008 - NovelistSelectStaffView
1009 - OPACHoldingsDefaultSortField
1010 - OPACResultsLibrary
1011 - OPACXSLTListsDisplay
1012 - PatronQuickAddFields
1013 - PatronSelfRegistrationEmailMustBeUnique
1014 - PatronSelfRegistrationLibraryList
1015 - PatronSelfRegistrationPrefillForm
1016 - RefundLostOnReturnControl
1017 - ReplyToDefault
1018 - ReturnpathDefault
1019 - SwitchOnSiteCheckouts
1020 - TrackLastPatronActivity
1021 - XSLTListsDisplay
1022 - makePreviousSerialAvailable
1023
1024 ## System requirements
1025
1026 Important notes:
1027 - Debian 8 ( Jessie ) or later is required
1028 - Perl 5.10 is required
1029 - Zebra is required
1030
1031 ## Documentation
1032
1033 The Koha manual is maintained in DocBook.The home page for Koha 
1034 documentation is
1035
1036 - [Koha Documentation](http://koha-community.org/documentation/)
1037
1038 As of the date of these release notes, only the English version of the
1039 Koha manual is available:
1040
1041 - [Koha Manual](http://manual.koha-community.org//en/)
1042
1043 The Git repository for the Koha manual can be found at
1044
1045 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
1046
1047 Partial translations are available for various other languages.
1048
1049 The Koha team welcomes additional translations; please see
1050
1051 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1052
1053 for information about translating Koha, and join the koha-translate 
1054 list to volunteer:
1055
1056 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1057
1058 The most up-to-date translations can be found at:
1059
1060 - [Koha Translation](http://translate.koha-community.org/)
1061
1062 ## Release Team
1063
1064 The release team for Koha 16.11.00 is
1065
1066 - Release Manager:
1067   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
1068   - [Kyle M Hall](mailto:kyle@bywatersolutions.com)
1069 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
1070 - QA Team:
1071   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
1072   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
1073   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
1074   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
1075   - [Nick Clemens](mailto:nick@bywatersolutions.com)
1076   - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
1077 - Bug Wranglers:
1078   - [Amit Gupta](mailto:amitddng135@gmail.com)
1079   - [Magnus Enger](mailto:magnus@enger.priv.no)
1080   - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1081   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
1082   - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
1083   - [Marc Véron](mailto:veron@veron.ch)
1084 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1085 - Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
1086 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
1087 - Wiki curators: 
1088   - [Brooke](mailto:)
1089   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
1090 - Release Maintainers:
1091   - 16.05 -- [Frédéric Demians](mailto:f.demians@tamil.fr)
1092   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
1093   - 3.20 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
1094
1095 ## Credits
1096
1097 We thank the following libraries who are known to have sponsored
1098 new features in Koha 16.11.00:
1099
1100 - BULAC - http://www.bulac.fr/
1101 - ByWater Solutions
1102 - California College of the Arts
1103 - Carnegie Stout Library
1104 - Catalyst IT
1105 - DoverNet
1106 - FIT
1107 - Hochschule für Gesundheit (hsg), Germany
1108 - NEKLS
1109 - South-East Kansas Library System
1110 - SWITCH Library Consortium
1111 - Tulong Aklatan
1112 - Universidad de El Salvador
1113 - Universidad Empresarial Siglo 21
1114 - University of the Arts London
1115 - VOKAL
1116
1117 We thank the following individuals who contributed patches to Koha 16.11.00.
1118
1119 - Marc (11)
1120 - Aleisha (19)
1121 - kohamaster (1)
1122 - Liz (1)
1123 - NguyenDuyTinh (1)
1124 - radiuscz (1)
1125 - Blou (2)
1126 - genevieve (2)
1127 - phette23 (3)
1128 - remi (6)
1129 - Jacek Ablewicz (14)
1130 - Brendan A Gallagher (1)
1131 - Morgane Alonso (1)
1132 - Aleisha Amohia (12)
1133 - Dimitris Antonakis (1)
1134 - Alex Arnaud (5)
1135 - Oliver Bock (1)
1136 - Nightly Build Bot (1)
1137 - Colin Campbell (8)
1138 - Hector Castro (24)
1139 - Galen Charlton (4)
1140 - Barton Chittenden (10)
1141 - Nick Clemens (53)
1142 - Tomás Cohen Arazi (111)
1143 - Chris Cormack (11)
1144 - Indranil Das Gupta (L2C2 Technologies) (1)
1145 - Frédéric Demians (2)
1146 - Marcel de Rooy (86)
1147 - Simith D'Oliveira (1)
1148 - Rocio Dressler (1)
1149 - Jonathan Druart (491)
1150 - Nicole Engard (2)
1151 - Magnus Enger (6)
1152 - Charles Farmer (1)
1153 - Bouzid Fergani (7)
1154 - Julian FIOL (1)
1155 - Katrin Fischer (26)
1156 - Brendan Gallagher (6)
1157 - Bernardo González Kriegel (13)
1158 - Claire Gravely (3)
1159 - Karl Holten (1)
1160 - Koha instance kohadev-koha (1)
1161 - Mason James (1)
1162 - Lee Jamison (1)
1163 - Srdjan Jankovic (1)
1164 - Olli-Antti Kivilahti (5)
1165 - Rafal Kopaczka (1)
1166 - Owen Leonard (65)
1167 - Florent Mara (1)
1168 - Jesse Maseto (1)
1169 - Julian Maurice (24)
1170 - Holger Meißner (1)
1171 - Matthias Meusburger (5)
1172 - Sophie Meynieux (3)
1173 - Kyle M Hall (181)
1174 - Josef Moravec (13)
1175 - Aliki Pavlidou (1)
1176 - Liz Rea (2)
1177 - Martin Renvoize (3)
1178 - Andreas Roussos (9)
1179 - Rodrigo Santellan (1)
1180 - A. Sassmannshausen (1)
1181 - Alex Sassmannshausen (21)
1182 - Robin Sheat (1)
1183 - Radek Šiman (1)
1184 - Fridolin Somers (14)
1185 - Zeno Tajoli (3)
1186 - Lari Taskula (23)
1187 - Lyon3 Team (1)
1188 - Koha Team Lyon 3 (1)
1189 - Mirko Tietgen (14)
1190 - Mark Tompsett (30)
1191 - Marc Véron (47)
1192 - Jesse Weaver (9)
1193
1194 We thank the following libraries, companies, and other institutions who contributed
1195 patches to Koha 16.11.00
1196
1197 - abunchofthings.net (15)
1198 - ACPL (65)
1199 - aei.mpg.de (1)
1200 - arts.ac.uk (3)
1201 - BibLibre (72)
1202 - biblos.pk.edu.pl (14)
1203 - BigBallOfWax (3)
1204 - BSZ BW (26)
1205 - bugs.koha-community.org (473)
1206 - bwstest.bywatersolutions.com (1)
1207 - ByWater-Solutions (263)
1208 - Catalyst (12)
1209 - centrum.cz (1)
1210 - Cineca (3)
1211 - Hochschule für Gesundheit (hsg), Germany (1)
1212 - inLibro.com (6)
1213 - jns.fi (11)
1214 - kallisti.net.nz (1)
1215 - KohaAloha (1)
1216 - kohadevbox (1)
1217 - kohaVM (1)
1218 - l2c2.co.in (1)
1219 - Libriotech (6)
1220 - Marc Véron AG (58)
1221 - marywood.edu (1)
1222 - poczta.onet.pl (1)
1223 - PTFS-Europe (33)
1224 - rbit.cz (1)
1225 - Rijksmuseum (86)
1226 - Solutions inLibro inc (13)
1227 - student.uef.fi (17)
1228 - switchinc.org (1)
1229 - Tamil (2)
1230 - Theke Solutions (108)
1231 - unidentified (118)
1232 - Universidad Nacional de Córdoba (16)
1233 - Université Jean Moulin Lyon 3 (2)
1234
1235 We also especially thank the following individuals who tested patches
1236 for Koha.
1237
1238 - Aleisha (5)
1239 - Aleisha Amohia (30)
1240 - Alexis Rodegerdts (3)
1241 - Andreas Roussos (4)
1242 - Andrew Brenza (1)
1243 - Arslan Farooq (1)
1244 - Barbara Fondren (1)
1245 - barbara johnson (2)
1246 - Barbara.Johnson@bedfordtx.gov (1)
1247 - Barbara Walters (5)
1248 - Barton Chittenden (3)
1249 - Benjamin Rokseth (41)
1250 - Bob Birchall (2)
1251 - Brendan (1)
1252 - Brendan Gallagher (163)
1253 - Brendon Ford (2)
1254 - Broust (2)
1255 - Chad Roseburg (2)
1256 - Chris (1)
1257 - Chris Cormack (76)
1258 - Chris Kirby (4)
1259 - Christopher Brannon (2)
1260 - Claire Gravely (64)
1261 - Colin Campbell (1)
1262 - Dani Elder (2)
1263 - David Cook (1)
1264 - Deb Stephenson (2)
1265 - Dwayne Nance (3)
1266 - Filippos Kolovos (1)
1267 - FILIPPOS KOLOVOS (1)
1268 - Florent Mara (1)
1269 - Francois Charbonnier (9)
1270 - Frédéric Demians (16)
1271 - Galen Charlton (6)
1272 - George (2)
1273 - Heather Braum (2)
1274 - Hector Castro (75)
1275 - Irma Birchall (1)
1276 - Jacek Ablewicz (15)
1277 - Jan Kissig (1)
1278 - Jason Robb (12)
1279 - Jennifer Schmidt (15)
1280 - Jesse Maseto (6)
1281 - Jesse Weaver (22)
1282 - JM Broust (1)
1283 - Johanna Raisa (8)
1284 - Jonathan Druart (457)
1285 - Jonathan Field (4)
1286 - Josef Moravec (59)
1287 - Joy Nelson (4)
1288 - Juliette (1)
1289 - Katrin Fischer (118)
1290 - Lari Taskula (2)
1291 - Laurence Rault (12)
1292 - Lisette Scheer (1)
1293 - Liz Rea (14)
1294 - Lucio Moraes (4)
1295 - Magnus Enger (2)
1296 - Marc (33)
1297 - Marc Veron (13)
1298 - Marc Véron (101)
1299 - Margaret Thrasher (10)
1300 - Mark Tompsett (51)
1301 - Martin Renvoize (43)
1302 - Mason James (9)
1303 - Matthias Meusburger (1)
1304 - Megan Wianecki (1)
1305 - mehdi (1)
1306 - Michael Kuhn (1)
1307 - Mirko Tietgen (18)
1308 - Nick Clemens (147)
1309 - Nicolas Legrand (17)
1310 - Nicole (1)
1311 - Oliver Bock (1)
1312 - Olli-Antti Kivilahti (10)
1313 - Owen Leonard (123)
1314 - radiuscz (4)
1315 - rainer (1)
1316 - remy (1)
1317 - Robin Sheat (1)
1318 - Rocio Dressler (3)
1319 - Sabine Liebmann (1)
1320 - Sean McGarvey (4)
1321 - Sean Minkel (1)
1322 - Sinziana (1)
1323 - Sofia (1)
1324 - sonia bouis (1)
1325 - sonia BOUIS (2)
1326 - Sonia Bouis (26)
1327 - Srdjan (37)
1328 - Trent Roby (1)
1329 - Katrin Fischer  (169)
1330 - Nikos Chatzakis, Afrodite Malliari (1)
1331 - Tomas Cohen Arazi (185)
1332 - Alain et Aurélie (2)
1333 - Barton Chittenden barton@bywatersolutions.com (1)
1334 - Jason M. Burds (14)
1335 - Nicole C Engard (10)
1336 - Kyle M Hall (1324)
1337 - Bernardo Gonzalez Kriegel (33)
1338 - Marcel de Rooy (245)
1339 - Eivin Giske Skaaren (1)
1340
1341 We regret any omissions.  If a contributor has been inadvertently missed,
1342 please send a patch against these release notes to 
1343 koha-patches@lists.koha-community.org.
1344
1345 ### Thanks
1346 - For Chelsea, who keeps my world from falling down around my ears.
1347 - For Daria, whose insatiable curiosity always inpsires me.
1348 - For Kylie, whose smile lights up my world; just breathe.
1349
1350 ### Special thanks from the Release Manager
1351 I'd like to thank everyone who has contributed time and effort to this release. Many hands make light work!
1352
1353 A special thanks goes out to Jonathan and Tomás who have gone above and beyond taking care of many unglamorous
1354 tasks that are good and necessary for the future of Koha.
1355
1356 More thanks go to Katrin and the Koha 16.11 QA team, whose dedication and hard work make using Koha a joy.
1357
1358 ## Revision control notes
1359
1360 The Koha project uses Git for version control.  The current development
1361 version of Koha can be retrieved by checking out the master branch of:
1362
1363 - [Koha Git Repository](git://git.koha-community.org/koha.git)
1364
1365 The branch for this version of Koha and future bugfixes in this release
1366 line is v16.11.x
1367
1368 ## Bugs and feature requests
1369
1370 Bug reports and feature requests can be filed at the Koha bug
1371 tracker at:
1372
1373 - [Koha Bugzilla](http://bugs.koha-community.org)
1374
1375 He rau ringa e oti ai.
1376 (Many hands finish the work)
1377
1378 Autogenerated release notes updated last on 22 Nov 2016 11:45:49.