Browse Source

Table revert

22.05.x
Martin Renvoize 4 years ago
parent
commit
09b0ca7938
Signed by untrusted user: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 135
      release_notes_19_11_00.md

135
release_notes_19_11_00.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 19.11.00
28 Nov 2019
27 Nov 2019
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 19.11.00 is a major release, that comes with many new features.
It includes 7 security fixes, 20 new features, 146 enhancements, 368 bugfixes.
It includes 7 security fixes, 20 new features, 146 enhancements, 367 bugfixes.
### System requirements
@ -67,6 +67,7 @@ Additional notes:
>* `Shift-Ctrl-C`: Copies current subfield into clipboard area
>* `Ctrl-P`: Pastes the selected item from the clipboard at cursor
>* `Ctrl-I`: Copies the current line and inserts onto a new line below
- [[22445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22445) Ability to define a URL for custom cover images
**Sponsored by** *Orex Digital*
@ -98,6 +99,7 @@ Additional notes:
**Sponsored by** *Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción)*
>This development adds support for displaying Plaine & Easie musical incipits in the OPAC. With this feature enabled, when a cataloguer adds incipits codes to the 031 MARC21 fields they will display as musical scores and optionally include a short audio clip.
- [[23214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214) Add ability to pay guarantees fines
>This new feature gives guarantors the option to pay off their guarantees charges using online payments via the OPAC.
@ -121,11 +123,13 @@ Additional notes:
>This new feature allows plugin authors to implement a `check_password` method to enable custom password validation routines.
>
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used. The hook introduced here allows plugin authors to potentially steel plain text passwords during patron creations and updates.
- [[22709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22709) Add hooks to notify plugins of biblio and item changes
>This new feature allows plugin authors to implement `after_biblio_action` and `after_item_action` methods which may be used to take various actions upon biblio and item creations, modifications and deletions.
>
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
- [[22834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834) Add a method for plugins to return the absolute path for bundled files
>This new feature allows plugin authors to construct absolute paths to resources contained within their plugins using the new `bundle_path` method.
@ -133,18 +137,21 @@ Additional notes:
>This can be used to aid in serving static content.
>
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
- [[22835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835) Serve static files from plugins through the API
**Sponsored by** *Theke Solutions*
>This new feature allows plugin authors to serve static files through the API without the requirement to tweak the Apache configuration files. Routes to the static files tree are automatically loaded from a specially crafted file the plugin authors need to include in the distributed .kpz files.
>
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.a
- [[23050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23050) Add hook to add a tab in intranet biblio details page
>This new feature allows plugin authors to add additional tabs to the intranet biblio details page. The new `intranet_catalog_biblio_tab` method which should return an array of `Koha::Plugins::Tab` objects is introduced.
>
>**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
- [[23237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237) Add support for [% INCLUDE %] in plugin templates
>The new feature allows plugin authors to use template `[% INCLUDE %]` directives in their templates. It does so by introducing a new variable, `PLUGIN_DIR`, allowing the template engine to locate the includes.
@ -158,6 +165,7 @@ Additional notes:
- [[16825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16825) Add API route for getting an item
**Sponsored by** *Koha-Suomi Oy*
- [[17003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17003) Add API route to get checkout's renewability
- [[23517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517) Add API route to update a holds priority
- [[23584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584) Add public API routes to change privacy settings
@ -189,7 +197,8 @@ Additional notes:
**Sponsored by** *PTFS Europe*
>This enhancement allows items to be automatically added to rotas at acquisition time by using the LRP (Library Rotation Plan) field in EDI.
>This enhancement allows items to be automatically added to rotas at acquisition time by using the LRP (Library Rotation Plan) field in EDI.a
- [[23522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23522) Show "Actual price" in basket when available
**Sponsored by** *Virginia Tech*
@ -199,15 +208,19 @@ Additional notes:
- [[18928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928) Move `holdallowed`, `hold_fulfillment_policy` and `returnbranch` into the `circulation_rules` table.
>**Reports note**: This changes the database schema, reports referencing the `default_branch_circ_rules`, `default_circ_rules`, `default_branch_item_rules` or `branch_item_rules` tables will need to be updated
- [[18930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930) Move 'refund lost item fee rules' into the `circulation_rules` table
>**Reports note**: This changes the database schema, reports referencing the `refund_lost_item_fee_rules` table will need to be updated
- [[22563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563) Convert lost handling to use 'status' instead of multiple accounttypes
>**Reports note**: The `accounttype` for lost item fees has been updated from 'L' to 'LOST' and for lost item returned credits it has been updated from 'CR' to 'LOST_RETURNED'. The `status` field is now used to track the reason why an 'OVERDUE' fee has stopped incrementing and it may include 'LOST'
- [[22610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610) SIP Payment Types should be moved out of accountype
>**Reports note**: SIP2 `accounttypes` have been deprecated in favour of using standard accounttypes across transactions in the accountlines. Reports should be updated to use `payment_type` to distinguish between the different SIP2 payment type as required.
- [[22721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22721) Normalize GetMarcFromKohaField calls
- [[22837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837) Koha::Account::Line->apply should not require a 'set' of debits
- [[23068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068) Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy
@ -219,10 +232,12 @@ Additional notes:
- [[23580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23580) Add C4::Context->yaml_preference
>This trivial patch adds a convenient way to retrieve YAML-based system preferences in the code, avoiding the need to handle the decoding in each place they are used.
- [[23623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623) Use the new API and remove /svc scripts for privacy settings
- [[23770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23770) Add Koha::Object(s)->to_api method
**Sponsored by** *ByWater Solutions*
- [[23793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23793) Add an EmbedItems RecordProcessor filter for MARC::Record objects
- [[23807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23807) Add Koha::Item->as_marc_field
- [[23843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23843) Make existing endpoints use Koha::Object(s)->to_api
@ -240,9 +255,11 @@ Additional notes:
- [[15497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15497) Limit item types by library
**Sponsored by** *Central Kansas Library System*, *Northeast Kansas Library System* and *South East Kansas Library System*
- [[17178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178) Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor
**Sponsored by** *Round Rock Public Library*
- [[23602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23602) Library limitations should display in the item types table
### Circulation
@ -254,9 +271,11 @@ Additional notes:
>This enhancement extends the "Claims returned" lost status and allows staff to track items that patrons claim to have returned. Items are marked as "Claims returned" from the checkout page in the staff side.
>
>There are 3 new systems preferences to set for this functionality to work: `ClaimReturnedChargeFee`, `ClaimReturnedLostValue` and `ClaimReturnedWarningThreshold`
- [[17492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17492) Show warning if patron's age is out of category limits
>This development adds a warning at checkout if a patron is found to have an age that is outside their categories age range and allows the staff user to immediately update the patrons' category from the warning dialogue.
- [[20194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20194) Display both biblioitems.itemtype and items.itype in circulation screens
- [[20959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20959) Style checkin form more like the checkout form, with collapsed settings panel
- [[23328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23328) Some check-in messages should be dismissable
@ -279,9 +298,11 @@ Additional notes:
>The intention here is to assist in automating updating patrons for schools or libraries where patrons are regularly changed - patrons with fines can be moved to 'probational statuses' or patrons without fines can be moved to 'privileged statuses'.
>
>The flexibility should allow for various workflows to be automated via cronjob.
- [[22509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509) Add a script to generate MARC fields containing date formatted strings
**Sponsored by** *Orex Digital*
- [[23346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23346) Add without-db-name parameter to koha-dump
>This enhancement is the first step in allowing a koha database dump file to be restored into another koha instance.
@ -295,9 +316,11 @@ Additional notes:
>This enhancement makes account renewal charges distinct from initial account registration charges.
>
>**Reports note**: Prior to this patch both account creations and account renewals would result in an accountline with accounttype `A`; After this patch account creations will result in an accountline with accounttype `ACCOUNT` and account renewals will result in ana ccountline with accounttype `ACCOUNT_RENEW`.
- [[22627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22627) Rephrase 'your fines and charges' tab in OPAC
**Sponsored by** *Catalyst*
- [[23049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049) Replace MANUAL_INV authorised value with a dedicated table
>This patchset moves the `MANUAL_INV` authorized values into their own table and adds an interface into the administration pages to allow the addition and modification of such account types.
@ -305,6 +328,7 @@ Additional notes:
>This serves as the foundation for enhancing the accounts system and leads to clearer code and more consistent data via database-level constraints.
>
>**Reports note**: Reports will need to be updated to look in the new debit_type_code field for accountlines of type 'debit' and use the updated coded values.
- [[23805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23805) Add a dedicated credit_types table
>This patchset moves the remaining accounttypes, all of which should be credits after bug 23049, into their own table.
@ -346,6 +370,7 @@ Additional notes:
- [[20364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20364) Show languages from MARC21 field 041 in intranet
>This patch adds language data from the 041 field of bibliographic records to both the search results and details pages of the staff client.
- [[20434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20434) UNIMARC update from IFLA for existing Koha installations
- [[22884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884) Remove ending . from XSLT templates
- [[23731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23731) Display LC call number in OPAC and staff detail pages
@ -372,6 +397,7 @@ Additional notes:
- [[23903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23903) Replace OPAC icons with Font Awesome
>This patchset updates the majority of icons in the opac to use Font Awesome icons. It improves the consistency of icons, icon alignment and also gives a minor performance boost in opac display.
- [[23955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23955) Replace famfamfam icon in OPAC holds template
### Packaging
@ -392,9 +418,11 @@ Additional notes:
- [[21073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073) Improve plugin performance
>Before this patch, whenever a plugin hook was reached in koha code we would iteratively load plugins looking for one that may support the method. This patch adds database level caching of this data so we do one database call instead of iteratively calling 'load'.
- [[23191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191) Administrators should be able to install plugins from the command line
>This patch adds a new script `misc/devel/install_plugins.pl ` which allows system administrators the option of installing plugins via the command line as opposed to requiring the web side UI.
- [[23213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23213) Add hook to OPAC payments to allow plugins to set minimum payment threshold
### REST API
@ -408,11 +436,13 @@ Additional notes:
- [[23206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23206) Batch patron modification from reports which return cardnumber
>This enhancement adds `Batch patron modification` to the available options display when a report outputs a list of borrowernumbers or cardnumbers.
- [[23389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23389) Add 'All' option to report value dropdowns
>This enhancement adds the ability to optionally include an `all` option in report placeholders allowing for an 'All' option to be displayed in filter select lists.
>
>**Usage**: `WHERE branchcode LIKE <<Branch|branches:all>>`
- [[23390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23390) Add placeholder syntax for column names
>This enhancement allows for renaming columns used to trigger batch modification actions in reports. Before this patch, a column had to be called 'itemnumber' to be sent from reports to batch modification. With this enhancement, you can specify `[[itemnumber| Koha_internal_id]]` to allow for a clearer name for the end-user and to allow translation of terms like 'itemnumber' while preserving the batch modification functionality.
@ -424,9 +454,11 @@ Additional notes:
**Sponsored by** *Duchesne County Library* and *Uintah Library System*
>This enhancement allows the administrator to set if, and which, fields should not be sent to third-party SIP2 clients for privacy reasons.
- [[20954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20954) Add ability to set syspref overrides in SIP as we can in Apache
**Sponsored by** *South East Kansas Library System*
- [[22540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22540) Add ability to place holds using SIP CLI emulator
### Searching
@ -439,6 +471,7 @@ Additional notes:
- [[17851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17851) Add Elasticsearch config to koha-conf.xml
**Sponsored by** *Koha-Suomi Oy*
- [[20334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20334) Elasticsearch - Option for escaping slashes in search queries
- [[20589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20589) Add field boosting and use elastic query fields parameter instead of deprecated _all
- [[20607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20607) Elasticsearch - ability to add a relevancy weight in mappings.yaml file
@ -477,6 +510,7 @@ Additional notes:
>The subfields in the default framework are automatically updated to include these new fields unless they are already mapped to another Koha field.
>
>**Important note**: misc/batchRebuildBiblioTables.pl should be run, after this enhancement is applied, to populate the fields in the database, and it will take some time for larger databases.
- [[21574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21574) Local use system preferences page doesn't have the system preferences menu
- [[23179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23179) Add 'Edit subfields' to framework management tag dropdown and clarify options
- [[23606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23606) Add columns configuration and export options to item types administration
@ -491,6 +525,7 @@ Additional notes:
- [[21824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21824) Add ability to format dates in various formats in templates
>This patchset allows end-users to use advanced date formatting options within template toolkit based notices and slips.
- [[21852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21852) Add more columns and column configuration to overdues report
- [[22209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22209) Move stock rotation stage and item forms into modals
- [[22897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897) Switch two-column templates to Bootstrap grid: ILL requests
@ -535,6 +570,7 @@ Additional notes:
>Adds preference `BarcodeSeparators`
>
>**NOTE**: If you currently depend on a comma, semicolon, pipe character or hyphen as a barcode separator within inventory tool, please ADD them to this new preference. The default behaviour is set back to a carriage return, linefeed or whitespace now.
- [[23279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23279) In news management interface, sort news by publication date descending
- [[23385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23385) Hide default value fields by default on patron import
- [[23512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23512) Reindent notices and slips page (letter.tt)
@ -556,6 +592,7 @@ have already been fixed in maintainance releases)
- [[18743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18743) Filter suggestion lists correctly for IndependentBranches
**Sponsored by** *BULAC*
- [[21316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21316) Adding controlfields to the ACQ framework causes issues when adding to basket
- [[23397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23397) Order lines can be duplicated in acqui scripts spent.pl and ordered.pl
- [[23854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23854) Cannot edit a suggestion
@ -565,9 +602,6 @@ have already been fixed in maintainance releases)
### Architecture, internals, and plumbing
- [[13193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193) Make Memcached usage fork safe
**Sponsored by** *The National Library of Finland*
- [[22857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857) Entries missing in koha-conf.xml
- [[23095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23095) Circulation rules not displayed (empty vs null)
- [[23316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23316) GetFine needs updating for bug 22521
@ -597,6 +631,7 @@ have already been fixed in maintainance releases)
>Before 18.05, suspension expiry date calculation didn't take the calendar into account. This behaviour changed with bug 19204, and some libraries miss the old behaviour.
>
>These patches decouple overdue days calculation configuration (`finesCalendar`) from how the expiry date is calculated for the suspension through a new system preference: `SuspensionsCalendar`, that has the exact same options but only applies to suspensions. On upgrade, the new preference is populated with the value from `finesCalendar`, thus respecting the current configuration.
- [[20086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20086) AddRenewal is not executed as a transaction and can results in partial success and doubled fines
- [[22877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877) Returning a lost item not marked as returned can generate additional overdue fines
- [[23018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23018) Refunding a lost item fee may trigger error if any fee has been written off related to that item
@ -607,6 +642,7 @@ have already been fixed in maintainance releases)
- [[23293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23293) OPACFineNoRenewals always compares against 'balance' not 'outstanding'
>The patchset adds a new system preference, `OPACFineNoRenewalsIncludeCredits`, to control whether the `OPACFineNoRenewals` function uses the account balance or account amount outstanding for calculation.
- [[23382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23382) Issuing rules failing after bug 20912
- [[23404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23404) Circulation::TooMany error on itemtype when at biblio level
- [[23405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23405) Circulation autocomplete for patron lookup broken if cardnumber is empty
@ -633,7 +669,6 @@ have already been fixed in maintainance releases)
- [[23265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23265) Update to DB revision 16.12.00.032 fails: Unknown column 'me.item_level_hold'
- [[23579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23579) error during web install: 'changed_fields' can't have a default value
- [[23809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23809) Update to DB revision 16.12.00.032 fails
- [[24130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24130) Update 18.12.00.024 can fail due to bad date data
### Fines and fees
@ -693,6 +728,7 @@ have already been fixed in maintainance releases)
- [[22210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210) ManaKB should not require firstname and lastname for signup
>This changes the Mana registration form to make it easier for organizations to register. It now only requires name and email address, rather than first name, last name and email address.
- [[22915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22915) Cannot subscribe to Mana-KB
>This fix updates the Mana server URL in etc/koha-conf.xml so that it uses the correct URL - https://mana-kb.koha-community.org.
@ -711,6 +747,7 @@ have already been fixed in maintainance releases)
- [[23194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23194) Public notes items in the OPAC should allow for HTML tags
>Since 18.11, item.itemnotes content is escaped so any HTML tag would appear broken. It is now allowed again, hyperlinks for example.
- [[23225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23225) OPAC ISBD view returns 404 when no item attached
- [[23253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23253) OpacNavRight does not display correctly for opacuserlogin disabled or self registration
- [[23428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23428) Self registration with a verification by email is broken
@ -736,6 +773,7 @@ have already been fixed in maintainance releases)
- [[23626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626) Add a system preference to limit the number of rows of data used when charting or exporting report results
**Sponsored by** *Fenway Library Organization* and *Higher Education Libraries of Massachusetts*
- [[23730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23730) Exporting reports is broken
- [[23982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23982) Count/pagination broken for reports with duplicated column names
@ -757,6 +795,7 @@ have already been fixed in maintainance releases)
- [[23630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23630) Elasticsearch indexing is removing field 999
>In Koha::SearchEngine::Elasticsearch::Indexer::update_index() first arg record ids is now mandatory
- [[23719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23719) Record matching for authorities using defined fields is broken under ES
- [[23986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23986) Batch Record Deletion does not remove records from Elasticsearch search index
@ -805,6 +844,7 @@ have already been fixed in maintainance releases)
- [[22862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862) It should be possible to paste formatted phone numbers into the SMS messaging number field
>This bugfix improves the likelihood of pasted patron phone numbers passing validation as we will now attempt to normalise out illegal characters often used to human-friendly formatting.
- [[23037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23037) Henry Bolshaw is missing from the contributors list
### Acquisitions
@ -813,6 +853,7 @@ have already been fixed in maintainance releases)
- [[20780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20780) EDI: Add support for 'AcqItemSetSubfieldsWhenReceived'
>EDIFACT receipting of items should now respect the `AcqItemSetSubfieldsWhenReceived` system preference
- [[21580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21580) Order creation for EDIFACT vendor fails
- [[22294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22294) EDI wrongly assumes all ISBN13's have corresponding ISBN10's
- [[22786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22786) Can create new funds for locked budgets
@ -847,6 +888,7 @@ have already been fixed in maintainance releases)
- [[7890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890) Required fields in the MARC editor should be highlighted
>This bugfix modifies the basic MARC editor so that required fields have the standard "Required" label on them instead of a small red asterisk.
- [[21518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21518) Material type "three-dimensional artifact" displays as "visual material"
- [[21887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21887) 856$u link problem in XSLT result lists and detail page
- [[22830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830) correct for loop in value_builder/unimarc_field_4XX.pl value_builder
@ -858,11 +900,13 @@ have already been fixed in maintainance releases)
- [[16284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16284) With CheckPrevCheckout used, check only the item for previous checkout if biblio is serial
>Prior to this patch the `CheckPrevCheckout` functionality errantly included serial type records.
- [[18344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344) Overdue fines 'cap at replacement price' and 'cap by amount' should work together
- [[21027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21027) Totals in statistics tab change when StatisticsFields is changed
- [[22617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22617) Checkout notes pending dashboard link - error received even though manage_checkout_notes permission set
>This fixes an error that occurs when an account with full circulate permissions (but not super librarian permissions) clicks on 'Checkout notes pending' and is then automatically logged out with the message "Error: you do not have permission to view this page. Log in as a different user".
- [[22927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927) Item improperly marked returned when changing damaged or withdrawn status
- [[22982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22982) Paying lost fee does not always remove lost item from checkouts
- [[23007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23007) Make dialogs in returns.pl optionally modal
@ -892,6 +936,7 @@ have already been fixed in maintainance releases)
>This patch corrects a behaviour where an in transit hold would not be cancelled if even the patron specified they did not need the hold after a certain date. In some cases they would receive a notice to pickup a hold they no longer wanted.
>
>Now these holds will be cancelled while in transit, and should be routed to their home location when checked in with no notice to the patron.
- [[22128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22128) koha-remove fails mysql ERROR 1133 (42000) at line 2: Can't find any matching row in the user table
- [[23193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23193) Make set_password.pl use Koha::Script
- [[23345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23345) Wrong parameter name in koha-dump usage statement
@ -943,6 +988,7 @@ have already been fixed in maintainance releases)
- [[22099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22099) "List requests" button displays when listing requests
**Sponsored by** *Catalyst*
- [[22280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22280) The ILL module assumes every status needs a next/previous status
- [[23712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23712) Silence warns from Koha/Illrequest/Logger.pm
@ -978,9 +1024,11 @@ have already been fixed in maintainance releases)
- [[23034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23034) Warning when in Mana KB settings Auto subscription sharing is unchecked
**Sponsored by** *The National Library of Finland*
- [[23075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075) Incorrect URL should have a meaningful error message
>This enhancement displays a more meaningful error message if an incorrect Mana KB service URL is used in the koha-conf.xml configuration file (for example, if http is used instead of https), rather than the direct output from the failed json parse.
- [[23130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23130) Incorrect alternative mana server URL in etc/koha-conf.xml
>This fix updates the alternative Mana KB server URL in
@ -991,6 +1039,7 @@ have already been fixed in maintainance releases)
- [[21343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21343) Automatic renewal cronjob doesn't send notices according to patron language preference
**Sponsored by** *Lund University Library*
- [[22744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22744) Remove confusing 'Do not notify' checkboxes from messaging preferences
- [[23256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23256) fr-CA OPAC_REG_VERIFY has hard-coded http://
- [[23762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23762) Editing is_html status of email template fails under multi-languages
@ -1016,6 +1065,7 @@ have already been fixed in maintainance releases)
- [[23076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23076) Include OpacUserJS on OPAC maintenance page
>This fix allows the OPAC maintenance page to use JavaScript included in the OPACUserJS system preference.
- [[23078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23078) Use Koha.Preference in OPAC global header include
- [[23099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23099) OPAC Search result sorting "go" button flashes on page load
- [[23122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23122) When searching callnumber in simple search, search option is not retained
@ -1030,12 +1080,14 @@ have already been fixed in maintainance releases)
- [[23625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625) ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required
**Sponsored by** *California College of the Arts*
- [[23648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23648) The logged in link (class "loggedinusername") needs data-patroncategory
- [[23683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23683) Course reserves public notes on specific items should allow for HTML
- [[23726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23726) Give class to No Items Available text on OPAC results page
- [[23901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23901) Fix js error sms_input is null in opac-messaging.tt
**Sponsored by** *Koha-Suomi Oy*
- [[23968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23968) OPACMySummaryNote does not work
- [[24084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24084) PlainMARC view broken on OPAC if other $.ajax calls produce errors
@ -1050,6 +1102,7 @@ have already been fixed in maintainance releases)
- [[21390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21390) Self registration verification emails should send immediately
**Sponsored by** *Goethe-Institut*
- [[21939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21939) Permission for holds history tab is too strict
- [[22741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741) Koha::Patron->store must not log updated_on changes (random failure of test BorrowerLogs and TrackLastPatronActivity)
- [[22910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910) Unique attributes should not be copied when duplicating a patron
@ -1079,6 +1132,7 @@ have already been fixed in maintainance releases)
- [[23624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624) Count rows in report without (potentially) consuming all memory
**Sponsored by** *Fenway Libraries Online*, *Fenway Library Organization* and *Higher Education Libraries of Massachusetts*
- [[23812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23812) Download icon is an upload icon
### SIP2
@ -1133,6 +1187,7 @@ have already been fixed in maintainance releases)
**Sponsored by** *Gothenburg University Library*
>This fixes a problem where the pop-up window or tab immediately closes when attempting to edit or add a bibliographic item.
- [[23689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23689) Terminology: Branches limitations should be libraries limitations - Authorised Values
- [[23704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23704) Typo in itemtypes.tt
- [[23729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23729) Move CSS from moremember.tt template to staff global CSS
@ -1142,6 +1197,7 @@ have already been fixed in maintainance releases)
- [[8558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558) Better confirmation message for importing frameworks
**Sponsored by** *Catalyst*
- [[22867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867) UniqueItemFields preference value should be pipe-delimited
- [[22947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947) Markup error in OPAC preferences file
- [[23153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23153) In framework management action subfields goes directly to edition
@ -1196,6 +1252,7 @@ have already been fixed in maintainance releases)
- [[22799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799) Batch item modification is case sensitive
**Sponsored by** *South Taranaki District Council*
- [[23006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23006) Can't use inventory tool with barcodes that contain regex reserved characters ($,...)
- [[23184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23184) Export/bibs/holdings settings unclear for exporting bibs without any holdings
@ -1281,7 +1338,7 @@ interface are available in this release for the following languages:
- Portuguese (Brazil) (90.4%)
- Slovak (81.2%)
- Spanish (98.1%)
- Swedish (84.9%)
- Swedish (84.8%)
- Turkish (93.8%)
- Ukrainian (69.7%)
@ -1446,7 +1503,7 @@ We thank the following individuals who contributed patches to Koha 19.11.00.
- Eric Phetteplace (1)
- Séverine Queune (1)
- Liz Rea (9)
- Martin Renvoize (352)
- Martin Renvoize (349)
- Justin Rittenhouse (1)
- Marcel de Rooy (29)
- Caroline Cyr La Rose (4)
@ -1465,53 +1522,6 @@ We thank the following individuals who contributed patches to Koha 19.11.00.
- Nazlı Çetin (2)
- Radek Šiman (1)
| :------: | :------: | :------: |
| Aleisha Amohia (5) | Paul Hoffman (1) | Eric Phetteplace (1) |
| Tomás Cohen Arazi (131) | Andrew Isherwood (13) | Séverine Queune (1) |
| Alex Arnaud (9) | Mason James (1) | Liz Rea (9) |
| Philippe Blouin (1) | Pasi Kallinen (4) | Martin Renvoize (352) |
| David Bourgault (2) | Olli-Antti Kivilahti (3) | Justin Rittenhouse (1) |
| Alex Buckley (2) | Jon Knight (1) | Marcel de Rooy (29) |
| Rudolf Byker (1) | Bernardo González Kriegel (2) | Caroline Cyr La Rose (4) |
| Colin Campbell (6) | Petter von Krogh (1) | Alex Sassmannshausen (1) |
| Nick Clemens (139) | David Kuhn (1) | Lisette Scheer (2) |
| David Cook (1) | Joonas Kylmälä (2) | Maryse Simard (1) |
| Chris Cormack (2) | Nicolas Legrand (3) | Fridolin Somers (31) |
| Christophe Croullebois (1) | Owen Leonard (125) | Arthur Suzuki (2) |
| Frédéric Demians (1) | Ere Maijala (28) | Emmi Takkinen (3) |
| Jonathan Druart (170) | Hayley Mapley (2) | Lari Taskula (5) |
| Magnus Enger (8) | Julian Maurice (67) | Mirko Tietgen (2) |
| Charles Farmer (2) | Matthias Meusburger (2) | Mark Tompsett (19) |
| Katrin Fischer (49) | Josef Moravec (20) | Koha translators (1) |
| Martha Fuerst (1) | Agustín Moyano (29) | Jesse Weaver (1) |
| Lucas Gass (13) | Joy Nelson (1) | Bin Wen (1) |
| Claire Gravely (1) | David Nind (1) | Nazlı Çetin (2) |
| David Gustafsson (7) | Björn Nylen (1) | Radek Šiman (1) |
| Kyle Hall (70) | Dobrica Pavlinušić (2) | () |
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 19.11.00
@ -1537,7 +1547,7 @@ patches to Koha 19.11.00
- Loughborough University (1)
- nd.edu (1)
- Prosentient Systems (1)
- PTFS-Europe (372)
- PTFS-Europe (369)
- rbit.cz (1)
- Rijks Museum (29)
- rot13.org (2)
@ -1618,7 +1628,7 @@ for Koha.
- Elizabeth Quinn (1)
- Johanna Raisa (6)
- Liz Rea (107)
- Martin Renvoize (1485)
- Martin Renvoize (1484)
- David Roberts (1)
- Marcel de Rooy (200)
- Caroline Cyr La Rose (1)
@ -1627,8 +1637,8 @@ for Koha.
- Maksim Sen (1)
- Joe Sikowitz (1)
- Maryse Simard (73)
- Mike Somers (1)
- Fridolin Somers (3)
- Mike Somers (1)
- Christian Stelzenmüller (1)
- Myka Kennedy Stephens (2)
- Arthur Suzuki (8)
@ -1645,7 +1655,6 @@ for Koha.
- Nazlı Çetin (2)
We regret any omissions. If a contributor has been inadvertently missed,
please send a patch against these release notes to
koha-patches@lists.koha-community.org.
@ -1658,7 +1667,7 @@ version of Koha can be retrieved by checking out the master branch of:
- [Koha Git Repository](git://git.koha-community.org/koha.git)
The branch for this version of Koha and future bugfixes in this release
line is 19.06.x.
line is 19.11.x.
## Bugs and feature requests
@ -1670,4 +1679,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 28 Nov 2019 14:06:54.
Autogenerated release notes updated last on 27 Nov 2019 15:10:11.

Loading…
Cancel
Save