mirror of
https://gitlab.com/koha-community/koha-release-notes.git
synced 2024-10-27 14:59:09 +00:00
17.12.00.041 150a589e08
This commit is contained in:
parent
1d702a0a47
commit
eb5f22e488
1 changed files with 103 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
||||||
# RELEASE NOTES FOR KOHA 17.12.00
|
# RELEASE NOTES FOR KOHA 17.12.00
|
||||||
25 Apr 2018
|
03 May 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 9 new features, 253 enhancements, 312 bugfixes.
|
It includes 9 new features, 255 enhancements, 323 bugfixes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,6 +56,13 @@ It includes 9 new features, 253 enhancements, 312 bugfixes.
|
||||||
### Patrons
|
### Patrons
|
||||||
|
|
||||||
- [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
|
- [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
|
||||||
|
|
||||||
|
> Koha now has the ability to merge patrons.
|
||||||
|
Perform a patron search, select 2 patrons or more and use the 'Merge' button.
|
||||||
|
Choose which patron you want to keep.
|
||||||
|
Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.
|
||||||
|
|
||||||
|
|
||||||
- [[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
|
||||||
|
@ -94,6 +101,10 @@ Follows new guidelines from REST API RFC and Koha Object Exceptions regarding va
|
||||||
|
|
||||||
- [[10021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
|
- [[10021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
|
||||||
- [[10306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306) Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)
|
- [[10306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306) Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)
|
||||||
|
|
||||||
|
> This patchset adds the ability to map several MARC fields to a single Koha field. The first existing mapped field will be saved into the database. This allows for flexibility in a system using RDA and AACR2 records where some store the publication data in the 260 fields and others in the 264.
|
||||||
|
|
||||||
|
|
||||||
- [[12001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
|
- [[12001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
|
||||||
- [[12904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
|
- [[12904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
|
||||||
|
|
||||||
|
@ -114,7 +125,6 @@ The DB structure definition is changed to make use of the utf8mb4 encoding, inst
|
||||||
|
|
||||||
|
|
||||||
- [[18789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
|
- [[18789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
|
||||||
- [[18791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791) Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
|
|
||||||
- [[18913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
|
- [[18913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
|
||||||
- [[19096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
|
- [[19096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
|
||||||
- [[19280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
|
- [[19280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
|
||||||
|
@ -167,6 +177,7 @@ See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail
|
||||||
- [[20264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
|
- [[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
|
- [[20267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
|
||||||
- [[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
|
||||||
|
- [[20444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444) Remove C4::Members::Attributes::GetAttributes
|
||||||
- [[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
|
- [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
|
||||||
|
@ -195,6 +206,10 @@ See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail
|
||||||
- [[18417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
|
- [[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
|
- [[18878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
|
||||||
- [[18904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
|
- [[18904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
|
||||||
|
|
||||||
|
> This patchset adds the ability to search for and link authorities in the advanced cataloging editor. When editing a record staff can press 'Shift+Ctrl+L' to launch the authorities search. Choosing a record will update the field and add a subfield 9 for linking.
|
||||||
|
|
||||||
|
|
||||||
- [[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
|
- [[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
|
||||||
- [[19538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538) Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note
|
- [[19538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538) Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note
|
||||||
- [[20540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate </datafield>
|
- [[20540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate </datafield>
|
||||||
|
@ -211,6 +226,7 @@ See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more detail
|
||||||
- [[18790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
|
- [[18790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
|
||||||
- [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
|
- [[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
|
- [[19494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
|
||||||
|
- [[19752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752) Improve authentication response in offline_circ/service.pl
|
||||||
- [[19804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
|
- [[19804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
|
||||||
- [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
|
- [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
|
||||||
- [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
|
- [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
|
||||||
|
@ -281,7 +297,13 @@ An example to illustrate: A MARC21 field 100 in a biblio record should pick its
|
||||||
|
|
||||||
|
|
||||||
- [[18071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
|
- [[18071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
|
||||||
- [[18825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
|
|
||||||
|
> This patch adds a script to perform various authority related maintenance tasks.
|
||||||
|
This version supports deleting an authority record and updating all linked biblio records.
|
||||||
|
Furthermore it supports merging authority records with one reference record, and updating all linked biblio records.
|
||||||
|
It also allows you to force a renumber, i.e. save the authid into field 001.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### MARC Bibliographic data support
|
### MARC Bibliographic data support
|
||||||
|
|
||||||
|
@ -296,10 +318,14 @@ An example to illustrate: A MARC21 field 100 in a biblio record should pick its
|
||||||
### OPAC
|
### OPAC
|
||||||
|
|
||||||
- [[11976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
|
- [[11976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
|
||||||
|
|
||||||
|
> This patchset adds a new column to the subscriptions tab on the opac details page, 'publication date' so a user can see the date of issue rather than the date of receipt.
|
||||||
|
Additionally, the patch brings the table under column settings in the administration side so that staff can determine which columns should be shown by default
|
||||||
|
|
||||||
|
|
||||||
- [[15794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
|
- [[15794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
|
||||||
- [[18083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083) Don't show 'library' selection on popular titles page for single-branch libraries
|
- [[18083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083) Don't show 'library' selection on popular titles page for single-branch libraries
|
||||||
- [[18313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
|
- [[18313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
|
||||||
- [[19338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
|
|
||||||
- [[19573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573) Link to make a new list in masthead in OPAC only appears / works if no other list already exists
|
- [[19573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573) Link to make a new list in masthead in OPAC only appears / works if no other list already exists
|
||||||
- [[19708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
|
- [[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
|
- [[19989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
|
||||||
|
@ -324,6 +350,10 @@ An example to illustrate: A MARC21 field 100 in a biblio record should pick its
|
||||||
- [[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
|
- [[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'
|
- [[19988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
|
||||||
- [[20100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
|
- [[20100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
|
||||||
|
|
||||||
|
> This report adds pref ProtectSuperlibrarianPrivileges in order to block users without superlibrarian privileges to modify the superlibrarian flag for themselves or other users, if the pref is enabled. For existing installs the pref will not be set, so behavior does not change. For new installs the pref will be enabled.
|
||||||
|
|
||||||
|
|
||||||
- [[20516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
|
- [[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
|
- [[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
|
- [[20526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
|
||||||
|
@ -353,8 +383,13 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
|
- [[11317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317) Add a way to access files from the intranet
|
||||||
|
|
||||||
|
> This feature allows to access files on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file. In order to be able to access the tool the staff patron requires either the superlibrarian or the new access_files permission.
|
||||||
|
|
||||||
|
|
||||||
- [[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
|
- [[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 JSON 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
|
||||||
- [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
|
- [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
|
||||||
|
@ -374,6 +409,7 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
|
||||||
|
|
||||||
### Searching - Elasticsearch
|
### Searching - Elasticsearch
|
||||||
|
|
||||||
|
- [[18825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
|
||||||
- [[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
|
- [[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
|
||||||
|
@ -406,6 +442,7 @@ Will ask for only 2 parameters when run, Branchcode and Item type.
|
||||||
|
|
||||||
- [[4078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
|
- [[4078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
|
||||||
- [[15922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922) Show authorized value description in staff client search results for lost, withdrawn, and damaged
|
- [[15922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922) Show authorized value description in staff client search results for lost, withdrawn, and damaged
|
||||||
|
- [[18791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791) Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
|
||||||
- [[19592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
|
- [[19592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
|
||||||
- [[19594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
|
- [[19594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
|
||||||
- [[19600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
|
- [[19600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
|
||||||
|
@ -657,6 +694,7 @@ The system preference 'MarkLostItemsAsReturned' now allows libraries to choose i
|
||||||
### Web services
|
### Web services
|
||||||
|
|
||||||
- [[19725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
|
- [[19725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
|
||||||
|
- [[20665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665) OAI-PMH Provider should reset MySQL connection time zone
|
||||||
|
|
||||||
|
|
||||||
## Other bugs fixed
|
## Other bugs fixed
|
||||||
|
@ -686,6 +724,7 @@ have already been fixed in maintainance releases)
|
||||||
|
|
||||||
### Architecture, internals, and plumbing
|
### Architecture, internals, and plumbing
|
||||||
|
|
||||||
|
- [[18342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342) Set memcached as 'enabled' by default
|
||||||
- [[19713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
|
- [[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
|
- [[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
|
- [[19738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
|
||||||
|
@ -707,6 +746,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[20190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
|
- [[20190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
|
||||||
- [[20219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
|
- [[20219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
|
||||||
- [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
|
- [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
|
||||||
|
- [[20304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304) Warnings in cataloguing scripts need to be removed
|
||||||
- [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
|
- [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
|
||||||
- [[20494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
|
- [[20494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
|
||||||
- [[20510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
|
- [[20510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
|
||||||
|
@ -715,6 +755,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[20580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
|
- [[20580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
|
||||||
- [[20590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
|
- [[20590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
|
||||||
- [[20603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
|
- [[20603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
|
||||||
|
- [[20659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659) Blocking errors are not longer displayed
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
|
@ -736,6 +777,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[19840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
|
- [[19840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
|
||||||
- [[20003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
|
- [[20003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
|
||||||
- [[20536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
|
- [[20536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
|
||||||
|
- [[20546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546) Shelving location not displayed on checkin
|
||||||
|
|
||||||
### Command-line Utilities
|
### Command-line Utilities
|
||||||
|
|
||||||
|
@ -761,8 +803,10 @@ have already been fixed in maintainance releases)
|
||||||
|
|
||||||
### Hold requests
|
### Hold requests
|
||||||
|
|
||||||
- [[11512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512) Forced holds that violate issuing rules will never be filled
|
- [[11512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512) Only allow to override maximum number of holds from staff as other overrides would 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
|
- [[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
|
||||||
|
|
||||||
### I18N/L10N
|
### I18N/L10N
|
||||||
|
|
||||||
|
@ -774,6 +818,10 @@ have already been fixed in maintainance releases)
|
||||||
- [[20109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
|
- [[20109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
|
||||||
- [[20111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
|
- [[20111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
|
||||||
- [[20115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
|
- [[20115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
|
||||||
|
|
||||||
|
> The languages displayed in the footer are now displayed in the same order as they are in the system preferences languages and opaclanguages (they can be reordered by drag and drop).
|
||||||
|
|
||||||
|
|
||||||
- [[20124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
|
- [[20124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
|
||||||
- [[20139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
|
- [[20139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
|
||||||
- [[20140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
|
- [[20140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
|
||||||
|
@ -797,6 +845,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[19790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
|
- [[19790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
|
||||||
- [[19973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
|
- [[19973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
|
||||||
- [[20075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
|
- [[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()
|
- [[20104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
|
||||||
|
|
||||||
### Label/patron card printing
|
### Label/patron card printing
|
||||||
|
@ -827,6 +876,7 @@ have already been fixed in maintainance releases)
|
||||||
|
|
||||||
- [[12497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
|
- [[12497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
|
||||||
- [[17682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
|
- [[17682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
|
||||||
|
- [[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
|
- [[19450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
|
||||||
- [[19640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
|
- [[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
|
- [[19702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
|
||||||
|
@ -862,6 +912,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
|
- [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
|
||||||
- [[20367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
|
- [[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
|
- [[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
|
||||||
|
|
||||||
### REST api
|
### REST api
|
||||||
|
|
||||||
|
@ -914,6 +965,7 @@ have already been fixed in maintainance releases)
|
||||||
- [[19857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
|
- [[19857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
|
||||||
- [[20227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
|
- [[20227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
|
||||||
- [[20268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
|
- [[20268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
|
||||||
|
- [[20329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329) Text input fields are wider than the fieldset class they are inside of
|
||||||
- [[20347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
|
- [[20347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
|
||||||
|
|
||||||
### System Administration
|
### System Administration
|
||||||
|
@ -1054,7 +1106,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.8%)
|
- Armenian (100%)
|
||||||
- Basque (74.1%)
|
- Basque (74.1%)
|
||||||
- Chinese (China) (78.4%)
|
- Chinese (China) (78.4%)
|
||||||
- Chinese (Taiwan) (99.5%)
|
- Chinese (Taiwan) (99.5%)
|
||||||
|
@ -1063,13 +1115,13 @@ 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 (98.2%)
|
- French (98.4%)
|
||||||
- French (Canada) (90%)
|
- French (Canada) (90%)
|
||||||
- German (97.7%)
|
- German (97.9%)
|
||||||
- German (Switzerland) (97.5%)
|
- German (Switzerland) (97.5%)
|
||||||
- Greek (78.9%)
|
- Greek (78.9%)
|
||||||
- Hindi (100%)
|
- Hindi (100%)
|
||||||
- Italian (97.5%)
|
- Italian (97.7%)
|
||||||
- Norwegian Bokmål (53.3%)
|
- Norwegian Bokmål (53.3%)
|
||||||
- Occitan (post 1500) (71.7%)
|
- Occitan (post 1500) (71.7%)
|
||||||
- Persian (54%)
|
- Persian (54%)
|
||||||
|
@ -1079,7 +1131,7 @@ interface are available in this release for the following languages:
|
||||||
- Slovak (94.5%)
|
- Slovak (94.5%)
|
||||||
- Spanish (100%)
|
- Spanish (100%)
|
||||||
- Swedish (89.9%)
|
- Swedish (89.9%)
|
||||||
- Turkish (98.6%)
|
- Turkish (99.3%)
|
||||||
- Vietnamese (66.4%)
|
- Vietnamese (66.4%)
|
||||||
|
|
||||||
Partial translations are available for various other languages.
|
Partial translations are available for various other languages.
|
||||||
|
@ -1146,11 +1198,11 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
||||||
- phette23 (1)
|
- phette23 (1)
|
||||||
- remi (1)
|
- remi (1)
|
||||||
- Aleisha Amohia (9)
|
- Aleisha Amohia (9)
|
||||||
- Alex Arnaud (7)
|
- Alex Arnaud (8)
|
||||||
- Zoe Bennett (8)
|
- Zoe Bennett (8)
|
||||||
- Chad Billman (1)
|
- Chad Billman (1)
|
||||||
- David Bourgault (8)
|
- David Bourgault (9)
|
||||||
- Alex Buckley (2)
|
- Alex Buckley (3)
|
||||||
- Pongtawat C (1)
|
- Pongtawat C (1)
|
||||||
- Colin Campbell (2)
|
- Colin Campbell (2)
|
||||||
- Nick Clemens (71)
|
- Nick Clemens (71)
|
||||||
|
@ -1161,18 +1213,18 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
||||||
- Bonnie Crawford (1)
|
- Bonnie Crawford (1)
|
||||||
- Christophe Croullebois (1)
|
- Christophe Croullebois (1)
|
||||||
- Olivier Crouzet (1)
|
- Olivier Crouzet (1)
|
||||||
- Roch D'Amour (1)
|
- Roch D'Amour (3)
|
||||||
- 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 (100)
|
- Marcel de Rooy (100)
|
||||||
- Jonathan Druart (529)
|
- Jonathan Druart (537)
|
||||||
- Magnus Enger (2)
|
- Magnus Enger (3)
|
||||||
- Charles Farmer (4)
|
- Charles Farmer (4)
|
||||||
- Katrin Fischer (16)
|
- Katrin Fischer (19)
|
||||||
- Jessica Freeman (1)
|
- Jessica Freeman (1)
|
||||||
- Joachim Ganseman (1)
|
- Joachim Ganseman (1)
|
||||||
- Claire Gravely (5)
|
- Claire Gravely (5)
|
||||||
- Victor Grousset (19)
|
- Victor Grousset (20)
|
||||||
- Isabel Grubi (1)
|
- Isabel Grubi (1)
|
||||||
- Amit Gupta (3)
|
- Amit Gupta (3)
|
||||||
- David Gustafsson (3)
|
- David Gustafsson (3)
|
||||||
|
@ -1184,14 +1236,14 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
||||||
- Olli-Antti Kivilahti (4)
|
- Olli-Antti Kivilahti (4)
|
||||||
- Ulrich Kleiber (1)
|
- Ulrich Kleiber (1)
|
||||||
- Jon Knight (3)
|
- Jon Knight (3)
|
||||||
- Owen Leonard (125)
|
- Owen Leonard (126)
|
||||||
- Ere Maijala (1)
|
- Ere Maijala (3)
|
||||||
- Sherryn Mak (1)
|
- Sherryn Mak (1)
|
||||||
- Jose Martin (1)
|
- Jose Martin (1)
|
||||||
- Jesse Maseto (1)
|
- Jesse Maseto (1)
|
||||||
- Julian Maurice (28)
|
- Julian Maurice (29)
|
||||||
- Kyle M Hall (101)
|
- Kyle M Hall (101)
|
||||||
- Josef Moravec (50)
|
- Josef Moravec (53)
|
||||||
- Chris Nighswonger (1)
|
- Chris Nighswonger (1)
|
||||||
- Priya Patel (1)
|
- Priya Patel (1)
|
||||||
- Simon Pouchol (1)
|
- Simon Pouchol (1)
|
||||||
|
@ -1206,7 +1258,7 @@ We thank the following individuals who contributed patches to Koha 17.12.00.
|
||||||
- Fridolin Somers (7)
|
- Fridolin Somers (7)
|
||||||
- Lari Taskula (7)
|
- Lari Taskula (7)
|
||||||
- Mirko Tietgen (8)
|
- Mirko Tietgen (8)
|
||||||
- Mark Tompsett (40)
|
- Mark Tompsett (43)
|
||||||
- Jenny Way (6)
|
- Jenny Way (6)
|
||||||
- Jesse Weaver (2)
|
- Jesse Weaver (2)
|
||||||
- Chris Weeks (1)
|
- Chris Weeks (1)
|
||||||
|
@ -1215,23 +1267,23 @@ 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 (125)
|
- ACPL (126)
|
||||||
- BibLibre (62)
|
- BibLibre (65)
|
||||||
- BSZ BW (22)
|
- BSZ BW (25)
|
||||||
- bugs.koha-community.org (529)
|
- bugs.koha-community.org (537)
|
||||||
- ByWater-Solutions (132)
|
- ByWater-Solutions (132)
|
||||||
- bywatetsolutions.com (42)
|
- bywatetsolutions.com (42)
|
||||||
- Catalyst (15)
|
- Catalyst (16)
|
||||||
- Foundations (1)
|
- Foundations (1)
|
||||||
- Göteborgs universitet (3)
|
- Göteborgs universitet (3)
|
||||||
- helsinki.fi (1)
|
- helsinki.fi (3)
|
||||||
- informaticsglobal.com (3)
|
- informaticsglobal.com (3)
|
||||||
- inLibro.com (2)
|
- inLibro.com (2)
|
||||||
- jns.fi (11)
|
- jns.fi (11)
|
||||||
- joensuu.fi (20)
|
- joensuu.fi (20)
|
||||||
- KohaAloha (3)
|
- KohaAloha (3)
|
||||||
- l2c2.co.in (1)
|
- l2c2.co.in (1)
|
||||||
- Libriotech (2)
|
- Libriotech (3)
|
||||||
- Loughborough University (3)
|
- Loughborough University (3)
|
||||||
- Oslo Public Library (1)
|
- Oslo Public Library (1)
|
||||||
- pennmanor.net (1)
|
- pennmanor.net (1)
|
||||||
|
@ -1240,11 +1292,11 @@ patches to Koha 17.12.00
|
||||||
- punsarn.asia (1)
|
- punsarn.asia (1)
|
||||||
- rbit.cz (1)
|
- rbit.cz (1)
|
||||||
- Rijksmuseum (100)
|
- Rijksmuseum (100)
|
||||||
- Solutions inLibro inc (14)
|
- Solutions inLibro inc (16)
|
||||||
- student.ua.ac.be (1)
|
- student.ua.ac.be (1)
|
||||||
- Tamil (1)
|
- Tamil (1)
|
||||||
- Theke Solutions (94)
|
- Theke Solutions (94)
|
||||||
- unidentified (141)
|
- unidentified (148)
|
||||||
- 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
|
||||||
|
@ -1276,22 +1328,22 @@ for Koha.
|
||||||
- Marci Chen (1)
|
- Marci Chen (1)
|
||||||
- Axelle Clarisse (1)
|
- Axelle Clarisse (1)
|
||||||
- Nick Clemens (108)
|
- Nick Clemens (108)
|
||||||
- Tomas Cohen Arazi (130)
|
- Tomas Cohen Arazi (132)
|
||||||
- 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 (214)
|
- Marcel de Rooy (219)
|
||||||
- Jonathan Druart (1347)
|
- Jonathan Druart (1376)
|
||||||
- Charles Farmer (15)
|
- Charles Farmer (15)
|
||||||
- Katrin Fischer (350)
|
- Katrin Fischer (360)
|
||||||
- Your Full Name (2)
|
- Your Full Name (2)
|
||||||
- Brendan Gallagher (14)
|
- Brendan Gallagher (14)
|
||||||
- Lucie Gay (1)
|
- Lucie Gay (2)
|
||||||
- Bernardo Gonzalez Kriegel (1)
|
- Bernardo Gonzalez Kriegel (1)
|
||||||
- Claire Gravely (79)
|
- Claire Gravely (79)
|
||||||
- Victor Grousset (6)
|
- Victor Grousset (8)
|
||||||
- Mohd Hafiz Yusoff (1)
|
- Mohd Hafiz Yusoff (1)
|
||||||
- Sebastian Hierl (2)
|
- Sebastian Hierl (2)
|
||||||
- Mason James (2)
|
- Mason James (2)
|
||||||
|
@ -1308,26 +1360,26 @@ for Koha.
|
||||||
- Ere Maijala (1)
|
- Ere Maijala (1)
|
||||||
- Jesse Maseto (11)
|
- Jesse Maseto (11)
|
||||||
- Daniel Mauchley (1)
|
- Daniel Mauchley (1)
|
||||||
- Julian Maurice (114)
|
- Julian Maurice (119)
|
||||||
- Jon McGowan (26)
|
- Jon McGowan (26)
|
||||||
- Kyle M Hall (190)
|
- Kyle M Hall (194)
|
||||||
- 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 (29)
|
- Séverine QUEUNE (32)
|
||||||
- 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 (10)
|
- Maksim Sen (11)
|
||||||
- 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 (103)
|
- Mark Tompsett (107)
|
||||||
- Ed Veal (2)
|
- Ed Veal (2)
|
||||||
- Marc Veron (2)
|
- Marc Veron (2)
|
||||||
- Marc Véron (5)
|
- Marc Véron (5)
|
||||||
|
@ -1337,13 +1389,14 @@ for Koha.
|
||||||
|
|
||||||
And people who contributed to the Koha manual during the release cycle of Koha 17.12.00.
|
And people who contributed to the Koha manual during the release cycle of Koha 17.12.00.
|
||||||
|
|
||||||
* carolinecyrlarose (1)
|
|
||||||
* joubu (1)
|
* joubu (1)
|
||||||
* Chris Cormack (34)
|
* carolinecyrlarose (4)
|
||||||
|
* Chris Cormack (37)
|
||||||
* Caroline Cyr La Rose (23)
|
* Caroline Cyr La Rose (23)
|
||||||
* Jonathan Druart (8)
|
* Jonathan Druart (8)
|
||||||
* Magnus Enger (1)
|
* Magnus Enger (2)
|
||||||
* Katrin Fischer (1)
|
* Katrin Fischer (7)
|
||||||
|
* Lee Jamison (7)
|
||||||
* Hugh Rundle (2)
|
* Hugh Rundle (2)
|
||||||
|
|
||||||
We regret any omissions. If a contributor has been inadvertently missed,
|
We regret any omissions. If a contributor has been inadvertently missed,
|
||||||
|
@ -1370,4 +1423,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 25 Apr 2018 14:52:31.
|
Autogenerated release notes updated last on 03 May 2018 16:45:15.
|
||||||
|
|
Loading…
Reference in a new issue