4c29907e7f6046a77202a4aa1f4fb0db9181b639
[koha.git] / misc / release_notes / release_notes_17_05_00.md
1 # RELEASE NOTES FOR KOHA 17.05.00
2 29 May 2017
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 17.05.00 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-17.05.000.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 17.05.00 is a major release, that comes with many new features.
21
22 It includes 7 new features, 197 enhancements, 292 bugfixes.
23
24
25
26 ## New features
27
28 ### Circulation
29
30 - [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Add ability to place article requests in Koha
31
32 > Add ability to place article requests in Koha.\r
33 Article Requests are somewhat similar to holds, but are not requests for an item to check out. Instead, article requests are requests for a photocopy of a particular section of a book ( most often ). This is very common in academic libraries where researchers may request a copy of a\r
34 single article found in a journal.\r
35 This patch set adds the ability to place article requests in Koha. It allows the control of what can be requested via the circulation rules. Since article requests of electronic resources are not outside the realm of possibility, the feature will check not only the items for requstability, but the record itself as well ( i.e. both items.itype and\r
36 biblio.itemtype ).\r
37 Article requests can be placed for patrons from the opac and staff intranet and can be viewed in most areas where holds are viewed ( e.g. patron details, record details, etc ).\r
38 There is a script to view article requests in progress within the circulation module. Article requests can be Open ( i.e. new ), In Processing, Completed, or Canceled. The status of a given request can be updated from this script.
39
40
41 - [[17453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17453) Inter-site holds improvement
42
43 > Without this feature users could reserve items and choose any library as a pick up location, but there was no mechanism to prevent users from reserving items that were available on the shelf at any given location from reserving the item at the same location, essentially creating a Fetch and Collect scenario.\r
44 This had an impact on staff workloads as they had to process reservations and check shelves for items that students could have collected from the open library shelves.\r
45 This enhancement decreases the impact on staff workload by\r
46 making it possible to prevent users from requesting items for pick up at a library where the item is currently available.
47
48
49
50 ### Installation and upgrade (web-based installer)
51
52 - [[17855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855) New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements
53
54 > Koha now has a new tool to get Koha users up and running quickly after a new install. The user is prompted to create their first user, library, category code, item type, and circulation rule just after the database install has completed. Getting started with Koha has never been easier.
55
56
57
58 ### Notices
59
60 - [[17762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17762) Ability to translate notices
61
62 > It's now possible to translate notice templates into different languages. There is a new 'preferred language' setting available in the user account, that controls which template will be used when generating notices.
63
64
65
66 ### OPAC
67
68 - [[14224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14224) patron notes about item shown at check in
69
70 > This feature adds a "Note" input field to checked out items in the "your summary" section of the patron account in the OPAC. The field allows patrons to write notes about the item, such as "this DVD is scratched", "the binding was torn", etc. The note will be emailed to the library and displayed on check in.
71
72
73
74 ### Patrons
75
76 - [[12461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461) Add patron clubs feature
77
78 > This features adds the ability to create clubs which patrons may be enrolled in. It is particularly useful for tracking summer reading programs, book clubs and other such clubs.
79
80
81
82 ### System Administration
83
84 - [[18066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18066) Hea - Version 2
85
86 > Hea is a service to collect usage data from libraries using Koha.\r
87 With this development Hea can collect the geolocations of the libraries in your installation and create a map. A new configuration page allows to configure easily what information is shared with the Koha community.\r
88 Hea statistics can been seen on https://hea.koha-community.org/
89
90
91
92 ## Enhancements
93
94 ### About
95
96 - [[15465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15465) README for github
97 - [[18302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18302) Release team 17.05
98
99 ### Acquisitions
100
101 - [[4969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4969) Vendors can not be deleted / show only active vendors
102
103 > This patch provides the functionality to hide inactive vendors from the vendor search.
104
105
106 - [[10978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10978) redirect to basket list of a supplier after deleting a basket
107
108 > This patch redirects to the vendor's list of baskets after deleting a basket, fixes breadcrumbs after deletion and also hides the toolbar actions after deletion (seeing as you can't edit/export etc a basket that no longer exists).
109
110
111 - [[15503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15503) Grab Item Information from Order Files
112
113 > The goal of this development is to automatically generate items in Koha with populated information based on a 9XX field and subfield, with the new syspref MarcItemFieldsToOrder.
114
115
116 - [[17691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17691) Add serial subscriptions info on vendor profile page
117 - [[17771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17771) Add link to bibliographic record on spent/ordered lists in acquisitions
118 - [[17784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17784) Ability to see funds with an amount of 0.00 when doing a new order
119 - [[17977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17977) Add acquisitions sidebar menu to suggestions
120 - [[18109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18109) Uncertain prices has no font awesome icon in acquisitions toolbar
121
122 ### Authentication
123
124 - [[12026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026) Shibboleth auto-provisioning - Create
125
126 > This feature allows it to add new patron records from Shibboleth into Koha ('provision'). It is possible to map Sbibboleth's attributes with Koha fields, the configuration is done in koha-conf.xml. Syncing existing Koha users with Shibboleth is not implemented yet.
127
128
129 - [[17486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486) Remove 'Mozilla Persona' as an authentication method
130
131 > 'Persona' never really took off, and although many browsers currently support it, very few services actually implement it. This has lead its founders, Mozilla, to end the project. On November 30th, 2016, Mozilla closed the persona.org services. Now the feature is deleted from Koha.
132
133
134
135 ### Cataloging
136
137 - [[16203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16203) Convert item plugins to new style (see bug 10480)
138 - [[18388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18388) Standardize serials volume information displaying in OPAC and staff
139
140 ### Circulation
141
142 - [[8548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8548) Add callnumber sort option to overdue report
143 - [[12063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12063) Change date calculation for reserve expiration to skip all holidays
144 - [[14146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14146) Add option to add restriction period when checking-in several overdues for same patron
145 - [[14187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187) branchtransfer needs a primary key (id) for DBIx and common sense.
146 - [[15498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15498) Replace ExportWithCsvProfile with ExportCircHistory
147 - [[15582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15582) Ability to block auto renewals if the OPACFineNoRenewals amount is reached
148 - [[15705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705) Notify the user on auto renewing
149 - [[16344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16344) Add a circ rule to limit the auto renewals given a specific date
150 - [[16530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16530) Add a circ sidebar navigation menu
151 - [[17398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17398) Enhance circulation message UI
152 - [[17466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17466) Show number of outstanding issues when checking in
153 - [[17472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17472) Borrower Previously Checked Out: Display title
154 - [[17560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17560) Hold fee placement at point of checkout
155 - [[17700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17700) Add columns configuration to fines table
156 - [[17812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17812) Return focus to barcode field after toggling on-site checkouts
157 - [[18073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18073) Holds to pull UI improvements
158 - [[18079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18079) Cleanup of holds to pull page
159
160 ### Database
161
162 - [[15427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15427) Allow db connections using TLS
163
164 ### Hold requests
165
166 - [[14876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14876) Show number of holds per record on the search results
167 - [[18037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18037) Hold notes template cleanup (from 15545)
168
169 ### Installation and upgrade (command-line installer)
170
171 - [[7533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7533) Add template_cache_dir to the koha-conf.xml file
172 - [[16083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16083) Accept CLI params for the Makefile.pl
173
174 ### Label/patron card printing
175
176 - [[15815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15815) Improve wording in popup warning when deleting patron from patron-batch
177 - [[17181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17181) Patron card creator replaces existing image when uploading image with same name
178
179 ### Lists
180
181 - [[7663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7663) batch add barcodes to a list
182
183 ### MARC Authority data support
184
185 - [[9988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988) Leave larger authority merges to merge_authorities cronjob (pref AuthorityMergeLimit)
186
187 > This enhancement replaces dontmerge by a limit. The Zebra code in merge is removed. The cron job has been refactored, and is no longer optional; it also supports merges from one authority type to another (with a table revision).
188
189
190 - [[16018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16018) Merge.pl code cleanup
191 - [[17233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17233) Add 008 value builder plugin for MARC21 classifications
192
193 > This patch adds a 008 cataloguing value builder for MARC21 classifications records (LCC, DDC/Dewey, UDC and so on).\r
194 This is a starting point for supporting classification records in Koha.
195
196
197 - [[18070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18070) Support clean removal of authority records
198
199 ### MARC Bibliographic data support
200
201 - [[17800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17800) Add admin sidebar menu to marc-subfields-structure.pl
202 - [[18200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18200) Fix a potential issue with preceding space in GetMarcUrls
203
204 ### MARC Bibliographic record staging/import
205
206 - [[15541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15541) Prevent normalization during matching/import process
207
208 ### Notices
209
210 - [[13029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13029) Allow to pass additional parameters to SMS::Send drivers
211 - [[17470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17470) overdue_notices.pl produces X emails with the SAME list of ALL overdue items if a patron has overdue items from X branches
212
213 ### OPAC
214
215 - [[7626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7626) Delete multiple tags at once
216 - [[13685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13685) Sorting Patron Reading History
217 - [[13757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13757) Make patron attributes editable in the opac if set to 'editable in OPAC'
218 - [[14405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14405) Add datatable to fines table in OPAC patron account
219 - [[14764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14764) Add OPAC News branch selector
220
221 > This patch inserts a new system preference: "OpacNewsLibrarySelect". When it is active you can select to see the news of any library on the OPAC start page.
222
223
224 - [[16034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16034) Integration with OverDrive Patron API
225 - [[17209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17209) Remove use of onclick from masthead
226 - [[17946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17946) Show number of subscriptions on tab in OPAC record details
227 - [[17948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17948) Link to make a new list in masthead in OPAC does not take you straight to add form
228 - [[18108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18108) Sorting by author in opac summary
229 - [[18304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18304) Do not mail cart or list contents to the library
230 - [[18350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18350) Moving call number in subscriptions tab in OPAC biblio detail
231
232 ### Packaging
233
234 - [[16733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16733) More flexible paths in debian scripts (for dev installs)
235
236 ### Patrons
237
238 - [[6782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782) Move auto member cardnumber generation to occur when record is "Saved" (avoid collisions)
239 - [[17334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17334) members-update.pl should show timestamp
240 - [[18314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314) Account lockout
241
242 ### Reports
243
244 - [[14365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14365) SQL Reports Last Edit Date column
245 - [[17465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17465) Add a System Preference to control number of Saved Reports displayed
246 - [[17898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17898) Add a way to automatically convert SQL reports
247
248 > Bug 17196 moved the column marcxml out of the biblioitems table and into a separate one.\r
249 That will break any SQL reports using marcxml, but in order to make it easy to fix them, a new column with a warning has been added to the Saved reports page (/reports/guided_reports.pl?phase=Use saved). There is also an update link that will help to modify the SQL query.
250
251
252 - [[18283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18283) Display improvements on report results - hide code and change wording
253
254 ### SIP2
255
256 - [[16757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16757) Add ability to pay fee by id for SIP2
257 - [[16895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16895) Allow writeoffs via SIP2
258
259 ### Searching
260
261 - [[8266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8266) remove location from pull down on search
262 - [[15108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15108) OAI-PMH provider improvements
263 - [[17169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17169) Add facets for ccode to elasticsearch
264 - [[17255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17255) Upgrade Elastic Search code to work with version 5.1
265 - [[18098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18098) Add an index with the count of not onloan items
266 - [[18394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18394) Add an option to item search to export a barcodes file
267
268 ### Serials
269
270 - [[10357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10357) Send email when serial received subscription link is hard to find
271 - [[18035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18035) Front-end changes to serials -> Numbering patterns
272 - [[18181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18181) Can't tell which subscriptions already have routing lists if seeing all subs attached to a biblio
273
274 ### Staff Client
275
276 - [[15179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15179) Marc field 084 does not show on bibliographic record
277 - [[17516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17516) Add CSV export option to item search *after* displaying output to screen
278 - [[18110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18110) Adds FR to the syspref AddressFormat
279
280 ### System Administration
281
282 - [[14608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14608) HEA : add possibility of sharing usage statistics in Administration page
283
284 > This patch set adds:\r
285 - a reference to Hea at the end of the installation process\r
286 - a link to the new page from the admin home page\r
287 - a new page to easily configure shared statistics
288
289
290 - [[17208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17208) Classification sources and filing rules shouldn't allow 'New' with same code
291 - [[17793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17793) Make sysprefs search show on all Administration pages
292 - [[18122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18122) Audio alerts: Add hint on where to enable sounds
293 - [[18375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18375) Better readability of patron category table for zero ages and fees
294
295 ### Templates
296
297 - [[5784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5784) link to acq from budgets & funds
298 - [[11932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11932) move delete checkbox on patron modification to right
299 - [[16072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16072) Include only one small spinner gif in the staff client
300 - [[16239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16239) Upgrade Bootstrap in the staff client
301 - [[17014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17014) Remove more event attributes from patron templates
302 - [[17416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17416) Move javascript in doc-head-close.inc into a separate include
303 - [[17418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418) Move staff client home page JavaScript to the footer
304 - [[17859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859) Move JavaScript to the footer on about and auth pages
305 - [[17874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17874) Bug 16239 followup - update bootstrap 3 usage
306 - [[17942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17942) Update style of the web installer with Bootstrap 3
307 - [[17972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17972) Reformat acquisitions sidebar menu with acquisitions and administration sections
308 - [[18063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18063) Remove dead code from tools/manage-marc-import.tt
309
310 ### Test Suite
311
312 - [[17950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17950) Small improvements for Merge.t
313 - [[18036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18036) Improve test coverage for themelanguage
314 - [[18182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18182) TestBuilder should be able to return Koha::Object objects
315 - [[18222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18222) Fix tests broken by Bug 18026
316 - [[18413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18413) Fix Letters.t (follow-up of 17866)
317 - [[18448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18448) Fix a few db_dependent tests
318
319 ### Tools
320
321 - [[14854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14854) Add DataTables on upload results table
322 - [[17669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17669) Add purging temporary uploads to cleanup_database
323 - [[18040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18040) Updating buttons on Tools->Upload Local Cover Image
324 - [[18077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18077) Batch item modification link is bold when batch item deletion is active in tools menu
325 - [[18099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18099) Put call number in its own column on inventory screen
326 - [[18134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18134) Batch authority record modification Preview MARC button needs updating
327
328 ### Web services
329
330 - [[17317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17317) Adding "bib" type to GetAvailability method for ILSDI
331
332
333 ## Critical bugs fixed
334
335 (this list includes all bugfixes since the previous major version. Most of them
336 have already been fixed in maintainance releases)
337
338 ### Acquisitions
339
340 - [[14541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14541) Tax rate should not be forced to an arbitrary precision
341 - [[17668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17668) typo in parcel.pl listinct vs listincgst
342 - [[17692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17692) Can't add library EAN under Plack
343 - [[18013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18013) acqui/transferorder.pl typo in find method
344 - [[18115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18115) Fix use of Objects as hashref in acqui/addorderiso2709.pl - Bug 15503 followup
345 - [[18467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18467) Error calling count on undefined bib in basket.pl if order cancelled and record deleted
346 - [[18468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18468) When adding from a staged file order discounts are not passed into C4::Acquisitions::populate_order_with_prices
347 - [[18471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18471) Receiving order with unitprice greater than 1000 processing incorrectly
348 - [[18482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18482) False duplicates detected on adding a batch from a stage file
349 - [[18525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18525) Can't create order line from accepted suggestion
350 - [[18627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18627) Items created via MarcItemFieldsToOrder are not linked to orders
351
352 ### Architecture, internals, and plumbing
353
354 - [[6979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6979) LDAP authentication fails during password comparison
355
356 > LDAP USER NOTICE:\r
357 The option to integrate LDAP via "auth by password" has been removed. Please update your LDAP integration setting to use "auth by bind" instead.
358
359
360 - [[16758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16758) Caching issues in scripts running in daemon mode
361 - [[17246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17246) GetPreparedLetter should not allow multiple FK defined in arrayref
362 - [[17676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17676) Default COLLATE for marc_subfield_structure is not set
363 - [[17720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17720) CSRF token is not generated correctly
364 - [[17785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785) oai.pl returns wrong URLs under Plack
365 - [[17830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17830) CSRF token is not generated correctly (bis)
366 - [[17914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17914) The installer process tries to create borrowers.updated_on twice
367 - [[18242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18242) Move of checkouts to old_issues is not handled correctly
368 - [[18284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18284) Biblio metadata are not moved to the deleted table when a biblio is deleted
369 - [[18364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18364) LOCK and UNLOCK are not transaction-safe
370 - [[18373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18373) `make upgrade` is broken
371 - [[18457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18457) process_message_queue.pl will die if a patron has no sms_provider_id set but sms via email is enabled for that patron
372 - [[18647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18647) Internal server error on moremember.pl
373 - [[18663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18663) Missing db update for ExportRemoveFields
374
375 ### Authentication
376
377 - [[14625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14625) LDAP: mapped ExtendedPatronAttributes cause error when updated on authentication
378 - [[17615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17615) LDAP Auth: regression causes attribute updates to silently fail and corrupt existing data
379 - [[17775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775) Add new user with LDAP not works under Plack
380 - [[18144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18144) Removal of persona broke Google OAuth2
381 - [[18442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18442) Permission error when logging into staff interface as db user
382
383 ### Cataloging
384
385 - [[17725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17725) Repeating a field or subfield clones content
386 - [[17817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17817) Repeat this Tag (cloning) not working
387 - [[17922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17922) Default value substitution for month and day should be fixed length
388 - [[17929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929) You can't edit indicators in the cataloging screen
389 - [[18305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18305) jquery.fixFloat.js breaks advanced MARC editor for some browsers
390 - [[18579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18579) Problem with :Filter::MARC::EmbedItemsAvailability
391
392 ### Circulation
393
394 - [[8361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8361) Issuing rule if no rule is defined
395
396 > In the previous versions if no circulation rule was defined, Koha always allowed to check out. Now, with this development, Koha refuses check-out if no rule is found.
397
398
399 - [[16376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376) Koha::Calendar->is_holiday date truncation creates fatal errors for TZ America/Santiago
400 - [[16387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16387) Incorrect loan period calculation when using  decreaseLoanHighHolds feature
401 - [[17709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17709) Article request broken
402 - [[17919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17919) circ/returns.pl caught in Object Name crossfire
403 - [[18150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18150) CanItemBeReserved doesn't work with (IndependentBranches AND ! canreservefromotherbranches)
404 - [[18179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179) Koha::Objects->find should not be called in list context
405 - [[18266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18266) Internal Server Error when paying fine for lost item
406 - [[18372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18372) transits are not created at check in despite user responsing Yes to the prompt
407 - [[18435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18435) Message about Materials specified does not display when items are checked out and checked in
408 - [[18438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438) Check in: Modal about holds hides important check in messages
409
410 ### Hold requests
411
412 - [[17940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17940) Holds not going to waiting state after having been transferred
413 - [[17941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17941) CanBookBeRenewed is very inefficient/slow
414 - [[18001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18001) LocalHoldsPriority can cause multiple holds queue lines for same hold request
415 - [[18015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18015) On shelf holds allowed > "If all unavailable" ignores notforloan
416 - [[18409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18409) Error when updating pickup library on patron pages
417
418 ### I18N/L10N
419
420 - [[16914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16914) Export csv in item search, exports all items in one line
421
422 ### Installation and upgrade (command-line installer)
423
424 - [[17234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234) ALTER IGNORE TABLE is invalid in mysql 5.7.  This breaks updatedatabase.pl
425 - [[17260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17260) updatedatabase.pl fails on invalid entries in ENUM and BOOLEAN columns
426 - [[17292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17292) Use of DBIx in updatedatabase.pl broke upgrade (from bug 12375)
427 - [[17986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17986) Perl dependency evaluation incorrect
428
429 ### Installation and upgrade (web-based installer)
430
431 - [[18368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18368) DBversion 17.05.000.022 not set by updatedatabase.pl
432 - [[18642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18642) Internal Server Error in Guided reports wizard caused by debug messages
433
434 ### Label/patron card printing
435
436 - [[14143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14143) Patron cards: Crash (confusion between table names creator_templates and club_template_enrollment_fields
437 - [[18044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18044) Label Batches not displaying
438
439 ### MARC Bibliographic record staging/import
440
441 - [[18152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152) UNIMARC bib records imported with invalid 'a' char in label pos.9
442
443 ### Notices
444
445 - [[18439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18439) Resend button for notices being hidden by CSS and never unhidden
446
447 ### OPAC
448
449 - [[8010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8010) Search history can be added to the wrong patron
450 - [[17764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17764) OPAC search fails when lost items are in the result set and there is no logged in user
451 - [[17924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17924) Fix error in password recovery
452 - [[18025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18025) Expired password recovery links cause sql crash
453 - [[18160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18160) Error when OverDriveCirculation not enabled
454 - [[18204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18204) Authority searches are not saved in Search history
455 - [[18275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18275) opac-memberentry.pl security vulnerabilities
456 - [[18560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18560) RSS Feed link from OPAC shelves is broken
457 - [[18573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18573) Error when adding a suggestion in the OPAC
458
459 ### Patrons
460
461 - [[14637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637) Add patron category fails with MySQL 5.6.26
462 - [[17344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17344) Can't set guarantor in quick add brief form
463 - [[17782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17782) Patron updated_on field should be set to current timestamp when borrower is deleted
464 - [[18461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18461) Internal server error while approving OPAC-edited patron attributes containing umlauts (äöü)
465
466 ### SIP2
467
468 - [[17758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17758) SIP checkin does not handle holds correctly
469
470 ### Searching
471
472 - [[15822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15822) STAFF Advanced search error date utils
473 - [[16951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16951) Item search sorting not working properly for most columns
474 - [[17743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17743) Item search: indexes build on MARC do not work in item's search
475 - [[18005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18005) Pagination of the search result displayed wrong
476
477 ### Serials
478
479 - [[15030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030) Certain values in serials' items are lost on next edit
480
481 ### Staff Client
482
483 - [[17933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17933) Internal software error when searching patron without birth date
484
485 ### System Administration
486
487 - [[18111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18111) Import default framework is broken
488 - [[18376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18376) authority framework creation fails under Plack
489 - [[18662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18662) Can not delete currencies
490
491 ### Templates
492
493 - [[17870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17870) Call to include file incorrectly moved into the footer
494 - [[18512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18512) GetAuthorisedValues.GetByCode Template plugin should return code (not empty string) if value not found
495
496 ### Test Suite
497
498 - [[17917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17917) t/db_dependent/check_sysprefs.t fails on kohadev strangely
499
500 ### Tools
501
502 - [[12913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12913) Fix wrong inventory results
503 - [[16295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16295) marc_modification_templates permission doesn't allow access to modify template
504 - [[18312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18312) Export is broken unless a file is supplied
505 - [[18329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18329) Batch record deletion broken
506 - [[18574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18574) Clean Patron Records tool doesn't limit to the selected library
507
508 ### Web services
509
510 - [[17744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17744) OAI: oai_dc has no element named dcCollection
511
512 ### Z39.50 / SRU / OpenSearch Servers
513
514 - [[17871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17871) Can't retrieve facets (or zebra::snippet) from Zebra with YAZ 5.8.1
515
516
517 ## Other bugs fixed
518
519 (this list includes all bugfixes since the previous major version. Most of them
520 have already been fixed in maintainance releases)
521
522 ### About
523
524 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
525
526 ### Acquisitions
527
528 - [[13835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13835) Popup with searches: results hidden by language menu in footer
529 - [[14535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14535) Late orders does not show orders with price = 0
530 - [[16984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16984) Standing orders - when ordering a JS error is raised
531 - [[17605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17605) EDI should set currency in order record on creation
532 - [[17872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17872) Fix small error in GetBudgetHierarchy and one of its calls
533 - [[17899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17899) Show only mine does not work in newordersuggestion.pl
534 - [[18429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18429) Receiving an item should update the datelastseen
535
536 ### Cataloging
537
538 - [[17512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17512) Improve handling dates in C4::Items
539 - [[17780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17780) When choose an author in authority results new window shows a blank screen
540 - [[17988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17988) Select2 prevents correct tag expand/minimize functionality
541 - [[18119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18119) Bug 17988 broke cataloging javascript functionality
542 - [[18415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18415) Advanced Editor - Rancor - return focus to editor after successful macro
543
544 ### Circulation
545
546 - [[12972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12972) Transfer slip and transfer message (blue box) can conflict
547 - [[16202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16202) Rental fees can be generated for fractions of a penny/cent
548 - [[17309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17309) Renewing and HomeOrHoldingBranch syspref
549 - [[17395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17395) exporting checkouts in CSV generates a file with wrong extension
550 - [[17671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17671) Remove unused variables in Reserves.pm
551 - [[17761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17761) Renewing or returning item via the checkouts table causes lost and damaged statuses to disappear
552 - [[17781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17781) Improper branchcode set during renewal
553 - [[17808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17808) When editing circulation conditions, only ask for confirmation when there is already a rule selected
554 - [[17840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17840) Add classes to internal and public notes in checkouts table
555 - [[17952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17952) Lost items not skipped by overdue_notices.pl
556 - [[18219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18219) "Not checked out." problem message displays twice on local use.
557 - [[18321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18321) One more checkouts possible than allowed by rules
558 - [[18335]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18335) Check in: Make patron info in hold messages obey syspref AddressFormat
559 - [[18453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18453) "Export" column is not hidden when ExportCircHistory is off
560
561 ### Command-line Utilities
562
563 - [[18058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18058) 'borrowers-force-messaging-defaults --doit --truncate ' gives DBI error
564 - [[18502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18502) koha-shell broken on dev installs
565 - [[18548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18548) running  koha-create --request-db without an instance name should abort
566
567 ### Course reserves
568
569 - [[18264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18264) Course reserves - use itemnumber for editing existing reserve items
570
571 ### Database
572
573 - [[18383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18383) items.onloan schema comment seems to be incorrect.
574
575 ### Developer documentation
576
577 - [[5395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5395) C4::Acquisition::SearchOrder POD inconsistent with function
578 - [[17935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17935) Adjust some POD lines, fix a few typos
579 - [[18432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18432) Most code comments assume male gender
580
581 ### Documentation
582
583 - [[14424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14424) Update Help Files for 3.20
584 - [[18554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18554) Adjust a few typos including responsability
585
586 ### Hold requests
587
588 - [[11450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11450) Hold Request Confirm Deletion
589 - [[17749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17749) Missing l in '.pl' in link on waitingreserves.tt
590 - [[17766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17766) Patron notification does not work with multi item holds
591 - [[18076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18076) Error when placing a hold and holds per record is set to 999
592 - [[18534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18534) When IndependentBranches is enabled the pickup location displayed incorrectly on request.pl
593
594 ### Installation and upgrade (command-line installer)
595
596 - [[17880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17880) C4::Installer::PerlModules lexicographical comparison is incorrect
597 - [[17911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17911) Message and timeout mismatch at the end of the install process
598
599 ### Installation and upgrade (web-based installer)
600
601 - [[12930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12930) Web installer does not show login errors
602 - [[17190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17190) Mark REST API dependencies as mandatory in PerlDependencies.pm
603 - [[17469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469) fr-CA web installer is missing some sample notices
604 - [[17577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17577) Improve sample notices for article requests
605 - [[18578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18578) Use subdirectory in /tmp for session storage during installation
606
607 ### Label/patron card printing
608
609 - [[8603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8603) Patron card creator - 'Barcode Type' doesn't stick in layouts
610 - [[15711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711) Deleting patroncard images has unexpected behaviour and is broken
611 - [[17879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17879) Possible to upload images with no image name
612 - [[18209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18209) Patron's card manage.pl page is not fully translatable
613 - [[18244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18244) Patron card creator does not take in account fields with underscore (B_address etc.)
614 - [[18246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18246) Patron card creator: Units not always display properly in layouts
615 - [[18535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18535) Clicking 'edit printer profile' in label creator causes software error
616 - [[18611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18611) Create labels action fails in manage-marc-import.pl if an item has been deleted from the import batch.
617
618 ### Lists
619
620 - [[15584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15584) Staff client list errors are incorrectly styled
621 - [[17852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17852) Multiple URLs (856) in list email are broken
622
623 ### MARC Authority data support
624
625 - [[17909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17909) Add unit tests for authority merge
626 - [[17913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17913) Merge three authority merge fixes
627 - [[18014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18014) AddAuthority should respect AUTO_INCREMENT
628
629 ### MARC Bibliographic data support
630
631 - [[4126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4126) bulkmarcimport.pl allows -b and -a to be specified simultaneously
632 - [[17547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17547) (MARC21) Chronological term link subfield 648$9 not indexed
633 - [[17788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17788) (MARC21) $9 fields not indexed in authority-linked fields
634 - [[17799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17799) MARC bibliographic frameworks breadcrumbs broken for Default framework
635
636 ### Notices
637
638 - [[11274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11274) Sent Notices Tab Not Working Correctly
639 - [[15854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15854) Race condition for sending renewal/check-in notices
640 - [[16568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16568) Talking Tech generates phone notifications for all overdue actions
641 - [[17866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17866) Change sender for claim and order notices
642 - [[17995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17995) HOLDPLACED notice should have access to the reserves table
643 - [[18478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478) Some notices sent via SMS gateway fail
644
645 ### OPAC
646
647 - [[4460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4460) Amazon's AssociateID tag not used in links so referred revenue lost
648 - [[15738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15738) Summary page says item has no fines, but Fines tab says otherwise
649 - [[16515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16515) Did you mean? links don't wrap on smaller screens
650 - [[17652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17652) opac-account.pl does not include login branchcode
651 - [[17696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17696) Two missing periods in opac-suggestions.tt
652 - [[17823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17823) XSLT: Add label for MARC 583 - Action note
653 - [[17895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17895) Small typo -'re-set'
654 - [[17936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17936) Search bar not aligned on right in small screen sizes
655 - [[17945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17945) Breadcrumbs broken on opac-serial-issues.pl
656 - [[17947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17947) Searching my library first shows the branchcode by the search bar rather than branchname
657 - [[17993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17993) Do not use modal authentication with CAS
658 - [[18307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18307) Branchname is no longer displayed in subscription tab view
659 - [[18400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18400) Noisy warns in opac-search.pl during itemtype sorting
660 - [[18466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18466) No article requests breaks the opac-user-views block
661 - [[18479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18479) Holds 'Placed on' column in opac-user.pl not sorting correctly
662 - [[18484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18484) opac-advsearch.tt missing closing div tag for .container-fluid
663 - [[18504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18504) Amount owed on fines tab should be formatted as price if <10 or credit
664 - [[18505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18505) OPAC Search History page does not respect OpacPublic syspref
665
666 ### Packaging
667
668 - [[16749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16749) Additional fixes for debian scripts
669 - [[17265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17265) Make koha-create and koha-dump-defaults less greedy
670 - [[17618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17618) perl-modules Debian package name change
671 - [[18571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18571) koha-conf.xml should include ES entry
672
673 ### Patrons
674
675 - [[15702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15702) Trim whitespace from patron details upon submission
676 - [[17891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17891) typo in housebound.tt div tag
677 - [[18094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18094) Patron search filters are broken by searchable attributes
678 - [[18263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18263) Make use of syspref 'CurrencyFormat' for Account and Pay fines tables
679 - [[18370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18370) Columns settings patrons>id=memberresultst : display bug
680 - [[18423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18423) Add child button not always appearing - problem in template variable
681 - [[18551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551) Hide with CSS dynamic elements in member search
682 - [[18552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18552) Borrower debarments do not show on member detail page
683 - [[18553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18553) Incorrect "Loading..." tag on  moremember.tt when no clubs defined
684 - [[18569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18569) Quick add patron will not copy over details from cities and towns pull down into patron details
685 - [[18596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18596) Quick add form duplicating password confirm
686 - [[18597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18597) Quick add form does not transfer patron attributes values when switching forms/saving
687 - [[18598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18598) Quick add form doesn't clear values when switching
688
689 ### Reports
690
691 - [[8306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8306) Patron stats, patron activity : no active doesn't work
692 - [[17925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17925) Disable debugging in reports/bor_issues_top.pl
693
694 ### SIP2
695
696 - [[12021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021) SIP2 checkin should alert on transfer and use CT for return branch
697 - [[17665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17665) SIP2 Item Information Response returns incorrect circulation status of '08' ( waiting on hold shelf ) if record has any holds
698
699 ### Searching
700
701 - [[14699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14699) Intranet search history issues due to DataTables pagination
702 - [[16115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16115) JavaScript error on item search form unless NOT_LOAN defined
703 - [[17134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17134) Facet's area shows itemtypes' code instead of item's description
704 - [[17821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17821) due date in intranet search results should use TT date plugin
705 - [[17838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17838) Availability limit broken until an item has been checked out
706 - [[18047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18047) JavaScript error on item search form unless LOC defined
707 - [[18068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18068) Elasticsearch (ES): Location and (home|holding)branch facets mixed
708 - [[18189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18189) Elasticsearch sorting broken
709
710 ### Self checkout
711
712 - [[7550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7550) Self checkout: limit display of patron image to logged-in patron
713 - [[16873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16873) Renewal error message not specific enough on self check.
714 - [[18405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18405) Self checkout: Fix broken silent printing
715
716 ### Serials
717
718 - [[7728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7728) Fixing subscription endddate inconsistency: should be empty when the subscription is running
719 - [[14932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14932) serials/serials-collection.pl-page is very slow. GetFullSubscription* checks permission for each serial!
720 - [[17520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17520) Add serialsUpdate.pl to the list of regular cron jobs
721 - [[17865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17865) If a subscription has no history end date, it shows as expired today in OPAC
722 - [[18536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18536) Generating CSV using profile in serials late issues doesn't work as described
723
724 ### Staff Client
725
726 - [[16933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16933) Alt-Y not working on "Please confirm checkout" dialogs
727 - [[17670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17670) Grammar mistakes - 'effect' vs. 'affect'
728 - [[18026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18026) URL to database columns link in system preferences is incorrect
729
730 ### System Administration
731
732 - [[13968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13968) Branch email hints are misleading
733 - [[17346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17346) Enable the check in option in Columns settings
734 - [[18444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18444) Add TalkingTechItivaPhoneNotification to sysprefs.sql
735 - [[18600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18600) Missing db update for TalkingTechItivaPhoneNotification
736
737 ### Templates
738
739 - [[15460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15460) Bug 13381 accidentally removed spaces after subfields c and h of 245
740 - [[17290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17290) Standardize on "Patron categories" when referring to patron category
741 - [[17790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17790) Fix js error on undefined autocomplete(...).data(...) in js_includes.inc
742 - [[17916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17916) "Delete MARC modification template" fails to actually delete it
743 - [[17982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17982) Fix the use of uniq in sub themelanguage
744 - [[18419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18419) Broken patron-blank image in viewlog.tt
745 - [[18452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18452) Should say 'URL' instead of 'url' in catalog detail
746 - [[18529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18529) Template cleanup of patron clubs pages
747
748 ### Tools
749
750 - [[14399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14399) Fix inventory.pl part two (following 12913)
751 - [[15415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15415) Warn when creating new printer profile for patron card creator
752 - [[17777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17777) koha-remove should deal with temporary uploads
753 - [[17794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17794) Menu items in Tools menu and Admin menu not bold when active but not on linked page
754 - [[18087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18087) Clarification on File type when using file of biblionumbers to export data
755 - [[18095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18095) Batch item modification: Better message if no item is modified
756 - [[18135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18135) Can submit batch deletion for authorities without selecting any
757 - [[18340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18340) Progress bar length is wrong
758
759 ### Transaction logs
760
761 - [[17708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708) Renewal log seems empty
762
763 ### Web services
764
765 - [[17778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778) Make "Earliest Registered Date" in OAI-PMH dynamic
766 - [[17836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17836) (ILSDI) 'charges' always '1'
767 - [[17927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17927) REST API: /holds and /patrons attributes have wrong types
768
769 ### Z39.50 / SRU / OpenSearch Servers
770
771 - [[17487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17487) Improper placement of select/clear all in Z39.50/SRU search dialog
772
773 ### Test Suite
774
775 - [[17714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17714) Remove itemtype-related t/db_dependent/Members/* warnings
776 - [[17715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17715) Remove itemtype-related t/db_dependent/Holds/RevertWaitingStatus.t warnings
777 - [[17716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17716) Remove itemtype-related t/db_dependent/CourseReserves.t warnings
778 - [[17722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17722) t/db_dependent/PatronLists.t doesn't run inside a transaction
779 - [[17742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17742) Test t/db_dependent/Patrons.t can fail randomly
780 - [[17759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17759) Fixing theoretical problems with guarantorid in Members.t
781 - [[17920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920) t/db_dependent/Sitemapper.t fails because of permissions
782 - [[18009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18009) IssueSlip.t test fails if launched between 00:00 and 00:59
783 - [[18045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18045) Reserves.t can fail because of caching issues
784 - [[18233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18233) t/db_dependent/00-strict.t has non-existant resetversion.pl
785 - [[18243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18243) Bug 16034 follow-up: better handling of absence of WebService::ILS::OverDrive::Patron at testing
786 - [[18420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18420) Some tests fail without patron category 'S'
787 - [[18460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18460) Remove itemtype-related Serials.t warnings
788 - [[18494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18494) Fix Letters.t (follow-up of 15702)
789 - [[18620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18620) t/db_dependent/Letters.t failing on master
790
791 ### Architecture, internals, and plumbing
792
793 - [[17257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17257) Cannot create a patron under MySQL 5.7
794 - [[17502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17502) Add type check to output_pref and use exceptions
795 - [[17666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17666) .perl atomic update does not work under kohadevbox
796 - [[17681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17681) Existing typos might thow some fees when recieved
797 - [[17713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17713) Members.t is failing randomly
798 - [[17726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17726) TestBuilder's refactoring removed default values
799 - [[17731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17731) Remove the noxml option from rebuild_zebra.pl
800 - [[17733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17733) Members.t is still failing randomly
801 - [[17814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17814) koha-plack --stop should make sure that Plack really stop
802 - [[17820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17820) Do not use search->next when find can be used
803 - [[17931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17931) Remove unused vars from reserves_stats.pl
804 - [[17960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17960) Rename opac_news.new with opac_news.content
805
806 > The database column opac_news.new is renamed to opac_news.content. The notice templates using that placeholder should have been updated automatically (bug 18121).
807
808
809 - [[17992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17992) REST api: Cities controller should not use ->unblessed
810 - [[18028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18028) install_misc directory is outdated and must be removed
811 - [[18069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18069) koha-rebuild-zebra still calls rebuild_zebra with -x
812 - [[18089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18089) All XSLT testing singleBranchMode = 0 fails to show even if install has only 1 branch
813 - [[18121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18121) Rename opac_news.new with opac_news.content - replace notice template
814 - [[18136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18136) Content of ExportRemoveFields is not picked to pre-fill field list
815 - [[18215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18215) Resolve warning on $tls in Database.pm
816 - [[18395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18395) Wrong article request methods in Koha::Patrons
817 - [[18443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18443) Get rid of warning 'uninitialized value $user' in C4/Auth.pm
818 - [[18557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18557) Mysqlim CURRENT_DATE in Koha::Clubs::get_enrollable
819 - [[18632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18632) CGI::param called in list context flooding erro logs
820 - [[18664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18664) IssueSlip.t is failing - IssueSlip should return if params are not valid
821 - [[18669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18669) RewriteCond affecting wrong rule in koha-httpd.conf
822 - [[13726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726) Koha::Acquisition::Bookseller should use Koha::Object
823 - [[14537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14537) Rename system preference 'OverdueNoticeBcc' to 'NoticeBcc'
824
825 > The system preference 'OverdueNoticeBcc' is renamed to 'NoticeBcc' as it does not only apply to overdue notices, but to notices in general.
826
827
828 - [[15879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15879) Allow multiple plugin directories to be defined in koha-conf.xml
829
830 > It's now possible to define multiple plugin directories\r
831 in the Koha conf file. This allows for ease of plugin development so that each plugin installed can live in its own git repository. For compatibility, the first plugindir instance defined is used for uploading plugins via the web interface.
832
833
834 - [[15896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15896) Use Koha::Account::pay internally for makepayment
835 - [[15897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15897) Use Koha::Account::pay internally for recordpayment_selectaccts
836 - [[15898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15898) Use Koha::Account::pay internally for makepartialpayment
837 - [[15905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15905) Remove use of makepayment
838 - [[15906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15906) Remove use of makepayment in paycollect.pl
839 - [[15907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15907) Remove use of makepayment in opac/opac-account-pay-paypal-return.pl
840 - [[15908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15908) Remove use of recordpayment_selectaccts
841 - [[15909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15909) Remove the use of makepartialpayment
842 - [[16966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16966) Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise
843 - [[17196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196) Move marcxml out of the biblioitems table
844
845 > This development moves marcxml out of the biblioitems and deletedbiblioitems tables and moves it to two new tables: biblio_metadata and deletedbiblio_metadata. SQL queries using the biblioitems table but not the marcxml column will get a performance boost. Storing the marcxml in a specific table will allow us to store several metadata formats (USMARC, MARCXML, MIJ, etc.).\r
846 ATTENTION: all reports that use ExtractValue to retrieve MARC tags from biblioitems.marcxml need to be updated/rewritten.
847
848
849 - [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
850
851 > This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:\r
852 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
853
854
855 - [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
856 - [[17461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17461) Make plugins-home.pl complain about plugins that can not be loaded
857 - [[17501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17501) Koha Objects for uploaded files
858 - [[17556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17556) Move GetHideLostItemsPreference to Koha::Patron
859 - [[17557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17557) Move GetAge to Koha::Patron->get_age (and remove SetAge)
860 - [[17568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17568) Add the Koha::Patron->library method
861 - [[17569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17569) Move GetUpcomingMembershipExpires to Koha::Patrons
862 - [[17578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17578) Replace GetMemberDetails with GetMember
863 - [[17580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17580) Add the Koha::Patron->get_overdues method
864 - [[17583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17583) Use Koha::Patron->is_expired from circulation.pl
865 - [[17584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17584) Add the Koha::Patron->checkouts method
866 - [[17585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17585) Add the Koha::Patron->account method
867 - [[17586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17586) Add the Koha::Account->balance method
868 - [[17588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17588) Move GetMemberIssuesAndFines to Koha::Patron
869 - [[17610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17610) Allow the number of plack workers and max connections to be set in koha-conf.xml
870 - [[17627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17627) Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes
871 - [[17629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629) Koha::Biblio - Remove ModBiblioframework
872 - [[17630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17630) Add the Koha::Biblio->holds method
873 - [[17631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17631) Koha::Biblio - Remove GetHolds
874 - [[17678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17678) C4::Acquisition - Replace GetIssues with Koha::Checkouts
875 - [[17679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17679) C4::Circulation - Remove unused GetItemIssues
876 - [[17689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17689) Add the Koha::Issue->is_overdue method
877 - [[17736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736) Move GetReservesFromBiblionumber to Koha::Biblio->holds
878 - [[17737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17737) Move GetReservesFromItemnumber to Koha::Item->holds
879 - [[17740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740) Add the Koha::Patron->holds method
880 - [[17741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741) Use Koha::Patron->holds in Koha::Patron->delete
881 - [[17755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17755) Introduce Koha::Patron::Attribute::Type(s)
882 - [[17767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17767) Let Koha::Patron::Modification handle extended attributes
883 - [[17783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17783) Optimize Koha::IssuingRules->get_effective_issuing_rule
884 - [[17792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17792) Introduce Koha::Patron::Attribute(s)
885 - [[17796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17796) Koha::Issues should be moved to Koha::Checkouts
886 - [[17804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17804) Remove some modules from showdiffmarc.pl
887 - [[17813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17813) Table borrower_attributes needs a primary key
888 - [[17824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17824) Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
889 - [[17825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17825) Remove C4::Members::AttributeTypes::AttributeTypeExists
890 - [[17828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17828) Koha::Patron::Attribute->store should raise an exception if unique_id is being broken
891 - [[17835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835) Move C4::Koha::GetItemTypes to Koha::ItemTypes
892 - [[17844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17844) Move C4::Koha::get_notforloan_label_of to Koha::AuthorisedValues
893 - [[17846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17846) Remove C4::Koha::get_infos_of
894 - [[17847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17847) Move C4::Koha::GetAuthvalueDropbox to Koha::AuthorisedValues
895 - [[17894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17894) Remove and Replace WriteOffFee
896 - [[17932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17932) Koha::Object should provide a TO_JSON method
897 - [[17958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17958) Add the Koha::Notice::Template[s] packages (letter table)
898 - [[17959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17959) Add the Koha::Notice::Message[s] packages (message_queue table)
899 - [[17962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17962) TT syntax for notices - Prove that ACQ_NOTIF_ON_RECEIV is compatible
900 - [[17963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17963) TT syntax for notices - Prove that AR_* are compatible
901 - [[17964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17964) TT syntax for notices - Prove that CHECKIN and CHECKOUT are compatible
902 - [[17968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17968) Remove useless variable in C4::Overdues::parse_overdues_letter
903 - [[17970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17970) GetPreparedLetter does not warn when expected
904 - [[17971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17971) TT syntax for notices - Add support for plurals
905 - [[17973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17973) Add the Koha::Checkout->item method
906 - [[17974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17974) Add the Koha::Item->biblio method
907 - [[17990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17990) Code to check perl module versions is buggy
908 - [[18033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18033) If/else sometimes does not make sense after koha account  system refactoring
909 - [[18093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18093) Add the Koha::Objects->get_column method
910 - [[18169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18169) Date like 2999 should not be used arbitrarily
911 - [[18173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18173) Remove issues.return
912 - [[18174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18174) Add the Koha::Object->update method
913 - [[18208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18208) Add RecordProcessor filter to inject not onloan count to MARC records
914 - [[18256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18256) Koha::Biblio - Remove GetItemsCount
915 - [[18258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18258) Add the Koha::Biblio->subscriptions method
916 - [[18269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18269) Move field mappings related code to Koha::FieldMapping[s]
917 - [[18270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18270) No need to fetch the MARC record when deleting an item
918 - [[18274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18274) C4::Items - Remove GetItemStatus
919 - [[18299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18299) Removal of  admin/env_tz_test.pl script
920 - [[18300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18300) Delete missing upload records
921 - [[18332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18332) Add the Koha::Objects->last method
922 - [[18401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18401) Add the Koha::Checkout->patron method
923 - [[18402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18402) Add the Koha::Item->checkout method
924 - [[18427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18427) Add a primary key to serialitems
925 - [[18459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18459) Add the Koha::Item->biblioitem method
926
927
928 ## New sysprefs
929
930 - AllowCheckoutNotes
931 - AuthorityMergeLimit
932 - AuthorityMergeMode
933 - CircSidebar
934 - CumulativeRestrictionPeriods
935 - ExcludeHolidaysFromMaxPickUpDelay
936 - ExportCircHistory
937 - ExportRemoveFields
938 - FailedLoginAttempts
939 - LoadSearchHistoryToTheFirstLoggedUser
940 - MarcItemFieldsToOrder
941 - NoticeBcc
942 - NumSavedReports
943 - OPACFineNoRenewalsBlockAutoRenew
944 - OPACHoldsIfAvailableAtPickup
945 - OPACHoldsIfAvailableAtPickupExceptions
946 - OpacNewsLibrarySelect
947 - OverDriveCirculation
948 - RenewalLog
949 - TalkingTechItivaPhoneNotification
950 - TranslateNotices
951 - UploadPurgeTemporaryFilesDays
952 - UsageStatsGeolocation
953 - UsageStatsLibrariesInfo
954 - UsageStatsPublicID
955
956 ## System requirements
957
958 Important notes:
959     
960 - Perl 5.10 is required
961 - Zebra is required
962
963 ## Documentation
964
965 The Koha manual is maintained in DocBook.The home page for Koha 
966 documentation is 
967
968 - [Koha Documentation](http://koha-community.org/documentation/)
969
970 As of the date of these release notes, only the English version of the
971 Koha manual is available:
972
973 - [Koha Manual](http://manual.koha-community.org//en/)
974
975 The Git repository for the Koha manual can be found at
976
977 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
978
979
980
981 Partial translations are available for various other languages.
982
983 The Koha team welcomes additional translations; please see
984
985 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
986
987 for information about translating Koha, and join the koha-translate 
988 list to volunteer:
989
990 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
991
992 The most up-to-date translations can be found at:
993
994 - [Koha Translation](http://translate.koha-community.org/)
995
996 ## Release Team
997
998 The release team for Koha 17.05.00 is
999
1000 - Release Manager:
1001   - [Kyle M Hall](mailto:kyle@bywatersolutions.com)
1002   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
1003 - QA Team:
1004   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
1005   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
1006   - [Tomas Cohen Arazi](mailto:tomascohen@gmail.com)
1007   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
1008   - [Nick Clemens](mailto:nick@bywatersolutions.com)
1009   - [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
1010   - [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
1011   - [Julian Maurice](mailto:julian.maurice@biblibre.com)
1012 - Continuous Integration Infrastructure Maintainer
1013   - [Tomas Cohen Arazi](mailto:tomascohen@gmail.com)
1014 - Bug Wranglers:
1015   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
1016   - [Marc Veron](mailto:veron@veron.ch)
1017 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1018 - Documentation Manager:
1019   - [Chris Cormack](mailtochrisc@catalyst.net.nz)
1020   - [David Nind](mailto:david@davidnind.com))
1021 - Database Documentation Manager:
1022   - [David Nind](mailto:david@davidnind.com))
1023 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
1024 - Wiki curators: 
1025   - [Brook](mailto:)
1026   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
1027 - Release Maintainers:
1028   - 16.11 -- [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
1029   - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com)
1030   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
1031
1032 ## Credits
1033
1034 We thank the following libraries who are known to have sponsored
1035 new features in Koha 17.05.00:
1036
1037 - ByWater Solutions
1038 - Catalyst IT
1039 - Cheshire Libraries
1040 - Orex Digital
1041 - Region Halland
1042 - Universidad Nacional de Cordoba
1043 - University of the Arts London
1044
1045 We thank the following individuals who contributed patches to Koha 17.05.00.
1046
1047 - Aleisha (1)
1048 - Chloe (1)
1049 - Emma (1)
1050 - LeireDiez (1)
1051 - remi (1)
1052 - pongtawat (2)
1053 - radiuscz (2)
1054 - phette23 (3)
1055 - Blou (6)
1056 - Jacek Ablewicz (2)
1057 - Brendan A Gallagher (3)
1058 - Aleisha Amohia (41)
1059 - Alex Arnaud (13)
1060 - Maxime Beaulieu (2)
1061 - Rebecca Blundell (2)
1062 - Oliver Bock (1)
1063 - Christopher Brannon (3)
1064 - Alex Buckley (9)
1065 - Colin Campbell (2)
1066 - Frédérick Capovilla (1)
1067 - Nick Clemens (61)
1068 - Tomas Cohen Arazi (78)
1069 - David Cook (8)
1070 - Chris Cormack (3)
1071 - Olivier Crouzet (2)
1072 - Stephane Delaune (1)
1073 - Frédéric Demians (3)
1074 - Marcel de Rooy (171)
1075 - Jonathan Druart (375)
1076 - Dani Elder (1)
1077 - Magnus Enger (5)
1078 - Katrin Fischer (4)
1079 - Petter Goksøyr Åsen (1)
1080 - Caitlin Goodger (5)
1081 - David Gustafsson (1)
1082 - Luke Honiss (4)
1083 - Mason James (1)
1084 - Srdjan Jankovic (5)
1085 - Karen Jen (2)
1086 - Dimitris Kamenopoulos (1)
1087 - Chris Kirby (1)
1088 - Olli-Antti Kivilahti (6)
1089 - David Kuhn (1)
1090 - Nicolas Legrand (1)
1091 - Owen Leonard (20)
1092 - Ere Maijala (2)
1093 - Patricio Marrone (2)
1094 - Julian Maurice (16)
1095 - Grace McKenzie (4)
1096 - Tim McMahon (1)
1097 - Matthias Meusburger (5)
1098 - Kyle M Hall (110)
1099 - Josef Moravec (30)
1100 - Joy Nelson (1)
1101 - Chris Nighswonger (1)
1102 - Dobrica Pavlinusic (3)
1103 - Paul Poulain (2)
1104 - Meenakshi R (1)
1105 - Liz Rea (3)
1106 - Martin Renvoize (5)
1107 - Francesco Rivetti (3)
1108 - Benjamin Rokseth (3)
1109 - Alex Sassmannshausen (2)
1110 - Adrien Saurat (1)
1111 - Zoe Schoeler (2)
1112 - Emma Smith (1)
1113 - Fridolin Somers (10)
1114 - Zeno Tajoli (1)
1115 - Lari Taskula (8)
1116 - Lyon3 Team (2)
1117 - Mirko Tietgen (3)
1118 - Mark Tompsett (25)
1119 - Oleg Vasylenko (2)
1120 - Marc Véron (16)
1121 - Jesse Weaver (4)
1122 - Baptiste Wojtkowski (8)
1123
1124 We thank the following libraries, companies, and other institutions who contributed
1125 patches to Koha 17.05.00
1126
1127 - abunchofthings.net (3)
1128 - ACPL (20)
1129 - aei.mpg.de (1)
1130 - BibLibre (56)
1131 - biblos.pk.edu.pl (2)
1132 - BSZ BW (4)
1133 - Bulac (1)
1134 - ByWater-Solutions (171)
1135 - Catalyst (23)
1136 - cdalibrary.org (3)
1137 - centrum.cz (2)
1138 - Cineca (1)
1139 - Foundations (1)
1140 - helsinki.fi (2)
1141 - ilsleypubliclibrary.org (1)
1142 - inLibro.com (1)
1143 - jns.fi (13)
1144 - KohaAloha (1)
1145 - kohadevbox (1)
1146 - kylehall.info (5)
1147 - Libeo (1)
1148 - Libriotech (5)
1149 - Marc Veron AG (16)
1150 - Nucsoft OSS Labs (1)
1151 - oha.it (3)
1152 - Oslo Public Library (4)
1153 - Prosentient Systems (8)
1154 - PTFS-Europe (9)
1155 - punsarn.asia (2)
1156 - Rijksmuseum (171)
1157 - rot13.org (3)
1158 - scanbit.net (1)
1159 - Solutions inLibro inc (8)
1160 - student.uef.fi (1)
1161 - Tamil (3)
1162 - Theke Solutions (78)
1163 - ub.gu.se (1)
1164 - unidentified (121)
1165 - Universidad Nacional de Córdoba (2)
1166 - Universite Jean Moulin Lyon 3 (4)
1167 - wegc.school.nz (7)
1168 - wlpl.org (1)
1169
1170 We also especially thank the following individuals who tested patches
1171 for Koha.
1172
1173 - Aleisha (1)
1174 - Aleisha Amohia (4)
1175 - Alex Buckley (22)
1176 - Andreas Roussos (1)
1177 - Baptiste Wojtkowski (4)
1178 - Barbara Johnson (1)
1179 - Barton Chittenden (1)
1180 - Benjamin Daeuber (8)
1181 - Benjamin Rokseth (1)
1182 - beroud (1)
1183 - Cab Vinton (3)
1184 - Caitlin Goodger (3)
1185 - Cédric Vita (2)
1186 - Chris Cormack (21)
1187 - Chris Kirby (1)
1188 - Christopher Brannon (6)
1189 - Claire Gravely (22)
1190 - Colin Campbell (2)
1191 - Dani Elder (1)
1192 - David Cook (3)
1193 - David Kuhn (1)
1194 - Dilan Johnpulle (3)
1195 - Dobrica Pavlinusic (2)
1196 - Edie Discher (1)
1197 - Emma Smith (2)
1198 - EricGosselin (1)
1199 - Frédéric Demians (1)
1200 - Grace McKenzie (4)
1201 - Hector Castro (2)
1202 - Hugo Agud (12)
1203 - Jacek Ablewicz (14)
1204 - Jane Leven (1)
1205 - Janet McGowan (8)
1206 - Jan Kissig (1)
1207 - Jenny Schmidt (2)
1208 - Jesse Maseto (4)
1209 - Jesse Weaver (3)
1210 - JMBroust (2)
1211 - Joel Sasse (1)
1212 - Jonathan Druart (451)
1213 - Jonathan Field (13)
1214 - Josef Moravec (195)
1215 - Joy Nelson (2)
1216 - J Schmidt (1)
1217 - Julian Maurice (66)
1218 - Julien Comte (1)
1219 - Karam Qubsi (1)
1220 - Karen Jen (1)
1221 - Katrin Fischer (35)
1222 - Lari Taskula (7)
1223 - Larry Baerveldt (1)
1224 - Laura Slavin (2)
1225 - Lisa Gugliotti (1)
1226 - Liz Rea (4)
1227 - Luke Honiss (1)
1228 - Magnus Enger (6)
1229 - Marci Chen (1)
1230 - Marc Veron (1)
1231 - Marc Véron (136)
1232 - Marjorie Barry-Vila (1)
1233 - Mark Tompsett (77)
1234 - Martin Renvoize (38)
1235 - Mason James (9)
1236 - Matthias Meusburger (2)
1237 - mehdi (1)
1238 - Mehdi Hamidi (1)
1239 - Mika Smith (1)
1240 - Mirko Tietgen (31)
1241 - Nick Clemens (1)
1242 - Nick Clemens (217)
1243 - Nicolas Legrand (2)
1244 - Oliver Bock (1)
1245 - Olli-Antti Kivilahti (10)
1246 - Owen Leonard (54)
1247 - Paul POULAIN (1)
1248 - Peggy Thrasher (1)
1249 - Philippe (2)
1250 - Radek Šiman (2)
1251 - Rhonda Kuiper (3)
1252 - sbujam (1)
1253 - Séverine Queune (4)
1254 - Sonia Bouis (3)
1255 - Srdjan (7)
1256 - Zeno Tajoli (11)
1257 - Zoe Schoeler (2)
1258 - Katrin Fischer  (3)
1259 - Liz Rea  (1)
1260 - Tomas Cohen Arazi (88)
1261 - Brendan A Gallagher (47)
1262 - Kyle M Hall (1124)
1263 - Bernardo Gonzalez Kriegel (1)
1264 - Andreas Hedström Mace (1)
1265 - Marcel de Rooy (385)
1266
1267 We regret any omissions.  If a contributor has been inadvertently missed,
1268 please send a patch against these release notes to 
1269 koha-patches@lists.koha-community.org.
1270
1271 ### Thanks
1272 - Thanks to Brendan and Nick, without whom this release would not be what it is
1273 - To Brendan, who never says no.
1274 - To Nick, who always says yes.
1275
1276 ### Special thanks from the Release Manager
1277 I'd like to thank everyone who has contributed time and effort to this release. Many hands make light work!
1278
1279 A special thanks to the ByWater Solutions team. I could not have done this without all of you!
1280 - Brendan Gallagher
1281 - Nathan Curulla
1282 - Joy Nelson
1283 - Melissa Lefebvre
1284 - Jesse Maseto
1285 - Jacqueline Salter
1286 - Barton Chittenden
1287 - Nick Clemens
1288 - Michael Cabus
1289 - Jessie Zairo
1290 - Karen Holt
1291 - Kelly McElligott
1292 - Larry Baerveldt
1293 - Danielle Elder
1294 - Rocio Dressler
1295 - Jessica Beno
1296 - Todd Goatley
1297 - Josh Barron
1298 - Adam Brooks
1299 - Cindy Norman
1300
1301 ## Revision control notes
1302
1303 The Koha project uses Git for version control.  The current development 
1304 version of Koha can be retrieved by checking out the master branch of:
1305
1306 - [Koha Git Repository](git://git.koha-community.org/koha.git)
1307
1308 The branch for this version of Koha and future bugfixes in this release
1309 line is 17.05.x
1310
1311
1312 ## Bugs and feature requests
1313
1314 Bug reports and feature requests can be filed at the Koha bug
1315 tracker at:
1316
1317 - [Koha Bugzilla](http://bugs.koha-community.org)
1318
1319 He rau ringa e oti ai.
1320 (Many hands finish the work)
1321
1322 Autogenerated release notes updated last on 29 May 2017 23:12:14.