17.12.00.037 a905b11903

This commit is contained in:
Jonathan Druart 2018-04-23 14:29:09 -03:00
parent c5edac3516
commit 4f0591afda

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.12.00
20 Apr 2018
23 Apr 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 7 new features, 243 enhancements, 301 bugfixes.
It includes 9 new features, 251 enhancements, 305 bugfixes.
@ -29,6 +29,10 @@ It includes 7 new features, 243 enhancements, 301 bugfixes.
- [[19289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289) Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets
> When creating a new order on an acquisition basket, bibliographic fields displayed on 'Catalog details' can now be customized. The system preference 'UseACQFrameworkForBiblioRecords' must be enabled. Fields are set on the 'ACQ' MARC framework.
### Architecture, internals, and plumbing
- [[15707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries
@ -45,8 +49,13 @@ It includes 7 new features, 243 enhancements, 301 bugfixes.
### Hold requests
- [[19287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287) Add ability to mark an item 'Lost' from 'Holds to pull' list
### Patrons
- [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
- [[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
@ -79,6 +88,7 @@ Follows new guidelines from REST API RFC and Koha Object Exceptions regarding va
- [[10032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032) Uncertain prices hide 'close basket' without explanation
- [[17182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182) Allow Keyword to MARC mapping for acquisitions searches (subtitle)
- [[17457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457) Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
- [[19479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479) Price display on a basketgroup
### Architecture, internals, and plumbing
@ -118,6 +128,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[19828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828) Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions
- [[19830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830) Add the Koha::Patron->old_checkout method
- [[19841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841) AddMember should raise an exception if categorycode is invalid
- [[19855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855) Move the "alert" code to Koha::Subscription
- [[19926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926) Add the Koha::Object->unblessed_all_relateds method
- [[19929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929) Add Koha Objects for class_source and class_sort_rules
- [[19933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
@ -143,6 +154,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[20018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018) use Modern::Perl in offline circulation perl scripts
- [[20019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019) use Modern::Perl in miscellaneous perl scripts
- [[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
@ -157,6 +169,7 @@ See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail
- [[20275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275) Add comment to let users know they can define multiple plugindirs
- [[20538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538) Remove the need of writing [% KOHA_VERSION %] everywhere
- [[20599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599) Add the Koha::Subscription->vendor method
- [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
### Authentication
@ -292,6 +305,11 @@ An example to illustrate: A MARC21 field 100 in a biblio record should pick its
- [[19989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
- [[20155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155) Improve readability of OPAC header language menu
- [[20181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181) Allow plugins to add CSS and Javascript to OPAC
- [[20400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
> Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.
- [[20432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432) Add black version of small Koha logo for use in the OPAC
- [[20497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497) LibraryThing: always use https instead of http
@ -334,6 +352,7 @@ WHERE homebranch=<<Branchcode|branches>> AND holdingbranch=<<Branchcode|branches
Will ask for only 2 parameters when run, Branchcode and Item type.
- [[13445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445) Clean up options for scheduled reports, remove URL, add HTML and Text/TSV
- [[16782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782) Display report URL in staff client report interface
- [[19233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233) Add ability to send itemnumbers in report results to batch modification
- [[19664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664) Reports sidebar menu should match list of reports on reports home page
@ -355,11 +374,13 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
### Searching - Elasticsearch
- [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
- [[20073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073) Move Elasticsearch settings to configuration files
- [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
### Serials
- [[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
### Staff Client
@ -517,6 +538,11 @@ have already been fixed in maintainance releases)
- [[19706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706) Item search: Unsupported format html
- [[19968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968) Undefined subroutine &Date::Calc::Today
- [[19974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974) Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)
> The behaviour for marking a checked out item as 'Lost' is different, depending on the path you use: sometimes the item is checked in, sometimes not.
The system preference 'MarkLostItemsAsReturned' now allows libraries to choose if the item is checked for each of the 4 ways an item can be marked as 'Lost': from the edit item form, from the 'Items' tab of the catalog module, from the batch item modification and with the longoverdue cronjob.
- [[20063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
### Circulation
@ -574,6 +600,7 @@ have already been fixed in maintainance releases)
- [[19978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978) Fix ITEMTYPECAT feature for grouping item types for search
- [[20218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218) Tracklinks fails when URL has special characters
- [[20286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286) Subscribing to a search via rss goes to an empty page
- [[20363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363) Privacy management shows misleading "No reading history to delete"
- [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
### Packaging
@ -845,6 +872,7 @@ have already been fixed in maintainance releases)
- [[18799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
- [[19807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807) IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase
- [[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'
@ -903,6 +931,8 @@ have already been fixed in maintainance releases)
- [[20422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422) Fix warn on URI/Escape.pm line 184 from opac-detail
- [[20433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433) Remove unused Mozilla Persona image file
- [[20552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552) Fix HTML tag for search facets
- [[20617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617) Add 'Search Engine configuration' link to administration menu
- [[20619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619) Remove last occurrences of long gone syspref (opacsmallimage)
### Test Suite
@ -962,6 +992,7 @@ have already been fixed in maintainance releases)
- AuthorityControlledIndicators
- AutoSwitchPatron
- BrowseResultSelection
- CanMarkHoldsToPullAsLost
- MarcFieldDocURL
- NovelistSelectStaffProfile
- OpacLoginInstructions
@ -973,6 +1004,7 @@ have already been fixed in maintainance releases)
- SelfCheckInUserCSS
- SelfCheckInUserJS
- StaffLoginInstructions
- UpdateItemWhenLostFromHoldList
- UseACQFrameworkForBiblioRecords
## System requirements
@ -1005,7 +1037,7 @@ Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:
- Arabic (97.5%)
- Armenian (99.4%)
- Armenian (99.8%)
- Basque (74.1%)
- Chinese (China) (78.4%)
- Chinese (Taiwan) (99.5%)
@ -1014,7 +1046,7 @@ interface are available in this release for the following languages:
- English (New Zealand) (97.7%)
- English (USA)
- Finnish (93.8%)
- French (95.6%)
- French (98.2%)
- French (Canada) (90%)
- German (97.7%)
- German (Switzerland) (97.5%)
@ -1028,7 +1060,7 @@ interface are available in this release for the following languages:
- Portuguese (97.7%)
- Portuguese (Brazil) (79.2%)
- Slovak (94.5%)
- Spanish (98.9%)
- Spanish (99.1%)
- Swedish (89.9%)
- Turkish (98.3%)
- Vietnamese (66.4%)
@ -1093,17 +1125,18 @@ new features in Koha 17.12.00:
We thank the following individuals who contributed patches to Koha 17.12.00.
- Paudet (1)
- phette23 (1)
- remi (1)
- Aleisha Amohia (9)
- Alex Arnaud (5)
- Alex Arnaud (7)
- Zoe Bennett (8)
- Chad Billman (1)
- David Bourgault (8)
- Alex Buckley (2)
- Pongtawat C (1)
- Colin Campbell (2)
- Nick Clemens (67)
- Tomás Cohen Arazi (93)
- Nick Clemens (69)
- Tomás Cohen Arazi (94)
- David Cook (2)
- Charlotte Cordwell (8)
- Chris Cormack (1)
@ -1114,10 +1147,10 @@ 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 (95)
- Jonathan Druart (490)
- Jonathan Druart (514)
- Magnus Enger (2)
- Charles Farmer (4)
- Katrin Fischer (11)
- Katrin Fischer (14)
- Jessica Freeman (1)
- Joachim Ganseman (1)
- Claire Gravely (5)
@ -1132,13 +1165,14 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Pasi Kallinen (20)
- Olli-Antti Kivilahti (4)
- Ulrich Kleiber (1)
- Jon Knight (2)
- Owen Leonard (123)
- Jon Knight (3)
- Owen Leonard (125)
- Ere Maijala (1)
- Sherryn Mak (1)
- Jose Martin (1)
- Jesse Maseto (1)
- Julian Maurice (23)
- Kyle M Hall (85)
- Julian Maurice (27)
- Kyle M Hall (98)
- Josef Moravec (50)
- Chris Nighswonger (1)
- Priya Patel (1)
@ -1162,15 +1196,16 @@ We thank the following libraries, companies, and other institutions who contribu
patches to Koha 17.12.00
- abunchofthings.net (8)
- ACPL (123)
- BibLibre (55)
- BSZ BW (17)
- bugs.koha-community.org (490)
- ByWater-Solutions (123)
- bywatetsolutions.com (31)
- ACPL (125)
- BibLibre (61)
- BSZ BW (20)
- bugs.koha-community.org (514)
- ByWater-Solutions (128)
- bywatetsolutions.com (41)
- Catalyst (15)
- Foundations (1)
- Göteborgs universitet (3)
- helsinki.fi (1)
- informaticsglobal.com (3)
- inLibro.com (2)
- jns.fi (11)
@ -1178,7 +1213,7 @@ patches to Koha 17.12.00
- KohaAloha (3)
- l2c2.co.in (1)
- Libriotech (2)
- Loughborough University (2)
- Loughborough University (3)
- Oslo Public Library (1)
- pennmanor.net (1)
- Prosentient Systems (2)
@ -1188,8 +1223,8 @@ patches to Koha 17.12.00
- Solutions inLibro inc (14)
- student.ua.ac.be (1)
- Tamil (1)
- Theke Solutions (93)
- unidentified (139)
- Theke Solutions (94)
- unidentified (140)
- Université Jean Moulin Lyon 3 (1)
We also especially thank the following individuals who tested patches
@ -1212,7 +1247,7 @@ for Koha.
- Anne-Claire Bernaudin (2)
- Sonia Bouis (1)
- David Bourgalt (1)
- David Bourgault (27)
- David Bourgault (29)
- claude brayer (1)
- Jean-Manuel Broust (1)
- JM Broust (2)
@ -1220,19 +1255,19 @@ for Koha.
- Colin Campbell (9)
- Marci Chen (1)
- Axelle Clarisse (1)
- Nick Clemens (97)
- Tomas Cohen Arazi (121)
- Nick Clemens (103)
- Tomas Cohen Arazi (126)
- Tomás Cohen Arazi (1)
- Koha-us conference (1)
- Charlotte Cordwell (5)
- Chris Cormack (2)
- Roch D'Amour (25)
- Marcel de Rooy (206)
- Jonathan Druart (1263)
- Marcel de Rooy (207)
- Jonathan Druart (1317)
- Charles Farmer (15)
- Katrin Fischer (313)
- Katrin Fischer (340)
- Your Full Name (2)
- Brendan Gallagher (12)
- Brendan Gallagher (14)
- Lucie Gay (1)
- Bernardo Gonzalez Kriegel (1)
- Claire Gravely (75)
@ -1241,38 +1276,39 @@ for Koha.
- Sebastian Hierl (2)
- Mason James (2)
- Lee Jamison (2)
- Dilan Johnpullé (11)
- Dilan Johnpullé (16)
- Eugene Jose Espinoza (1)
- Pasi Kallinen (20)
- Nancy Keener (1)
- Scott Kehoe (2)
- Olli-Antti Kivilahti (1)
- Jon Knight (33)
- Nicolas Legrand (13)
- Owen Leonard (44)
- Nicolas Legrand (14)
- Owen Leonard (47)
- Ere Maijala (1)
- Jesse Maseto (10)
- Jesse Maseto (11)
- Daniel Mauchley (1)
- Julian Maurice (111)
- Julian Maurice (114)
- Jon McGowan (26)
- Kyle M Hall (183)
- Kyle M Hall (190)
- Josef Moravec (349)
- Björn Nylén (2)
- Signed-off-by Owen Leonard (1)
- Eric Phetteplace (1)
- Dominic Pichette (8)
- Simon Pouchol (23)
- Séverine QUEUNE (22)
- Séverine QUEUNE (27)
- Te Rauhina Jackson (3)
- Liz Rea (2)
- Benjamin Rokseth (26)
- BWS Sandboxes (3)
- Maksim Sen (9)
- Maksim Sen (10)
- Grace Smyth (3)
- Fridolin Somers (2)
- Lari Taskula (17)
- Mirko Tietgen (4)
- Mark Tompsett (99)
- Mark Tompsett (100)
- Ed Veal (2)
- Marc Veron (2)
- Marc Véron (5)
- Marjorie Vila (5)
@ -1314,4 +1350,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 20 Apr 2018 16:14:21.
Autogenerated release notes updated last on 23 Apr 2018 17:29:09.