mirror of
https://gitlab.com/koha-community/koha-release-notes.git
synced 2024-10-27 14:59:09 +00:00
17.12.00.024 64616fe2ff
This commit is contained in:
parent
7027d86103
commit
37de740b9c
1 changed files with 45 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
# RELEASE NOTES FOR KOHA 17.12.00
|
||||
26 Mar 2018
|
||||
27 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, 191 enhancements, 239 bugfixes.
|
||||
It includes 5 new features, 194 enhancements, 244 bugfixes.
|
||||
|
||||
|
||||
|
||||
|
@ -230,6 +230,7 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
|
|||
|
||||
- [[9573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573) Ability to download items lost report
|
||||
- [[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
|
||||
- [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
|
||||
- [[19856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856) Improve styling of reports sidebar to match tools sidebar
|
||||
|
@ -245,6 +246,11 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
|
|||
- [[13660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660) rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
|
||||
- [[19995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
|
||||
|
||||
### Searching - Elasticsearch
|
||||
|
||||
- [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
|
||||
- [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
|
||||
|
||||
### Staff Client
|
||||
|
||||
- [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
|
||||
|
@ -433,6 +439,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
|
||||
- [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
|
||||
|
||||
### Packaging
|
||||
|
||||
|
@ -503,6 +510,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
|
|||
- [[19713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
|
||||
- [[19714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714) 2 occurrences of memberofinstitution have not been removed
|
||||
- [[19738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
|
||||
- [[19739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739) Add default ES configuration to koha-conf.xml
|
||||
- [[19746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746) Debug statements are left in returns.pl
|
||||
- [[19756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756) Encoding issues when update DB is run from the interface
|
||||
- [[19760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760) Die instead of warn if koha-conf is not accessible
|
||||
|
@ -522,6 +530,10 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
|
|||
- [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
|
||||
- [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
|
||||
|
||||
### Authentication
|
||||
|
||||
- [[20480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480) Fix styling issues on bad SCI/SCO module logins
|
||||
|
||||
### Cataloging
|
||||
|
||||
- [[18833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833) plugin unimarc_field_210c pagination error
|
||||
|
@ -653,6 +665,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
|
|||
- [[18497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497) Downloading a report passes the constructed SQL as a parameter
|
||||
- [[19467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467) Display location and itemtype description on lost items report
|
||||
- [[19551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551) Cash register report has bad erroneous results from wrong order of operations
|
||||
- [[19583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583) Report updater triggers on auth_header.marcxml
|
||||
- [[19638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638) False positives for 'Update SQL' button
|
||||
- [[19669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669) Remove deprecated checkouts by patron category report
|
||||
- [[19671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671) Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly
|
||||
|
@ -739,6 +752,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
|
|||
- [[20250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250) NoIssuesChargeGuarantees.t is still failing randomly
|
||||
- [[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
|
||||
|
||||
### Tools
|
||||
|
||||
|
@ -887,15 +901,15 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
|||
|
||||
- remi (1)
|
||||
- Aleisha Amohia (9)
|
||||
- Alex Arnaud (2)
|
||||
- Alex Arnaud (3)
|
||||
- Zoe Bennett (8)
|
||||
- Chad Billman (1)
|
||||
- David Bourgault (8)
|
||||
- Alex Buckley (2)
|
||||
- Pongtawat C (1)
|
||||
- Colin Campbell (1)
|
||||
- Nick Clemens (31)
|
||||
- Tomás Cohen Arazi (72)
|
||||
- Nick Clemens (38)
|
||||
- Tomás Cohen Arazi (73)
|
||||
- David Cook (2)
|
||||
- Charlotte Cordwell (7)
|
||||
- Chris Cormack (1)
|
||||
|
@ -904,12 +918,12 @@ 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 (359)
|
||||
- Jonathan Druart (366)
|
||||
- Magnus Enger (2)
|
||||
- Charles Farmer (3)
|
||||
- Katrin Fischer (6)
|
||||
- Jessica Freeman (1)
|
||||
- Claire Gravely (3)
|
||||
- Claire Gravely (4)
|
||||
- Victor Grousset (18)
|
||||
- Isabel Grubi (1)
|
||||
- Amit Gupta (3)
|
||||
|
@ -921,7 +935,7 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
|||
- Olli-Antti Kivilahti (4)
|
||||
- Ulrich Kleiber (1)
|
||||
- Jon Knight (2)
|
||||
- Owen Leonard (111)
|
||||
- Owen Leonard (112)
|
||||
- Sherryn Mak (1)
|
||||
- Jose Martin (1)
|
||||
- Julian Maurice (13)
|
||||
|
@ -934,10 +948,10 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
|||
- Liz Rea (4)
|
||||
- Maksim Sen (1)
|
||||
- Grace Smyth (6)
|
||||
- Fridolin Somers (5)
|
||||
- Fridolin Somers (6)
|
||||
- Lari Taskula (6)
|
||||
- Mirko Tietgen (8)
|
||||
- Mark Tompsett (25)
|
||||
- Mark Tompsett (27)
|
||||
- Jenny Way (6)
|
||||
- Jesse Weaver (1)
|
||||
- Chris Weeks (1)
|
||||
|
@ -946,11 +960,11 @@ We thank the following libraries, companies, and other institutions who contribu
|
|||
patches to Koha 17.12.00
|
||||
|
||||
- abunchofthings.net (8)
|
||||
- ACPL (111)
|
||||
- BibLibre (39)
|
||||
- BSZ BW (10)
|
||||
- bugs.koha-community.org (359)
|
||||
- ByWater-Solutions (70)
|
||||
- ACPL (112)
|
||||
- BibLibre (41)
|
||||
- BSZ BW (11)
|
||||
- bugs.koha-community.org (366)
|
||||
- ByWater-Solutions (77)
|
||||
- bywatetsolutions.com (12)
|
||||
- Catalyst (13)
|
||||
- Foundations (1)
|
||||
|
@ -970,8 +984,8 @@ patches to Koha 17.12.00
|
|||
- Rijksmuseum (77)
|
||||
- Solutions inLibro inc (11)
|
||||
- Tamil (1)
|
||||
- Theke Solutions (72)
|
||||
- unidentified (112)
|
||||
- Theke Solutions (73)
|
||||
- unidentified (114)
|
||||
- Université Jean Moulin Lyon 3 (1)
|
||||
|
||||
We also especially thank the following individuals who tested patches
|
||||
|
@ -980,36 +994,37 @@ for Koha.
|
|||
- Arturo (3)
|
||||
- claude (2)
|
||||
- delaye (6)
|
||||
- George (1)
|
||||
- Joel (1)
|
||||
- maksim (1)
|
||||
- Hugo Agud hagud@orex.es (1)
|
||||
- Hugo Agud hagud@orex.es (2)
|
||||
- Aleisha Amohia (1)
|
||||
- Alex Arnaud (4)
|
||||
- Alex Arnaud (8)
|
||||
- Marjorie Barry-Vila (2)
|
||||
- Zoe Bennett (8)
|
||||
- Anne-Claire Bernaudin (2)
|
||||
- David Bourgalt (1)
|
||||
- David Bourgault (22)
|
||||
- David Bourgault (24)
|
||||
- JM Broust (1)
|
||||
- Alex Buckley (11)
|
||||
- Colin Campbell (9)
|
||||
- Marci Chen (1)
|
||||
- Nick Clemens (69)
|
||||
- Tomas Cohen Arazi (84)
|
||||
- Nick Clemens (70)
|
||||
- Tomas Cohen Arazi (88)
|
||||
- Tomás Cohen Arazi (1)
|
||||
- Charlotte Cordwell (5)
|
||||
- Chris Cormack (2)
|
||||
- Roch D'Amour (18)
|
||||
- Marcel de Rooy (151)
|
||||
- Jonathan Druart (932)
|
||||
- Jonathan Druart (956)
|
||||
- Charles Farmer (12)
|
||||
- Katrin Fischer (213)
|
||||
- Katrin Fischer (216)
|
||||
- Your Full Name (2)
|
||||
- Brendan Gallagher (8)
|
||||
- Brendan Gallagher (9)
|
||||
- Lucie Gay (1)
|
||||
- Bernardo Gonzalez Kriegel (1)
|
||||
- Claire Gravely (70)
|
||||
- Claire Gravely (71)
|
||||
- Victor Grousset (3)
|
||||
- Mohd Hafiz Yusoff (1)
|
||||
- Sebastian Hierl (2)
|
||||
|
@ -1020,13 +1035,13 @@ for Koha.
|
|||
- Scott Kehoe (2)
|
||||
- Olli-Antti Kivilahti (1)
|
||||
- Jon Knight (33)
|
||||
- Nicolas Legrand (1)
|
||||
- Nicolas Legrand (5)
|
||||
- Owen Leonard (37)
|
||||
- Jesse Maseto (3)
|
||||
- Daniel Mauchley (1)
|
||||
- Julian Maurice (97)
|
||||
- Julian Maurice (99)
|
||||
- Jon McGowan (26)
|
||||
- Kyle M Hall (161)
|
||||
- Kyle M Hall (164)
|
||||
- Josef Moravec (264)
|
||||
- Björn Nylén (2)
|
||||
- Signed-off-by Owen Leonard (1)
|
||||
|
@ -1037,7 +1052,7 @@ for Koha.
|
|||
- Te Rauhina Jackson (2)
|
||||
- Liz Rea (2)
|
||||
- Benjamin Rokseth (7)
|
||||
- BWS Sandboxes (1)
|
||||
- BWS Sandboxes (2)
|
||||
- Maksim Sen (4)
|
||||
- Grace Smyth (3)
|
||||
- Fridolin Somers (2)
|
||||
|
@ -1085,4 +1100,4 @@ tracker at:
|
|||
He rau ringa e oti ai.
|
||||
(Many hands finish the work)
|
||||
|
||||
Autogenerated release notes updated last on 26 Mar 2018 20:35:18.
|
||||
Autogenerated release notes updated last on 27 Mar 2018 20:55:57.
|
||||
|
|
Loading…
Reference in a new issue