Bug 18830: Fix phrasing of screen message
[koha.git] / misc / release_notes / release_notes_16_11_04.md
1 # RELEASE NOTES FOR KOHA 16.11.04
2 22 Feb 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 16.11.04 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-16.11.04.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.04 is a bugfix/maintenance release.
21
22 It includes 3 enhancements, 41 bugfixes.
23
24
25
26
27 ## Enhancements
28
29 ### Architecture, internals, and plumbing
30
31 - [[17461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17461) Make plugins-home.pl complain about plugins that can not be loaded
32
33 ### Installation and upgrade (command-line installer)
34
35 - [[7533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7533) Add template_cache_dir to the koha-conf.xml file
36
37 ### Test Suite
38
39 - [[17950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17950) Small improvements for Merge.t
40
41
42 ## Critical bugs fixed
43
44 ### Authentication
45
46 - [[17775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775) Add new user with LDAP not works under Plack
47
48 ### Cataloging
49
50 - [[17922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17922) Default value substitution for month and day should be fixed length
51
52 ### Circulation
53
54 - [[8361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8361) Issuing rule if no rule is defined
55 - [[16387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16387) Incorrect loan period calculation when using  decreaseLoanHighHolds feature
56
57 ### Hold requests
58
59 - [[17940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17940) Holds not going to waiting state after having been transferred
60 - [[18015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18015) On shelf holds allowed > "If all unavailable" ignores notforloan
61
62 ### Label/patron card printing
63
64 - [[18044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18044) Label Batches not displaying
65
66 ### OPAC
67
68 - [[18025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18025) Expired password recovery links cause sql crash
69
70 ### Patrons
71
72 - [[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
73
74 ### Serials
75
76 - [[15030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030) Certain values in serials' items are lost on next edit
77
78 ### System Administration
79
80 - [[18111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18111) Import default framework is broken
81
82 ### Z39.50 / SRU / OpenSearch Servers
83
84 - [[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
85
86
87 ## Other bugs fixed
88
89 ### Acquisitions
90
91 - [[16984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16984) Standing orders - when ordering a JS error is raised
92
93 ### Architecture, internals, and plumbing
94
95 - [[17726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17726) TestBuilder's refactoring removed default values
96 - [[17731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17731) Remove the noxml option from rebuild_zebra.pl
97 - [[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
98 - [[18136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18136) Content of ExportRemoveFields is not picked to pre-fill field list
99
100 ### Cataloging
101
102 - [[17512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17512) Improve handling dates in C4::Items
103 - [[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
104 - [[17988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17988) Select2 prevents correct tag expand/minimize functionality
105 - [[18119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18119) Bug 17988 broke cataloging javascript functionality
106
107 ### Hold requests
108
109 - [[11450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11450) Hold Request Confirm Deletion
110 - [[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
111
112 ### Lists
113
114 - [[15584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15584) Staff client list errors are incorrectly styled
115 - [[17852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17852) Multiple URLs (856) in list email are broken
116
117 ### MARC Authority data support
118
119 - [[17913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17913) Merge three authority merge fixes
120
121 ### MARC Bibliographic data support
122
123 - [[4126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4126) bulkmarcimport.pl allows -b and -a to be specified simultaneously
124 - [[17788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17788) (MARC21) $9 fields not indexed in authority-linked fields
125
126 ### OPAC
127
128 - [[17823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17823) XSLT: Add label for MARC 583 - Action note
129
130 ### Reports
131
132 - [[8306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8306) Patron stats, patron activity : no active doesn't work
133
134 ### Searching
135
136 - [[16115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16115) JavaScript error on item search form unless NOT_LOAN defined
137 - [[17134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17134) Facet's area shows itemtypes' code instead of item's description
138 - [[17838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17838) Availability limit broken until an item has been checked out
139 - [[18047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18047) JavaScript error on item search form unless LOC defined
140 - [[18068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18068) ES: Location and (home|holding)branch facets mixed
141
142 ### Serials
143
144 - [[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
145
146 ### Staff Client
147
148 - [[18026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18026) URL to database columns link in system preferences is incorrect
149
150 ### Test Suite
151
152 - [[18009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18009) IssueSlip.t test fails if launched between 00:00 and 00:59
153 - [[18045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18045) Reserves.t can fail because of caching issues
154
155 ### Tools
156
157 - [[18095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18095) Batch item modification: Better message if no item is modified
158
159 ### Z39.50 / SRU / OpenSearch Servers
160
161 - [[17487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17487) Improper placement of select/clear all in Z39.50/SRU search dialog
162
163 ## New sysprefs
164
165 - AuthorityMergeMode
166
167 ## System requirements
168
169 Important notes:
170     
171 - Perl 5.10 is required
172 - Zebra is required
173
174 ## Documentation
175
176 The Koha manual is maintained in DocBook.The home page for Koha 
177 documentation is 
178
179 - [Koha Documentation](http://koha-community.org/documentation/)
180
181 As of the date of these release notes, only the English version of the
182 Koha manual is available:
183
184 - [Koha Manual](http://manual.koha-community.org//en/)
185
186 The Git repository for the Koha manual can be found at
187
188 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
189
190 ## Translations
191
192 Complete or near-complete translations of the OPAC and staff
193 interface are available in this release for the following languages:
194
195 - English (USA)
196 - Arabic (99%)
197 - Armenian (93%)
198 - Chinese (China) (86%)
199 - Chinese (Taiwan) (100%)
200 - Czech (96%)
201 - Danish (72%)
202 - English (New Zealand) (94%)
203 - Finnish (100%)
204 - French (98%)
205 - French (Canada) (92%)
206 - German (100%)
207 - German (Switzerland) (100%)
208 - Greek (78%)
209 - Hindi (100%)
210 - Italian (99%)
211 - Korean (52%)
212 - Kurdish (51%)
213 - Norwegian Bokmål (57%)
214 - Occitan (79%)
215 - Persian (59%)
216 - Polish (99%)
217 - Portuguese (99%)
218 - Portuguese (Brazil) (87%)
219 - Slovak (93%)
220 - Spanish (100%)
221 - Swedish (99%)
222 - Turkish (100%)
223 - Vietnamese (73%)
224
225 Partial translations are available for various other languages.
226
227 The Koha team welcomes additional translations; please see
228
229 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
230
231 for information about translating Koha, and join the koha-translate 
232 list to volunteer:
233
234 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
235
236 The most up-to-date translations can be found at:
237
238 - [Koha Translation](http://translate.koha-community.org/)
239
240 ## Release Team
241
242 The release team for Koha 16.11.04 is
243
244 - Release Managers:
245   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
246   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
247 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
248 - QA Team:
249   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
250   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
251   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
252   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
253   - [Nick Clemens](mailto:nick@bywatersolutions.com)
254   - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
255 - Bug Wranglers:
256   - [Amit Gupta](mailto:amitddng135@gmail.com)
257   - [Magnus Enger](mailto:magnus@enger.priv.no)
258   - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
259   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
260   - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
261   - [Marc Véron](mailto:veron@veron.ch)
262 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
263 - Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
264 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
265 - Wiki curators: 
266   - [Brooke Johnson](mailto:abesottedphoenix@yahoo.com)
267   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
268 - Release Maintainers:
269   - 16.11 -- [Katrin Fischer](mailto:katrin.fischer.83@web.de)
270   - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com)
271   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
272
273 ## Credits
274
275 We thank the following libraries who are known to have sponsored
276 new features in Koha 16.11.04:
277
278
279 We thank the following individuals who contributed patches to Koha 16.11.04.
280
281 - Chloe (1)
282 - Emma (1)
283 - Blou (2)
284 - radiuscz (2)
285 - root (2)
286 - Nick Clemens (4)
287 - Tomás Cohen Arazi (3)
288 - David Cook (1)
289 - Marcel de Rooy (5)
290 - Jonathan Druart (20)
291 - Magnus Enger (2)
292 - Katrin Fischer (4)
293 - Caitlin Goodger (2)
294 - Luke Honiss (2)
295 - Mason James (2)
296 - Karen Jen (1)
297 - Julian Maurice (1)
298 - Kyle M Hall (2)
299 - Josef Moravec (2)
300 - Chris Nighswonger (1)
301 - Dobrica Pavlinusic (1)
302 - Liz Rea (1)
303 - Adrien Saurat (1)
304 - Zoe Schoeler (1)
305 - Lari Taskula (1)
306 - Mirko Tietgen (1)
307 - Mark Tompsett (1)
308 - Oleg Vasylenko (2)
309 - Marc Véron (1)
310
311 We thank the following libraries, companies, and other institutions who contributed
312 patches to Koha 16.11.04
313
314 - abunchofthings.net (1)
315 - BibLibre (2)
316 - BSZ BW (4)
317 - bugs.koha-community.org (20)
318 - ByWater-Solutions (6)
319 - Catalyst (1)
320 - centrum.cz (2)
321 - Foundations (1)
322 - jns.fi (1)
323 - KohaAloha (2)
324 - Libriotech (2)
325 - Marc Véron AG (1)
326 - master.rijkskoha.nl (1)
327 - Prosentient Systems (1)
328 - Rijksmuseum (5)
329 - rot13.org (1)
330 - Solutions inLibro inc (2)
331 - Theke Solutions (3)
332 - translate.koha-community.org (1)
333 - unidentified (10)
334 - wegc.school.nz (3)
335
336 We also especially thank the following individuals who tested patches
337 for Koha.
338
339 - Baptiste Wojtkowski (1)
340 - Christopher Brannon (2)
341 - Claire Gravely (3)
342 - Colin Campbell (1)
343 - Emma Smith (1)
344 - Grace McKenzie (1)
345 - Hugo Agud (1)
346 - Jenny Schmidt (2)
347 - Jonathan Druart (35)
348 - Josef Moravec (14)
349 - Julian Maurice (2)
350 - Katrin Fischer (64)
351 - Liz Rea (4)
352 - Magnus Enger (2)
353 - Marc Véron (1)
354 - Mark Tompsett (8)
355 - Mirko Tietgen (1)
356 - Nick Clemens (13)
357 - Owen Leonard (5)
358 - Tomas Cohen Arazi (5)
359 - Kyle M Hall (62)
360 - Marcel de Rooy (7)
361
362 We regret any omissions.  If a contributor has been inadvertently missed,
363 please send a patch against these release notes to 
364 koha-patches@lists.koha-community.org.
365
366 ## Revision control notes
367
368 The Koha project uses Git for version control.  The current development 
369 version of Koha can be retrieved by checking out the master branch of:
370
371 - [Koha Git Repository](git://git.koha-community.org/koha.git)
372
373 The branch for this version of Koha and future bugfixes in this release
374 line is 16.11.x.
375 The last Koha release was 16.11.03, which was released on January 22, 2017.  
376
377 ## Bugs and feature requests
378
379 Bug reports and feature requests can be filed at the Koha bug
380 tracker at:
381
382 - [Koha Bugzilla](http://bugs.koha-community.org)
383
384 He rau ringa e oti ai.
385 (Many hands finish the work)
386
387 Autogenerated release notes updated last on 21 Feb 2017 22:45:22.