17.06.00.028 fbcf911f0b

This commit is contained in:
Jonathan Druart 2017-11-26 13:24:27 -03:00
parent 69633e2f14
commit c3aa325d46

View file

@ -19,7 +19,7 @@ Installation instructions can be found at:
Koha 17.06.00 is a major release, that comes with many new features.
It includes 4 new features, 154 enhancements, 326 bugfixes.
It includes 4 new features, 154 enhancements, 337 bugfixes.
@ -208,6 +208,11 @@ This option is turned on for new installations.
### OPAC
- [[2093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093) Add OPAC dashboard for logged-in users
> Add a summary to the OPAC once the user has logged in that
shows the users number of checkouts, overdues, holds pending, holds waiting and total fines. It can be turned on with the new system preference OPACUserSummary.
- [[13796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796) Alert in OPAC when renewing an item with a rental charge
- [[16759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759) Make opac holdings table configurable
- [[17834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17834) Change library news text for single-branch libraries
@ -328,6 +333,7 @@ have already been fixed in maintainance releases)
- [[19332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19332) Basket grouping PDF and CSV exports empty
- [[19372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19372) Selecting MARC framework doesn't work when adding to basket from an external source
- [[19425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19425) Adding orders from order file with multiple budgets per record triggers error
- [[19596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19596) Internal server error if open order with deleted biblio / null biblionumber
### Architecture, internals, and plumbing
@ -337,6 +343,7 @@ have already been fixed in maintainance releases)
- [[18966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966) Move of checkouts - Deal with duplicate IDs at DBMS level
- [[19080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080) Handle non existing patrons
- [[19117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19117) paycollect.pl is vulnerable for CSRF attacks
- [[19655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19655) To.json doesn't escape newlines which can create invalid JSON
### Authentication
@ -345,12 +352,14 @@ have already been fixed in maintainance releases)
### Cataloging
- [[18131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18131) Matching staged records when using elastic search fails
- [[19350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19350) Holds without link in 773 trigger SQL::Abstract::puke
- [[19503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19503) Duplicating a dropdown menu subfield yields an empty subfield tag
### Circulation
- [[18179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179) Koha::Objects->find should not be called in list context
- [[18357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18357) On-site checkouts issues with 'Unlimited'
- [[18835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18835) SQL syntax error in overdue_notices.pl
- [[19048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048) Self checkout: Internal server error in sco-main.pl
- [[19053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053) Auto renewal flag is not kept if a confirmation is needed
@ -372,9 +381,11 @@ have already been fixed in maintainance releases)
### Hold requests
- [[18547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547) On shelf holds allowed > "If all unavailable" ignores default hold policy
- [[19116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116) Holds not set to waiting when "Confirm" is used
- [[19135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135) AllowHoldsOnPatronsPossessions is not working
- [[19260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19260) Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
- [[19626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19626) Database update for bug 12063 incorrectly calculates expirationdate for holds
### I18N/L10N
@ -426,6 +437,7 @@ have already been fixed in maintainance releases)
- [[15438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438) Checking out an on-hold item sends holder's borrowernumber in AF (screen message) field.
- [[18996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996) SIP sets ok flag to true for refused checkin for data corruption
- [[19651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19651) SIP/ILS/Item missing title
### Searching
@ -438,6 +450,8 @@ have already been fixed in maintainance releases)
- [[18318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18318) Wrong unicode tokenization
- [[18374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18374) Respect QueryAutoTruncate syspref in Elasticsearch
- [[18434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18434) Elasticsearch indexing broken with newer catmandu version
- [[19481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19481) Elasticsearch - Set default fields for sorting in mappings.yaml
- [[19559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559) Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted
### Serials
@ -542,6 +556,7 @@ have already been fixed in maintainance releases)
- [[19344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19344) DB fields login_attempts and lang may be inverted
- [[19493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19493) Remove few warnings from circulation.pl
- [[19517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19517) dateexpiry.t is failing randomly
- [[19536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19536) Odd number of elements in anonymous hash in svc/bib
### Authentication
@ -635,6 +650,7 @@ have already been fixed in maintainance releases)
- [[9409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9409) koha-create --request-db should be able to accept a dbhost option
- [[18564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18564) koha-common.cnf parsing is too restrictive
- [[18712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712) make test is failing with an empty DB - t/Matcher.t
- [[18920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18920) Some config values are not saved in koha-install-log
### Installation and upgrade (web-based installer)
@ -948,18 +964,19 @@ We thank the following individuals who contributed patches to Koha 17.06.00.
- Aleisha Amohia (49)
- Michael Andrew Cabus (1)
- Alex Arnaud (6)
- Stefan Berndtsson (1)
- David Bourgault (2)
- Alex Buckley (12)
- Colin Campbell (9)
- Hector Castro (2)
- Nick Clemens (68)
- Nick Clemens (76)
- Tomás Cohen Arazi (86)
- David Cook (5)
- Chris Cormack (4)
- Christophe Croullebois (1)
- Marcel de Rooy (139)
- Marcel de Rooy (141)
- Yarik Dot (1)
- Jonathan Druart (324)
- Jonathan Druart (331)
- Serhij Dubyk {Сергій Дубик} (2)
- Magnus Enger (3)
- Charles Farmer (3)
@ -977,7 +994,7 @@ We thank the following individuals who contributed patches to Koha 17.06.00.
- Owen Leonard (24)
- Julian Maurice (16)
- Sophie Meynieux (1)
- Kyle M Hall (41)
- Kyle M Hall (42)
- Josef Moravec (30)
- Joy Nelson (1)
- Dobrica Pavlinusic (3)
@ -991,6 +1008,7 @@ We thank the following individuals who contributed patches to Koha 17.06.00.
- Alex Sassmannshausen (4)
- Fridolin Somers (15)
- Lari Taskula (19)
- Mirko Tietgen (1)
- Mark Tompsett (29)
- Eric Vantillard (1)
- Oleg Vasylenko (1)
@ -1001,12 +1019,13 @@ We thank the following individuals who contributed patches to Koha 17.06.00.
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 17.06.00
- abunchofthings.net (1)
- ACPL (24)
- BibLibre (45)
- BigBallOfWax (3)
- BSZ BW (44)
- bugs.koha-community.org (324)
- ByWater-Solutions (111)
- bugs.koha-community.org (331)
- ByWater-Solutions (120)
- bywatersolutons.com (1)
- Catalyst (15)
- devinim.com.tr (1)
@ -1021,24 +1040,24 @@ patches to Koha 17.06.00
- marywood.edu (6)
- Prosentient Systems (5)
- PTFS-Europe (14)
- Rijksmuseum (139)
- Rijksmuseum (141)
- rot13.org (3)
- Solutions inLibro inc (7)
- Theke Solutions (86)
- ub.gu.se (1)
- ub.gu.se (2)
- unidentified (121)
We also especially thank the following individuals who tested patches
for Koha.
- Aleisha Amohia (8)
- Alex Buckley (33)
- Alex Buckley (34)
- Amit Gupta (6)
- anafe (1)
- Axelle Clarisse (1)
- Barbara Fondren (1)
- Benjamin Daeuber (2)
- Benjamin Rokseth (8)
- Benjamin Rokseth (9)
- Blou (1)
- Chris Cormack (19)
- Chris Kirby (2)
@ -1046,12 +1065,12 @@ for Koha.
- Christopher Kellermeyer (1)
- Claire Gravely (7)
- Colin Campbell (7)
- David Bourgault (16)
- David Bourgault (20)
- David Cook (1)
- David Kuhn (1)
- David Roberts (1)
- Dilan Johnpulle (1)
- Dilan Johnpullé (9)
- Dilan Johnpullé (10)
- Dominic Pichette (5)
- Eric Gosselin (1)
- fcouffignal (1)
@ -1066,11 +1085,11 @@ for Koha.
- Jason Palmer (1)
- Jesse Maseto (7)
- Jessica Freeman (1)
- Jonathan Druart (1082)
- Jonathan Druart (1102)
- Jon Knight (2)
- Josef Moravec (120)
- Julian Maurice (42)
- Katrin Fischer (108)
- Julian Maurice (48)
- Katrin Fischer (109)
- Lari Taskula (7)
- Laurence Rault (1)
- Lee Jamison (62)
@ -1081,22 +1100,23 @@ for Koha.
- Marc Véron (61)
- maricris (1)
- Marijana Glavica (2)
- Mark Tompsett (50)
- Mark Tompsett (53)
- Martin Renvoize (2)
- Matthias Meusburger (4)
- mehdi (1)
- Michael Cabus (1)
- Mirko Tietgen (4)
- Nick Clemens (164)
- Nick Clemens (173)
- NickUCKohaCon17 (1)
- Olli-Antti Kivilahti (7)
- Owen Leonard (53)
- Rhonda Kuiper (1)
- severine.queune (1)
- Séverine QUEUNE (3)
- Simon Pouchol (1)
- Simon Pouchol (2)
- sonia BOUIS (2)
- Srdjan (1)
- Victor Grousset (1)
- Tomas Cohen Arazi (192)
- Michael Andrew Cabus (2)
- Eugene Jose Espinoza (4)
@ -1107,7 +1127,7 @@ for Koha.
- Caroline Cyr La Rose (5)
- Andreas Hedström Mace (2)
- Your Full Name (1)
- Marcel de Rooy (378)
- Marcel de Rooy (383)
- Eivin Giske Skaaren (2)
- Israelex A Veleña for KohaCon17 (3)
- Serhij Dubyk {Сергій Дубик} (1)
@ -1156,4 +1176,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 26 Nov 2017 14:38:33.
Autogenerated release notes updated last on 26 Nov 2017 16:24:27.