17.12.00.044 3422a0d93e

This commit is contained in:
Jonathan Druart 2018-05-14 13:39:17 -03:00
parent 90699014f3
commit 6c80bc9e6c

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.12.00
09 May 2018
14 May 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 11 new features, 257 enhancements, 335 bugfixes.
It includes 12 new features, 258 enhancements, 348 bugfixes.
@ -40,6 +40,13 @@ It includes 11 new features, 257 enhancements, 335 bugfixes.
> Koha now supports grouping libraries into hierarchies. The previous grouping allowed only a single level of groups. The new hierarchical grouping allows for trees of unlimited depth to be created. This will allow for grouping of libraries based on physical location, political affiliation, or any other type of grouping! The new system is currently used for search groups, and patron visibility limits. Expect to see more features using hierarchical groups in the future!
- [[20123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123) Allow multiple instances of Koha to have different timezones on the same server
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!
Each instance's timezone can be set in its' koha-conf.xml
See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
### Authentication
@ -176,13 +183,6 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[20020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020) use Modern::Perl in XT scripts
- [[20047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047) Add Z3950Server Object and use it for getting server count
- [[20052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052) Add Reports object class
- [[20123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123) Allow multiple instances of Koha to have different timezones on the same server
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!
Each instance's timezone can be set in its' koha-conf.xml
See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
- [[20157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157) Use group 'features' to decide which groups to use for group searching functionality
- [[20264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
- [[20267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
@ -428,7 +428,7 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
### Serials
- [[7910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of serials
- [[7910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of subscriptions
- [[18327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327) Add the ability to set the received date to today on multi receiving serials
- [[18426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426) Subscriptions batch editing
@ -438,6 +438,7 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
- [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
- [[19953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953) Add column for invoice in acquisition details tab
- [[20291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291) Add a StaffLoginInstructions system preference to add text to the staff client login box
- [[20404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404) Extended patron attributes should always be on
### System Administration
@ -535,6 +536,7 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
- [[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
- [[19181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181) Intranet and OPAC authentication selenium test
- [[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
@ -582,6 +584,7 @@ have already been fixed in maintainance releases)
- [[20299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299) Koha is a gift
- [[20323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323) Batch patron modification tool broken
- [[20325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325) C4::Accounts::purge_zero_balance_fees does not check account_offsets
- [[20428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428) MARC import fails on Debian Stretch
### Cataloging
@ -635,6 +638,7 @@ The system preference 'MarkLostItemsAsReturned' now allows libraries to choose i
### Installation and upgrade (web-based installer)
- [[19514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514) No Password restrictions in onboarding tool patron creation
- [[20745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745) indexing/searching not active at end of installation
### Lists
@ -730,6 +734,7 @@ have already been fixed in maintainance releases)
- [[19200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200) Warns when exporting a basket
- [[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
- [[19792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792) Reduce number of SQL calls in GetBudgetHierarchy
- [[19812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812) Holds count in "Already received" table has confusing and unexpected values
- [[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
@ -738,6 +743,7 @@ have already been fixed in maintainance releases)
- [[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
- [[20201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201) Silence warnings in admin/aqplan.pl
- [[20318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318) Merge invoices can lead to an merged invoice without Invoice number
- [[20623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623) PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table
### Architecture, internals, and plumbing
@ -829,6 +835,7 @@ have already been fixed in maintainance releases)
- [[19533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
- [[19972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972) Holds to pull should honor syspref "item-level_itypes"
- [[20637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637) Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type
- [[20707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707) Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly
### I18N/L10N
@ -869,6 +876,7 @@ have already been fixed in maintainance releases)
- [[20075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
- [[20103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103) Readonly::XS version not detected
- [[20104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
- [[20746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746) Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer
### Label/patron card printing
@ -876,6 +884,10 @@ have already been fixed in maintainance releases)
- [[19681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681) label-item-search.pl result count formatting error when there is only one page
- [[20193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193) Path to Greybox CSS broken after Bug 12904
### Lists
- [[11943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943) Koha::Virtualshelfshare duplicates rows for the same list
### MARC Authority data support
- [[18458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458) Merging authority record incorrectly orders subfields
@ -902,6 +914,7 @@ have already been fixed in maintainance releases)
- [[19171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171) Confusing message "no items available" when placing a hold in OPAC
- [[19338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
- [[19450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
- [[19579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579) PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail
- [[19640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
- [[19702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
- [[19845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845) Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled
@ -916,6 +929,7 @@ have already been fixed in maintainance releases)
- [[20420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420) Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources
- [[20459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459) Correct message for cancelling an article request
- [[20686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686) OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled
- [[20737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737) Use https for Baker and Taylor cover images
### Packaging
@ -938,6 +952,7 @@ have already been fixed in maintainance releases)
- [[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
- [[20666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666) Wrong Permissions prevent non-plack pages to load
- [[20719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719) Home library not displayed on all patron account tabs
### REST api
@ -966,6 +981,7 @@ have already been fixed in maintainance releases)
- [[19873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873) Make it possible to search on value 0
- [[19971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971) typo in the comments of parseQuery routine
- [[20369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369) Analytics search is broken with QueryAutoTruncate set to 'only if * is added'
- [[20722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722) Searching only for an ITEMTYPECAT itemtype is impossible
### Searching - Elasticsearch
@ -1061,6 +1077,7 @@ have already been fixed in maintainance releases)
- [[20557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557) Koha/Acquisition/Order.t is failing randomly
- [[20584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584) Koha/Patron/Categories.t is on slow servers
- [[20721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721) Circulation.t keeps failing randomly
- [[20764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764) t/Koha_Template_Plugin_KohaPlugins.t is DB dependent
### Tools
@ -1073,6 +1090,7 @@ have already been fixed in maintainance releases)
- [[20376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376) "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool
- [[20438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438) Allow uninstalling plugins not implementing the 'uninstall' method
- [[20462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462) Duplicate barcodes in batch item deletion cause software error if deleting biblio records
- [[20695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695) Upload does not show all results when uploading multiple files
### Web services
@ -1134,32 +1152,32 @@ Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:
- Arabic (96.8%)
- Armenian (99.3%)
- Basque (73.7%)
- Armenian (99.2%)
- Basque (73.6%)
- Chinese (China) (78%)
- Chinese (Taiwan) (98.9%)
- Czech (91.2%)
- Chinese (Taiwan) (100%)
- Czech (91.5%)
- Danish (64.5%)
- English (New Zealand) (97.1%)
- English (New Zealand) (97%)
- English (USA)
- Finnish (93.2%)
- French (99.4%)
- Finnish (93.1%)
- French (99.6%)
- French (Canada) (89.7%)
- German (99%)
- German (Switzerland) (96.8%)
- German (Switzerland) (96.7%)
- Greek (78.7%)
- Hindi (99.3%)
- Italian (97.1%)
- Hindi (100%)
- Italian (97%)
- Norwegian Bokmål (53%)
- Occitan (post 1500) (71.3%)
- Persian (53.6%)
- Polish (94.6%)
- Portuguese (100%)
- Portuguese (Brazil) (78.8%)
- Polish (95%)
- Portuguese (99.9%)
- Portuguese (Brazil) (78.7%)
- Slovak (93.8%)
- Spanish (99.3%)
- Swedish (91.8%)
- Turkish (99.2%)
- Spanish (99.2%)
- Swedish (93.8%)
- Turkish (99.1%)
- Vietnamese (66%)
Partial translations are available for various other languages.
@ -1229,12 +1247,12 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Alex Arnaud (8)
- Zoe Bennett (8)
- Chad Billman (1)
- David Bourgault (9)
- Alex Buckley (3)
- David Bourgault (10)
- Alex Buckley (4)
- Pongtawat C (1)
- Colin Campbell (2)
- Nick Clemens (72)
- Tomás Cohen Arazi (123)
- Nick Clemens (74)
- Tomás Cohen Arazi (129)
- David Cook (2)
- Charlotte Cordwell (8)
- Chris Cormack (1)
@ -1244,17 +1262,17 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Roch D'Amour (3)
- Indranil Das Gupta (L2C2 Technologies) (1)
- Frédéric Demians (1)
- Marcel de Rooy (101)
- Jonathan Druart (551)
- Marcel de Rooy (107)
- Jonathan Druart (565)
- Magnus Enger (3)
- Charles Farmer (4)
- Katrin Fischer (20)
- Katrin Fischer (21)
- Jessica Freeman (1)
- Joachim Ganseman (1)
- Claire Gravely (5)
- Victor Grousset (20)
- Victor Grousset (22)
- Isabel Grubi (1)
- Amit Gupta (3)
- Amit Gupta (4)
- David Gustafsson (3)
- Andrew Isherwood (6)
- Mason James (4)
@ -1285,8 +1303,8 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Grace Smyth (6)
- Fridolin Somers (7)
- Lari Taskula (7)
- Mirko Tietgen (8)
- Mark Tompsett (46)
- Mirko Tietgen (9)
- Mark Tompsett (49)
- Jenny Way (6)
- Jesse Weaver (2)
- Chris Weeks (1)
@ -1294,18 +1312,18 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 17.12.00
- abunchofthings.net (8)
- abunchofthings.net (9)
- ACPL (127)
- BibLibre (72)
- BSZ BW (26)
- bugs.koha-community.org (551)
- ByWater-Solutions (133)
- BibLibre (74)
- BSZ BW (27)
- bugs.koha-community.org (565)
- ByWater-Solutions (135)
- bywatetsolutions.com (42)
- Catalyst (16)
- Catalyst (17)
- Foundations (1)
- Göteborgs universitet (3)
- helsinki.fi (3)
- informaticsglobal.com (3)
- informaticsglobal.com (4)
- inLibro.com (2)
- jns.fi (11)
- joensuu.fi (20)
@ -1319,12 +1337,12 @@ patches to Koha 17.12.00
- PTFS-Europe (9)
- punsarn.asia (1)
- rbit.cz (1)
- Rijksmuseum (101)
- Solutions inLibro inc (16)
- Rijksmuseum (107)
- Solutions inLibro inc (17)
- student.ua.ac.be (1)
- Tamil (1)
- Theke Solutions (123)
- unidentified (151)
- Theke Solutions (129)
- unidentified (154)
- Université Jean Moulin Lyon 3 (1)
We also especially thank the following individuals who tested patches
@ -1357,50 +1375,51 @@ for Koha.
- Marci Chen (1)
- Barton Chittenden (1)
- Axelle Clarisse (1)
- Nick Clemens (108)
- Tomas Cohen Arazi (162)
- Nick Clemens (110)
- Tomas Cohen Arazi (167)
- Tomás Cohen Arazi (1)
- Koha-us conference (1)
- Charlotte Cordwell (5)
- Chris Cormack (2)
- Roch D'Amour (26)
- Marcel de Rooy (226)
- Jonathan Druart (1437)
- Charles Farmer (15)
- Marcel de Rooy (242)
- Jonathan Druart (1475)
- Charles Farmer (16)
- Bouzid Fergani (1)
- Katrin Fischer (363)
- Katrin Fischer (372)
- Your Full Name (2)
- Brendan Gallagher (14)
- Lucie Gay (2)
- Bernardo Gonzalez Kriegel (1)
- Claire Gravely (79)
- Victor Grousset (8)
- Amit Gupta (1)
- Mohd Hafiz Yusoff (1)
- Sebastian Hierl (2)
- Mason James (2)
- Lee Jamison (3)
- Dilan Johnpullé (17)
- Dilan Johnpullé (18)
- Eugene Jose Espinoza (1)
- Pasi Kallinen (20)
- Nancy Keener (1)
- Scott Kehoe (2)
- Olli-Antti Kivilahti (1)
- Jon Knight (33)
- Jon Knight (37)
- Nicolas Legrand (14)
- Owen Leonard (48)
- Owen Leonard (51)
- Ere Maijala (1)
- Jesse Maseto (11)
- Daniel Mauchley (1)
- Julian Maurice (134)
- Jon McGowan (26)
- Kyle M Hall (212)
- Kyle M Hall (217)
- Josef Moravec (351)
- Björn Nylén (2)
- Signed-off-by Owen Leonard (1)
- Eric Phetteplace (1)
- Dominic Pichette (8)
- Simon Pouchol (23)
- Séverine QUEUNE (32)
- Séverine QUEUNE (33)
- Te Rauhina Jackson (3)
- Liz Rea (2)
- Benjamin Rokseth (29)
@ -1410,7 +1429,7 @@ for Koha.
- Fridolin Somers (2)
- Lari Taskula (17)
- Mirko Tietgen (4)
- Mark Tompsett (108)
- Mark Tompsett (117)
- Ed Veal (2)
- Marc Veron (2)
- Marc Véron (5)
@ -1454,4 +1473,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 09 May 2018 16:11:30.
Autogenerated release notes updated last on 14 May 2018 16:39:17.