17.12.00.024 b59b40a352

This commit is contained in:
Jonathan Druart 2018-03-29 12:06:37 -03:00
parent 37de740b9c
commit 7750f8a342

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.12.00
27 Mar 2018
29 Mar 2018
Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types
@ -19,7 +19,7 @@ Installation instructions can be found at:
Koha 17.12.00 is a major release, that comes with many new features.
It includes 5 new features, 194 enhancements, 244 bugfixes.
It includes 6 new features, 197 enhancements, 250 bugfixes.
@ -37,6 +37,10 @@ It includes 5 new features, 194 enhancements, 244 bugfixes.
- [[18403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403) Hide patron information if not part of the logged in user library group
### REST api
- [[16330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330) Add routes to add, update and delete patrons
### Searching
- [[19290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290) Browse selected biblios - Staff
@ -224,6 +228,7 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
- [[19370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370) Add a helper function for translating order_by params into SQL::Abstract
- [[19410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410) Add a helper function for generating object searches for the API
- [[19686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686) Add to_model and to_api params to objects.search helper
- [[19784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784) Adapt /v1/patrons to new naming guidelines
- [[20004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004) Adapt /v1/cities to new naming guidelines
### Reports
@ -253,6 +258,7 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
### Staff Client
- [[19488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488) Add borrowernumber to brief info on patron details pages in staff client
- [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
### System Administration
@ -340,6 +346,7 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
### Test Suite
- [[18055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055) Speed up '00-strict.t' test
- [[18797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797) t/db_dependent/rollingloans.t is skipping
- [[19243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243) Selenium test for testing the administration module functionality - part 1
- [[19483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483) t/db_dependent/www/* crashes test harness due to misconfigured test plan
@ -494,6 +501,7 @@ have already been fixed in maintainance releases)
- [[19401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401) No confirm message when deleting an invoice from invoice detail page
- [[19429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429) No confirm message when deleting an invoice from invoice search
- [[19813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813) MarcItemFieldsToOrder cannot handle a tag not existing
- [[19916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916) Can't search keyword or standard ID from Acquisitions external source / z3950
- [[19928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928) Acquisitions' CSV exports should honor syspref "delimiter"
- [[20110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110) Don't allow adding same user multiple times to same budget fund
- [[20148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148) Don't allow adding same user multiple times to a basket or an order
@ -592,6 +600,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[20195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195) Untranslatable Show/Hide title attr replacement in opac detail
- [[20301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301) Allow translating "View" in manage MARC import
- [[20302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302) Allow translating Delete button in Patron batch mod tool
- [[20330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330) Allow translating more of quote upload
### ILL
@ -653,8 +662,10 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[19510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510) edi_manage permission has no description
- [[19621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621) Routing lists tab not present when viewing 'Holds history' tab for a patron
- [[19673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673) Patron batch modification tool cannot use authorised value "0"
- [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
- [[20367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
- [[20455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455) Can't sort patron search on date expired
### REST api
@ -681,6 +692,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
### Searching - Elasticsearch
- [[19564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564) Fix extraction of sort order from sort condition name
- [[19580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580) Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation
### Serials
@ -753,6 +765,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[20311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311) get_age tests can fail on February 28th
- [[20466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466) Incorrect fixtures for active currency in t/Prices.t
- [[20474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
- [[20490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
### Tools
@ -908,8 +921,8 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Alex Buckley (2)
- Pongtawat C (1)
- Colin Campbell (1)
- Nick Clemens (38)
- Tomás Cohen Arazi (73)
- Nick Clemens (40)
- Tomás Cohen Arazi (81)
- David Cook (2)
- Charlotte Cordwell (7)
- Chris Cormack (1)
@ -918,38 +931,40 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Indranil Das Gupta (L2C2 Technologies) (1)
- Frédéric Demians (1)
- Marcel de Rooy (77)
- Jonathan Druart (366)
- Jonathan Druart (370)
- Magnus Enger (2)
- Charles Farmer (3)
- Katrin Fischer (6)
- Katrin Fischer (7)
- Jessica Freeman (1)
- Claire Gravely (4)
- Victor Grousset (18)
- Isabel Grubi (1)
- Amit Gupta (3)
- David Gustafsson (2)
- Mason James (1)
- David Gustafsson (3)
- Mason James (3)
- Srdjan Jankovic (1)
- Janusz Kaczmarek (1)
- Pasi Kallinen (18)
- Pasi Kallinen (19)
- Olli-Antti Kivilahti (4)
- Ulrich Kleiber (1)
- Jon Knight (2)
- Owen Leonard (112)
- Sherryn Mak (1)
- Jose Martin (1)
- Jesse Maseto (1)
- Julian Maurice (13)
- Kyle M Hall (51)
- Josef Moravec (41)
- Josef Moravec (42)
- Chris Nighswonger (1)
- Priya Patel (1)
- Simon Pouchol (1)
- Te Rauhina Jackson (6)
- Liz Rea (4)
- Benjamin Rokseth (1)
- Maksim Sen (1)
- Grace Smyth (6)
- Fridolin Somers (6)
- Lari Taskula (6)
- Lari Taskula (7)
- Mirko Tietgen (8)
- Mark Tompsett (27)
- Jenny Way (6)
@ -962,21 +977,22 @@ patches to Koha 17.12.00
- abunchofthings.net (8)
- ACPL (112)
- BibLibre (41)
- BSZ BW (11)
- bugs.koha-community.org (366)
- ByWater-Solutions (77)
- BSZ BW (12)
- bugs.koha-community.org (370)
- ByWater-Solutions (80)
- bywatetsolutions.com (12)
- Catalyst (13)
- Foundations (1)
- Göteborgs universitet (2)
- Göteborgs universitet (3)
- informaticsglobal.com (3)
- inLibro.com (2)
- jns.fi (10)
- joensuu.fi (18)
- KohaAloha (1)
- jns.fi (11)
- joensuu.fi (19)
- KohaAloha (3)
- l2c2.co.in (1)
- Libriotech (2)
- Loughborough University (2)
- Oslo Public Library (1)
- pennmanor.net (1)
- Prosentient Systems (2)
- PTFS-Europe (1)
@ -984,8 +1000,8 @@ patches to Koha 17.12.00
- Rijksmuseum (77)
- Solutions inLibro inc (11)
- Tamil (1)
- Theke Solutions (73)
- unidentified (114)
- Theke Solutions (81)
- unidentified (115)
- Université Jean Moulin Lyon 3 (1)
We also especially thank the following individuals who tested patches
@ -1006,20 +1022,20 @@ for Koha.
- Anne-Claire Bernaudin (2)
- David Bourgalt (1)
- David Bourgault (24)
- JM Broust (1)
- JM Broust (2)
- Alex Buckley (11)
- Colin Campbell (9)
- Marci Chen (1)
- Nick Clemens (70)
- Tomas Cohen Arazi (88)
- Nick Clemens (76)
- Tomas Cohen Arazi (97)
- Tomás Cohen Arazi (1)
- Charlotte Cordwell (5)
- Chris Cormack (2)
- Roch D'Amour (18)
- Marcel de Rooy (151)
- Jonathan Druart (956)
- Charles Farmer (12)
- Katrin Fischer (216)
- Jonathan Druart (979)
- Charles Farmer (13)
- Katrin Fischer (221)
- Your Full Name (2)
- Brendan Gallagher (9)
- Lucie Gay (1)
@ -1030,19 +1046,19 @@ for Koha.
- Sebastian Hierl (2)
- Mason James (2)
- Lee Jamison (2)
- Dilan Johnpullé (9)
- Pasi Kallinen (18)
- Dilan Johnpullé (10)
- Pasi Kallinen (19)
- Scott Kehoe (2)
- Olli-Antti Kivilahti (1)
- Jon Knight (33)
- Nicolas Legrand (5)
- Nicolas Legrand (7)
- Owen Leonard (37)
- Jesse Maseto (3)
- Daniel Mauchley (1)
- Julian Maurice (99)
- Jon McGowan (26)
- Kyle M Hall (164)
- Josef Moravec (264)
- Kyle M Hall (167)
- Josef Moravec (275)
- Björn Nylén (2)
- Signed-off-by Owen Leonard (1)
- Eric Phetteplace (1)
@ -1051,14 +1067,14 @@ for Koha.
- Séverine QUEUNE (15)
- Te Rauhina Jackson (2)
- Liz Rea (2)
- Benjamin Rokseth (7)
- Benjamin Rokseth (11)
- BWS Sandboxes (2)
- Maksim Sen (4)
- Maksim Sen (5)
- Grace Smyth (3)
- Fridolin Somers (2)
- Lari Taskula (17)
- Mirko Tietgen (4)
- Mark Tompsett (66)
- Mark Tompsett (69)
- Marc Veron (2)
- Marc Véron (2)
- Marjorie Vila (5)
@ -1100,4 +1116,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 27 Mar 2018 20:55:57.
Autogenerated release notes updated last on 29 Mar 2018 15:07:47.