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 # RELEASE NOTES FOR KOHA 17.12.00
20 Apr 2018 23 Apr 2018
Koha is the first free and open source software library automation Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types 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. 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 - [[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 ### Architecture, internals, and plumbing
- [[15707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries - [[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 ### 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 - [[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 ### 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 - [[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) - [[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) - [[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 ### 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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 - [[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 ### 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 - [[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 - [[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 - [[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 - [[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 - [[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. 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 - [[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 - [[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 - [[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 ### Searching - Elasticsearch
- [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat - [[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 - [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
### Serials ### 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 - [[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 ### 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 - [[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 - [[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) - [[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 - [[20063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
### Circulation ### 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 - [[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 - [[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 - [[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 - [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
### Packaging ### 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 - [[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 - [[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 - [[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' - [[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 - [[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 - [[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 - [[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 ### Test Suite
@ -962,6 +992,7 @@ have already been fixed in maintainance releases)
- AuthorityControlledIndicators - AuthorityControlledIndicators
- AutoSwitchPatron - AutoSwitchPatron
- BrowseResultSelection - BrowseResultSelection
- CanMarkHoldsToPullAsLost
- MarcFieldDocURL - MarcFieldDocURL
- NovelistSelectStaffProfile - NovelistSelectStaffProfile
- OpacLoginInstructions - OpacLoginInstructions
@ -973,6 +1004,7 @@ have already been fixed in maintainance releases)
- SelfCheckInUserCSS - SelfCheckInUserCSS
- SelfCheckInUserJS - SelfCheckInUserJS
- StaffLoginInstructions - StaffLoginInstructions
- UpdateItemWhenLostFromHoldList
- UseACQFrameworkForBiblioRecords - UseACQFrameworkForBiblioRecords
## System requirements ## 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: interface are available in this release for the following languages:
- Arabic (97.5%) - Arabic (97.5%)
- Armenian (99.4%) - Armenian (99.8%)
- Basque (74.1%) - Basque (74.1%)
- Chinese (China) (78.4%) - Chinese (China) (78.4%)
- Chinese (Taiwan) (99.5%) - Chinese (Taiwan) (99.5%)
@ -1014,7 +1046,7 @@ interface are available in this release for the following languages:
- English (New Zealand) (97.7%) - English (New Zealand) (97.7%)
- English (USA) - English (USA)
- Finnish (93.8%) - Finnish (93.8%)
- French (95.6%) - French (98.2%)
- French (Canada) (90%) - French (Canada) (90%)
- German (97.7%) - German (97.7%)
- German (Switzerland) (97.5%) - German (Switzerland) (97.5%)
@ -1028,7 +1060,7 @@ interface are available in this release for the following languages:
- Portuguese (97.7%) - Portuguese (97.7%)
- Portuguese (Brazil) (79.2%) - Portuguese (Brazil) (79.2%)
- Slovak (94.5%) - Slovak (94.5%)
- Spanish (98.9%) - Spanish (99.1%)
- Swedish (89.9%) - Swedish (89.9%)
- Turkish (98.3%) - Turkish (98.3%)
- Vietnamese (66.4%) - 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. We thank the following individuals who contributed patches to Koha 17.12.00.
- Paudet (1) - Paudet (1)
- phette23 (1)
- remi (1) - remi (1)
- Aleisha Amohia (9) - Aleisha Amohia (9)
- Alex Arnaud (5) - Alex Arnaud (7)
- Zoe Bennett (8) - Zoe Bennett (8)
- Chad Billman (1) - Chad Billman (1)
- David Bourgault (8) - David Bourgault (8)
- Alex Buckley (2) - Alex Buckley (2)
- Pongtawat C (1) - Pongtawat C (1)
- Colin Campbell (2) - Colin Campbell (2)
- Nick Clemens (67) - Nick Clemens (69)
- Tomás Cohen Arazi (93) - Tomás Cohen Arazi (94)
- David Cook (2) - David Cook (2)
- Charlotte Cordwell (8) - Charlotte Cordwell (8)
- Chris Cormack (1) - 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) - Indranil Das Gupta (L2C2 Technologies) (1)
- Frédéric Demians (1) - Frédéric Demians (1)
- Marcel de Rooy (95) - Marcel de Rooy (95)
- Jonathan Druart (490) - Jonathan Druart (514)
- Magnus Enger (2) - Magnus Enger (2)
- Charles Farmer (4) - Charles Farmer (4)
- Katrin Fischer (11) - Katrin Fischer (14)
- Jessica Freeman (1) - Jessica Freeman (1)
- Joachim Ganseman (1) - Joachim Ganseman (1)
- Claire Gravely (5) - Claire Gravely (5)
@ -1132,13 +1165,14 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Pasi Kallinen (20) - Pasi Kallinen (20)
- Olli-Antti Kivilahti (4) - Olli-Antti Kivilahti (4)
- Ulrich Kleiber (1) - Ulrich Kleiber (1)
- Jon Knight (2) - Jon Knight (3)
- Owen Leonard (123) - Owen Leonard (125)
- Ere Maijala (1)
- Sherryn Mak (1) - Sherryn Mak (1)
- Jose Martin (1) - Jose Martin (1)
- Jesse Maseto (1) - Jesse Maseto (1)
- Julian Maurice (23) - Julian Maurice (27)
- Kyle M Hall (85) - Kyle M Hall (98)
- Josef Moravec (50) - Josef Moravec (50)
- Chris Nighswonger (1) - Chris Nighswonger (1)
- Priya Patel (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 patches to Koha 17.12.00
- abunchofthings.net (8) - abunchofthings.net (8)
- ACPL (123) - ACPL (125)
- BibLibre (55) - BibLibre (61)
- BSZ BW (17) - BSZ BW (20)
- bugs.koha-community.org (490) - bugs.koha-community.org (514)
- ByWater-Solutions (123) - ByWater-Solutions (128)
- bywatetsolutions.com (31) - bywatetsolutions.com (41)
- Catalyst (15) - Catalyst (15)
- Foundations (1) - Foundations (1)
- Göteborgs universitet (3) - Göteborgs universitet (3)
- helsinki.fi (1)
- informaticsglobal.com (3) - informaticsglobal.com (3)
- inLibro.com (2) - inLibro.com (2)
- jns.fi (11) - jns.fi (11)
@ -1178,7 +1213,7 @@ patches to Koha 17.12.00
- KohaAloha (3) - KohaAloha (3)
- l2c2.co.in (1) - l2c2.co.in (1)
- Libriotech (2) - Libriotech (2)
- Loughborough University (2) - Loughborough University (3)
- Oslo Public Library (1) - Oslo Public Library (1)
- pennmanor.net (1) - pennmanor.net (1)
- Prosentient Systems (2) - Prosentient Systems (2)
@ -1188,8 +1223,8 @@ patches to Koha 17.12.00
- Solutions inLibro inc (14) - Solutions inLibro inc (14)
- student.ua.ac.be (1) - student.ua.ac.be (1)
- Tamil (1) - Tamil (1)
- Theke Solutions (93) - Theke Solutions (94)
- unidentified (139) - unidentified (140)
- Université Jean Moulin Lyon 3 (1) - Université Jean Moulin Lyon 3 (1)
We also especially thank the following individuals who tested patches We also especially thank the following individuals who tested patches
@ -1212,7 +1247,7 @@ for Koha.
- Anne-Claire Bernaudin (2) - Anne-Claire Bernaudin (2)
- Sonia Bouis (1) - Sonia Bouis (1)
- David Bourgalt (1) - David Bourgalt (1)
- David Bourgault (27) - David Bourgault (29)
- claude brayer (1) - claude brayer (1)
- Jean-Manuel Broust (1) - Jean-Manuel Broust (1)
- JM Broust (2) - JM Broust (2)
@ -1220,19 +1255,19 @@ for Koha.
- Colin Campbell (9) - Colin Campbell (9)
- Marci Chen (1) - Marci Chen (1)
- Axelle Clarisse (1) - Axelle Clarisse (1)
- Nick Clemens (97) - Nick Clemens (103)
- Tomas Cohen Arazi (121) - Tomas Cohen Arazi (126)
- Tomás Cohen Arazi (1) - Tomás Cohen Arazi (1)
- Koha-us conference (1) - Koha-us conference (1)
- Charlotte Cordwell (5) - Charlotte Cordwell (5)
- Chris Cormack (2) - Chris Cormack (2)
- Roch D'Amour (25) - Roch D'Amour (25)
- Marcel de Rooy (206) - Marcel de Rooy (207)
- Jonathan Druart (1263) - Jonathan Druart (1317)
- Charles Farmer (15) - Charles Farmer (15)
- Katrin Fischer (313) - Katrin Fischer (340)
- Your Full Name (2) - Your Full Name (2)
- Brendan Gallagher (12) - Brendan Gallagher (14)
- Lucie Gay (1) - Lucie Gay (1)
- Bernardo Gonzalez Kriegel (1) - Bernardo Gonzalez Kriegel (1)
- Claire Gravely (75) - Claire Gravely (75)
@ -1241,38 +1276,39 @@ for Koha.
- Sebastian Hierl (2) - Sebastian Hierl (2)
- Mason James (2) - Mason James (2)
- Lee Jamison (2) - Lee Jamison (2)
- Dilan Johnpullé (11) - Dilan Johnpullé (16)
- Eugene Jose Espinoza (1) - Eugene Jose Espinoza (1)
- Pasi Kallinen (20) - Pasi Kallinen (20)
- Nancy Keener (1) - Nancy Keener (1)
- Scott Kehoe (2) - Scott Kehoe (2)
- Olli-Antti Kivilahti (1) - Olli-Antti Kivilahti (1)
- Jon Knight (33) - Jon Knight (33)
- Nicolas Legrand (13) - Nicolas Legrand (14)
- Owen Leonard (44) - Owen Leonard (47)
- Ere Maijala (1) - Ere Maijala (1)
- Jesse Maseto (10) - Jesse Maseto (11)
- Daniel Mauchley (1) - Daniel Mauchley (1)
- Julian Maurice (111) - Julian Maurice (114)
- Jon McGowan (26) - Jon McGowan (26)
- Kyle M Hall (183) - Kyle M Hall (190)
- Josef Moravec (349) - Josef Moravec (349)
- Björn Nylén (2) - Björn Nylén (2)
- Signed-off-by Owen Leonard (1) - Signed-off-by Owen Leonard (1)
- Eric Phetteplace (1) - Eric Phetteplace (1)
- Dominic Pichette (8) - Dominic Pichette (8)
- Simon Pouchol (23) - Simon Pouchol (23)
- Séverine QUEUNE (22) - Séverine QUEUNE (27)
- Te Rauhina Jackson (3) - Te Rauhina Jackson (3)
- Liz Rea (2) - Liz Rea (2)
- Benjamin Rokseth (26) - Benjamin Rokseth (26)
- BWS Sandboxes (3) - BWS Sandboxes (3)
- Maksim Sen (9) - Maksim Sen (10)
- Grace Smyth (3) - Grace Smyth (3)
- Fridolin Somers (2) - Fridolin Somers (2)
- Lari Taskula (17) - Lari Taskula (17)
- Mirko Tietgen (4) - Mirko Tietgen (4)
- Mark Tompsett (99) - Mark Tompsett (100)
- Ed Veal (2)
- Marc Veron (2) - Marc Veron (2)
- Marc Véron (5) - Marc Véron (5)
- Marjorie Vila (5) - Marjorie Vila (5)
@ -1314,4 +1350,4 @@ tracker at:
He rau ringa e oti ai. He rau ringa e oti ai.
(Many hands finish the work) (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.