17.12.00.025 a2cccbd231

This commit is contained in:
Jonathan Druart 2018-04-06 14:54:07 -03:00
parent 0e056c9227
commit 0694f93b30

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.12.00
05 Apr 2018
06 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 6 new features, 210 enhancements, 274 bugfixes.
It includes 6 new features, 214 enhancements, 278 bugfixes.
@ -65,7 +65,6 @@ 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)
- [[19993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
### Architecture, internals, and plumbing
@ -104,6 +103,11 @@ RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L
- [[19935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935) Move C4::Members::GetPendingIssues to the Koha namespace
- [[19940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940) Koha::Biblio - Remove GetBiblioItemInfosOf
- [[19943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943) Koha::Biblio - Remove GetBiblioItemData
- [[19992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
- [[19993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
- [[19995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
- [[19996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
- [[19997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
- [[19998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998) use Modern::Perl in error perl scripts
- [[19999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999) use Modern::Perl in Labels perl scripts
- [[20009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009) use Modern::Perl in Members perl scripts
@ -141,7 +145,6 @@ RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L
- [[18417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
- [[18878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
- [[19267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267) Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications
- [[19996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
### Circulation
@ -151,9 +154,9 @@ RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L
> The new system preference AutoSwitchPatron allows to automatically switch to another patron record on scanning the cardnumber during circulation. This will allow to streamline processes at the circulation desk a bit more. Note: Use only if there is no overlap in your cardnumber and barcode ranges.
- [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
- [[19494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
- [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
- [[19997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
### Command-line Utilities
@ -170,6 +173,10 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
- [[17468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468) Remove koha-*-zebra scripts in favor of koha-zebra
> The new koha-zebra maintenance script replaces the old koha-start-zebra, koha-stop-zebra and koha-restart-zebra scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).
- [[18964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964) Add a --debugger flag to koha-plack
> Remote debugging capabilities are added to the koha-plack script. This is very important for developers.
@ -181,7 +188,7 @@ This patch introduces a new script, koha-zebra, that unifies those actions regar
present (in other words: skip patrons that already set their prefs).
- [[19454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454) Script borrowers-force-messaging-defaults.pl should be able to filter on patron category
- [[19454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454) Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl
- [[19955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955) Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl
### Course reserves
@ -227,6 +234,7 @@ present (in other words: skip patrons that already set their prefs).
- [[19708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
- [[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
- [[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
@ -241,6 +249,8 @@ present (in other words: skip patrons that already set their prefs).
- [[19801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801) Display messages on user details page as well as on check out page
- [[19988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
- [[20516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
- [[20524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524) Make columns of pending discharges table sortable
- [[20526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
### REST api
@ -274,7 +284,6 @@ present (in other words: skip patrons that already set their prefs).
### Searching
- [[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
@ -297,7 +306,6 @@ present (in other words: skip patrons that already set their prefs).
- [[16764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764) Update printers administration page
- [[19292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292) Add MARC code column on libraries list
- [[19992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
- [[20133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133) "Hide patron information" feature should not affect all library groups
### Templates
@ -398,6 +406,7 @@ have already been fixed in maintainance releases)
- [[18593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593) Suggestions aren't updated when one biblio is merged with another
- [[19694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694) Edited shipping cost in invoice doesn't save
- [[20303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303) Receive order fails if no "authorised_by" value
- [[20446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446) QUOTES processing broken by run time error
### Architecture, internals, and plumbing
@ -608,6 +617,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[11936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936) Consistent log message for item insert
- [[19452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452) The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences
- [[19712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712) Fix command line options of delete_records_via_leader.pl
- [[20234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234) Make maintenance scripts use koha-zebra instead of koha-*-zebra
### Course reserves
@ -627,6 +637,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
### Hold requests
- [[11512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512) Forced holds that violate issuing rules will never be filled
- [[19533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
### I18N/L10N
@ -824,6 +835,7 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
- [[20474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
- [[20490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
- [[20503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503) Borrower_PrevCheckout.t is failing randomly
- [[20531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531) IssueSlip is failing randomly
### Tools
@ -994,8 +1006,8 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Roch D'Amour (1)
- Indranil Das Gupta (L2C2 Technologies) (1)
- Frédéric Demians (1)
- Marcel de Rooy (78)
- Jonathan Druart (408)
- Marcel de Rooy (80)
- Jonathan Druart (412)
- Magnus Enger (2)
- Charles Farmer (3)
- Katrin Fischer (7)
@ -1012,12 +1024,12 @@ 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 (115)
- Owen Leonard (116)
- Sherryn Mak (1)
- Jose Martin (1)
- Jesse Maseto (1)
- Julian Maurice (14)
- Kyle M Hall (60)
- Julian Maurice (15)
- Kyle M Hall (69)
- Josef Moravec (45)
- Chris Nighswonger (1)
- Priya Patel (1)
@ -1031,7 +1043,7 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
- Fridolin Somers (7)
- Lari Taskula (7)
- Mirko Tietgen (8)
- Mark Tompsett (29)
- Mark Tompsett (31)
- Jenny Way (6)
- Jesse Weaver (2)
- Chris Weeks (1)
@ -1040,12 +1052,12 @@ We thank the following libraries, companies, and other institutions who contribu
patches to Koha 17.12.00
- abunchofthings.net (8)
- ACPL (115)
- BibLibre (46)
- ACPL (116)
- BibLibre (47)
- BSZ BW (12)
- bugs.koha-community.org (408)
- ByWater-Solutions (95)
- bywatetsolutions.com (18)
- bugs.koha-community.org (412)
- ByWater-Solutions (97)
- bywatetsolutions.com (25)
- Catalyst (13)
- Foundations (1)
- Göteborgs universitet (3)
@ -1062,11 +1074,11 @@ patches to Koha 17.12.00
- Prosentient Systems (2)
- PTFS-Europe (1)
- punsarn.asia (1)
- Rijksmuseum (78)
- Rijksmuseum (80)
- Solutions inLibro inc (13)
- Tamil (1)
- Theke Solutions (85)
- unidentified (123)
- unidentified (125)
- Université Jean Moulin Lyon 3 (1)
We also especially thank the following individuals who tested patches
@ -1092,18 +1104,19 @@ for Koha.
- Alex Buckley (11)
- Colin Campbell (9)
- Marci Chen (1)
- Axelle Clarisse (1)
- Nick Clemens (81)
- Tomas Cohen Arazi (99)
- Tomás Cohen Arazi (1)
- Charlotte Cordwell (5)
- Chris Cormack (2)
- Roch D'Amour (20)
- Marcel de Rooy (157)
- Jonathan Druart (1061)
- Marcel de Rooy (167)
- Jonathan Druart (1080)
- Charles Farmer (14)
- Katrin Fischer (244)
- Katrin Fischer (250)
- Your Full Name (2)
- Brendan Gallagher (9)
- Brendan Gallagher (11)
- Lucie Gay (1)
- Bernardo Gonzalez Kriegel (1)
- Claire Gravely (72)
@ -1121,12 +1134,12 @@ for Koha.
- Nicolas Legrand (11)
- Owen Leonard (40)
- Ere Maijala (1)
- Jesse Maseto (8)
- Jesse Maseto (9)
- Daniel Mauchley (1)
- Julian Maurice (99)
- Jon McGowan (26)
- Kyle M Hall (175)
- Josef Moravec (304)
- Josef Moravec (305)
- Björn Nylén (2)
- Signed-off-by Owen Leonard (1)
- Eric Phetteplace (1)
@ -1142,7 +1155,7 @@ for Koha.
- Fridolin Somers (2)
- Lari Taskula (17)
- Mirko Tietgen (4)
- Mark Tompsett (74)
- Mark Tompsett (80)
- Marc Veron (2)
- Marc Véron (2)
- Marjorie Vila (5)
@ -1184,4 +1197,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 05 Apr 2018 18:12:03.
Autogenerated release notes updated last on 06 Apr 2018 17:54:07.