Translation updates for Koha 3.22.10
[koha.git] / misc / release_notes / release_notes_3_22_5.md
blobd60303ad1a3b8d976a1ff98a675613b7e2dd5ce0
1 # RELEASE NOTES FOR KOHA 3.22.5
2 23 Mar 2016
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:
9 - [Koha Community](http://koha-community.org)
11 Koha 3.22.5 can be downloaded from:
13 - [Download](http://download.koha-community.org/koha-3.22.05.tar.gz)
15 Installation instructions can be found at:
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
20 Koha 3.22.5 is a security release.
22 It includes 1 security fix and 63 bugfixes.
25 ## Security bugs fixed
27 - [[16095]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16095) Security issue with the use of target="_blank" or window.open()
29 ## Critical bugs fixed
31 ### Architecture, internals, and plumbing
33 - [[11998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998) Syspref caching issues
34 - [[15446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446) Koha::Object[s]->type should be renamed to _type to avoid conflict with column name
36 ### Circulation
38 - [[15736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15736) Add a preference to control whether all items should be shown in checked-in items list
39 - [[16009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16009) crash displaying pending offline circulations
41 ### Command-line Utilities
43 - [[15923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15923) Export records by id list impossible in export_records.pl
45 ### Database
47 - [[15840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840) Import borrowers tool explodes if userid already exists
49 ### Patrons
51 - [[15163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163) Patron attributes with branch limiits are not saved when invisible
54 ## Other bugs fixed
56 ### About
58 - [[15721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15721) About page does not display Apache version
60 ### Architecture, internals, and plumbing
62 - [[12920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12920) Remove AllowRenewalLimitOverride from pl scripts, use Koha.Preference instead
63 - [[15735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15735) Audio Alerts editor broken by use of of single quotes in editor
64 - [[15871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15871) Improve perl critic of t/RecordProcessor.t
65 - [[15939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15939) modification logs view now silently defaults to only current day's actions
66 - [[15968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15968) Unnecessary loop in C4::Templates
67 - [[16054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16054) Plack - variable scope error in paycollect.pl
69 ### Cataloging
71 - [[15872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15872) Rancor: Ctrl-Shift-X has incorrect description in "Keyboard shortcuts"
72 - [[15955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15955) Tuning function 'New child record' for Unimarc
74 ### Circulation
76 - [[14244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14244) viewing a bib item's circ history requires circulation permissions
77 - [[15706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15706) Templates require circulate permissions to show circ related tabs when they should only require circulate_remaining_permissions
78 - [[15833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15833) Bad variable value in renewal template confirmation dialog
80 ### Command-line Utilities
82 - [[16031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16031) sitemap.pl shouldn't append protocol to OPACBaseURL
84 ### Course reserves
86 - [[15699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15699) Opac: Course reserves instructors should be in form "Surname, Firstname" for sorting purposes
88 ### Database
90 - [[15526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15526) Drop nozebra database table
92 ### Developer documentation
94 - [[16106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16106) minor spelling correction to comment
96 ### Documentation
98 - [[15926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15926) Item search fields admin missing help file
100 ### Hold requests
102 - [[15997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15997) Hold Ratios for ordered items doesn't count orders where AcqCreateItem is set to 'receiving'
104 ### I18N/L10N
106 - [[13474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13474) Untranslatable log actions
107 - [[15674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15674) 'Show/hide columns' is not translatable
109 ### Installation and upgrade (web-based installer)
111 - [[15719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15719) Silence warning in C4/Language.pm during web install
113 ### Label/patron card printing
115 - [[15663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15663) Can't delete label from checkbox
117 ### OPAC
119 - [[15697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15697) Unnecessary comma between title and subtitle on opac-detail.pl
121 ### Searching
123 - [[15694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15694) Date/time-last-modified not searchable
125 ### Serials
127 - [[15605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15605) Accessibility: Can't tab to add link in serials routing list add user popup
128 - [[15981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15981) Serials frequencies can be deleted without warning
129 - [[15982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15982) Serials numbering patterns can be deleted without warning
131 ### Staff Client
133 - [[15119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15119) Hide search header text boxes on render
134 - [[15808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15808) Remove "Return to where you were before" from sysprefs
136 ### System Administration
138 - [[15755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15755) Default item type is not marked as "All" in circulation rules
139 - [[15790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15790) Don't delete a MARC framework if existing records use that framework
140 - [[16013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013) Classification sources are not deletable
141 - [[16014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16014) OAI sets can be deleted without warning
143 ### Templates
145 - [[15306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15306) Don't show translate link for item types if only one language is installed
146 - [[15667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15667) Messages in patron account display dates wrongly formatted
147 - [[15670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15670) Rename "Cancel" to "Cancel hold" when checking in a waiting item
148 - [[15691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15691) Show card number minimum and maximum in visible hint when adding a patron
149 - [[15693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15693) Unnecessary punctuation mark when check-in an item in a library other than the home branch
150 - [[15784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15784) Library deletion warning is incorrectly styled
151 - [[15804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15804) Use standard dialog style for confirmation of MARC subfield deletion
152 - [[15880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15880) Serials new frequency link should be a toolbar button
153 - [[15881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15881) Serials new numbering pattern link should be a toolbar button
154 - [[15884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15884) Vendor contract deletion warning is incorrectly styled
155 - [[15920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15920) Clean up and fix errors in batch checkout template
156 - [[15925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15925) Correct some markup issues with patron lists pages
157 - [[15927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927) Remove use of <tr class="highlight"> for alternating row colors.
158 - [[15940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15940) Remove unused JavaScript from authorities MARC subfield structure
159 - [[15941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15941) The template for cloning circulation and fine rules says "issuing rules"
160 - [[16024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16024) Use Font Awesome icons on item types administration page
161 - [[16026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16026) Use Font Awesome icons on cataloging home page
163 ### Test Suite
165 - [[14097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14097) Add unit tests to C4::UsageStats
166 - [[15445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15445) DateUtils.t fails on Jenkins due to server sluggishness
167 - [[15947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15947) SIPILS.t should be moved to t/db_dependent
169 ### Tools
171 - [[15658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15658) Browse system logs: Add more actions to action filter list
172 - [[16033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16033) Quotes upload preview broken for 973 days
174 ### Web services
176 - [[15946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15946) Broken link to LoC in MARCXML declaration for OAI-PMH ListMetadataFormats
178 ## New sysprefs
180 - ShowAllCheckins
182 ## System requirements
184 Important notes:
185     
186 - Perl 5.10 is required
187 - Zebra is required
189 ## Documentation
191 The Koha manual is maintained in DocBook.The home page for Koha 
192 documentation is 
194 - [Koha Documentation](http://koha-community.org/documentation/)
196 As of the date of these release notes, only the English version of the
197 Koha manual is available:
199 - [Koha Manual](http://manual.koha-community.org//en/)
201 The Git repository for the Koha manual can be found at
203 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
205 ## Translations
207 Complete or near-complete translations of the OPAC and staff
208 interface are available in this release for the following languages:
210 - English (USA)
211 - Arabic (99%)
212 - Armenian (100%)
213 - Chinese (China) (96%)
214 - Chinese (Taiwan) (100%)
215 - Czech (98%)
216 - Danish (78%)
217 - English (New Zealand) (90%)
218 - Finnish (99%)
219 - French (90%)
220 - French (Canada) (90%)
221 - German (100%)
222 - German (Switzerland) (99%)
223 - Italian (100%)
224 - Korean (59%)
225 - Kurdish (56%)
226 - Norwegian Bokmål (65%)
227 - Persian (65%)
228 - Polish (97%)
229 - Portuguese (97%)
230 - Portuguese (Brazil) (96%)
231 - Slovak (100%)
232 - Spanish (100%)
233 - Swedish (84%)
234 - Turkish (99%)
235 - Vietnamese (80%)
237 Partial translations are available for various other languages.
239 The Koha team welcomes additional translations; please see
241 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
243 for information about translating Koha, and join the koha-translate 
244 list to volunteer:
246 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
248 The most up-to-date translations can be found at:
250 - [Koha Translation](http://translate.koha-community.org/)
252 ## Release Team
254 The release team for Koha 3.22.5 is
256 - Release Manager: [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
257 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
258 - QA Team:
259   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
260   - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
261   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
262   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
263   - [Paul Poulain](mailto:paul.poulain@biblibre.com)
264   - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
265   - [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
266 - Bug Wranglers:
267   - [Amit Gupta](mailto:amitddng135@gmail.com)
268   - [Magnus Enger](mailto:magnus@enger.priv.no)
269   - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
270   - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
271   - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
272   - [Marc Véron](mailto:veron@veron.ch)
273 - Packaging Manager: [Galen Charlton](mailto:gmc@esilibrary.com)
274 - Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
275 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
276 - Wiki curators: 
277   - [Thomas Dukleth](mailto:kohadevel@agogme.com)
278 - Release Maintainers:
279   - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
280   - 3.20 -- [Frédéric Demians](mailto:f.demians@tamil.fr)
281   - 3.18 -- [Liz Rea](mailto:liz@catalyst.net.nz)
282   - 3.16 -- [Mason James](mailto:mtj@kohaaloha.com)
283   - 3.14 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
285 ## Credits
287 We thank the following libraries who are known to have sponsored
288 new features in Koha 3.22.5:
291 We thank the following individuals who contributed patches to Koha 3.22.5.
293 - Natasha (2)
294 - Aleisha (3)
295 - Colin Campbell (1)
296 - Hector Castro (1)
297 - Galen Charlton (2)
298 - Nick Clemens (4)
299 - Tomás Cohen Arazi (3)
300 - Frédéric Demians (1)
301 - Jonathan Druart (31)
302 - Nicole Engard (2)
303 - Julian FIOL (6)
304 - Owen Leonard (18)
305 - Kyle M Hall (4)
306 - Julian Maurice (4)
307 - Thomas Misilo (1)
308 - Zeno Tajoli (2)
309 - Mark Tompsett (5)
310 - Marc Véron (5)
311 - Jesse Weaver (2)
313 We thank the following libraries, companies, and other institutions who contributed
314 patches to Koha 3.22.5
316 - ACPL (18)
317 - BibLibre (10)
318 - bugs.koha-community.org (31)
319 - ByWater-Solutions (12)
320 - Cineca (2)
321 - fit.edu (1)
322 - Marc Véron AG (5)
323 - PTFS-Europe (1)
324 - Tamil (1)
325 - Theke Solutions (2)
326 - unidentified (13)
327 - Universidad Nacional de Córdoba (1)
329 We also especially thank the following individuals who tested patches
330 for Koha.
332 - Aleisha (3)
333 - Chris (2)
334 - Chris Cormack (1)
335 - Christopher Brannon (1)
336 - Frédéric Demians (8)
337 - Galen Charlton (3)
338 - Hector Castro (14)
339 - Jacek Ablewicz (9)
340 - Jesse Maseto (1)
341 - Jesse Weaver (5)
342 - Jonathan Druart (43)
343 - Josef Moravec (3)
344 - Julian Maurice (93)
345 - Katrin Fischer (13)
346 - Marc Veron (1)
347 - Marc Véron (12)
348 - Mark Tompsett (5)
349 - Mirko Tietgen (1)
350 - Nick Clemens (2)
351 - Nicole Engard (1)
352 - Owen Leonard (2)
353 - Srdjan (4)
354 - Tomas Cohen Arazi (14)
355 - Nicole C Engard (3)
356 - Brendan A Gallagher (19)
357 - Indranil Das Gupta (L2C2 Technologies) (4)
358 - Kyle M Hall (13)
359 - Bernardo Gonzalez Kriegel (4)
360 - Marcel de Rooy (5)
361 - Brendan Gallagher brendan@bywatersolutions.com (59)
363 We regret any omissions.  If a contributor has been inadvertently missed,
364 please send a patch against these release notes to 
365 koha-patches@lists.koha-community.org.
367 ## Revision control notes
369 The Koha project uses Git for version control.  The current development 
370 version of Koha can be retrieved by checking out the master branch of:
372 - [Koha Git Repository](git://git.koha-community.org/koha.git)
374 The branch for this version of Koha and future bugfixes in this release
375 line is 3.22.x.
376 The last Koha release was 3.22.4, which was released on February 27, 2016.
378 ## Bugs and feature requests
380 Bug reports and feature requests can be filed at the Koha bug
381 tracker at:
383 - [Koha Bugzilla](http://bugs.koha-community.org)
385 He rau ringa e oti ai.
386 (Many hands finish the work)
388 Autogenerated release notes updated last on 23 Mar 2016 15:52:57.