View | Details | Raw Unified | Return to bug 22890
Collapse All | Expand All

(-)a/CHANGELOG.md (+12602 lines)
Line 0 Link Here
1
# Changelog
2
3
## RELEASE NOTES FOR KOHA 19.11.00
4
27 Nov 2019
5
6
Koha is the first free and open source software library automation
7
package (ILS). Development is sponsored by libraries of varying types
8
and sizes, volunteers, and support companies from around the world. The
9
website for the Koha project is:
10
11
- [Koha Community](http://koha-community.org)
12
13
Koha 19.11.00 can be downloaded from:
14
15
- [Download](http://download.koha-community.org/koha-19.11-latest.tar.gz)
16
17
Installation instructions can be found at:
18
19
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
20
- OR in the INSTALL files that come in the tarball
21
22
Koha 19.11.00 is a major release, that comes with many new features.
23
24
It includes 7 security fixes, 20 new features, 146 enhancements, 367 bugfixes.
25
26
#### System requirements
27
28
Koha is continiously tested against the following configurations and as such these are the recommendations for 
29
deployment: 
30
31
- Debian Jessie with MySQL 5.5
32
- Debian Stretch with MariaDB 10.1 (MySQL 8.0 support is experimental)
33
- Ubuntu Bionic with MariaDB 10.1 (MariaDB 10.3 support is experimental) 
34
35
Additional notes:
36
    
37
- Perl 5.10 is required
38
- Zebra or Elasticsearch is required
39
40
41
### Security bugs
42
43
#### Koha
44
45
- [[22543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22543) Patron might be logged in again using browser back button
46
- [[23025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23025) security vulnerability detected in fstream < 1.0.12 defined in yarn.lock
47
- [[23042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23042) Local login attempt populates shibboleth url with userid and password in plain text
48
- [[23058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23058) Cross-site scripting in OPAC search
49
- [[23329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23329) tracklinks.pl accepts any url from a parameter for proxying if not tracking
50
- [[23451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23451) Reflected XSS in opac-imageviewer.pl
51
- [[23836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23836) tracklinks.pl should not forward if TrackClicks is disabled
52
53
### New features
54
55
#### Cataloging
56
57
- [[17179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17179) Advanced editor: Add keyboard shortcuts to repeat (duplicate) a field, and cut text
58
59
  **Sponsored by** *Round Rock Public Library*
60
61
  >This patchset introduces an internal clipboard to the advanced editor and provides some new functionality to make use of it; The following default shortcuts are provided but can be edited as per bug 21411.
62
  >
63
  >Changed:
64
  >* `Ctrl-X`: Now cuts a line into the clipboard area
65
  >* `Shift-Ctrl-X`: Now cuts current subfield into clipboard area
66
  >
67
  >Added:
68
  >* `Ctrl-C`: Copies a line into the clipboard area
69
  >* `Shift-Ctrl-C`: Copies current subfield into clipboard area
70
  >* `Ctrl-P`: Pastes the selected item from the clipboard at cursor
71
  >* `Ctrl-I`: Copies the current line and inserts onto a new line below
72
73
- [[22445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22445) Ability to define a URL for custom cover images
74
75
  **Sponsored by** *Orex Digital*
76
77
  >This development adds the ability to use alternative cover art providers who provide covers openly via consistent URLs.
78
  >Three new system preferences are introduced, `CustomCoverImagesURL`,  `CustomCoverImages` and  `OPACCustomCoverImages`.
79
80
#### Fines and fees
81
82
- [[23228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23228) Add option to automatically display payment receipt for printing after making a payment
83
84
  >This enhancement adds the optional ability to automatically popup the receipt print dialogue upon successful payments in the staff client.
85
  >
86
  >
87
  >Note: The new `FinePaymentAutoPopup` must be enabled and popup blocker may require setting to allow popups for your Koha staff client domain.
88
89
#### Hold requests
90
91
- [[19618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618) Add 'Club Holds' feature
92
93
  **Sponsored by** *South East Kansas Library System*
94
95
  >This new feature adds the ability for clubs to place a hold for bibs. When such a hold is placed, in the background a hold will be automatically placed for each member of the group in random order.
96
97
#### OPAC
98
99
- [[22581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22581) Add support for Plaine & Easie musical incipits rendering in OPAC
100
101
  **Sponsored by** *Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción)*
102
103
  >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.
104
105
- [[23214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214) Add ability to pay guarantees fines
106
107
  >This new feature gives guarantors the option to pay off their guarantees charges using online payments via the OPAC.
108
109
#### Patrons
110
111
- [[14570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570) Make it possible to add multiple guarantors to a record
112
113
  **Sponsored by** *Northeast Kansas Library System* and *Vermont Organization of Koha Automated Libraries*
114
115
  >This development adds the ability for a patron to have an unlimited number of guarantors in any combination of existing Koha patrons and manually added guarantors ( e.g. the guarantor has no patron record in Koha ).
116
  >
117
  >This feature retains the existing behaviour for importing guarantors during patron imports; However, guarantors can no longer be viewed, added or updated via the REST API.
118
  >
119
  >Reports that utilize `borrowers.guarantorid` will need to be updated.
120
121
#### Plugin architecture
122
123
- [[22706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22706) Add plugin hooks to allow custom password strength checking modules
124
125
  >This new feature allows plugin authors to implement a `check_password` method to enable custom password validation routines.
126
  >
127
  >**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.
128
129
- [[22709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22709) Add hooks to notify plugins of biblio and item changes
130
131
  >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.
132
  >
133
  >**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
134
135
- [[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
136
137
  >This new feature allows plugin authors to construct absolute paths to resources contained within their plugins using the new `bundle_path` method.
138
  >
139
  >This can be used to aid in serving static content.
140
  >
141
  >**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
142
143
- [[22835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835) Serve static files from plugins through the API
144
145
  **Sponsored by** *Theke Solutions*
146
147
  >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.
148
  >
149
  >**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.a
150
151
- [[23050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23050) Add hook to add a tab in intranet biblio details page
152
153
  >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.
154
  >
155
  >**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
156
157
- [[23237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237) Add support for [% INCLUDE %] in plugin templates
158
159
  >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.
160
  >
161
  >**Usage**: `[% INCLUDE "$PLUGIN_DIR/header.tt" %]`
162
  >
163
  >**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
164
165
#### REST API
166
167
- [[16825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16825) Add API route for getting an item
168
169
  **Sponsored by** *Koha-Suomi Oy*
170
171
- [[17003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17003) Add API route to get checkout's renewability
172
- [[23517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517) Add API route to update a holds priority
173
- [[23584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584) Add public API routes to change privacy settings
174
- [[23677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23677) Add API route to get a bibliographic record
175
176
#### Staff Client
177
178
- [[23321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23321) Add 'cash registers' to the accounts system
179
180
  **Sponsored by** *Cheshire Libraries Shared Services* and *PTFS Europe*
181
182
  >This new feature adds the ability to define cash registers in Koha and assign transactions to them. It introduces the new `UseCashRegisters` system preference which when enabled will expose the cash register management screen under the administration area and also require a cash register to be associated with any transaction of the payment type `CASH`.
183
184
#### Z39.50 / SRU / OpenSearch Servers
185
186
- [[13937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937) Add an Elasticsearch-compatible Z39.50/SRU daemon
187
188
  **Sponsored by** *National Library of Finland*
189
190
  >This development allows libraries wishing to run Elasticsearch but also serve as a public SRU/Z39.50 gateway to do so without running Zebra in parallel.
191
192
### Enhancements
193
194
#### Acquisitions
195
196
- [[14669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669) Search orders by managing library
197
- [[20254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20254) Forbid the download of duplicate EDI messages
198
- [[20595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20595) EDI: Add support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled
199
200
  **Sponsored by** *PTFS Europe*
201
202
  >This enhancement allows items to be automatically added to rotas at acquisition time by using the LRP (Library Rotation Plan) field in EDI.a
203
204
- [[23522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23522) Show "Actual price" in basket when available
205
206
  **Sponsored by** *Virginia Tech*
207
208
#### Architecture, internals, and plumbing
209
210
- [[18928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928) Move `holdallowed`, `hold_fulfillment_policy` and `returnbranch` into the `circulation_rules` table.
211
212
  >**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
213
214
- [[18930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930) Move 'refund lost item fee rules' into the `circulation_rules` table
215
216
  >**Reports note**: This changes the database schema, reports referencing the `refund_lost_item_fee_rules` table will need to be updated
217
218
- [[22563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563) Convert lost handling to use 'status' instead of multiple accounttypes
219
220
  >**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'
221
222
- [[22610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610) SIP Payment Types should be moved out of accountype
223
224
  >**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.
225
226
- [[22721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22721) Normalize GetMarcFromKohaField calls
227
- [[22837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837) Koha::Account::Line->apply should not require a 'set' of debits
228
- [[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
229
- [[23152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23152) koha_object[s]_class methods must be implemented when needed
230
- [[23230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23230) Make Koha::Plugins::Base::_version_compare OO
231
- [[23272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23272) Koha::AuthorisedValue should use Koha::Object::Limit::Library
232
- [[23281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23281) Add Koha::Objects::Limit::Library
233
- [[23414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23414) Improve performance of C4/XSLT/buildKohaItemsNamespace
234
- [[23580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23580) Add C4::Context->yaml_preference
235
236
  >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.
237
238
- [[23623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623) Use the new API and remove /svc scripts for privacy settings
239
- [[23770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23770) Add Koha::Object(s)->to_api method
240
241
  **Sponsored by** *ByWater Solutions*
242
243
- [[23793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23793) Add an EmbedItems RecordProcessor filter for MARC::Record objects
244
- [[23807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23807) Add Koha::Item->as_marc_field
245
- [[23843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23843) Make existing endpoints use Koha::Object(s)->to_api
246
247
#### Authentication
248
249
- [[23146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23146) Add support for Basic auth on the OAuth2 token endpoint
250
251
  **Sponsored by** *ByWater Solutions*
252
253
  >This patchset adds flexibility to the OAuth2 implementation regarding how the parameters are passed on the request. The original implementation of OAuth2 only contemplated the option to pass the client_id and client_secret parameters on the request body. It is very common that clients expect to be able to pass them as a Basic authorization header.
254
255
#### Cataloging
256
257
- [[15497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15497) Limit item types by library
258
259
  **Sponsored by** *Central Kansas Library System*, *Northeast Kansas Library System* and *South East Kansas Library System*
260
261
- [[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
262
263
  **Sponsored by** *Round Rock Public Library*
264
265
- [[23602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23602) Library limitations should display in the item types table
266
267
#### Circulation
268
269
- [[14697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697) Extend and enhance "Claims returned" lost status
270
271
  **Sponsored by** *Fargo Public Library* and *North Central Regional Library System*
272
273
  >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.
274
  >
275
  >There are 3 new systems preferences to set for this functionality to work: `ClaimReturnedChargeFee`, `ClaimReturnedLostValue` and `ClaimReturnedWarningThreshold`
276
277
- [[17492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17492) Show warning if patron's age is out of category limits
278
279
  >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.
280
281
- [[20194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20194) Display both biblioitems.itemtype and items.itype in circulation screens
282
- [[20959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20959) Style checkin form more like the checkout form, with collapsed settings panel
283
- [[23328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23328) Some check-in messages should be dismissable
284
- [[23507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23507) Add ability to show and print change given on fee receipt from FinePaymentAutoPopup
285
- [[23686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23686) Check onsite checkout when the last checkout was an onsite one
286
287
#### Command-line Utilities
288
289
- [[16219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219) Runreport.pl should allow SQL parameters to be passed on the command line
290
- [[17168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168) Add a command line script for updating patron category based on status
291
292
  **Sponsored by** *Round Rock Public Library*
293
294
  >These patches introduce a new script to replace the `j2a.pl` script with a more flexible set of options.
295
  >
296
  >`misc/cronjobs/update_patrons_category.pl` can now be used to update patrons who are older or younger than their patron categories to a category chosen by the user.
297
  >
298
  >Additionally, this script allows users to specify a fine total to update patrons, to use any specified borrowers field, and to run by category and/or branch.
299
  >
300
  >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'.
301
  >
302
  >The flexibility should allow for various workflows to be automated via cronjob.
303
304
- [[22509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509) Add a script to generate MARC fields containing date formatted strings
305
306
  **Sponsored by** *Orex Digital*
307
308
- [[23346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23346) Add without-db-name parameter to koha-dump
309
310
  >This enhancement is the first step in allowing a koha database dump file to be restored into another koha instance.
311
  >
312
  >One can now pass the `--without-db-name` option to `koha-dump` to attain a zipped sql dump with no longer contains the `CREATE DATABASE` and `USE` statements within the restore file.
313
314
#### Fines and fees
315
316
- [[6759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6759) Use a different account type for account renewals than for new accounts
317
318
  >This enhancement makes account renewal charges distinct from initial account registration charges.
319
  >
320
  >**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`.
321
322
- [[22627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22627) Rephrase 'your fines and charges' tab in OPAC
323
324
  **Sponsored by** *Catalyst*
325
326
- [[23049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049) Replace MANUAL_INV authorised value with a dedicated table
327
328
  >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.
329
  >
330
  >This serves as the foundation for enhancing the accounts system and leads to clearer code and more consistent data via database-level constraints.
331
  >
332
  >**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.
333
334
- [[23805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23805) Add a dedicated credit_types table
335
336
  >This patchset moves the remaining accounttypes, all of which should be credits after bug 23049, into their own table.
337
  >
338
  >This serves as the foundation for enhancing the accounts system and leads to clearer code and more consistent data via database-level constraints.
339
  >
340
  >**Reports note**: Reports will need to be updated to look in the new credit_type_code field for accountlines of type 'credit' and use the updated coded values.
341
342
#### Hold requests
343
344
- [[22922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922) Allow to modify hold and hold expiration date in staff
345
346
#### Holidays
347
348
- [[15260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260) Option for extended loan with useDaysMode
349
350
  **Sponsored by** *Cheshire East Council*, *Cheshire West and Chester Council*, *Newcastle City Council* and *Sefton Council*
351
352
  >The `useDaysMode` system preference has been enhanced to include an additional option.
353
  >
354
  >This allows libraries to dictate that if the library is closed on the usual due date, the loan period should be pushed forward to the next open day which is the same day of the week.
355
  >
356
  >For example : If an item should be due back on a Tuesday but that particular Tuesday is closed, then instead of it being due back the Wednesday (usual behaviour when due date is pushed forward to next open day), it would actually be due back the next available open Tuesday.
357
  >
358
  >**Note**: This preference setting only works in multiples of 7.
359
360
#### I18N/L10N
361
362
- [[23631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631) fr-CA translation of NEW_SUGGESTION notice
363
- [[23983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23983) Contextualization of "Order" (verb) vs "Order" (noun)
364
365
#### Label/patron card printing
366
367
- [[23464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23464) Update the process of quick spine label printing
368
369
#### MARC Bibliographic data support
370
371
- [[18309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18309) UNIMARC update from IFLA for new Koha installations
372
- [[20364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20364) Show languages from MARC21 field 041 in intranet
373
374
  >This patch adds language data from the 041 field of bibliographic records to both the search results and details pages of the staff client.
375
376
- [[20434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20434) UNIMARC update from IFLA for existing Koha installations
377
- [[22884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884) Remove ending . from XSLT templates
378
- [[23731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23731) Display LC call number in OPAC and staff detail pages
379
380
#### Notices
381
382
- [[21180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21180) Allow Talking Tech outbound script to limit based on patron home library branchcode
383
- [[23278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23278) Reopen last panel upon "Save and continue" in notices
384
385
#### OPAC
386
387
- [[5287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5287) Add floating toolbar to search results in OPAC
388
- [[8778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8778) Add Keyword phrase search to OPAC search
389
- [[20691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20691) Add ability for guarantors to view guarantee's fines in OPAC
390
- [[21701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21701) Have PayPal optionally return to originating OPAC url rather than OPACBaseURL
391
- [[23096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23096) Add floating toolbar to OPAC lists
392
- [[23299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23299) Switch address1 and streetnumber for German address format on opac-memberentry
393
- [[23392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23392) Support MARC21 indicators for private note fields
394
- [[23566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23566) Continue on device - with QR codes
395
- [[23633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23633) Filter out historical charges by default on a users 'your charges' page
396
- [[23694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23694) Author "By" should have its own class
397
- [[23720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23720) Add div wrapper to search results to make moving cover images easier
398
- [[23791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23791) Allow granular control of social networks enabled by SocialNetworks syspref
399
- [[23903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23903) Replace OPAC icons with Font Awesome
400
401
  >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.
402
403
- [[23955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23955) Replace famfamfam icon in OPAC holds template
404
405
#### Packaging
406
407
- [[23400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23400) Add --status to koha-indexer
408
409
#### Patrons
410
411
- [[23219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23219) Show a warning about cancelling their holds before a patron is deleted
412
- [[23697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23697) Add auto complete for patron search in patron module
413
414
  >This enhancement adds an optional auto-complete function to the patron search field when in the patrons module.
415
  >
416
  >The `CircAutocompl` system preference is renamed to `PatronAutoComplete` and use for both the circulation and patrons module auto-complete.
417
418
#### Plugin architecture
419
420
- [[21073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073) Improve plugin performance
421
422
  >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'.
423
424
- [[23191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191) Administrators should be able to install plugins from the command line
425
426
  >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.
427
428
- [[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
429
430
#### REST API
431
432
- [[17005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17005) Extend /checkouts route to list circulation history
433
- [[23667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23667) Add API route for listing items
434
435
#### Reports
436
437
- [[15422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15422) Number of items to order on holds ratio report will not fulfill the holds ratio
438
- [[23206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23206) Batch patron modification from reports which return cardnumber
439
440
  >This enhancement adds `Batch patron modification` to the available options display when a report outputs a list of borrowernumbers or cardnumbers.
441
442
- [[23389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23389) Add 'All' option to report value dropdowns
443
444
  >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.
445
  >
446
  >**Usage**: `WHERE branchcode LIKE <<Branch|branches:all>>`
447
448
- [[23390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23390) Add placeholder syntax for column names
449
450
  >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.
451
452
#### SIP2
453
454
- [[20292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20292) Filter/censor info sent via SIP
455
456
  **Sponsored by** *Duchesne County Library* and *Uintah Library System*
457
458
  >This enhancement allows the administrator to set if, and which, fields should not be sent to third-party SIP2 clients for privacy reasons.
459
460
- [[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
461
462
  **Sponsored by** *South East Kansas Library System*
463
464
- [[22540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22540) Add ability to place holds using SIP CLI emulator
465
466
#### Searching
467
468
- [[23386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23386) Add language of original in advanced search - staff client
469
- [[23543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23543) Adding withdrawn to the item search
470
471
#### Searching - Elasticsearch
472
473
- [[17851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17851) Add Elasticsearch config to koha-conf.xml
474
475
  **Sponsored by** *Koha-Suomi Oy*
476
477
- [[20334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20334) Elasticsearch - Option for escaping slashes in search queries
478
- [[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
479
- [[20607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20607) Elasticsearch - ability to add a relevancy weight in mappings.yaml file
480
- [[22592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22592) Elasticsearch - Support for index scan
481
- [[22826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826) Allow indexing of individual authority records in Elasticsearch
482
483
#### Serials
484
485
- [[21588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588) Add "Collapse/Expand" options on subscription-detail page
486
- [[23435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23435) Add multiple copies of an item when receiving in serials
487
488
  **Sponsored by** *Brimbank City Council*
489
490
#### Staff Client
491
492
- [[18421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18421) Make Coce cover images available for staff search
493
- [[21245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245) Move 'Last patron' button inside of the 'breadcrumb' bar
494
- [[23711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23711) Icons on staff main page should be font icons
495
- [[23803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23803) Add Font Awesome icon to cart in staff interface
496
497
#### System Administration
498
499
- [[11529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529) Add subtitle, medium and part fields to biblio table
500
501
  **Sponsored by** *National Library of Finland*
502
503
  >Keywords to MARC mapping functionality has been replaced with additional Koha fields in the bibliographic framework. 
504
  >
505
  >The keyword mapping only offered a single field, subtitle, and the information was always retrieved from the MARC record, which made it relatively slow. The subtitle and other relevant fields are now available as normal Koha fields:
506
  >
507
  >     biblio.medium - Medium information (MARC 21: 245h, UNIMARC: 200b)
508
  >     biblio.subtitle - Subtitle (MARC 21: 245b, UNIMARC: 200e)
509
  >     biblio.part_number - Part number (MARC 21: 245n, UNIMARC: 200h)
510
  >     biblio.part_name - Part name (MARC 21: 245p, UNIMARC: 200i)
511
  >
512
  >The subfields in the default framework are automatically updated to include these new fields unless they are already mapped to another Koha field.
513
  >
514
  >**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.
515
516
- [[21574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21574) Local use system preferences page doesn't have the system preferences menu
517
- [[23179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23179) Add 'Edit subfields' to framework management tag dropdown and clarify options
518
- [[23606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23606) Add columns configuration and export options to item types administration
519
- [[23611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23611) Add export option to authorized values administration
520
- [[23866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23866) HEA submission preferences should prompt similar to ManaKB
521
522
#### Templates
523
524
- [[7074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074) Show subtitle, part and number of a record in list of checkins
525
- [[17057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17057) Remove event attributes from holds template
526
- [[21058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21058) Missing class for results_summary spans
527
- [[21824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21824) Add ability to format dates in various formats in templates
528
529
  >This patchset allows end-users to use advanced date formatting options within template toolkit based notices and slips.
530
531
- [[21852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21852) Add more columns and column configuration to overdues report
532
- [[22209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22209) Move stock rotation stage and item forms into modals
533
- [[22897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897) Switch two-column templates to Bootstrap grid: ILL requests
534
- [[22935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935) Improve style of Bootstrap pagination
535
- [[22999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22999) Switch two-column templates to Bootstrap grid: Circulation
536
- [[23013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23013) Upgrade DataTables in the staff client
537
- [[23094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23094) Use Bootstrap-style pagination on staged MARC records page
538
- [[23159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23159) Reindent addbiblio.tt
539
- [[23183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23183) Reindent cataloging.js
540
- [[23196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23196) Reindent tools/batch_record_modification.tt
541
- [[23197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23197) Add more batch operation options to SQL report results
542
- [[23221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23221) Reindent tools/manage-marc-import.tt
543
- [[23259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23259) Remove reset-fonts-grids.css
544
- [[23286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23286) Improve style of hold confirmation modal
545
- [[23304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23304) Reindent cataloguing/z3950_search.tt
546
- [[23307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23307) Add columns configuration to cataloguing/z3950_search.tt
547
- [[23339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23339) Reindent addbooks.tt
548
- [[23351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23351) Clean up localization template
549
- [[23399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23399) Reindent returns.tt
550
- [[23438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23438) Use Font Awesome icons in intranet search results browser
551
- [[23444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23444) Terminology: Use library instead of branch
552
- [[23448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23448) Clean up subscription detail template
553
- [[23458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23458) Clean up holds template in the staff client
554
- [[23834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23834) Add default ESLint configuration
555
- [[23958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23958) Use Font Awesome icon to replace "new window" icon image
556
- [[24034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24034) Capitalization on suggestion edit form: No Status
557
- [[24076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24076) Remove inline CSS to center patron home library in search results
558
559
#### Test Suite
560
561
- [[23280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23280) Warning in t/db_dependent/selenium/patrons_search.t
562
- [[23284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23284) Duplicate test in t/db_dependent/Plugins.t
563
- [[23994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23994) AdditionalFields.t is failing randomly (U18)
564
565
#### Tools
566
567
- [[13552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13552) Add debar option to batch patron modification
568
- [[22272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22272) Calendar: When entering date ranges grey out dates in the past from the start date
569
- [[22888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888) Use DataTables for Koha news table filtering
570
- [[22996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996) Move barcode separators to a preference
571
572
  >Adds preference `BarcodeSeparators`
573
  >
574
  >**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.
575
576
- [[23279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23279) In news management interface, sort news by publication date descending
577
- [[23385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23385) Hide default value fields by default on patron import
578
- [[23512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23512) Reindent notices and slips page (letter.tt)
579
580
#### Web services
581
582
- [[22677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22677) Include hint on OAI-PMH URL for Koha in system preference
583
- [[23154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23154) Add pagination to /api/v1/checkouts
584
- [[23156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23156) Add pagination to checkouts in ILS-DI GetPatronInfo service
585
586
587
### Critical bugs fixed
588
589
(This list includes all bugfixes since the previous major version. Most of them
590
have already been fixed in maintainance releases)
591
592
#### Acquisitions
593
594
- [[18743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18743) Filter suggestion lists correctly for IndependentBranches
595
596
  **Sponsored by** *BULAC*
597
598
- [[21316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21316) Adding controlfields to the ACQ framework causes issues when adding to basket
599
- [[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
600
- [[23854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23854) Cannot edit a suggestion
601
- [[23855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23855) Cannot mark the selected suggestion as "pending"
602
- [[23863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23863) Editing a basket clears create_items value
603
- [[23927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23927) Duplicate a "Complete" order  link the "New" one to the invoice
604
605
#### Architecture, internals, and plumbing
606
607
- [[22857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857) Entries missing in koha-conf.xml
608
- [[23095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23095) Circulation rules not displayed (empty vs null)
609
- [[23316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23316) GetFine needs updating for bug 22521
610
- [[23599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23599) Koha::Objects::Limit::Library fails if no library passed
611
- [[23655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655) Errors when running on Debian Jessie
612
- [[23723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23723) Using exit inside eval to stop sending output to the browser doesn't work under Plack
613
- [[23867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23867) 18.12.00.051 fails with "Truncated incorrect DOUBLE value"
614
615
#### Authentication
616
617
- [[22585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22585) Fix remaining double-escaped CAS links
618
- [[23526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23526) Shibboleth login url with query has double encoded '?' %3F
619
- [[23771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23771) CAS/Shib Authentication can fail when multiple users with no userid/cardnumber defined and one of them is locked
620
621
#### Cataloging
622
623
- [[23045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23045) Advanced cataloging editor (rancor) throws a JS error on incomplete/blank lines
624
- [[23252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252) Pressing enter should not submit form in item editor
625
- [[23851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23851) Auto generate accession number format <branchcode>yymm0001 fails to add branchcode prefix(branchcode) for multiple item addition
626
627
#### Circulation
628
629
- [[13958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13958) Add a suspensionsCalendar syspref
630
631
  **Sponsored by** *Universidad Nacional de Córdoba*
632
633
  >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. 
634
  >
635
  >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.
636
637
- [[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
638
- [[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
639
- [[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
640
- [[23079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23079) Checkouts page broken because of problems with date calculation (TZAmerica/Sao_Paulo)
641
- [[23103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23103) Cannot checkin items lost by deleted patrons with fines attached
642
- [[23120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23120) Internal server error when checking in item to transfer and printing slip
643
- [[23145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23145) Confirming transfer during checkin clears the table of previously checked-in items
644
- [[23293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23293) OPACFineNoRenewals always compares against 'balance' not 'outstanding'
645
646
  >The patchset adds a new system preference, `OPACFineNoRenewalsIncludeCredits`, to control whether the `OPACFineNoRenewals` function uses the account balance or account amount outstanding for calculation.
647
648
- [[23382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23382) Issuing rules failing after bug 20912
649
- [[23404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23404) Circulation::TooMany error on itemtype when at biblio level
650
- [[23405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23405) Circulation autocomplete for patron lookup broken if cardnumber is empty
651
- [[23518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23518) Problem with borrower search  autocomplete
652
- [[23551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23551) Problem with renewal period when using the renewal tab
653
- [[23774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23774) When placing a hold editing using Inspect Element allows addition to the code of non listed library
654
- [[23938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23938) Title missing from Checked out box
655
- [[23985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23985) The method Koha::Item-> is not covered by tests!
656
- [[24013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24013) Transferring a checked out item gives a software error
657
- [[24075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24075) Backdating a return to the exact due date and time results in the fine not being refunded
658
659
#### Command-line Utilities
660
661
- [[22566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566) Stock rotation cronjob reporting has issues
662
- [[23933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23933) commit_file.pl Can't call method "get_effective_marcorgcode" on an undefined value at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 578.
663
664
#### Course reserves
665
666
- [[22142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22142) An item's current location changes to blank when it is removed from Course Reserves
667
- [[23083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23083) Course reserve item edit fails if one does not set all values
668
669
#### Database
670
671
- [[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'
672
- [[23579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23579) error during web install: 'changed_fields' can't have a default value
673
- [[23809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23809) Update to DB revision 16.12.00.032 fails
674
675
#### Fines and fees
676
677
- [[19919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919) Writing off a Lost Item Fee marks as "Paid for by patron"
678
- [[23826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23826) Manual Invoice does not use new accounttype and status for fines
679
- [[24100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24100) "Pay selected" is broken
680
681
#### Hold requests
682
683
- [[13640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640) Holds To Pull List includes items unreserveable items
684
- [[14549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14549) Hold not removed when item is checked out to patron who is not next in priority list
685
- [[23116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23116) Cannot place overridden holds
686
- [[23484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23484) Holds to pull (pendingreserves.pl) uses removed default_branch_item_rules table
687
- [[23710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23710) Holds broken on intranet, displays a JSON page with an error
688
- [[23964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23964) An item level hold when placed is set to Waiting, if ReservesNeedReturn is set to Automatic
689
690
#### I18N/L10N
691
692
- [[23713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23713) Subscription add form broken for translations
693
694
#### ILL
695
696
- [[23229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23229) "Get all requests" API call fired when loading any ILL page
697
- [[23529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23529) Interlibrary loan javascript is broken
698
699
#### Installation and upgrade (command-line installer)
700
701
- [[23090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23090) MySQL validate_password plugin breaks koha-create
702
- [[23168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23168) Database Updates broken due to conflicts in bug 21073 and bug 22053
703
- [[23250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23250) koha-create generates broken mysql password
704
- [[23813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23813) DB error on 18.12.00.020
705
706
#### Installation and upgrade (web-based installer)
707
708
- [[23353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23353) ACQ framework makes fr-CA web installer explode
709
- [[23396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23396) Rancor fails to load: insert_copyright is not defined
710
711
#### Label/patron card printing
712
713
- [[23289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23289) Label Template - Creation not working (MariaDB >= 10.2.4)
714
- [[23455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23455) Patron card printing from Patron lists is broken
715
716
#### Lists
717
718
- [[17526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17526) OPAC lists sortfield breaks with a `(`
719
720
#### MARC Authority data support
721
722
- [[23053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23053) Local-Number cannot be used for authority matching due to non-existence of 'phrase' index
723
724
#### MARC Bibliographic record staging/import
725
726
- [[23846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846) Handle records with broken MARCXML on the bibliographic detail view
727
728
#### Mana-kb
729
730
- [[22210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210) ManaKB should not require firstname and lastname for signup
731
732
  >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.
733
734
- [[22915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22915) Cannot subscribe to Mana-KB
735
736
  >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.
737
738
#### Notices
739
740
- [[23181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23181) Unable to use payment library in ACCOUNT_PAYMENT or ACCOUNT_WRITEOFF notices
741
- [[23765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23765) After TranslateNotices is set to 'Don't allow', email settings still show multiple languages
742
- [[24064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24064) DUEDGST typoed as DUEGST
743
- [[24072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24072) Typos in advance_notices.pl causes DUEDGST not to be sent
744
745
#### OPAC
746
747
- [[23150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23150) GDPR feature breaks patron self modification on OPAC
748
- [[23151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23151) Patron self modification sends null dateofbirth
749
- [[23194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23194) Public notes items in the OPAC should allow for HTML tags
750
751
  >Since 18.11, item.itemnotes content is escaped so any HTML tag would appear broken. It is now allowed again, hyperlinks for example.
752
753
- [[23225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23225) OPAC ISBD view returns 404 when no item attached
754
- [[23253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23253) OpacNavRight does not display correctly for opacuserlogin disabled or self registration
755
- [[23428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23428) Self registration with a verification by email is broken
756
- [[23431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23431) having Date of birth in PatronSelfModificationBorrowerUnwantedField causes DOB to be nullified
757
- [[23467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23467) Duplicated screen if error in opac-reserve.pl
758
- [[23530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23530) Opac-basket.pl script accidentally displays 'hidden' items
759
- [[23868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23868) PayPal payment button is never enabled
760
761
#### Patrons
762
763
- [[17140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17140) Incorrect rounding in total fines calculations, part 2
764
- [[23082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23082) Fatal error editing a restricted patron
765
- [[23822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23822) Regression: As of 19.05.04 deletion of patrons with outstanding credits is silently blocked
766
- [[23905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23905) Button "Search to add" doesn't work on Quick add new patron
767
- [[24113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24113) guarantor info lost when a duplicate is found
768
769
#### REST API
770
771
- [[23597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23597) Holds API is missing reserved parameters on the GET spec
772
773
#### Reports
774
775
- [[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
776
777
  **Sponsored by** *Fenway Library Organization* and *Higher Education Libraries of Massachusetts*
778
779
- [[23730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23730) Exporting reports is broken
780
- [[23982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23982) Count/pagination broken for reports with duplicated column names
781
782
#### SIP2
783
784
- [[23057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23057) If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason
785
786
#### Searching
787
788
- [[11677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11677) Limit to Only items currently available for loan or reference not working
789
- [[23425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425) Search explodes with "invalid data, cannot decode object"
790
791
#### Searching - Elasticsearch
792
793
- [[22997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22997) Searching gives no results in auth_finder.pl
794
- [[23004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23004) Missing authtype filter in auth_finder.pl
795
- [[23089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23089) Elasticsearch - cannot sort on non-text fields
796
- [[23322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23322) Elasticsearch - Record matching fails when multiple keys exist
797
- [[23630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23630) Elasticsearch indexing is removing field 999
798
799
  >In Koha::SearchEngine::Elasticsearch::Indexer::update_index() first arg record ids is now mandatory
800
801
- [[23719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23719) Record matching for authorities using defined fields is broken under ES
802
- [[23986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23986) Batch Record Deletion does not remove records from Elasticsearch search index
803
804
#### Staff Client
805
806
- [[23315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23315) Some system preferences are no longer editable
807
808
#### System Administration
809
810
- [[23104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23104) Regression (18925) in circ rules - unlimited vs 0
811
- [[23309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23309) Can't add new subfields to bibliographic frameworks in strict mode
812
- [[23398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23398) Exporting/Reimporting frameworks in XML format will give incomplete results
813
- [[23772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23772) Itemtype icons not showing in table
814
- [[23804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23804) Itemtype not checked when editing
815
- [[24026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24026) Wrong parameters in Koha/Templates/Plugin/CirculationRules.pm and smart-rules.tt
816
817
#### Test Suite
818
819
- [[21985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21985) Test t/db_dependent/Circulation.t fails if SearchEngine is set to elasticsearch
820
- [[23234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23234) Circulation.t failing when comparing dates that seem identical
821
- [[24022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24022) Z3950Responder tests are failing randomly
822
823
#### Tools
824
825
- [[11642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11642) Improve Batch patron deletion and anonymization GUI to make consequences clearer
826
- [[15814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15814) Templates for MARC modification: Edit action does not work when Description contains '
827
- [[17359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17359) Patron import results use wrong encoding
828
- [[18707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18707) Background jobs post disabled inputs
829
- [[18710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18710) Wrong subfield modified in batch item modification
830
- [[23093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23093) Error during upgrade of OpacNavRight preference to Koha news
831
- [[23963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23963) Visible reduction in image quality
832
833
#### Web services
834
835
- [[22249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22249) Error when submitting Mana comment
836
837
838
### Other bugs fixed
839
840
(This list includes all bugfixes since the previous major version. Most of them
841
have already been fixed in maintainance releases)
842
843
#### About
844
845
- [[21662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662) Missing developers from history
846
- [[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
847
848
  >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.
849
850
- [[23037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23037) Henry Bolshaw is missing from the contributors list
851
852
#### Acquisitions
853
854
- [[5365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5365) It should be more clear how to reopen a basket in a basket group
855
- [[20780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20780) EDI: Add support for 'AcqItemSetSubfieldsWhenReceived'
856
857
  >EDIFACT receipting of items should now respect the `AcqItemSetSubfieldsWhenReceived` system preference
858
859
- [[21580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21580) Order creation for EDIFACT vendor fails
860
- [[22294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22294) EDI wrongly assumes all ISBN13's have corresponding ISBN10's
861
- [[22786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22786) Can create new funds for locked budgets
862
- [[23101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23101) Contracts permissions for staff patron
863
- [[23251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23251) EDI Order line incorrectly terminated when it ends with a quoted apostrophe
864
- [[23294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23294) Restore actual cost input field on order page
865
- [[23319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23319) Reloading page when adding to basket from existing order can cause internal server error
866
- [[23320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23320) Neworderempty has unused 'close' and 'budget_name' parameters
867
- [[23338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23338) Cannot specify replacement price when ordering from file if not using fields to order
868
- [[23363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23363) Clicking on shipping cost invoice link from spent.pl causes internal server error
869
- [[23523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23523) Unitprice tax column values are not populated if entered upon ordering
870
- [[23721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23721) Names of exported basketgroup files should be uniformised
871
872
#### Architecture, internals, and plumbing
873
874
- [[16750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16750) Redirect from selectbranchprinter.pl to additem.pl causes software error
875
- [[21801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21801) paycollect.pl should pass library_id when adding accountlines
876
- [[23117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23117) additem.pl crashes on nonexistent biblionumber
877
- [[23144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23144) Bad POD breaks svc/barcode
878
- [[23310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23310) Noisy Koha::Biblio
879
- [[23413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23413) Add a holds routine to Koha::Items to fetch related holds
880
- [[23539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23539) accountlines.accounttype should match authorised_values.authorised_value in size
881
- [[23627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627) Koha::Biblio->get_coins too noisy if no 245$b
882
- [[23997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23997) sample_z3950_servers.sql is failing on MySQL 8
883
884
#### Authentication
885
886
- [[24065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24065) Shibboleth should fail the login if matchpoint is not unique
887
888
#### Cataloging
889
890
- [[7890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890) Required fields in the MARC editor should be highlighted
891
892
  >This bugfix modifies the basic MARC editor so that required fields have the standard "Required" label on them instead of a small red asterisk.
893
894
- [[21518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21518) Material type "three-dimensional artifact" displays as "visual material"
895
- [[21887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21887) 856$u link problem in XSLT result lists and detail page
896
- [[22830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830) correct for loop in value_builder/unimarc_field_4XX.pl value_builder
897
- [[23436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23436) Save to 'undefined' showing in Advanced cataloging editor
898
899
#### Circulation
900
901
- [[13094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13094) It should be easy to hide the 'Cancel all' button on the holds over report
902
- [[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
903
904
  >Prior to this patch the `CheckPrevCheckout` functionality errantly included serial type records.
905
906
- [[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
907
- [[21027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21027) Totals in statistics tab change when StatisticsFields is changed
908
- [[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
909
910
  >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".
911
912
- [[22927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927) Item improperly marked returned when changing damaged or withdrawn status
913
- [[22982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22982) Paying lost fee does not always remove lost item from checkouts
914
- [[23007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23007) Make dialogs in returns.pl optionally modal
915
- [[23039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23039) Hold found modal on checkin screen ( circulation.pl ) obscures Check in message info
916
- [[23061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23061) The column/print/export buttons are missing on the checkout history page
917
- [[23097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23097) Circulation Overdues report patron link  goes to patron's holds tab
918
- [[23098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23098) KOC upload process has misleading wording
919
- [[23129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23129) Items holdingbranch should be set to the originating library when generating a transfer
920
- [[23140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23140) Typo in returns.tt prevents printing branchcode in transfer slips
921
- [[23158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23158) on-site checkout missing when using itemBarcodeFallbackSearch
922
- [[23192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23192) Cancelling holds over returning to wrong tab on waitingreserves.pl
923
- [[23220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23220) Cancelling transfer on returns.pl is subject to a race condition
924
- [[23255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23255) HomeOrHoldingbranch system preference options are described wrong
925
- [[23273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23273) Downloading from overdues.pl doesn't use set filters
926
- [[23408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23408) Relatives' checkout table columns are not configured properly
927
- [[23427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23427) Better sorting of previous checkouts
928
- [[23679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23679) Software error when trying to transfer an unknown barcode
929
- [[23806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23806) FinePaymentAutoPopup does not trigger pop-up for writeoff by "Write off" button
930
- [[23841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841) Add link to bibliographic details page in item details breadcrumbs
931
- [[23862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23862) Add enumchron to holds-table on checkout page
932
- [[24024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24024) Holds Awaiting Pickup (Both Active and Expired) Sorts by Firstname
933
934
#### Command-line Utilities
935
936
- [[21181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21181) Cancel expired holds cronjob does not cancel holds in transit if ExpireReservesMaxPickUpDelay not set
937
938
  >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.
939
  >
940
  >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.
941
942
- [[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
943
- [[23193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23193) Make set_password.pl use Koha::Script
944
- [[23345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23345) Wrong parameter name in koha-dump usage statement
945
946
#### Course reserves
947
948
- [[23952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23952) Fix body id on OPAC course details page
949
950
#### Database
951
952
- [[23022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23022) Koha is not compatible with MySQL >= 8.0.11 because of NO_AUTO_CREATE_USER mode
953
- [[23932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23932) Typo on 'aqinvoice_adjustments.encumber_open' description in Koha Schema
954
- [[23995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23995) Check constraints are supported differently by MySQL and MariaDB so we should remove them for now.
955
956
#### Developer documentation
957
958
- [[22358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22358) Add POD to Koha::SharedContent
959
960
#### Fines and fees
961
962
- [[11573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573) Fine descriptions related to Rentals are untranslatable
963
- [[23106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23106) Totals are unclear when a credit is involved on the 'Pay fines' screen
964
- [[23115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23115) Totals are unclear when a credit is involved on the OPAC 'Fines and charges' screen
965
- [[23483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23483) When writing off a fine, the title of the patron is shown as description
966
967
#### Hold requests
968
969
- [[9834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9834) Reverting a waiting hold should lead to the former hold type (item or biblio level)
970
- [[22021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22021) Item status not shown accurately on request.pl
971
- [[22633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633) Barcodes in the patrons 'holds' summary should link to the moredetail page
972
- [[22814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22814) Holds modal patron name display inconsistency
973
- [[23048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23048) Hide non-pickup branches from hold modification select
974
- [[23502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23502) Staff client "revert status" buttons should not depend on SuspendHoldsIntranet preference
975
976
#### I18N/L10N
977
978
- [[10492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492) Translation problems with TT directives in po files
979
- [[11514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11514) "Uncertain" no longer display in acq
980
- [[13749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13749) On loading holds in patron account 'processing' is not translatable
981
- [[22114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22114) Untranslatable "Patron note:" in checkout.js
982
- [[22661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22661) TinyMCE/WYSIWYG editor doesn't translate
983
- [[22783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22783) 'Location' not picked up by translation toolchain
984
- [[23123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23123) Status AVAILABLE and ORDERED for suggestions are not translated in the templates
985
- [[23452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23452) Multiple select options in system preferences are not translatable
986
- [[24068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24068) Koha::Template::Plugin::I18N->tnpx should call Koha::I18->__npx
987
988
#### ILL
989
990
- [[22099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22099) "List requests" button displays when listing requests
991
992
  **Sponsored by** *Catalyst*
993
994
- [[22280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22280) The ILL module assumes every status needs a next/previous status
995
- [[23712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23712) Silence warns from Koha/Illrequest/Logger.pm
996
997
#### Installation and upgrade (command-line installer)
998
999
- [[23949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23949) koha-common.init missing actions for koha-z3950-responder
1000
1001
#### Installation and upgrade (web-based installer)
1002
1003
- [[22770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22770) Typo in German translation for Greek in language pull down
1004
- [[22966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22966) Add Norwegian library and patron names for the web-based installer
1005
1006
#### Lists
1007
1008
- [[22941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941) Giving malformed sortfield to list results in Internal Server Error
1009
- [[23266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23266) Add to cart fires twice on shelf page
1010
1011
#### MARC Authority data support
1012
1013
- [[22919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22919) Authorities MARC Structure not inserted with SQL strict modes
1014
- [[23437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23437) When UseAuthoritiesForTracing is 'Use' we should use series authorities
1015
1016
#### MARC Bibliographic data support
1017
1018
- [[20986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986) MARC21 Supplement and Index Textual Holdings don't display
1019
1020
#### MARC Bibliographic record staging/import
1021
1022
- [[23324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23324) Need an ISBN normalization routine
1023
1024
#### Mana-kb
1025
1026
- [[23034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23034) Warning when in Mana KB settings Auto subscription sharing is unchecked
1027
1028
  **Sponsored by** *The National Library of Finland*
1029
1030
- [[23075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075) Incorrect URL should have a meaningful error message
1031
1032
  >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.
1033
1034
- [[23130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23130) Incorrect alternative mana server URL in etc/koha-conf.xml
1035
1036
  >This fix updates the alternative Mana KB server URL in
1037
  >etc/koha-conf.xml to https://mana-test.koha-community.org. If the updated URL is used the account creation request is successful and doesn't cause any error messages.
1038
1039
#### Notices
1040
1041
- [[21343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21343) Automatic renewal cronjob doesn't send notices according to patron language preference
1042
1043
  **Sponsored by** *Lund University Library*
1044
1045
- [[22744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22744) Remove confusing 'Do not notify' checkboxes from messaging preferences
1046
- [[23256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23256) fr-CA OPAC_REG_VERIFY has hard-coded http://
1047
- [[23762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23762) Editing is_html status of email template fails under multi-languages
1048
1049
#### OPAC
1050
1051
- [[12537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12537) Editions tab showing on bibs with more than one ISBN
1052
- [[14862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14862) Upgrade jQuery from 1.7 to 3.4.1 in OPAC
1053
- [[16111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111) RSS feed for OPAC search results has wrong content type
1054
- [[18084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18084) Language selector is hidden in user menu on mobile interfaces
1055
- [[22602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22602) OverDrive circulation integration is broken when user is referred to Koha from another site
1056
- [[22804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22804) OPAC Overdrive JavaScript contains untranslatable strings
1057
- [[22945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22945) Markup error in OPAC search results around lists display
1058
- [[22946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946) Markup error in OPAC search results around selection links
1059
- [[22948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22948) Markup error in OPAC bibliographic detail template
1060
- [[22949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22949) Markup error in OPAC course reserves template
1061
- [[22950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22950) Markup error in OPAC recent comment template
1062
- [[22951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22951) Markup error in OPAC holds template
1063
- [[22952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22952) Markup error in OPAC suggestions template
1064
- [[22953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22953) Markup warning in OPAC user summary template
1065
- [[22954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22954) Minor markup error in OPAC messaging template
1066
- [[22955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22955) Markup error in OPAC lists template
1067
- [[23076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23076) Include OpacUserJS on OPAC maintenance page
1068
1069
  >This fix allows the OPAC maintenance page to use JavaScript included in the OPACUserJS system preference.
1070
1071
- [[23078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23078) Use Koha.Preference in OPAC global header include
1072
- [[23099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23099) OPAC Search result sorting "go" button flashes on page load
1073
- [[23122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23122) When searching callnumber in simple search, search option is not retained
1074
- [[23126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23126) Multiline entries in subscription history display with <br/> in OPAC
1075
- [[23210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23210) login4tags should be a link
1076
- [[23248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23248) opac-ISBDdetail.pl dies on invalid biblionumber
1077
- [[23308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23308) Contents of "OpacMaintenanceNotice" HTML escaped on display
1078
- [[23492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23492) OPAC search facet header should not be a link at larger browser widths
1079
- [[23506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23506) Sound material type displays wrong icon in OPAC/Staff details
1080
- [[23528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23528) Show 'log in to add tags' link on all search result entries
1081
- [[23537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23537) Overdrive won't show complete results if the Overdrive object doesn't have a primaryCreator
1082
- [[23625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625) ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required
1083
1084
  **Sponsored by** *California College of the Arts*
1085
1086
- [[23648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23648) The logged in link (class "loggedinusername") needs data-patroncategory
1087
- [[23683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23683) Course reserves public notes on specific items should allow for HTML
1088
- [[23726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23726) Give class to No Items Available text on OPAC results page
1089
- [[23901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23901) Fix js error sms_input is null in opac-messaging.tt
1090
1091
  **Sponsored by** *Koha-Suomi Oy*
1092
1093
- [[23968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23968) OPACMySummaryNote does not work
1094
- [[24084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24084) PlainMARC view broken on OPAC if other $.ajax calls produce errors
1095
1096
#### Packaging
1097
1098
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1099
- [[21000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21000) debian/build-git-snapshot script ignores -D
1100
- [[23700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23700) Fix output of koha-plack --restart
1101
1102
#### Patrons
1103
1104
- [[21390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21390) Self registration verification emails should send immediately
1105
1106
  **Sponsored by** *Goethe-Institut*
1107
1108
- [[21939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21939) Permission for holds history tab is too strict
1109
- [[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)
1110
- [[22910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910) Unique attributes should not be copied when duplicating a patron
1111
- [[22944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944) avoid AnonymousPatron in search_patrons_to_anonymise
1112
- [[23077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23077) Can't import patrons without cardnumber
1113
- [[23109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23109) Incomplete description for staffacccess permission
1114
- [[23199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23199) Koha::Patron->store and uppercasesurname syspref
1115
- [[23217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23217) Batch patron modification shows database errors when no Attribute provided
1116
- [[23218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23218) Batch patron modification empty attribute causes improper handling of values
1117
- [[23589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23589) Discharge notice does not show non-latin characters
1118
- [[23688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23688) System preference uppercasesurnames broken by typo
1119
- [[23788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23788) Writing off multiple fees allows 'overpayment' of those fees
1120
1121
#### Plugin architecture
1122
1123
- [[23222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23222) Fix DISABLE/ENABLE plugin label in plugins home
1124
1125
#### REST API
1126
1127
- [[23607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607) Make /patrons/:patron_id/account privileged user only
1128
- [[23858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23858) Vendors endpoint not setting the Location header
1129
- [[23859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23859) Cities endpoint not setting the Location header
1130
- [[23860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23860) Patrons endpoint not setting the Location header
1131
1132
#### Reports
1133
1134
- [[23624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624) Count rows in report without (potentially) consuming all memory
1135
1136
  **Sponsored by** *Fenway Libraries Online*, *Fenway Library Organization* and *Higher Education Libraries of Massachusetts*
1137
1138
- [[23812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23812) Download icon is an upload icon
1139
1140
#### SIP2
1141
1142
- [[19457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19457) If CheckPrevCheckout is set to "Do", then checkouts are blocked at the SIPServer
1143
- [[22037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22037) Regression: guarantor no longer blocked (debarred) if child is over limit, when checking out via SIP
1144
- [[23722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23722) Document allow_empty_passwords in the example SIP config file
1145
1146
#### Searching
1147
1148
- [[14419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14419) Expanding facets (Show more) performs a new search
1149
- [[14794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14794) Searching patron by birthday returns no results if format incorrect
1150
- [[15704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15704) The 264 index should be split by subfield to match how 260 is indexed
1151
- [[23132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23132) Encoding issues in facets with show more link
1152
- [[23663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23663) Itemtype summary feature in search results is only used in deprecated opac results non-xslt view
1153
- [[23768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23768) ISBN search in IntranetCatalogPulldown searches nothing if passed an invalid ISBN and using SearchWithISBNVariations
1154
- [[24120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24120) Search terms in search dropdown must be URI filtered
1155
1156
#### Searching - Elasticsearch
1157
1158
- [[21534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21534) ElasticSearch - Wildcards not being analyzed
1159
- [[22258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22258) Elasticsearch - full record is not indexed in plain text
1160
- [[22524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524) Elasticsearch - Date range in advanced search
1161
- [[22874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874) Limit to available items doesn't work with elasticsearch 6.x
1162
- [[23670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23670) Load Koha::Exceptions::ElasticSearch module in Koha::SearchEngine::Elasticsearch
1163
- [[23671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23671) Elasticsearch shouldn't throw exception on an uppercase subfield identifier
1164
1165
#### Self checkout
1166
1167
- [[22929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929) Enabling the GDPR_Policy will affect libraries using the SCO module in Koha
1168
1169
#### Serials
1170
1171
- [[8260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8260) Deleting patrons leaves holes in routing list ranking
1172
- [[10215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10215) Increase the size of opacnote and librariannote for table subscriptionhistory
1173
- [[11492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492) Receiving a serial item causes routing list notes to be lost
1174
1175
  **Sponsored by** *Plant and Food Research Limited*
1176
- [[22667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22667) Framework cannot override syspref for cn_source when receiving serials
1177
- [[23065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23065) 'New subscription' button in serials sometimes uses a blank form and sometimes defaults to current serial
1178
- [[23416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23416) When a note to a specific issue upon receiving a serial, this note will appear in next issue received
1179
1180
#### Staff Client
1181
1182
- [[14741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14741) Selecting all child permissions doesn't select the top level check box
1183
- [[21716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21716) Item Search hangs when \ exists in MARC fields
1184
- [[22958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22958) The Help link on SMS providers page should link to the correct chapter in the manual
1185
- [[23525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23525) ISBD view uses view policy of ACQ framework
1186
- [[23651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23651) RestrictedPage system preferences should include the address of the page in the description
1187
- [[23680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23680) Can't open 'Edit items' or 'Add item' links in new tab - tab is closed immediately
1188
1189
  **Sponsored by** *Gothenburg University Library*
1190
1191
  >This fixes a problem where the pop-up window or tab immediately closes when attempting to edit or add a bibliographic item.
1192
1193
- [[23689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23689) Terminology: Branches limitations should be libraries limitations - Authorised Values
1194
- [[23704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23704) Typo in itemtypes.tt
1195
- [[23729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23729) Move CSS from moremember.tt template to staff global CSS
1196
1197
#### System Administration
1198
1199
- [[8558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558) Better confirmation message for importing frameworks
1200
1201
  **Sponsored by** *Catalyst*
1202
1203
- [[22867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867) UniqueItemFields preference value should be pipe-delimited
1204
- [[22947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947) Markup error in OPAC preferences file
1205
- [[23153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23153) In framework management action subfields goes directly to edition
1206
- [[23445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23445) Loan period unit in circulation rules is untranslatable causing problems when editing rules
1207
- [[23612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23612) If no columns in a table can be toggled, don't show columns button
1208
- [[23751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23751) Description of staffaccess permission should be improved
1209
- [[23847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23847) Custom item search fields don't work if subfield is 0 (e.g. Withdrawn)
1210
- [[23853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23853) Typo in authorised_values.tt
1211
1212
#### Templates
1213
1214
- [[13597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597) Amazon 'no image' element needs a 'no-image' class, in the staff client
1215
- [[22768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22768) Global search forms' keyboard navigation broken
1216
- [[22851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22851) Navigation links in the serials module should be styled the same as other modules
1217
- [[22906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906) Minor corrections to plugins home page
1218
- [[22957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22957) Remove type attribute from script tags: Staff client includes 1/2
1219
- [[22960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22960) Typo found in circulation.pref in UpdateItemLocationOnCheckin preference
1220
- [[23074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23074) Holds table sort does not understand dateformat
1221
- [[23226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23226) Remove type attribute from script tags: Cataloging
1222
- [[23227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23227) Remove type attribute from script tags: Reports
1223
- [[23434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23434) Hold confirmation dialog problem if HoldsAutoFill is enabled
1224
- [[23441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23441) Export should not include the 'actions' column in Z3950 results
1225
- [[23446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23446) Fix display issue with serials navigation
1226
- [[23447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23447) Fix capitalization and other minor edits on patron batch edit template
1227
- [[23575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23575) Template error causes item search to be submitted multiple times
1228
- [[23605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23605) Terminology: Branches limitations should be libraries limitations
1229
- [[23778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23778) Regression: Guarantor entry section no longer has a unique id
1230
- [[23946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23946) Remove Noun Project icons from the About page
1231
- [[23954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23954) Format notes in suggestion management
1232
- [[24058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24058) Acquisition table displayed even if no order exist (bib detail)
1233
- [[24093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24093) Sorting indicators broken on list contents view
1234
1235
#### Test Suite
1236
1237
- [[23027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23027) Suggestions.t is failing if no biblio in DB
1238
- [[23038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23038) Expected warnings displayed by tests should be hidden
1239
- [[23177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23177) Rollback cleanup in Circulation.t
1240
- [[23211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23211) SIP/Transaction.t is failing randomly
1241
- [[23821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23821) Reintroduction of create_helper_biblio
1242
- [[23825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825) Object.t is failing - Exception not caught
1243
- [[24002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24002) Test suite is failing on MySQL 8
1244
- [[24029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24029) marcrecord2csv.t displays a SQL error "Truncated incorrect DOUBLE value: '01e'"
1245
- [[24030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24030) GetItemsForInventory failing with "ORDER BY clause is not in SELECT list"
1246
- [[24062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24062) Circulation tests fail randomly if patron category type is 'X'
1247
1248
#### Tools
1249
1250
- [[18757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18757) Problem when importing only items in MARC records
1251
- [[19012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012) Note additional columns that are required during patron import
1252
- [[22571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571) MARC modification templates do not handle control fields in conditional
1253
- [[22653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22653) Preference RotationPreventTransfers is never used
1254
- [[22799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799) Batch item modification is case sensitive
1255
1256
  **Sponsored by** *South Taranaki District Council*
1257
1258
- [[23006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23006) Can't use inventory tool with barcodes that contain regex reserved characters ($,...)
1259
- [[23184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23184) Export/bibs/holdings settings unclear for exporting bibs without any holdings
1260
1261
#### Web services
1262
1263
- [[17247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247) ILS-DI HoldTitle and HoldItem should check if patron is restricted
1264
- [[23429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23429) ilsdi.pl GetRecords documentation does not match output
1265
1266
#### Z39.50 / SRU / OpenSearch Servers
1267
1268
- [[23242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23242) Error when adding new Z39.50/SRU server in DB strict mode
1269
### New sysprefs
1270
1271
- AllowPatronToSetFinesVisibilityForGuarantor
1272
- AllowStaffToSetFinesVisibilityForGuarantor
1273
- BarcodeSeparators
1274
- ClaimReturnedChargeFee
1275
- ClaimReturnedLostValue
1276
- ClaimReturnedWarningThreshold
1277
- CustomCoverImages
1278
- CustomCoverImagesURL
1279
- ElasticsearchMARCFormat
1280
- FinePaymentAutoPopup
1281
- IntranetCoce
1282
- OPACCustomCoverImages
1283
- OPACFineNoRenewalsIncludeCredits
1284
- OPACPlayMusicalInscripts
1285
- OPACShowMusicalInscripts
1286
- OnSiteCheckoutAutoCheck
1287
- OpacCoce
1288
- PatronAutoComplete
1289
- PayPalReturnURL
1290
- PreserveSerialNotes
1291
- QueryRegexEscapeOptions
1292
- RoundFinesAtPayment
1293
- SuspensionsCalendar
1294
- TransfersBlockCirc
1295
- UseCashRegisters
1296
1297
### Documentation
1298
1299
The Koha manual is maintained in Sphinx. The home page for Koha 
1300
documentation is 
1301
1302
- [Koha Documentation](http://koha-community.org/documentation/)
1303
1304
As of the date of these release notes, only the English version of the
1305
Koha manual is available:
1306
1307
- [Koha Manual](http://koha-community.org/manual/19.11/en/html/)
1308
1309
1310
The Git repository for the Koha manual can be found at
1311
1312
- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
1313
1314
### Translations
1315
1316
Complete or near-complete translations of the OPAC and staff
1317
interface are available in this release for the following languages:
1318
1319
- Arabic (95.1%)
1320
- Armenian (95.1%)
1321
- Basque (57.2%)
1322
- Chinese (China) (57.7%)
1323
- Chinese (Taiwan) (100%)
1324
- Czech (92.3%)
1325
- Danish (50.3%)
1326
- English (New Zealand) (80.3%)
1327
- English (USA)
1328
- Finnish (76.2%)
1329
- French (94.9%)
1330
- French (Canada) (95.6%)
1331
- German (100%)
1332
- German (Switzerland) (82.9%)
1333
- Greek (70.7%)
1334
- Hindi (100%)
1335
- Italian (87.1%)
1336
- Norwegian Bokmål (85.5%)
1337
- Occitan (post 1500) (54.5%)
1338
- Polish (79.7%)
1339
- Portuguese (99.3%)
1340
- Portuguese (Brazil) (90.4%)
1341
- Slovak (81.2%)
1342
- Spanish (98.1%)
1343
- Swedish (84.8%)
1344
- Turkish (93.8%)
1345
- Ukrainian (69.7%)
1346
1347
Partial translations are available for various other languages.
1348
1349
The Koha team welcomes additional translations; please see
1350
1351
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1352
1353
For information about translating Koha, and join the koha-translate 
1354
list to volunteer:
1355
1356
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1357
1358
The most up-to-date translations can be found at:
1359
1360
- [Koha Translation](http://translate.koha-community.org/)
1361
1362
### Release Team
1363
1364
The release team for Koha 19.11.00 is
1365
1366
1367
- Release Manager: Martin Renvoize
1368
1369
- Release Manager assistants:
1370
  - Tomás Cohen Arazi
1371
  - Nick Clemens
1372
1373
- QA Manager: Katrin Fischer
1374
1375
- QA Team:
1376
  - Tomás Cohen Arazi
1377
  - Alex Arnaud
1378
  - Nick Clemens
1379
  - Jonathan Druart
1380
  - Kyle Hall
1381
  - Julian Maurice
1382
  - Josef Moravec
1383
  - Marcel de Rooy
1384
1385
- Topic Experts:
1386
  - REST API -- Tomás Cohen Arazi
1387
  - SIP2 -- Kyle Hall
1388
  - UI Design -- Owen Leonard
1389
  - Elasticsearch -- Alex Arnaud
1390
  - ILS-DI -- Arthur Suzuki
1391
  - Authentication -- Martin Renvoize
1392
1393
- Bug Wranglers:
1394
  - Michal Denár
1395
  - Indranil Das Gupta
1396
  - Jon Knight
1397
  - Lisette Scheer
1398
  - Arthur Suzuki
1399
1400
- Packaging Manager: Mirko Tietgen
1401
1402
- Documentation Manager: David Nind
1403
1404
- Documentation Team:
1405
  - Andy Boze
1406
  - Caroline Cyr La Rose
1407
  - Lucy Vaux-Harvey
1408
1409
- Translation Managers: 
1410
  - Indranil Das Gupta
1411
  - Bernardo González Kriegel
1412
1413
- Release Maintainers:
1414
  - 19.05 -- Fridolin Somers
1415
  - 18.11 -- Lucas Gass
1416
  - 18.05 -- Liz Rea
1417
1418
### Credits
1419
We thank the following libraries who are known to have sponsored
1420
new features in Koha 19.11.00:
1421
1422
- [BULAC](http://www.bulac.fr/)
1423
- Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción)
1424
- Brimbank City Council
1425
- [ByWater Solutions](https://bywatersolutions.com/)
1426
- California College of the Arts
1427
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1428
- Central Kansas Library System
1429
- Cheshire East Council
1430
- Cheshire Libraries Shared Services
1431
- Cheshire West and Chester Council
1432
- [Duchesne County Library](http://uintahlibrary.org/)
1433
- Fargo Public Library
1434
- Fenway Libraries Online
1435
- Fenway Library Organization
1436
- Goethe-Institut
1437
- Gothenburg University Library
1438
- Higher Education Libraries of Massachusetts
1439
- Koha-Suomi Oy
1440
- Lund University Library
1441
- National Library of Finland
1442
- Newcastle City Council
1443
- North Central Regional Library System
1444
- [Northeast Kansas Library System](http://www.nekls.org)
1445
- Orex Digital
1446
- [PTFS Europe](https://ptfs-europe.com)
1447
- Plant and Food Research Limited
1448
- [Round Rock Public Library](https://www.roundrocktexas.gov/departments/library/)
1449
- Sefton Council
1450
- [South East Kansas Library System](http://www.sekls.org)
1451
- South Taranaki District Council
1452
- The National Library of Finland
1453
- [Theke Solutions](https://theke.io/)
1454
- [Uintah Library System](http://uintahlibrary.org/)
1455
- Universidad Nacional de Córdoba
1456
- [Vermont Organization of Koha Automated Libraries](http://gmlc.org/index.php/vokal)
1457
- [Virginia Tech](https://lib.vt.edu/)
1458
1459
We thank the following individuals who contributed patches to Koha 19.11.00.
1460
1461
- Aleisha Amohia (5)
1462
- Tomás Cohen Arazi (131)
1463
- Alex Arnaud (9)
1464
- Philippe Blouin (1)
1465
- David Bourgault (2)
1466
- Alex Buckley (2)
1467
- Rudolf Byker (1)
1468
- Colin Campbell (6)
1469
- Nick Clemens (139)
1470
- David Cook (1)
1471
- Chris Cormack (2)
1472
- Christophe Croullebois (1)
1473
- Frédéric Demians (1)
1474
- Jonathan Druart (170)
1475
- Magnus Enger (8)
1476
- Charles Farmer (2)
1477
- Katrin Fischer (49)
1478
- Martha Fuerst (1)
1479
- Lucas Gass (13)
1480
- Claire Gravely (1)
1481
- David Gustafsson (7)
1482
- Kyle Hall (70)
1483
- Paul Hoffman (1)
1484
- Andrew Isherwood (13)
1485
- Mason James (1)
1486
- Pasi Kallinen (4)
1487
- Olli-Antti Kivilahti (3)
1488
- Jon Knight (1)
1489
- Bernardo González Kriegel (2)
1490
- Petter von Krogh (1)
1491
- David Kuhn (1)
1492
- Joonas Kylmälä (2)
1493
- Nicolas Legrand (3)
1494
- Owen Leonard (125)
1495
- Ere Maijala (28)
1496
- Hayley Mapley (2)
1497
- Julian Maurice (67)
1498
- Matthias Meusburger (2)
1499
- Josef Moravec (20)
1500
- Agustín Moyano (29)
1501
- Joy Nelson (1)
1502
- David Nind (1)
1503
- Björn Nylen (1)
1504
- Dobrica Pavlinušić (2)
1505
- Eric Phetteplace (1)
1506
- Séverine Queune (1)
1507
- Liz Rea (9)
1508
- Martin Renvoize (349)
1509
- Justin Rittenhouse (1)
1510
- Marcel de Rooy (29)
1511
- Caroline Cyr La Rose (4)
1512
- Alex Sassmannshausen (1)
1513
- Lisette Scheer (2)
1514
- Maryse Simard (1)
1515
- Fridolin Somers (31)
1516
- Arthur Suzuki (2)
1517
- Emmi Takkinen (3)
1518
- Lari Taskula (5)
1519
- Mirko Tietgen (2)
1520
- Mark Tompsett (19)
1521
- Koha translators (1)
1522
- Jesse Weaver (1)
1523
- Bin Wen (1)
1524
- Nazlı Çetin (2)
1525
- Radek Å iman (1)
1526
1527
We thank the following libraries, companies, and other institutions who contributed
1528
patches to Koha 19.11.00
1529
1530
- abunchofthings.net (2)
1531
- ACPL (125)
1532
- BibLibre (111)
1533
- BSZ BW (50)
1534
- Bulac (4)
1535
- ByWater-Solutions (223)
1536
- Catalyst (6)
1537
- davidnind.com (1)
1538
- Devinim (2)
1539
- flo.org (1)
1540
- Göteborgs Universitet (7)
1541
- hmcpl.org (1)
1542
- hypernova.fi (3)
1543
- Independant Individuals (65)
1544
- jns.fi (2)
1545
- Koha Community Developers (170)
1546
- koha-suomi.fi (3)
1547
- KohaAloha (1)
1548
- Libriotech (9)
1549
- Loughborough University (1)
1550
- nd.edu (1)
1551
- Prosentient Systems (1)
1552
- PTFS-Europe (369)
1553
- rbit.cz (1)
1554
- Rijks Museum (29)
1555
- rot13.org (2)
1556
- Solutions inLibro inc (9)
1557
- student.uef.fi (2)
1558
- Tamil (1)
1559
- The City of Joensuu (1)
1560
- Theke Solutions (160)
1561
- ub.lu.se (1)
1562
- Universidad Nacional de Córdoba (2)
1563
- University of Helsinki (31)
1564
1565
We also especially thank the following individuals who tested patches
1566
for Koha.
1567
1568
- Hugo Agud (20)
1569
- Hasina Akhte (1)
1570
- Axel Amghar (1)
1571
- Tomás Cohen Arazi (227)
1572
- Alex Arnaud (65)
1573
- Cori Lynn Arnold (2)
1574
- Donna Bachowski (1)
1575
- Bob Bennhoff (1)
1576
- Stefan Berndtsson (12)
1577
- Sonia Bouis (56)
1578
- Arthur Bousquet (10)
1579
- Christopher Brannon (3)
1580
- Alex Buckley (5)
1581
- Frederik Chenier (4)
1582
- Frédérik Chénier (11)
1583
- Nick Clemens (198)
1584
- David Cook (1)
1585
- Holly Cooper (1)
1586
- Chris Cormack (13)
1587
- Sarah Cornell (1)
1588
- Christophe Croullebois (1)
1589
- Christopher Davis (1)
1590
- Frédéric Demians (1)
1591
- Michal Denar (62)
1592
- Jason DeShaw (1)
1593
- Jonathan Druart (91)
1594
- Magnus Enger (2)
1595
- Bouzid Fergani (14)
1596
- Katrin Fischer (287)
1597
- Martha Fuerst (5)
1598
- Andrew Fuerste-Henry (16)
1599
- Brendan Gallagher (11)
1600
- Lucas Gass (13)
1601
- Claire Gravely (17)
1602
- Victor Grousset (1)
1603
- Kyle Hall (184)
1604
- Ron Houk (3)
1605
- Andrew Isherwood (2)
1606
- Pasi Kallinen (4)
1607
- Jan Kolator (2)
1608
- David Kuhn (1)
1609
- Rhonda Kuiper (2)
1610
- Joonas Kylmälä (13)
1611
- Nicolas Legrand (2)
1612
- Owen Leonard (75)
1613
- Luis F. Lopez (2)
1614
- Nabila Love (1)
1615
- Ere Maijala (4)
1616
- Hayley Mapley (30)
1617
- Felicia Martin (1)
1618
- Jesse Maseto (9)
1619
- Julian Maurice (8)
1620
- Kelly McElligott (3)
1621
- Sean McGarvey (4)
1622
- Matthias Meusburger (1)
1623
- Laurel Moran (1)
1624
- Josef Moravec (83)
1625
- Agustín Moyano (39)
1626
- David Nind (13)
1627
- Kim Peine (1)
1628
- Nadine Pierre (21)
1629
- Séverine Queune (49)
1630
- Elizabeth Quinn (1)
1631
- Johanna Raisa (6)
1632
- Liz Rea (107)
1633
- Martin Renvoize (1484)
1634
- David Roberts (1)
1635
- Marcel de Rooy (200)
1636
- Caroline Cyr La Rose (1)
1637
- Alex Sassmannshausen (3)
1638
- Lisette Scheer (18)
1639
- Maksim Sen (1)
1640
- Joe Sikowitz (1)
1641
- Maryse Simard (73)
1642
- Fridolin Somers (3)
1643
- Mike Somers (1)
1644
- Christian Stelzenmüller (1)
1645
- Myka Kennedy Stephens (2)
1646
- Arthur Suzuki (8)
1647
- Theodoros Theodoropoulos (2)
1648
- Mark Tompsett (57)
1649
- Claudie Trégouët (2)
1650
- Ed Veal (2)
1651
- Marc Véron (2)
1652
- Ian Walls (1)
1653
- Bin Wen (10)
1654
- George Williams (12)
1655
- Jessica Zairo (3)
1656
- Amandine Zocca (1)
1657
- Nazlı Çetin (2)
1658
1659
1660
We regret any omissions.  If a contributor has been inadvertently missed,
1661
please send a patch against these release notes to 
1662
koha-patches@lists.koha-community.org.
1663
1664
### Revision control notes
1665
1666
The Koha project uses Git for version control.  The current development 
1667
version of Koha can be retrieved by checking out the master branch of:
1668
1669
- [Koha Git Repository](git://git.koha-community.org/koha.git)
1670
1671
The branch for this version of Koha and future bugfixes in this release
1672
line is 19.11.x.
1673
1674
### Bugs and feature requests
1675
1676
Bug reports and feature requests can be filed at the Koha bug
1677
tracker at:
1678
1679
- [Koha Bugzilla](http://bugs.koha-community.org)
1680
1681
He rau ringa e oti ai.
1682
(Many hands finish the work)
1683
1684
Autogenerated release notes updated last on 27 Nov 2019 15:10:11.
1685
## RELEASE NOTES FOR KOHA 19.05.00
1686
30 May 2019
1687
1688
Koha is the first free and open source software library automation
1689
package (ILS). Development is sponsored by libraries of varying types
1690
and sizes, volunteers, and support companies from around the world. The
1691
website for the Koha project is:
1692
1693
- [Koha Community](http://koha-community.org)
1694
1695
Koha 19.05.00 can be downloaded from:
1696
1697
- [Download](http://download.koha-community.org/koha-19.05-latest.tar.gz)
1698
1699
Installation instructions can be found at:
1700
1701
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
1702
- OR in the INSTALL files that come in the tarball
1703
1704
Koha 19.05.00 is a major release, that comes with many new features.
1705
1706
It includes 15 new features, 246 enhancements, 437 bugfixes.
1707
1708
1709
1710
### New features
1711
1712
#### Acquisitions
1713
1714
- [[5770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770) Email librarian when purchase suggestion made
1715
1716
> Sponsored by Northeast Kansas Library System, NEKLS (http://nekls.org/)  
1717
This new feature adds the ability to send a notice to the library, branch or a specific email address whenever a purchase suggestion is created.
1718
1719
1720
- [[15774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774) Additional fields for baskets
1721
1722
> This new feature adds the ability to define additional fields to store information about acquisition baskets.  
1723
It refactors and centralises the code used to add fields to subscriptions as well. There is a new 'Additional fields' page in the adminsitration module to configure the fields.  
1724
Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
1725
1726
1727
1728
#### Circulation
1729
1730
- [[20912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20912) Rental fees based on time period
1731
1732
> Sponsored by: Huntsville-Madison County Public Library (http://hmcpl.org/)  
1733
This new feature adds the ability to define a per day (or per hour) rental fee for rental items. The new fee may be used as an alternative to the fixed price rental fee or in conjunction with it.
1734
1735
1736
1737
#### OPAC
1738
1739
- [[8995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995) Show OpenURL links in OPAC search results
1740
1741
> This new feature allows you to link documents in your catalogue to an OpenURL resolver and possibly enable your patrons to get full texts in digital form.
1742
1743
1744
1745
#### REST api
1746
1747
- [[13895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895) Add routes for checkouts retrieval and renewal
1748
1749
> This new feature adds APIs for checkouts and renewals.
1750
1751
1752
- [[16497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497) Add routes for library retrieval, update and deletion
1753
1754
> This new feature adds APIs to list all or individual libraries, and to add, update or delete a library where appropriate permissions are held.
1755
1756
1757
- [[17006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006) Add route to change patron's password (authenticated)
1758
1759
> This new feature allows a administrators to change a users password via the API  
1760
Sponsored by Municipal Library Ceska Trebova
1761
1762
1763
- [[19661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661) Add route for fund retrieval
1764
1765
> This new feature adds a REST API for working with acquisition funds, including listing, adding and deleting funds and fund users.
1766
1767
1768
- [[22061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22061) Add route to change patron's password (public)
1769
1770
> This new feature allows a user to change their own password via the public API
1771
1772
1773
- [[22132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22132) Add Basic authentication to the REST API
1774
1775
> This adds http BASIC authentication as an optional auth method to the RESTful APIs. This greatly aids developers when developing against our APIs.
1776
1777
1778
- [[22206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22206) Add routes to enable suspension or resumption of holds
1779
1780
> This new feature adds a REST API that allows suspending a hold and resuming a suspended hold.
1781
1782
1783
1784
#### Searching - Elasticsearch
1785
1786
- [[18235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18235) Elastic search - Configurable facets
1787
1788
> This new feature allows librarians with appropriate permissions to configure (show/hide/re-order) the search facets provided by elasticsearch.
1789
1790
1791
1792
#### Self checkout
1793
1794
- [[14407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407) Limit web-based self-checkout to specific IP addresses
1795
1796
> This new feature allows you to increase the security of your online self checkout facilities by allowing you to limit their operation to a specified IP address or address range.
1797
1798
1799
1800
#### Web services
1801
1802
- [[17047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047) Mana Knowledge Base : Data sharing
1803
1804
> This new feature adds the ability for Koha to talk to a Mana Knowledge Base server, allowing libraries to share a small, but hopefully growing, number sets of data.  
1805
Currently this includes sharing serial subscription patterns and reports.
1806
1807
1808
1809
### Enhancements
1810
1811
#### About
1812
1813
- [[21502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502) Add checks for YAML formatted system preferences to about page
1814
1815
> This enhancement adds a warning to the about pages for any malformed yaml system preferences.
1816
1817
1818
- [[21626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626) Add 'current maintenance team' to the 'Koha team' page
1819
1820
> We have displayed the team responsible for the development of your installed version of Koha on the about page for some time, however we have not recognised those who are currently helping maintain it. This patch adds the current maintenance team (along with the end date for their tenure) to the about page.
1821
1822
1823
1824
#### Acquisitions
1825
1826
- [[4833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833) Show acquisition information when ordering from a suggestion
1827
1828
> This enhancement adds the following fields to the suggestions selection table when adding a new order by selecting from a suggestion:  
1829
* library  
1830
* fund  
1831
* price  
1832
* quantity  
1833
* total
1834
1835
1836
- [[16939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16939) Making all 'add to basket' actions buttons
1837
1838
> Sponsored by Catalyst IT
1839
1840
1841
> This enhancement improves the consistency within our acquisitions module.
1842
1843
1844
- [[18166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18166) Show internal and vendor notes for received orders
1845
1846
> This enhancement makes internal and vendor notes visible for received orders. Previously these were only shown for pending orders.
1847
1848
1849
- [[18952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18952) Show internal note in acquisitions details tab
1850
1851
> This enhancement makes internal and vendor notes visible in the acquisitions details tab that is displayed for each bibliographic record when the `AcquisitionDetails` system preferences is enabled.
1852
1853
1854
- [[21308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21308) Show the search filters used on the search results page for acquisitions history searches
1855
1856
> This enhancement modifies the orders search results page so that the search form appears in the sidebar.  
1857
This allows the user to view and re-use their search parameters.
1858
1859
1860
- [[21364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364) Allow closing basket from vendor search/view
1861
1862
> This enhancement adds 'Close basket' to the available actions in the vendor search results view.
1863
1864
1865
- [[22556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22556) Add ability to quickly filter funds/budgets by library on the Acquisitions home page
1866
1867
> This enhancement adds a "Filter by library" pulldown list to the budgets table on the acquisitions home page.
1868
1869
1870
- [[22664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22664) Link basket name and basket group name instead of the, often short, basket numbers
1871
1872
> This enhancement moves the basket link from the basket number to the basket name aiding usability and improving consistency.
1873
1874
1875
1876
#### Architecture, internals, and plumbing
1877
1878
- [[18925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925) Move maxissueqty and maxonsiteissueqty to circulation_rules
1879
1880
> Part of the ongoing effort to improve the maintainability of our codebase.
1881
1882
1883
- [[19302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302) Pass objects to IsAvailableForItemLevelRequest
1884
1885
> Part of the ongoing effort to improve the maintainability of our codebase.
1886
1887
1888
- [[21002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21002) Add Koha::Account::add_debit
1889
1890
> Sponsored by PTFS Europe
1891
1892
1893
> Part of the ongoing effort to improve the maintainability of our codebase.  
1894
This enhancement adds the `add_debit` method to Koha::Account as a parallel to the existing `add_credit` method.  This method should be used from now on for any code dealing with the addition of debts to a patrons account.
1895
1896
1897
- [[21206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206) C4::Items - Remove GetItem
1898
1899
> Part of the ongoing effort to improve the maintainability of our codebase.  
1900
This enhamcement removes the `GetItem` method from C4::Items and replaces any existing occurrences with `Koha::Items->search()`.
1901
1902
1903
- [[21547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21547) Use set_password in opac-passwd and remove sub goodkey
1904
1905
> Part of the ongoing effort to improve the maintainability of our codebase.
1906
1907
1908
- [[21720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21720) Update C4::Circulation::AddIssuingCharge to use Koha::Account->add_debit
1909
1910
> Sponsored by PTFS Europe
1911
1912
- [[21721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21721) Update C4::Circulation::AddRenewal to use Koha::Account->add_debit
1913
1914
> Sponsored by PTFS Europe
1915
1916
- [[21722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21722) Update C4::Accounts::chargelostitem to use Koha::Account->add_debit
1917
1918
> Sponsored by PTFS Europe
1919
1920
- [[21727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21727) Add Koha::Account::Line->adjust
1921
1922
> Sponsored by PTFS Europe
1923
1924
- [[21728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21728) Update C4::Reserves::ChargeReserveFee to use Koha::Account->add_debit
1925
- [[21747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21747) Update C4::Overdues::UpdateFine to use Koha::Account->add_debit and Koha::Account::Line->adjust
1926
- [[21756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21756) Deprecate C4::Accounts::manualinvoice (use Koha::Account->add_debit instead)
1927
- [[21757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21757) Patron detail script (moremember.pl) cleanup
1928
1929
> This enhancement tidies up the patron detail script (moremember.pl) and removes unused templates, uses objects as much as possible, and removes many template parameters.
1930
1931
1932
- [[21875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21875) Handling subject line in Letters.pm
1933
1934
> This enhancement improves the display of subject lines in messages so that they correctly show non-Latin characters.
1935
1936
1937
- [[21890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21890) Allow forgotten password functionality to be limited by patron category
1938
1939
> Libraries can now specify which patrons are allowed to change their password through the Forgotten Password functionality in the OPAC, per patron category. A common use case for this would be a system that combines LDAP (or other external authentication) patrons and local Koha patrons. This feature will allow libraries to present a better user experience for password management to all of their patrons, no matter how they are authenticated.
1940
1941
1942
- [[21896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21896) Add Koha::Account::reconcile_balance
1943
1944
> Adds a business logic level routine for reconciling user account balances.
1945
1946
1947
- [[21912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21912) Koha::Objects->search lacks tests
1948
- [[21980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21980) Add some new Exceptions for Koha::Account methods
1949
1950
> Sponsored by PTFS Europe
1951
1952
- [[21992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21992) Remove Koha::Patron::update_password
1953
- [[21993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21993) Be userfriendly when the CSRF token is wrong
1954
- [[21998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21998) Add pattern parameter in Koha::Token
1955
1956
> Preparatory patch for GDPR enhancements that may be forthcoming.
1957
1958
1959
- [[21999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21999) C4::Circulation::AddIssue uses DBIx::Class directly
1960
- [[22003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22003) Remove unused subroutines displaylog and GetLogStatus from in C4::Log
1961
- [[22026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22026) Remove `use  Modern::Perl` from Koha::REST::classes
1962
- [[22031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22031) C4::Auth->haspermission should allow checking for more than one subpermission
1963
- [[22047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22047) set_password should have a 'skip_validation' param
1964
- [[22048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048) Use set_password instead of update_password in the codebase
1965
- [[22049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22049) MarkIssueReturned should rely on returndate only
1966
- [[22051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22051) Make Koha::Object->store translate 'Incorrect <type> value' exceptions
1967
- [[22127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22127) Update dateaccessioned value builder
1968
- [[22144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22144) Add method metadata() to Koha::Biblio
1969
- [[22194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22194) Add Koha::Exceptions::Metadata
1970
- [[22311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22311) Add a SysPref to allow adding content to the #moresearches div in the opac
1971
- [[22363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363) Move C4::Logs::GetLogs to Koha namespace
1972
- [[22454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22454) Add Koha::Item::hidden_in_opac method
1973
- [[22455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22455) Add Koha::Biblio::hidden_in_opac method
1974
- [[22511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22511) Koha::Account::Line->void loses the original type of the credit
1975
- [[22512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22512) accountlines.accountype mixes 'state' and 'type'
1976
- [[22516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22516) accountlines.lastincrement can be removed
1977
- [[22518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22518) accounttype 'O' is still referred to but is never set
1978
- [[22521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22521) Convert fines handling to use 'status' instead of two accounttypes
1979
1980
> This patch clarifies the intended purpose of the various accounttypes used for fines calculations in the accounttline table.  
1981
WARNING: You will need to update your reports to account for the introduced use of 'status' in accountlines for fines.  
1982
"accounttype = 'FU'" needs changing to "accounttype = 'FINE' AND status = 'UNRETURNED'"  
1983
"accounttype = 'F'" needs changing to "accounttype = 'FINE' AND status != 'UNRETURNED'"
1984
1985
1986
- [[22532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22532) Remove "random" from Z39.50
1987
- [[22564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22564) accounttype 'Rep' is still referred to but is never set
1988
- [[22694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22694) Add a method for checking OpacHiddenItems exceptions in Koha::Patron::Category
1989
- [[22696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22696) Simplify visibility logic in opac-ISBDdetail.pl
1990
- [[22700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22700) Make biblio_metadata prefetchable from Koha::Biblio
1991
- [[22701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22701) Make items prefetchable from Koha::Biblio
1992
- [[22757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22757) Use YAML CodeMirror higlighting on YAML preferences
1993
- [[22765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22765) Add class beside loggedinusername to indicate if logged in user is a superlibrarian
1994
1995
#### Cataloging
1996
1997
- [[15496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15496) Delete bibliographic record after moving last item to another record(s)
1998
1999
> When transferring items from one record to another you are now presented with a button to delete the original host record if there are no more items remaining.
2000
2001
2002
- [[20128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20128) Permission for advanced editor
2003
2004
> Adds a new permission, under the "cataloguing" module, that controls whether the advanced (direct text editor based) cataloging editor is available.
2005
2006
2007
- [[21411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411) Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts
2008
2009
> This enhancement lets you globally redefine the keyboard shortcuts used in rancor.
2010
2011
2012
- [[21826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21826) Automatic authority record generation improvements
2013
2014
> Sponsored by National Library of Finland
2015
2016
2017
> This enhancement makes improvements to automatic authority record generation, including using only allowable subfields when creating authorities from bibliographic records.
2018
2019
2020
- [[22045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22045) Cataloging UX enhancement - Improve access to tabs
2021
2022
> This enhancement makes style changes to the standard MARC editor with the goal of making it more responsive and easier to navigate among tabs and tags.  
2023
Tabs are now part of the page toolbar, which floats as the page scrolls. In addition to the numbered tabs, there is also a section showing in-page links to the MARC tags which are available on that page.
2024
2025
2026
- [[22525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22525) Navigation arrows on the bottom of Cataloging search pages
2027
2028
> This enhancement adds pagination links to the bottom of the cataloging search result page. Before this there were only pagination links at the top of the page.
2029
2030
2031
2032
#### Circulation
2033
2034
- [[7088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088) Cannot renew items on hold even with override
2035
2036
> Sponsored by Halton Borough Council
2037
2038
2039
> Sponsored by Cheshire Libraries Shared Services
2040
2041
2042
> Sponsored by Sefton Council
2043
2044
2045
> This enhancement enables items that are on hold to be renewed with a due date specified by the user. It is enabled by the new "AllowRenewalOnHoldOverride" system preference.  
2046
It can appear in two locations:  
2047
1. In the "Checkouts" table on the Patron Details screen. It is now possible to select on loan items that would otherwise fulfil a hold request to be renewed. When such an item is selected, an additional date selection box is displayed to allow the user to specify the due date for all on hold items that are to be renewed.  
2048
2. In the Circulation > Renew alert screen. When a barcode of an on loan item that would ordinarily fulfil a hold request is entered, the usual alert is displayed indicating that the item is on hold, it is still possible to override this, and renew, however it is now also possible to specify a due date.
2049
2050
2051
- [[10300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10300) Allow transferring of items to be have separate IndependentBranches syspref
2052
2053
> This enhancement allows libraries to transfer items between themselves when they have IndependentBranches enabled.  
2054
It adds a new system preference IndependentBranchesTransfers. Setting this to 'No' allows staff to transfer items, setting this to 'Yes' disables it.
2055
2056
2057
- [[14576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14576) Allow automatic update of location on checkin
2058
2059
> Sponsored by Catalyst IT
2060
> Sponsored by Arcadia Public Library (http://library.ci.arcadia.ca.us/)
2061
> Sponsored by Middletown Township Public Library (http://www.mtpl.org/)
2062
> Sponsored by Round Rock Public Library (https://www.roundrocktexas.gov/departments/library/)
2063
2064
2065
> This enhancement adds a new system preference "UpdateItemLocationOnCheckin" which accepts pairs of shelving locations. On check in the item's location is compared to the location on the left and, if it matches, is updated to the location on the left.  
2066
This preference replaces the ReturnToShelvingCart and InProcessingToShelvingCart preferences. Note that existing functionality for all items in the PROC location being returned to permanent_location is preserved by default. Also, any items issued from the CART location will be returned to their permanent location on check out (if it differs).  
2067
Special values for this system preference are:  
2068
_ALL_ - used on left side only to affect all items, and overrides all other rules  
2069
_BLANK_ - used on either side to match on or set to blank (actual blanks will work, but this is an easier to read option)  
2070
_PERM_ - used on right side only to return items to their permanent location  
2071
Syntax highlighting is used in the text area to make it easier to read.
2072
2073
2074
- [[17171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171) Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation
2075
2076
> Some libraries don't want to force librarians to manually confirm each checkout when an item is checked out to another patron. Instead, they would prefer to be alerted afterwards.  
2077
This enhancement allows this behavior using a new system preference "AutoReturnCheckedOutItems".
2078
> Sponsored by Round Rock Public Library (https://www.roundrocktexas.gov/departments/library/)
2079
2080
2081
- [[17353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17353) Add phone number column to checkout search
2082
2083
> This enhancement adds patrons phone numbers to the checkout search results. It is hidden by default and is displayed by configuring the columns for circulation tables (Administration >  Additional parameters > Configure columns > Circulation > table_borrowers > untick the phone column).
2084
2085
2086
- [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
2087
2088
> This enhancement stops unnecessary logging of every check in and check out actions when the CataloguingLog system preference is enabled. This has previously prevented CataloguingLog being used in production.
2089
2090
2091
- [[19066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066) Add branchcode to accountlines
2092
2093
> This enhancements adds recording of the branch an account transaction was performed.  
2094
For payments it will be the signed in branch when payment is collected.  
2095
For manual invoices/credits it is the signed in branch when the line is created.
2096
2097
2098
- [[20450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20450) Add collection to list of items when placing hold on specific copy
2099
- [[21754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21754) If an item is marked as lost, any outstanding transfers upon it should be automatically cancelled
2100
2101
> Sponsored by Brimbank Library, Australia
2102
2103
2104
> If an item is marked as lost, then any pending transfers the item had will now be removed.
2105
2106
2107
- [[22761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761) Move "Fee receipt" from template to a slip
2108
2109
> This enhancement allows the 'Fee receipt' to be configurable by the library in the Tools->Notices and slips page
2110
2111
2112
- [[22809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809) Move "INVOICE" from template to a slip
2113
2114
> This enhancement allows the 'Invoice' slip to be configurable by the library in the Tools->Notices and slips page
2115
2116
2117
2118
#### Command-line Utilities
2119
2120
- [[18562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562) Add koha-sip script to handle SIP servers for instances
2121
2122
> To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling SIP servers, 3 scripts were introduced: koha-start-sip, koha-stop-sip and koha-enable-sip.  
2123
This patch introduces a new script, koha-sip, that unifies those actions regarding SIP servers on a per instance base, through the use of option switches.
2124
2125
2126
- [[20436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436) Add ability to specify itemtypes for longoverdue.pl
2127
2128
> This enhancement increases the granularity of the long overdue cronjob, allowing the library to exclude some itemtypes from the process, and/or define different parameters for a specific itemtype.
2129
2130
2131
- [[20485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485) Don't account for items timestamps when combining "dont_export_items=1" and "date" in misc/export_records.pl
2132
2133
> Sponsored by Gothenburg University Library
2134
2135
2136
> This enhancement changes the way dates are used to calculate records for export. If not including items in the export, we only consider the date of last biblio record edit, rather than including records where only the items were edited in the date range.
2137
2138
2139
- [[22238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22238) Remove koha-*-sip scripts in favor of koha-sip
2140
2141
> The new koha-sip maintenance script replaces the old koha-start-sip, koha-stop-sip and koha-enable-sip scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).
2142
2143
2144
- [[22580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22580) Remove deprecated delete_expired_opac_registrations.pl cronjob
2145
2146
> The functionality of delete_expired_opac_registrations.pl was moved into the cleanup_database.pl cronjob. Please make sure to adjust your conjob configuration accordingly.
2147
2148
2149
2150
#### Course reserves
2151
2152
- [[21446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21446) Improve display of changed values on course reserves and show permanent location instead of cart
2153
2154
#### Database
2155
2156
- [[21753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21753) issuingrules.chargename is unused and should be removed
2157
- [[22008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22008) accountlines.manager_id is missing a foreign key constraint
2158
- [[22155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22155) biblio_metadata.marcflavour should be renamed 'schema'
2159
- [[22368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368) Table suggestions lacks foreign key constraints
2160
2161
#### Documentation
2162
2163
- [[8701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8701) Help for OpacHiddenItems pref should not point to text in install directory
2164
2165
#### Fines and fees
2166
2167
- [[11373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373) Add "change calculation" feature to the fine payment forms
2168
2169
> This enhancement adds an option to specify how much money was collected when paying a fine, as well as defining how much was paid on the fine. If these numbers are different (i.e. more money was collected) a popup displaying the amount of change to be given will be displayed and require confirmation before proceeding
2170
2171
2172
- [[19489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19489) Detailed description of charges on Accounting tab
2173
- [[21578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21578) 'Pay fines' tab incorrectly describes the purpose
2174
2175
> This enhancement renames the tabs on a patrons account related to fines/payments -   
2176
The 'Fines' tab is now 'Accounting'  
2177
on the Accounting page  
2178
'Account' is now 'Transactions'  
2179
'Pay fines' is now 'Make a payment'
2180
2181
2182
- [[21683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21683) Remove accountlines.accountno
2183
- [[21844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21844) Add callnumber to fines descriptions
2184
- [[21918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21918) Clean up pay fines template
2185
- [[22148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22148) Cancelling some payments/writeoffs redirects to unexpected page
2186
- [[22674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22674) Change wording of payments in the GUI
2187
2188
#### Hold requests
2189
2190
- [[19469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19469) Add ability to split view of holds view on record by pickup library and/or itemtype
2191
2192
> This enhancement adds the ability to visually separate the holds list on a record by library and/or itemtype.  
2193
This can make it a bit clearer who is in line next for a hold at each branch or if user has specified a specific type.  
2194
The system preference HoldsSplitQueue and HoldsSplitQueueNumbering control this behaviour. When activated holds can only be adjusted using the arrows, the dropdown priority menu is disabled.
2195
2196
2197
- [[19630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19630) "Hold is suspended" message appears in barcode field in holds table
2198
2199
> Sponsored by Catalyst IT
2200
2201
- [[19770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19770) Add cardnumber to holds awaiting pickup screen and add classes to borrower info
2202
- [[20421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20421) Apply CheckPrevCheckout logic when placing a hold on the staff client
2203
2204
> This enhancement will now warn staff when placing a hold on an item that a borrower has previously checked out. Will only be displayed if CheckPrevCheckout system preference is enabled.
2205
2206
2207
- [[21070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21070) request.pl details links to biblio instead of moredetail.pl for that item
2208
- [[22372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22372) Add shelving location to Holds awaiting pickup report
2209
- [[22631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22631) Make links on barcode on hold summary page consistent (bug 21070)
2210
2211
#### I18N/L10N
2212
2213
- [[11375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11375) Improve patrons permissions display
2214
- [[21789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21789) Example usage of I18N Template::Toolkit plugin
2215
2216
#### ILL
2217
2218
- [[18589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589) Show ILLs as part of patron profile
2219
- [[18837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18837) Add an unmediated Interlibrary Loans workflow
2220
- [[20563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20563) ILL request list gives no indication of source and/or target
2221
- [[20581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20581) Allow manual selection of custom ILL request statuses
2222
- [[20600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600) Provide the ability for users to filter ILL requests
2223
- [[20639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20639) Allow setting a default/single backend for OPAC driven requests
2224
- [[20640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20640) Allow migrating a request between backends
2225
- [[20750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750) Allow timestamped auditing of ILL request events
2226
- [[21063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21063) Allow columns in intranet ILL request datatable to be customisable
2227
2228
#### Installation and upgrade (web-based installer)
2229
2230
- [[20000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20000) use Modern::Perl in installer perl scripts
2231
2232
> Sponsored by Catalyst IT
2233
2234
2235
> Code cleanup which improves the readability, and therefore reliability, of Koha.
2236
2237
2238
2239
#### Lists
2240
2241
- [[12759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12759) Add ability to pass list contents to batch record modification/deletion tools
2242
2243
> Sponsored by Catalyst IT
2244
2245
2246
> This enhancement add batch modification/deletion options to user created lists of records
2247
2248
2249
2250
#### MARC Bibliographic data support
2251
2252
- [[21899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21899) Update MARC21 frameworks to Update 27 (November 2018)
2253
2254
#### MARC Bibliographic record staging/import
2255
2256
- [[19164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164) Allow MARC modification templates to be used in staged MARC imports
2257
2258
> This enhancement allows applying MARC modification templates to batches of records during the import/staging process from the staff client
2259
2260
2261
2262
#### Notices
2263
2264
- [[8000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8000) Test mode for notices
2265
2266
> This enhancement adds a system preference 'SendAllEmailsTo' which, when populated with a valid email address, will redirect all outgoing mail from Koha to this address. This feature is intended for use during testing/setup of Koha, to prevent spamming users.
2267
2268
2269
- [[16149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149) Generate and send custom notices based on report output
2270
2271
> This enhancement adds a cronjob which takes a report id, and a notice code to be used to send custom emails to users generated from the report content.  
2272
The notices will be able to use any (and only) columns included in the report in the notice templates. User email addresses can be specified in the report, as well as the 'From' address for the email.  
2273
Notices for this cronjob must be defined using Template Toolkit syntax.
2274
2275
2276
- [[20478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478) Advance notices: send separate digest messages per branch
2277
2278
> This enhancement add the `--digest-per-branch` option to advanced_notices.pl to allow notices to be grouped by branch rather than grouped by borrower if so required.
2279
2280
2281
- [[21241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21241) Set suggestion notices message_transport_type to sms if syspref is enabled and patron has an smsalertnumber but no email address
2282
2283
> If the FallbackToSMSIfNoEmail syspref is enabled then when a borrower has no email address but does have a smsalertnumber then suggestion notice message_transport_type is set to sms.
2284
2285
2286
2287
#### OPAC
2288
2289
- [[11969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11969) Show patrons star rating on their reading history
2290
- [[12318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12318) Show subscription shelving location on subscription tabs
2291
- [[14272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14272) Allow OPAC to show a single news entry
2292
2293
> Sponsored by Catalyst IT
2294
2295
2296
> Allows to display OPAC news entries on their own page. The news entry will remain accessible by direct URL even after the entry itself has expired.
2297
2298
2299
- [[14385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385) Extend OpacHiddenItems to allow specifying exempt borrower categories
2300
2301
> This enhancement allows for specifying specific borrower categories in the preference OpacHiddenItemsExceptions who, when signed in to the opac, will be able to see items hidden by the OpacHiddenItems system preference.  
2302
This is intended to allow staff/privileged users to view records that the general public cannot.
2303
2304
2305
- [[21399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21399) Sort patron fines in OPAC by date descending as a default
2306
- [[21533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533) Do not allow password recovery for administrative locked patrons (see 21336)
2307
- [[21850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21850) Remove search request from page title of OPAC result list
2308
- [[21871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21871) Show authority 856 links in the OPAC
2309
- [[22029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22029) Remove Google+ from social links on OPAC detail
2310
2311
> Google revealed that Google Plus accounts will be shut down on April 2, 2019.
2312
2313
2314
- [[22102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22102) Markup fixes for OPAC article request page
2315
- [[22568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22568) Replace RSS icon in the OPAC with Font Awesome
2316
- [[22576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22576) OPAC password change text changes
2317
- [[22588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22588) Simplify getting account information in opac and self checkout module
2318
- [[22638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22638) Self checkin CSS update
2319
- [[22645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22645) Add 'ISSN' option to OPAC's basic search
2320
- [[22657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657) Remove JavaScript from OPAC suggestion validation of required fields
2321
- [[22803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803) Set dataTable width issue
2322
2323
#### Patrons
2324
2325
- [[3766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3766) Cities/Towns only on one address
2326
2327
> This enhancement allows for using the City/Town dropdown for all patron addresses, not only the main address.
2328
2329
2330
- [[10796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10796) Allow password changes for logged in OPAC users by patron category
2331
2332
> Libraries can now specify which patrons are allowed to change their password when logged into the OPAC, per patron category. A common use case for this would be a system that combines LDAP (or other external authentication) patrons and local Koha patrons. This feature will allow libraries to present a better user experience for password management to all of their patrons, no matter how they are authenticated.
2333
2334
2335
- [[17854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17854) New Print slip and close button next to Close button
2336
2337
> Adds a 'Printer' button next to the 'X' (clear) button when viewing a patron record - this allows the librarian to print a slip for the patron and clear their account form the screen to prevent viewing of information by another user or patron.
2338
2339
2340
- [[21312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312) Show lockout on Patrons form
2341
2342
> This enhancement adds a notification for staff when an account is locked by password attempts or administratively.
2343
2344
2345
- [[21336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336) GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove
2346
2347
> Add preferences UnsubscribeReflectionDelay, PatronAnonymizeDelay and PatronRemovalDelay.  
2348
Add db column borrowers.flgAnonymized.  
2349
Add Koha::Patron->lock for administrative lockout.  
2350
Add Koha::Patron->anonymize for scrambling patron data.  
2351
Actions are controlled by preferences and run by cleanup_database cron job.
2352
2353
2354
- [[22198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22198) Add granular permission setting for Mana KB
2355
- [[22505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22505) Add column configuration to patron list table
2356
- [[22594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594) Validate SMS messaging numbers using the E.164 format
2357
2358
> Adds validation to the SMS number field that conforms to international standards and adds a hint: "SMS number should be in the format 1234567890 or +11234567890" on both the OPAC and Intranet.
2359
2360
2361
2362
#### REST api
2363
2364
- [[20006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20006) Adapt /v1/holds to new naming guidelines
2365
- [[22227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22227) Make GET /cities staff only
2366
2367
#### Reports
2368
2369
- [[8775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8775) Add collection column to built in  'Items lost' report
2370
- [[22856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856) Show SQL code button should trigger CodeMirror view
2371
2372
#### SIP2
2373
2374
- [[19619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19619) Add support for SIP2 field CM ( Hold Pickup Date ) to Koha
2375
- [[22014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22014) Add ability to send "00" in SIP CV field on checkin success
2376
2377
> Sponsored by Pueblo City-County Library District
2378
2379
- [[22016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22016) Always send CT field for SIP checkin, even if empty
2380
2381
> Sponsored by Pueblo City-County Library District
2382
2383
2384
#### Searching
2385
2386
- [[14457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14457) Integrate LIBRIS spellchecking
2387
- [[22418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22418) Authority link magnifying glass icon doesn't appear for 655 subject tags
2388
- [[22424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22424) Add search by all lost statuses to item search
2389
- [[22649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22649) Add item type to item search results
2390
2391
#### Searching - Elasticsearch
2392
2393
- [[18213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213) Add language facets to Elasticsearch
2394
- [[21872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872) Elasticsearch indexing faster by making it multi-threaded
2395
2396
#### Self checkout
2397
2398
- [[18251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251) SCO alerts - need a trigger for successful checkouts
2399
2400
> This enhancement adds new triggers to ease defining custom sounds/alerts for the self checkout module
2401
2402
2403
- [[19458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19458) Self-check module highlighting
2404
2405
> This enhancement highlights new checkouts/renewals in the self-check display to make it easier to see which actions have been performed in the user's session
2406
2407
2408
- [[21772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21772) Add holds and account information tab to the SCO module
2409
2410
> Sponsored by City of Portsmouth Public Library
2411
2412
- [[22538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22538) Add a noticeable alert about waiting holds
2413
2414
> Sponsored by Theke Solutions
2415
2416
2417
#### Serials
2418
2419
- [[22408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22408) Subscription entry form cleanup
2420
2421
#### Staff Client
2422
2423
- [[12283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12283) Set autocomplete=off for patron search input
2424
- [[21582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21582) Use CodeMirror for *UserJS & *UserCSS
2425
2426
> This enhancement adds javascript syntax highlighting to aid users when editing the JS system preferences.
2427
2428
2429
- [[22616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22616) Update error text messages
2430
2431
#### System Administration
2432
2433
- [[3820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3820) More detailed patron record changes log
2434
2435
> This enhancement will add a log of the specific fields that were changed when modifying/editing a patron, including the before and after values for each updated field.
2436
2437
2438
- [[22053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053) Ability to disable some plugins
2439
2440
> The ability to enable/disable plugins is added. This is particularly handy when testing new plugins or when plugins are not (yet) fully configured for production use.
2441
2442
2443
- [[22190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22190) Add column configuration to patron category administration
2444
- [[22191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22191) Add column configuration to libraries administration
2445
2446
#### Templates
2447
2448
- [[10659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10659) Upgrade jQuery star ratings plugin
2449
- [[15911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15911) Use noEnterSubmit CSS class instead of prevent_submit.js
2450
- [[20569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20569) Improve description of CheckPrevCheckout system preference
2451
2452
> A simple string patch that clarifies the intention of the CheckPrevCheckout system preference options.
2453
2454
2455
- [[20729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20729) Update style of datepickers
2456
- [[20809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20809) Link patron image to patron image add/edit form
2457
- [[21034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21034) Re-indent circulation.tt
2458
- [[21091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21091) Move add item template JavaScript to a separate file
2459
- [[21304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21304) Update two-column templates with Bootstrap grid: Catalog
2460
- [[21307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21307) Switch two-column templates to Bootstrap grid: Cataloging
2461
- [[21436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21436) Switch two-column templates to Bootstrap grid: Tools part 4
2462
- [[21438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21438) Switch two-column templates to Bootstrap grid: Patron card creator
2463
- [[21442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21442) Switch two-column templates to Bootstrap grid: Circulation part 1
2464
- [[21449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21449) Switch two-column templates to Bootstrap grid: Circulation part 2
2465
- [[21569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21569) Switch two-column templates to Bootstrap grid: Circulation part 3
2466
- [[21573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21573) Move lists barcode and biblionumber entry form to modal
2467
- [[21646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21646) Clean up Overdrive template
2468
- [[21672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21672) Switch templates to Bootstrap grid: Various
2469
- [[21693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21693) Clean up checkout notes template
2470
- [[21695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21695) Clean up access files template
2471
- [[21783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21783) Reindent admin/columns_settings.tt
2472
- [[21784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21784) Clean up js_includes.inc
2473
- [[21785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21785) Add column configuration to hold ratios report
2474
- [[21790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21790) Switch error page template to Bootstrap grid
2475
- [[21792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21792) Switch two-column templates to Bootstrap grid: Serials part 3
2476
- [[21795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21795) Switch two-column templates to Bootstrap grid: Notices and slips
2477
- [[21797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797) Update two-column templates with Bootstrap grid: Acquisitions part 5
2478
- [[21803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21803) Redesign authorized values interface
2479
- [[21870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21870) Convert browser alerts to modals: OPAC user summary
2480
- [[21891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21891) Remove non-XSLT detail view in the staff client
2481
- [[21913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21913) Clean up payment details page
2482
- [[21942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21942) Clean up cataloging merge template
2483
- [[21943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21943) Clean up holds template
2484
- [[21945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21945) Clean up stock rotation template
2485
- [[21948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21948) Clean up style of item detail page
2486
- [[21963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21963) Switch two-column templates to Bootstrap grid: Patrons part 1
2487
- [[21964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21964) Switch two-column templates to Bootstrap grid: Patrons part 2
2488
- [[21965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21965) Switch two-column templates to Bootstrap grid: Patrons part 3
2489
- [[22015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22015) Move DataTables CSS to global include
2490
- [[22023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22023) Further improve responsive layout handling of staff client menu bar
2491
- [[22032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22032) Improve local cover image tab on detail page
2492
- [[22035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22035) Improve local cover image browser page
2493
- [[22104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22104) Clean up patron API keys template
2494
- [[22134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22134) Add account expiration information to patron details
2495
- [[22195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22195) Change default DataTables configuration to consolidate buttons
2496
- [[22196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22196) Clean up Mana KB administration template
2497
- [[22261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22261) Revise style of DataTables menus
2498
- [[22337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22337) Make it clearer that language preferences can be re-ordered
2499
- [[22584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22584) Add YAML support for Codemirror
2500
- [[22656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22656) Report charts broken after bug 22023
2501
- [[22695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22695) Remove non-XSLT search results view from the staff client
2502
- [[22697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22697) Reindent catalogue/result.tt
2503
- [[22734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22734) Fund not marked as mandatory when ordering from a staged file
2504
- [[22751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22751) Switch two-column templates to Bootstrap grid: Patron details
2505
- [[22764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22764) More YUI grid cleanup
2506
- [[22811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811) Add button to clear DataTables filtering
2507
2508
#### Test Suite
2509
2510
- [[21798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21798) We need t::lib::TestBuilder::build_sample_biblio
2511
- [[21817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21817) Mock userenv should be a t::lib::Mocks method
2512
- [[21971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21971) TestBuilder::build_sample_item
2513
- [[22349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22349) Overzealous deletion of data in t/db_dependant/Koha/Acquisitions/Booksellers.t
2514
- [[22392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22392) TestBuilder::build_sample_item should allow defining barcode
2515
2516
#### Tools
2517
2518
- [[18661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18661) Make "Replace only included patron attributes" default on patron import
2519
2520
> On the 'import patrons' page, the "Replace all patron attributes" is automatically selected which is the more dangerous option. This patch sets the default selection as "Replace only included patron attributes" as it is a safer option.
2521
2522
2523
- [[19417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19417) Improve display of errors from background job during stage for import
2524
- [[19722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19722) Add a MaxItemsToDisplayForBatchMod preference
2525
2526
> When batch editing large amounts of items, displaying all of the info could lead to a timeout while waiting for page load. This enhancement adds the ability to define a MaxItemsToDisplayForBatchMod system preference which will hide the list of individual items and allow libraries to edit larger batches without hitting a timeout.
2527
2528
2529
- [[21216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21216) Notices - Add filter/search options to table
2530
- [[22175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22175) Make stock rotation table sortable
2531
- [[22318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22318) Extend Koha news feature to include other content areas
2532
2533
> This enhancement begins work to move system preferences that include displayed text to the 'News' module - this allows the user to define text in various languages and add ability for these preferences to show correctly in translated OPACs.  
2534
Specifically, this patch set moves the 'OPACNavRight' preference into the 'News' module.
2535
2536
2537
2538
#### Web services
2539
2540
- [[19380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19380) Add transfer informations in ILS-DI GetRecords response
2541
- [[19945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19945) ILSDI - Return the reason a reserve is impossible
2542
2543
2544
2545
### Critical bugs fixed
2546
2547
(This list includes all bugfixes since the previous major version. Most of them
2548
have already been fixed in maintainance releases)
2549
2550
#### Acquisitions
2551
2552
- [[18723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18723) Dot not recognized as decimal separator on receive
2553
- [[18736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736) Problems in order calculations (rounding errors)
2554
2555
> This patch introduces to new system preference to govern how rounding is applied to values in acquisitions. It defaults to the american practice of rounding to the nearest 'cent' but future options should become available as we start to understand how other nations round for accounting purposes.
2556
2557
2558
- [[20830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20830) Make sure a fund is selected when ordering from staged file
2559
- [[21605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21605) Cannot create EDI account
2560
- [[21989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21989) JS error in "Add orders from MARC file" - addorderiso2709.pl
2561
- [[22282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22282) Internal software error when exporting basket group as PDF
2562
- [[22293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22293) Sticky toolbar making vendor form uneditable
2563
- [[22296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22296) Invoice adjustments are not populating to budget views
2564
- [[22390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22390) When duplicating existing order lines new items are not created
2565
- [[22498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22498) Can not select any funds for invoice adjustments
2566
- [[22565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22565) Partially receiving order and adding internal note on invoice updates note on every order on the system
2567
- [[22611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22611) Typo introduced into Koha::EDI by bug 15685
2568
- [[22669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22669) Cannot edit received item in acquisitions with acqcreateitem set to "when placing an order"
2569
- [[22713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713) Replacement price removed when receiving if using MarcItemFieldstoOrder
2570
- [[22802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802) When ordering from a staged file, if funds are populated per item order level fund should not be required
2571
- [[22905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905) Cannot update the status of suggestions if the branchcode filter is set to all
2572
- [[22908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908) Modsuggestion will generate a notice even if the modification failed
2573
2574
#### Architecture, internals, and plumbing
2575
2576
- [[21610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21610) Koha::Object->store needs to handle incorrect values
2577
- [[21910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21910) Koha::Library::Groups->get_search_groups should return the groups, not the children
2578
- [[21955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21955) Cache::Memory should not be used as L2 cache
2579
2580
> Cache::Memory fails to work correctly under a plack environment as the cache cannot be shared between processes.
2581
2582
2583
- [[22052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22052) DeleteExpiredOpacRegistrations should skip bad borrowers
2584
- [[22388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22388) svc/split_callnumbers should have execute flag set
2585
- [[22478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478) Cross-site scripting vulnerability in paginations
2586
- [[22483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22483) haspermissions previously supported passing 'undef' for $flagsrequired
2587
- [[22600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22600) We should add an 'interface' field to accountlines
2588
- [[22618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22618) Tests in t/Acquisition.t are actually context dependent
2589
- [[22723]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22723) Syntax error on confess call in Koha/MetadataRecord/Authority.pm
2590
- [[22893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893) contributors.yaml not correctly copied
2591
2592
#### Authentication
2593
2594
- [[21973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21973) CAS URL escaped twice, preventing login
2595
- [[22461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22461) Regression in #20287: LDAP user replication broken with mapped extended patron attributes
2596
- [[22692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22692) Logging in via cardnumber circumvents account logout
2597
- [[22717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22717) Google OAuth auto registration error
2598
2599
#### Cataloging
2600
2601
- [[16232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16232) Edit as new (duplicate) doesn't work correctly with Rancor
2602
2603
> Sponsored by Carnegie-Stout Public Library
2604
2605
- [[16251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16251) Material type is not correctly set for Rancor 008 widget
2606
- [[21049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21049) Rancor 007 field does not retain value
2607
- [[21986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21986) Quotation marks are wrongly escaped in several places
2608
- [[22140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22140) More use of EasyAnalyticalRecords pref
2609
- [[22288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22288) Barcode file does not work in modifying items in batch
2610
2611
#### Circulation
2612
2613
- [[18805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18805) Currently it is impossible to apply credits against debits in patron accounts
2614
2615
> This patch adds an `Apply Credits` button to the accounts interface to allow a librarian to apply outstanding credits against outstanding debits.
2616
2617
2618
- [[21065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21065) Data in account_offsets and accountlines is deleted with the patron leaving gaps in financial reports
2619
- [[21346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21346) Clean up dialogs in returns.pl
2620
- [[21491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21491) When 'Default lost item fee refund on return policy' is unset it says no but acts as if 'yes'
2621
- [[21915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21915) Add a way to automatically reconcile balance for patrons
2622
2623
> Sponsored by ByWater Solutions
2624
2625
2626
> In the past, if a patron had any credit existing on their account (newly added, or pre-existing), if debts were present then the credit balance would always be immediately applied to the debt.  This functionality was inadvertently removed during refactoring efforts which debuted in 16.11.  
2627
This patch adds code to restore the functionality and allows it to be optionally applied to the system via a new system preference, `AccountAutoReconcile`.  
2628
Note: The new preference defaults to the post 16.11 behaviour, if you wish to restore the 16.11 functionality then you will need to update the preference after the upgrade.
2629
2630
2631
- [[21928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21928) CircAutoPrintQuickSlip 'clear' is not working
2632
- [[22020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22020) Configure Columns for Patron Issues checkin hides renewal
2633
- [[22679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22679) circulation_rules are not deleted when accompanying issuingrules are deleted
2634
- [[22759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22759) Circulation rules for maxissueqty are applied per branch even for defaults
2635
- [[22896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896) Item to be transferred at checkin clears overridden due date
2636
2637
#### Command-line Utilities
2638
2639
- [[22396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22396) koha-sip script does not start the server correctly
2640
- [[22593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22593) Cronjobs/Scripts dealing with accountlines need updating for bug 22008
2641
2642
#### Course reserves
2643
2644
- [[22652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22652) Editing Course reserves is broken
2645
- [[22899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899) Cannot view course details
2646
2647
#### Database
2648
2649
- [[13515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13515) Table messages is missing FK constraints and is never cleaned up
2650
- [[21931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21931) Upgrade from 3.22 fails when running updatedatabase.pl script
2651
- [[22476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22476) MarkLostItemsAsReturned has wrong defaults for new installs
2652
- [[22642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22642) DB upgrade 18.06.00.005 can fail
2653
2654
#### Fines and fees
2655
2656
- [[22301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22301) Paying fines is broken when using CurrencyFormat = FR
2657
- [[22533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22533) Cannot create manual invoices
2658
- [[22724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724) Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab
2659
2660
> Sponsored by Catalyst IT
2661
2662
2663
#### Hold requests
2664
2665
- [[17978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17978) Include 'Next available'/title level holds in holds count when placing holds (opac and staff)
2666
2667
> This patch set corrects the count of hold a user has to correctly enforce limits on the number of open holds being placed.
2668
2669
2670
- [[21495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21495) Regression in hold override functionality
2671
- [[21608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21608) Arranging holds priority with dropdowns is faulty when there are waiting/intransit holds
2672
- [[22330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22330) Transfer limits should be respected for placing holds in staff interface and APIs
2673
- [[22753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22753) Move hold to top button doesn't work if waiting holds exist
2674
2675
#### I18N/L10N
2676
2677
- [[21895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21895) Translations fail on upgrade to 18.11.00 (package installation)
2678
2679
#### Installation and upgrade (web-based installer)
2680
2681
- [[22024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22024) Update translated web installer files with new class splitting rules
2682
- [[22489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22489) Onboarding tool fails due to inserting maxissueqty into IssuingRule
2683
2684
#### Label/patron card printing
2685
2686
- [[22275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22275) 18.06.00.060 DB update fails (incomplete/incorrect defaults)
2687
- [[22429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22429) Infinite loop in patron card printing
2688
2689
#### MARC Authority data support
2690
2691
- [[21962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21962) The `searching entire record` option in authority searches is currently failing
2692
2693
#### Notices
2694
2695
- [[22139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139) Fields of ACCTDETAILS not working properly
2696
2697
#### OPAC
2698
2699
- [[11853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853) Cannot clear date of birth via OPAC patron update
2700
- [[21589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21589) Series link formed from 830 field is incorrect
2701
- [[21911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21911) Scoping OPACs by branch does not work with new library groups
2702
- [[21950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21950) Searching with 'accents' breaks on navigating to the second page of results
2703
- [[22030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22030) OverDrive requires configuration for field passed as username
2704
- [[22085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22085) UNIMARC default XSLT broken by Bug 14716
2705
- [[22360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22360) On order information missing in OPAC normal display
2706
- [[22370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22370) OPAC users should not be allowed to view staff news items
2707
2708
> Sponsored by Catalyst IT
2709
2710
- [[22420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420) Tag cloud feature broken
2711
- [[22559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22559) OPAC Forgotten password functionality not working
2712
- [[22735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22735) Broken MARC and ISBD views
2713
- [[22881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881) Trying to clear search history via the navbar X doesn't clear any searches
2714
2715
#### Patrons
2716
2717
- [[21778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21778) Sorting is inconsistent on patron search based on permissions
2718
- [[22253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22253) Koha throws an exception when updating a borrower with an insecure password
2719
- [[22386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22386) Importing using attributes as matchpoint broken
2720
- [[22715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22715) Searching for patrons with "" in the circulation note hangs patron search
2721
- [[22928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928) "Update child to adult patron" link no longer displayed
2722
2723
#### REST api
2724
2725
- [[22071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22071) authenticate_api_request does not stash koha.user in the OAuth use case
2726
2727
#### Reports
2728
2729
- [[18393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18393) Statistics wizard for acquisitions not filtering correctly by collection code
2730
- [[21560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21560) Optimize ODS exports
2731
- [[21984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21984) Unable to load second page of results for reports with reused parameters
2732
- [[21991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21991) Displaying more rows on report results does not work for reports with parameters
2733
- [[22357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357) Every run of runreport.pl with --store-results creates a new row in saved reports
2734
2735
#### Searching
2736
2737
- [[22442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22442) Item search CSV export broken
2738
2739
#### Searching - Elasticsearch
2740
2741
- [[19575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575) Use canonical field names and resolve aliased fields
2742
2743
> Sponsored by Gothenburg University Library
2744
2745
2746
> This patchset makes some changes to Elasticsearch mappings in the database. The changes alter existing indices and are intended to fix issues with the current mappings, however, if you have done customization of mappings you may want to back them up before upgrading.
2747
2748
2749
- [[20261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261) No result in some page in authority search opac and pro (ES)
2750
- [[20535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20535) ModZebra called with $record with items stripped in ModBiblioMarc
2751
- [[21974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21974) cxn_pool must be configurable
2752
- [[22705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705) Change default value of Elasticsearch cxn_pool to 'Static'
2753
2754
#### Self checkout
2755
2756
- [[22641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22641) Incorrect filter on SCO printslip
2757
- [[22675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22675) SCO broken on invalid barcodes
2758
2759
#### Serials
2760
2761
- [[22621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22621) Filters on subscription result list search the wrong column
2762
- [[22812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812) Cannot add new subscription with strict SQL modes turned on
2763
2764
#### Staff Client
2765
2766
- [[21405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21405) Pagination in authorities search broken for Zebra and broken for 10000+ results in ES
2767
- [[22553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22553) Unchecking a subpermission does not uncheck the top level permission
2768
2769
#### System Administration
2770
2771
- [[22389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22389) Classification splitting sources regex - cannot consistentlyadd/delete
2772
- [[22619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22619) Adding a new circ rule with unlimited checkouts is broken
2773
- [[22847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847) Specific circ rule by patron category is displaying the default (or not displaying)
2774
2775
#### Templates
2776
2777
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
2778
- [[21813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21813) In-page JavaScript causes error on patron entry page
2779
- [[22904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904) Untranslatable strings in members-menu.js
2780
- [[22974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22974) Patron password update validation broken
2781
2782
#### Test Suite
2783
2784
- [[21956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21956) Sysprefs not reset by regressions.t
2785
- [[22836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836) Tests catching XSS vulnerabilities in pagination are not correct
2786
2787
#### Web services
2788
2789
- [[21738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21738) [ILS-DI] Error placing a hold on a title without item
2790
- [[21832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21832) Restore is_expired in ILS-DI GetPatronInfo service
2791
- [[22222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22222) Mana subscription search always returns all results
2792
- [[22237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22237) Subscriptions are not linked to Mana upon edit
2793
- [[22849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849) Data shared without agreement
2794
- [[22891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891) ILS-DI: RenewLoan explodes in error
2795
2796
2797
### Other bugs fixed
2798
2799
(This list includes all bugfixes since the previous major version. Most of them
2800
have already been fixed in maintainance releases)
2801
2802
#### About
2803
2804
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
2805
- [[21441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21441) System information gives reference to a non-existant table
2806
- [[21662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662) Missing developers from history
2807
2808
#### Acquisitions
2809
2810
- [[6730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6730) Rename 'basket' filter to 'basket name' on receive page
2811
- [[14850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850) Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl
2812
- [[20782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20782) EDI: Clicking the 'Invoice' link on the 'EDI Messages' page does not take you directly to the corresponding invoice
2813
- [[20865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20865) Remove space before : on order receive filters
2814
- [[21089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21089) Overlapping elements in ordering information on acqui/supplier.pl
2815
- [[21427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21427) Format prices on ordered/spent lists
2816
- [[21659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21659) Link to basket groups from order receive page are broken
2817
- [[21929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21929) Typo in orderreceive.tt
2818
- [[21966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966) Fix descriptions of acquisition permissions to be more clear (again)
2819
- [[22110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22110) Editing adjustments doesn't work for Currencyformat != US
2820
- [[22171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22171) Format shipping cost on invoice.pl with with 2 decimals
2821
- [[22225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225) Tax hints and prices on orderreceive.pl may not match
2822
- [[22444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22444) currencies_manage permission doesn't provide link to manage currencies when selected alone
2823
- [[22541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22541) Invoice adjustments: show invoice number and include link on ordered.pl and spent.pl
2824
- [[22762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22762) Collection codes not displayed on receiving
2825
- [[22791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791) Calculation differs on aqui-home/spent and ordered.pl
2826
- [[22907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907) Cannot add new suggestion with strict SQL modes turned on
2827
2828
#### Architecture, internals, and plumbing
2829
2830
- [[7862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862) Warns when creating a new notice
2831
2832
> Sponsored by Catalyst IT
2833
2834
- [[10577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10577) C4::Budgets::GetBudgetPeriod has inappropriate overloading of its behavior
2835
2836
> Part of the ongoing effort to improve the maintainability of our codebase.
2837
2838
2839
- [[12159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12159) Duplicate borrower_add_additional_fields function
2840
- [[13795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795) Delete unused columns from statistics table
2841
- [[18584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces
2842
- [[19816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19816) output_pref must implement 'dateonly' for dateformat => rfc3339
2843
- [[19920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19920) changepassword is exported from C4::Members but has been removed
2844
- [[21036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036) Fix a bunch of older warnings
2845
- [[21170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21170) Warnings in MARCdetail.pl - isn't numeric in numeric eq (==)
2846
- [[21172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21172) Warning in addbiblio.pl - Argument "01e" isn't numeric in numeric ne (!=)
2847
- [[21478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21478) Koha::Hold->suspend_hold allows suspending in transit holds
2848
- [[21622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21622) Incorrect GROUP BY clause in acqui/ scripts
2849
- [[21759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21759) Avoid manually setting amountoutstanding in _FixAccountForLostAndReturned
2850
2851
> This patch results in a proper offset always being recorded for auditing purposes when a user is refunded after returning a previously lost item.
2852
2853
2854
- [[21788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21788) C4::Circulation::ProcessOfflinePayment should pass library_id to ->pay
2855
- [[21848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21848) Resolve unac_string warning from Circulation.t
2856
- [[21905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21905) Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered
2857
- [[21907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21907) Error from mainpage when Article requests enabled and either IndependentBranches or IndependentBranchesPatronModifications is enabled
2858
- [[21909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21909) Koha::Account::outstanding_* methods should preserve call context
2859
- [[21969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21969) Koha::Account->outstanding_* should look for debits/credits by checking 'amount'
2860
- [[21987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21987) Local cover 'thumbnail' size is bigger than 'imagefile' size in biblioimages table
2861
- [[22006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22006) Koha::Account::Line->item should return undef if no item linked
2862
- [[22007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007) KohaDates output does not need to be html filtered
2863
- [[22033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22033) related_resultset is a hole in the Koha::Object logic
2864
- [[22044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22044) NoRenewalBeforePrecision should be set by default for new installations
2865
- [[22046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22046) Simplify C4::Matcher->get_matches
2866
- [[22056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22056) Remove test/search.pl
2867
2868
> Sponsored by Catalyst IT
2869
2870
- [[22059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22059) Wrong exception parameters in Koha::Patron->set_password
2871
- [[22084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22084) Plugin upgrade method and database plugin version storage will never be triggered for existing installs
2872
- [[22097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22097) CataloguingLog should be suppressed for item branch transfers
2873
- [[22124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22124) Update cataloguing plugin system to not generate type parameter in script tag
2874
- [[22125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22125) branches.pickup_location should be flagged as boolean
2875
- [[22219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22219) C4::Biblio->GetItemsForInventory can return wrong count / duplicated items when skipping waiting holds
2876
- [[22391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22391) Incorrect GROUP BY in /acqui/ajax-getauthvaluedropbox.pl
2877
- [[22451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22451) Asset plugin is using the version from the DB
2878
- [[22472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472) Should column_exists explode if the table does not exist?
2879
- [[22542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542) Back browser should not allow to see other patrons details (see bug 5371)
2880
- [[22607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22607) Default value in issues.renewals should be '0' not null
2881
- [[22729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22729) flgAnonymized shouldn't be NULL and should be renamed anonymized
2882
- [[22748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22748) Wrong permission check in addbiblio.pl
2883
- [[22749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22749) Koha::Item->hidden_in_opac should consider hidelostitems syspref
2884
- [[22755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22755) Import Koha::Script to patron_emailer cronjob
2885
- [[22813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813) searchResults queries the Koha::Patron object inside two nested loops
2886
2887
#### Cataloging
2888
2889
- [[10345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10345) Copy number should be incremented when adding multiple items at once
2890
- [[20491]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20491) Use "Date due" in table header of item table
2891
- [[21709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709) Addbiblio shows clickable tag editor icons which do nothing
2892
- [[21937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21937) Syspref autoBarcode annual doesn't increment properly barcode in some cases
2893
- [[22122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22122) Make sequence of Z39.50 search options match in acq and cataloguing
2894
- [[22242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22242) Javascript error in value builder cased by Select2
2895
- [[22886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886) Missing space between fields from Keyword to MARC mapping in cataloguing search
2896
2897
#### Circulation
2898
2899
- [[13763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13763) Renew feature does not check for the BarcodeInputFilter option
2900
2901
> Sponsored by Catalyst IT
2902
2903
- [[14591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14591) book drop / drop box mode incorrectly decrements accrued overdue fines
2904
- [[17236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17236) Add minute and hours to last checked out item display for hourly loans
2905
- [[17347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17347) 'Renew' tab should ignore whitespace at begining and end of barcode
2906
- [[18957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18957) Item renewed online does not show the time of renewal
2907
- [[21013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21013) Missing itemtype for checkut makes patron summary print explode
2908
- [[21030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21030) Date widget on suspend modal not working correctly
2909
- [[21877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21877) Show authorized value description for withdrawn in checkout
2910
- [[22054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22054) Display a nicer error message when trying to renew an on-site checkout from renew page
2911
- [[22083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22083) Typo in circulation_batch_checkouts.tt
2912
- [[22111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22111) Correctly format fines when placing holds (maxoutstanding warning)
2913
- [[22119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22119) Add price formatting in circulation
2914
- [[22120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22120) Add price formatting to patron summary print
2915
- [[22130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22130) Batch checkout: authorized value description is never shown with notforloan status
2916
- [[22200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22200) Forgiving a fine (FOR) does not create a FORGIVEN credit line
2917
- [[22203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22203) Holds modal no longer links to patron
2918
- [[22351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22351) SCSS conversion broke style on last checked out information
2919
- [[22536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22536) Display problem in Holds to Pull report
2920
2921
#### Command-line Utilities
2922
2923
- [[12488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12488) Make bulkmarcimport.pl -d use DELETE instead of TRUNCATE
2924
- [[17746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17746) koha-reset-passwd should use Koha::Patron->set_password
2925
- [[20537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20537) Warnings in overdue_notices.pl
2926
2927
> Sponsored by Catalyst IT
2928
2929
- [[20692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20692) koha-plack doesn't check for Include *-plack.conf line in /etc/apache2/sites-available/$INSTANCE.conf
2930
- [[21855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21855) Remove deprecated delete_unverified_opac_registrations.pl cronjob
2931
2932
> The functionality of delete_unverified_opac_registrations.pl was moved into the cleanup_database.pl cronjob. Please make sure to adjust your conjob configuration accordingly.
2933
2934
2935
- [[21908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21908) biblio_metadata is missing from the rebuild_zebra.pl tables list
2936
- [[21975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21975) Unnecessary substitutions in automatic item modification by age
2937
- [[22235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235) Make maintenance scripts use koha-sip instead of koha-*-sip
2938
- [[22299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22299) Typo in parameter of import_patrons.pl: preserve_extended_atributes
2939
2940
> The --preserve-extended-atributes parameter for import_patrons.pl had a typo within it.  In this version we have fixed the typo and so the attribute name has been updated to --preserve-extended-attributes
2941
2942
2943
- [[22323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22323) Cronjob runreport.pl has a CSV encoding issue
2944
- [[22397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22397) Wrong message in koha-sip --start
2945
- [[22875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875) Documentation misleading for import_patrons command line script
2946
2947
#### Course reserves
2948
2949
- [[21003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21003) Don't show warning when editing a reserve item
2950
2951
#### Database
2952
2953
- [[22634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22634) Standardize table creation for stockrotation* tables in kohacstructure.sql
2954
- [[22782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782) Schema change for SocialData
2955
2956
#### Developer documentation
2957
2958
- [[20544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20544) Wrong comment in database documentation for items.itemnotes
2959
- [[21290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21290) POD of ModItem mentions MARC for items
2960
2961
#### Documentation
2962
2963
- [[19747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19747) No help page linked for article requests
2964
- [[22174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22174) Add link to help page for API key management
2965
- [[22687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22687) Typo in Koha::Manual breaks Portuguese links
2966
2967
#### Fines and fees
2968
2969
- [[12166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12166) Improve display of hold charges in patron account
2970
- [[21849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21849) Offsets not stored correctly in _FixOverduesOnReturn
2971
- [[22066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22066) branchcode should be recorded for manual credits
2972
- [[22138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22138) members/paycollect.pl has not been updated to have the new tab names
2973
- [[22626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22626) 'Filter paid transactions' broken on Transactions tab in staff
2974
- [[22628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22628) FFOR and VOID show up as codes to end users in OPAC, SCO and staff
2975
2976
#### Hold requests
2977
2978
- [[7614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7614) Use branch transfer limits for determining available opac holds pickup locations
2979
- [[15505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505) Mark Hold Items 'On hold' instead of 'Available'
2980
2981
> Corrects the display of status for items on hold in the OPAC.
2982
2983
2984
- [[20837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20837) CanItemBeReserved should follow ReservesControlBranch and not CircControl
2985
2986
> WARNING: This patch corrects the behaviour of reserve rules such that they match the system preference descriptions. This may initial lead to confusion as prior to this the CircControl branches were used incorrectly. Settings for ReservesControlBranch and CircControl should be reviewed to ensure proper behaviour is enforced.
2987
2988
2989
- [[21263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21263) Pickup library not set correctly when using Default holds policy by item type
2990
- [[21765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21765) AutoUnsuspendReserves manually sets holds fields instead of calling ->resume
2991
- [[22650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22650) Can place multiple item level holds on a single item
2992
- [[22688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22688) TT plugin for pickup locations code wrong
2993
2994
#### Holidays
2995
2996
- [[21885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21885) Improve date selection on calendar for selecting the end date on a range
2997
2998
#### I18N/L10N
2999
3000
- [[19497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19497) Translatability: Get rid of "Edit [% field.name |html %] field"
3001
3002
> Sponsored by Catalyst IT
3003
3004
- [[21736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21736) Localization widget messages are not translatable
3005
3006
#### ILL
3007
3008
- [[21460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460) Filtering ILL requests on borrowernumber does not work
3009
- [[22101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22101) ILL requests missing in menu on advanced search page
3010
- [[22121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22121) Display 'Price paid' on ILL requests according to CurrencyFormat pref
3011
- [[22464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22464) Copyright notice does not pass forward request properties
3012
3013
#### Installation and upgrade (command-line installer)
3014
3015
- [[17496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17496) install-CPAN.pl documentation/removal
3016
- [[20174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20174) Remove xml_sax.pl target from Makefile.pl
3017
3018
#### Installation and upgrade (web-based installer)
3019
3020
- [[11922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11922) Add SHOW_BCODE patron attribute for Norwegian web installer
3021
- [[21545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21545) Update German web Installer for 18.11
3022
- [[21651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651) Force insert of notices related tables during the install process
3023
- [[21710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21710) Fix typo atributes in some installer files
3024
- [[22095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22095) Dead link in web installer
3025
- [[22527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527) Web installer links to wrong database manual when database user doesn't have required privileges
3026
3027
> Sponsored by Hypernova Oy
3028
3029
3030
#### Label/patron card printing
3031
3032
- [[22878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878) Cannot add a patron card layout with mysql strict mode on
3033
3034
#### Lists
3035
3036
- [[20891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20891) Lists in staff don't load when \ was used in the description
3037
- [[21751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21751) fixFloat toolbar not displaying properly in Chrome
3038
3039
#### MARC Authority data support
3040
3041
- [[19994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19994) use Modern::Perl in Authorities perl scripts
3042
- [[21450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450) link_bibs_to_authorities.pl is caching searches without the auth type
3043
- [[21880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21880) "Relationship information" disappears when accessing paginated results in authority searches
3044
- [[21957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21957) LinkBibHeadingsToAuthorities can be called twice when running link_bibs_to_authorities
3045
3046
#### MARC Bibliographic data support
3047
3048
- [[19648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19648) Repeated positions and some options missing in cataloguing plugin 007 (XML file)
3049
- [[22034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22034) Viewing record with Default framework doesn't work on MARC tab
3050
3051
#### Notices
3052
3053
- [[14358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14358) Changing the module refreshes the page and resets library choice
3054
- [[20937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20937) PrintNoticesMaxLines is not effective for overdue notices with a print type specified where a patron has an email
3055
- [[21571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21571) Translate notices fail on ACCTDETAILS
3056
- [[21829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21829) Date displays as a datetime in notices
3057
- [[22002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22002) Each message_transport_type in the letters table is showing as a separate notice in Tools > Notices and slips
3058
3059
#### OPAC
3060
3061
- [[403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=403) Reserve process allows duplicate reserves
3062
- [[10676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10676) OpacHiddenItems not working for restricted on OPAC detail
3063
- [[13629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13629) SingleBranchMode removes both library and availability search from advanced search
3064
- [[13782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13782) RSS for news needs a bit of styling
3065
- [[19241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19241) Items with status of hold show as available in cart
3066
- [[21192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21192) Borrower Fields on OPAC's Personal Details Screen Use Self Register Field Options Incorrectly
3067
- [[21335]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21335) Remove redundant includes of right-to-left.css
3068
- [[21808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21808) Field 711 is not handled correctly in showAuthor XSLT for relator term or code
3069
- [[21846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21846) Using emoji as tags doesn't discriminate between emoji when calculating weights or searching
3070
3071
> Please note, this patch fixes issues going forward. It includes a maintenance script to allow you to fix any possible existing cases. Please see bugzilla for details.
3072
3073
3074
- [[21947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21947) Filtering order generates html in notes
3075
- [[22058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22058) OPAC holdings table shows &nbsp; instead of blank
3076
- [[22075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22075) Encoding problem with RIS export
3077
- [[22118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22118) Format hold fee when placing holds in OPAC
3078
- [[22207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22207) Course reserves page does not have unique body id
3079
- [[22432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22432) Star ratings plugin replacement missing from a couple pages
3080
- [[22501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22501) OPAC course reserves notes should allow html links
3081
- [[22537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22537) Don't show Suspend all holds button when holds can no longer be susppended in OPAC
3082
- [[22550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22550) OPAC suggestion form doesn't require mandatory fields
3083
- [[22551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551) Stray "//" appears at bottom of opac-detail.tt
3084
- [[22560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22560) Forgotten password "token expired" page still shows boxes to reset password
3085
- [[22561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22561) Forgotten password requirements hint doesn't list all rules for new passwords
3086
- [[22620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22620) OPAC description for collection in opac-reserve.tt
3087
- [[22624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22624) Show OPAC description for authorised values in OPAC
3088
- [[22680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22680) OPAC language footer not positioned correctly
3089
- [[22743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22743) OverDrive results page is missing overdrive-login include
3090
- [[22772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772) Menu link hover color incorrect in OPAC language choosers
3091
- [[22816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816) OPAC detail holdings table doesn't fill it's container
3092
3093
#### Packaging
3094
3095
- [[21897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21897) Typo in postinst affecting zebra configuration file installation
3096
3097
#### Patrons
3098
3099
- [[375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=375) When placing a reserve, item claims to have one reserve already
3100
- [[19818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19818) Add id into tag html from moremember.tt
3101
- [[20165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20165) Capitalization: Street Address should be Street address in patron search options
3102
- [[20514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514) Searching for a patrons using the address option doesn't work with streetnumber
3103
- [[21535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535) Anonymize function in Patron should not scramble email addresses
3104
- [[21930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21930) Typo in the manage_circ_rules_from_any_libraries description
3105
- [[21953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21953) Term "Lost item" is untranslatable
3106
- [[22067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22067) Koha::Patron->can_see_patron_infos should return if no patron is passed
3107
- [[22149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22149) Grammar fix in the manage_circ_rules_from_any_libraries description
3108
- [[22646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22646) Fix use of PrivacyPolicyURL
3109
- [[22781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781) Fields on patron search results should be html/json filtered
3110
3111
#### REST api
3112
3113
- [[21786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21786) Routes for credits should include library_id
3114
- [[22216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22216) Make GET /patrons/{patron_id} staff only
3115
3116
#### Reports
3117
3118
- [[447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=447) Bookcount page has a holder gif that needs to be commented out
3119
- [[20274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20274) itemtypes.plugin report: not handling item-level_itypes syspref
3120
- [[20679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20679) Remove 'rows per page' from reports print layout
3121
- [[22082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22082) Ambiguous column in patron stats
3122
- [[22090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22090) Cash register report missing data in CSV export
3123
- [[22147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22147) Hide 'Batch modify' button when printing reports
3124
- [[22168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22168) Improve styling of new chart settings for reports
3125
- [[22278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22278) Newly created report group is not selected after saving an SQL report
3126
- [[22287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22287) Correct new charts CSS
3127
3128
#### SIP2
3129
3130
- [[15221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221) SIP server always sets the alert flag when item not returned
3131
- [[19832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19832) SIP checkout removes extra hold on same biblio
3132
- [[21997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21997) SIP patron information requests can lock patron out of account
3133
- [[22043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22043) SIP Checkin Response alert flag set to often set to Y incorrectly
3134
- [[22076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22076) SIP checkin for withdrawn item returns ok in checkin response
3135
- [[22790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790) The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2
3136
3137
#### Searching
3138
3139
- [[12441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12441) search.pl has incorrect reference to OPACdefaultSortField and OPACdefaultSortOrder
3140
3141
> Sponsored by Catalyst IT
3142
3143
- [[14716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716) Correctly URI-encode URLs in XSLT result lists and detail pages
3144
- [[18909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18909) Enable the maximum zebra records size to be specified per instance
3145
- [[20823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20823) UNIMARC XSLT does not display 604$t
3146
- [[22010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22010) RecordedBooks and OverDrive should check preferences over passing variables
3147
- [[22154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22154) Subtype search for Format - Braille doesn't look for the right codes
3148
- [[22595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22595) Items search is mixing inputs
3149
- [[22596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22596) html TT filter is breaking items search with custom field
3150
- [[22787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787) Mapping missing for ů to u in word-phrase-utf-chr
3151
- [[22901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901) On item search authorised values select disappears on conditional change
3152
3153
#### Searching - Elasticsearch
3154
3155
- [[19670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19670) search_marc_map.marc_field should have COLLATE= utf8mb4_bin
3156
- [[21084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21084) Searching for authorities with 'contains' gives no results if search terms include punctuation
3157
- [[22228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22228) Elasticsearch - standalone colons should be escaped when performing a search
3158
- [[22246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22246) Elasticsearch indexing needs a maximum length for `__sort` fields
3159
- [[22295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22295) Elasticsearch - Advanced search should group terms entered in a single input
3160
- [[22339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22339) Elasticsearch - fixed field mappings should match MARC ranges
3161
- [[22413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22413) Elasticsearch - Search settings are lost after sorting, faceting or paging
3162
- [[22474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22474) Authority and biblio field mapping improperly shared
3163
- [[22495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22495) Restore su-geo field in Elasticsearch mappings
3164
- [[22892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892) Warning when reindexing without parameters
3165
3166
#### Searching - Zebra
3167
3168
- [[22073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22073) Diacritics Ž and ž not being mapped for searching (Non-ICU)
3169
3170
#### Self checkout
3171
3172
- [[18387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18387) 404 errors on page causes SCO user to be logged out
3173
- [[22274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22274) Self-checkout pages not covered by OPAC CSS changes
3174
- [[22378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22378) Fix sound alerts on SCO
3175
- [[22739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22739) Self check in module JS breaks if  SelfCheckInTimeout  is unset
3176
3177
#### Serials
3178
3179
- [[13735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735) Item form in serials module doesn't respect max length set in the frameworks
3180
- [[15149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15149) Serials: Test prediction pattern does not consider Subscription start and end date
3181
- [[16231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231) Correct permission handling in subscription edit menu
3182
- [[21845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21845) Sort of issues in OPAC subscription table
3183
- [[22156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22156) Subscription result list sorts on "checkbox" by default
3184
- [[22239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22239) JavaScript error on subscription detail page when there are no orders
3185
- [[22404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22404) Some labels in subscription add form has wrong parameter "for"
3186
- [[22934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934) Add missing use statement to Koha::AdditionalFieldValue
3187
3188
#### Staff Client
3189
3190
- [[17698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698) Make patron notes show up on staff dashboard
3191
3192
> RMNOTE - REMOVE FROM RELEASE NOTES - 18.11 FEATURE
3193
3194
3195
- [[19046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046) IntranetCatalogSearchPulldown doesn't retain last selection
3196
- [[21802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21802) Edit notices form is not aligned with accordeon headers
3197
- [[21904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21904) Patron search library dropdown should be limited  by group if "Hide patron info" is enabled for group
3198
- [[22419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22419) Removing multiple records from intranet cart causes browser timeout
3199
- [[22914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914) Add holds column to batch item delete to fix show/hide columns behaviour
3200
3201
#### System Administration
3202
3203
- [[7403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7403) Remove warning from CataloguingLog system preference
3204
- [[15110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15110) Improve decreaseHighHolds system preference description
3205
- [[18011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18011) Enrollment period date on patron category can be set in the past without any error/warning messages
3206
- [[18143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18143) Silence floody MARC framework export
3207
- [[21637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21637) Capitalization: EasyAnalyticalRecords syspref option "Don't Display" should be "Don't display"
3208
- [[21926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21926) Enhance OAI-PMH:archiveID system preference description
3209
- [[21961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21961) Typo in permission keeps Did you mean? config from showing up
3210
- [[22009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22009) Fix error messages for classification sources and filing rules
3211
- [[22170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22170) Library group description input field should be longer
3212
- [[22575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22575) Item type administration uses invalid error class for dialog
3213
- [[22962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22962) Wrong punctuation in RisExportAdditionalFields system preference
3214
- [[22965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22965) Typo in Classification Sources description on Admin homepage (admin-home.tt)
3215
3216
#### Templates
3217
3218
- [[8387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8387) Hide headings in tools when user has no permissions for any listed below
3219
- [[10562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10562) Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl
3220
- [[20102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20102) Remove attribute "text/css" for style element used in staff client templates
3221
- [[20658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20658) Move template JavaScript to the footer: Installer and onboarding
3222
- [[21130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21130) Detail XSLT produces translatable HTML class
3223
- [[21840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21840) Fix some typos in the templates
3224
- [[21866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21866) Rephrase "Warning: This *report* was written for an older version of Koha" to refer to plugins
3225
- [[21990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21990) No background color for div.error, must be .alert
3226
- [[22080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22080) Easier translation of ElasticSearch mappings page
3227
- [[22113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22113) Add price formatting on item lost report
3228
- [[22116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22116) Add price formatting to rental charge and replacement price on items tab in staff
3229
- [[22197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22197) Add Mana KB link to administration sidebar menu
3230
- [[22236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22236) Translation should generate tags with consistent attribute order
3231
- [[22250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22250) Clean up Mana KB integration with serials and reports
3232
- [[22300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22300) Staff search results: Opt groups in 'sort' pull down are not well formatted
3233
- [[22303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22303) Wrong bottom in virtualshelves/addbybiblionumber.tt
3234
- [[22422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22422) improve item location display with class "shelvingloc"
3235
3236
> Expands CSS class "shelvingloc" to additional pages in both intranet and OPAC.
3237
3238
3239
- [[22452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22452) Typos in add a comment to Mana modal
3240
- [[22466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22466) TT methods must not be escaped
3241
- [[22475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22475) Shelving location doesn't appear on tags list view
3242
- [[22477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22477) Missing DataTables configuration when searching patrons for holds
3243
- [[22586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22586) IntranetReportsHomeHTML no longer renders as HTML on reports-home.pl
3244
- [[22698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22698) Fix incorrect button classes
3245
- [[22702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22702) Circulation note on patron page should allow for HTML tags
3246
- [[22716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22716) Use gender-neutral pronouns in system preference descriptions
3247
- [[22746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22746) Another typo found in mana-subscription-search-result.inc (Mana KB)
3248
- [[22800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800) No need to raw filter the mandatory fields var (OPAC suggestions)
3249
- [[22889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889) Fix typos librairies and libaries
3250
- [[22932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932) GetLatestSerials should not return formatted date
3251
- [[22973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22973) Remove type attribute from script tags: Staff client includes 2/2
3252
- [[22975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22975) Remove type attribute from script tags: Acquisitions
3253
- [[22979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22979) Remove type attribute from script tags: Authorities
3254
- [[22981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22981) Remove type attribute from script tags: Catalog
3255
3256
#### Test Suite
3257
3258
- [[14334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14334) DBI fighting DBIx over Autocommit in tests
3259
- [[21671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671) Koha/Patron/Modifications.t is failing randomly
3260
- [[21692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21692) Koha::Account->new has no tests
3261
- [[22107]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22107) Avoid deleting data in some tests
3262
- [[22254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22254) t/db_dependent/Koha/Patrons.t contains a DateTime math error
3263
- [[22416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22416) Search.t tests need adjustment for EasyAnalyticRecords syspref
3264
- [[22433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433) SIP/Transaction.t is failing randomly
3265
- [[22453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453) TestBuilder should generate now() using the current timezone
3266
- [[22493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22493) DecreaseLoanHighHolds.t creates some items/patrons with set values
3267
- [[22547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22547) C4::Overdues - UpdateFine is barely tested
3268
- [[22808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808) Move Cache.t to db_dependent
3269
- [[22850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850) SharedContent.t wrongly use ->set_userenv
3270
- [[22917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917) Circulation.t fails if tests are ran slowly
3271
- [[22930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930) Make TestBuilder more strict about wrong arguments
3272
3273
#### Tools
3274
3275
- [[19915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19915) Inventory tool doesn't use cn_sort for callnumber ranges
3276
3277
> This patch brings the inventory tool inline with other pages displaying data sorted by callnumbers by also adopting the use of cn_sort for sorting.
3278
3279
3280
- [[20634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20634) Inventory form has 2 identical labels "Library:"
3281
- [[21465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21465) Cannot overlay patrons when matching by cardnumber if userid exists in file and in Koha
3282
- [[21831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21831) Marc modification templates move all action moves only one field
3283
- [[21861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21861) The MARC modification template actions editor does not always validate user input
3284
- [[22011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22011) Typo in Item Batch Modification
3285
- [[22022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22022) Authorised values on the batch item modification page are not displayed in order (order by code, not lib)
3286
- [[22036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22036) Tidy up tags/review script
3287
- [[22069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22069) Log viewer not displaying item renewals
3288
3289
> This patch fixes the search for 'renewal', so both item renewals and patron renewals are found.
3290
3291
3292
- [[22136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22136) Import patrons notes hides a note because the syspref isn't referenced correctly
3293
- [[22365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22365) Warn on Log Viewer
3294
3295
> Sponsored by Catalyst IT
3296
3297
- [[22411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22411) Dates in log viewer not formatted correctly
3298
3299
#### Web services
3300
3301
- [[22597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22597) Remove "more_subfields_xml" from GetPatronInfo response (xml broken)
3302
- [[22742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742) RenewLoan return wrong datetime format
3303
3304
### New sysprefs
3305
3306
- AccountAutoReconcile
3307
- AllowRenewalOnHoldOverride
3308
- AutoReturnCheckedOutItems
3309
- AutoShareWithMana
3310
- EmailAddressForSuggestions
3311
- EmailPurchaseSuggestions
3312
- FallbackToSMSIfNoEmail
3313
- ILLModuleUnmediated
3314
- ILLOpacbackends
3315
- IllLog
3316
- IndependentBranchesTransfers
3317
- LibrisKey
3318
- LibrisURL
3319
- Mana
3320
- MaxItemsToDisplayForBatchMod
3321
- NoRenewalBeforePrecision
3322
- OPACOpenURLItemTypes
3323
- OPACShowOpenURL
3324
- OpacMoreSearches
3325
- OpenURLImageLocation
3326
- OpenURLResolverURL
3327
- OpenURLText
3328
- OrderPriceRounding
3329
- OverDriveUsername
3330
- PatronAnonymizeDelay
3331
- PatronRemovalDelay
3332
- RESTBasicAuth
3333
- RESTPublicAPI
3334
- SelfCheckAllowByIPRanges
3335
- SendAllEmailsTo
3336
- UnsubscribeReflectionDelay
3337
- UpdateItemLocationOnCheckin
3338
3339
### System requirements
3340
3341
Important notes:
3342
    
3343
- Perl 5.10 is required
3344
- Zebra is required
3345
3346
### Documentation
3347
3348
The Koha manual is maintained in Sphinx. The home page for Koha 
3349
documentation is 
3350
3351
- [Koha Documentation](http://koha-community.org/documentation/)
3352
3353
As of the date of these release notes, only the English version of the
3354
Koha manual is available:
3355
3356
- [Koha Manual](http://koha-community.org/manual/19.05/en/html/)
3357
3358
3359
The Git repository for the Koha manual can be found at
3360
3361
- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
3362
3363
### Translations
3364
3365
Complete or near-complete translations of the OPAC and staff
3366
interface are available in this release for the following languages:
3367
3368
- Arabic (93.2%)
3369
- Armenian (100%)
3370
- Basque (60.3%)
3371
- Chinese (China) (60.9%)
3372
- Chinese (Taiwan) (96.5%)
3373
- Czech (88.7%)
3374
- Danish (52.9%)
3375
- English (New Zealand) (84%)
3376
- English (USA)
3377
- Finnish (79.5%)
3378
- French (93.4%)
3379
- French (Canada) (94.1%)
3380
- German (100%)
3381
- German (Switzerland) (87.2%)
3382
- Greek (74.6%)
3383
- Hindi (98.7%)
3384
- Italian (89%)
3385
- Norwegian Bokmål (90.1%)
3386
- Occitan (post 1500) (56.9%)
3387
- Polish (81.6%)
3388
- Portuguese (100%)
3389
- Portuguese (Brazil) (92.4%)
3390
- Slovak (85.6%)
3391
- Spanish (100%)
3392
- Swedish (89.7%)
3393
- Turkish (93%)
3394
- Ukrainian (58.2%)
3395
- Vietnamese (50.9%)
3396
3397
Partial translations are available for various other languages.
3398
3399
The Koha team welcomes additional translations; please see
3400
3401
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
3402
3403
For information about translating Koha, and join the koha-translate 
3404
list to volunteer:
3405
3406
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
3407
3408
The most up-to-date translations can be found at:
3409
3410
- [Koha Translation](http://translate.koha-community.org/)
3411
3412
### Release Team
3413
3414
The release team for Koha 19.05.00 is
3415
3416
- Release Manager: Nick Clemens
3417
- Release Manager assistants:
3418
  - Tomás Cohen Arazi
3419
  - Jonathan Druart
3420
- QA Manager: Katrin Fischer
3421
- QA Team:
3422
  - Tomás Cohen Arazi
3423
  - Alex Arnaud
3424
  - Chris Cormack
3425
  - Jonathan Druart
3426
  - Kyle Hall
3427
  - Julian Maurice
3428
  - Josef Moravec
3429
  - Martin Renvoize
3430
  - Marcel de Rooy
3431
- Topic Experts:
3432
  - REST API -- Tomás Cohen Arazi
3433
  - SIP2 -- Colin Campbell
3434
  - EDI -- Colin Campbell
3435
  - UI Design -- Owen Leonard
3436
  - Elasticsearch -- Ere Maijala
3437
- Bug Wranglers:
3438
  - Indranil Das Gupta
3439
  - Jon Knight
3440
  - Luis Moises Rojas
3441
- Packaging Manager: Mirko Tietgen
3442
- Documentation Manager: Caroline Cyr-La-Rose
3443
- Documentation Team:
3444
  - David Nind
3445
  - Lucy Vaux-Harvey
3446
3447
- Translation Managers: 
3448
  - Indranil Das Gupta
3449
  - Bernardo González Kriegel
3450
3451
- Wiki curators: 
3452
  - Caroline Cyr-La-Rose
3453
- Release Maintainers:
3454
  - 18.05 -- Lucas Gass
3455
  - 18.05 -- Jesse Maseto
3456
  - 18.11 -- Martin Renvoize
3457
  - 17.11 -- Fridolin Somers
3458
- Release Maintainer assistants:
3459
  - 18.05 -- Kyle Hall
3460
3461
### Credits
3462
We thank the following libraries who are known to have sponsored
3463
new features in Koha 19.05.00:
3464
3465
- Arcadia Public Library
3466
- Brimbank Library, Australia
3467
- ByWater Solutions
3468
- Carnegie-Stout Public Library
3469
- Catalyst IT
3470
- Cheshire Libraries Shared Services
3471
- City of Portsmouth Public Library
3472
- Gothenburg University Library
3473
- Halton Borough Council
3474
- Hypernova Oy
3475
- Middletown Township Public Library
3476
- National Library of Finland
3477
- PTFS Europe
3478
- Pueblo City-County Library District
3479
- Round Rock Public Library
3480
- Sefton Council
3481
- Theke Solutions
3482
3483
We thank the following individuals who contributed patches to Koha 19.05.00.
3484
3485
- Morgane Alonso (2)
3486
- Ethan Amohia (3)
3487
- Aleisha Amohia (12)
3488
- Jasmine Amohia (13)
3489
- Tomás Cohen Arazi (175)
3490
- Alex Arnaud (14)
3491
- Philippe Blouin (1)
3492
- Henry Bolshaw (1)
3493
- David Bourgault (2)
3494
- Christopher Brannon (7)
3495
- Alex Buckley (4)
3496
- Colin Campbell (3)
3497
- Frédérick Capovilla (1)
3498
- Galen Charlton (1)
3499
- Nick Clemens (280)
3500
- David Cook (2)
3501
- Chris Cormack (2)
3502
- Olivier Crouzet (1)
3503
- Caroline Cyr-La-Rose (2)
3504
- Frédéric Demians (2)
3505
- Jonathan Druart (175)
3506
- Nicole Engard (1)
3507
- Magnus Enger (2)
3508
- Charles Farmer (1)
3509
- Katrin Fischer (88)
3510
- Lucas Gass (5)
3511
- Claire Gravely (2)
3512
- David Gustafsson (11)
3513
- Kyle Hall (71)
3514
- Helene Hickey (9)
3515
- Andrew Isherwood (63)
3516
- Te Rauhina Jackson (1)
3517
- Mackey Johnstone (1)
3518
- Andreas Jonsson (4)
3519
- Pasi Kallinen (2)
3520
- Jack Kelliher (2)
3521
- Olli-Antti Kivilahti (2)
3522
- Jon Knight (1)
3523
- Jiří Kozlovský (1)
3524
- Bernardo González Kriegel (1)
3525
- Thatcher Leonard (1)
3526
- Owen Leonard (164)
3527
- Olivia Lu (4)
3528
- Ere Maijala (17)
3529
- Hayley Mapley (12)
3530
- Julian Maurice (17)
3531
- Matthias Meusburger (4)
3532
- Jose-Mario Monteiro-Santos (1)
3533
- Josef Moravec (102)
3534
- Agustín Moyano (8)
3535
- Björn Nylen (2)
3536
- Nicholas Van Oudtshoorn (2)
3537
- Eric Phetteplace (1)
3538
- Liz Rea (22)
3539
- Martin Renvoize (175)
3540
- Marcel de Rooy (43)
3541
- Andreas Roussos (3)
3542
- Maryse Simard (3)
3543
- Kris Sinnaeve (1)
3544
- Eivin Giske Skaaren (1)
3545
- Fridolin Somers (36)
3546
- Arthur Suzuki (2)
3547
- Lari Taskula (4)
3548
- Lyon 3 Team (1)
3549
- Pierre-Marc Thibault (1)
3550
- Mirko Tietgen (2)
3551
- Mark Tompsett (9)
3552
- Koha translators (1)
3553
- Jesse Weaver (4)
3554
- Baptiste Wojtkowski (1)
3555
- Nazlı Çetin (9)
3556
3557
We thank the following libraries, companies, and other institutions who contributed
3558
patches to Koha 19.05.00
3559
3560
- abunchofthings.net (2)
3561
- ACPL (164)
3562
- BibLibre (75)
3563
- BSZ BW (90)
3564
- ByWater-Solutions (359)
3565
- Catalyst (19)
3566
- Coeur D'Alene Public Library (7)
3567
- Devinim (9)
3568
- Equinox (1)
3569
- etf.edu (1)
3570
- f1ebe1bec408 (4)
3571
- Göteborgs Universitet (7)
3572
- Independant Individuals (165)
3573
- jkozlovsky.cz (1)
3574
- jns.fi (6)
3575
- Koha Community Developers (175)
3576
- Kreablo AB (4)
3577
- Libeo (1)
3578
- Libriotech (2)
3579
- Loughborough University (1)
3580
- parliament.uk (1)
3581
- Prosentient Systems (2)
3582
- PTFS-Europe (241)
3583
- Rijks Museum (43)
3584
- Solutions inLibro inc (10)
3585
- stacmail.net (2)
3586
- Tamil (2)
3587
- The City of Joensuu (2)
3588
- Theke Solutions (183)
3589
- ub.lu.se (2)
3590
- Universidad Nacional de Córdoba (1)
3591
- University of Helsinki (17)
3592
- Université Jean Moulin Lyon 3 (2)
3593
- Wellington East Girls' College (13)
3594
- wgc.school.nz (9)
3595
3596
We also especially thank the following individuals who tested patches
3597
for Koha.
3598
3599
- Hugo Agud (2)
3600
- Axel Amghar (1)
3601
- Ethan Amohia (2)
3602
- Aleisha Amohia (2)
3603
- Jasmine Amohia (2)
3604
- Tomás Cohen Arazi (192)
3605
- Alex Arnaud (18)
3606
- Marjorie Barry-Vila (3)
3607
- Oliver Behnke (1)
3608
- Bob Bennhoff (7)
3609
- Anne-Claire Bernaudin (2)
3610
- David Bourgault (1)
3611
- Arthur Bousquet (2)
3612
- Christopher Brannon (4)
3613
- Mikaël Olangcay Brisebois (17)
3614
- Alex Buckley (1)
3615
- Galen Charlton (1)
3616
- Barton Chittenden (3)
3617
- Claudio (1)
3618
- Nick Clemens (1619)
3619
- David Cook (3)
3620
- Chris Cormack (27)
3621
- Sarah Cornell (4)
3622
- Devlyn Courtier (2)
3623
- Frédéric Demians (2)
3624
- Michal Denar (85)
3625
- John Doe (2)
3626
- Jonathan Druart (88)
3627
- Nicole Engard (1)
3628
- Magnus Enger (7)
3629
- Charles Farmer (20)
3630
- Andrew Farthing (3)
3631
- Bouzid Fergani (2)
3632
- Katrin Fischer (466)
3633
- Martha Fuerst (2)
3634
- Brendan Gallagher (4)
3635
- Lucas Gass (12)
3636
- Stephen Graham (2)
3637
- Claire Gravely (26)
3638
- Victor Grousset (1)
3639
- Kyle Hall (192)
3640
- Geeta Halley (2)
3641
- Frank Hansen (1)
3642
- Helene Hickey (2)
3643
- Andrew Isherwood (9)
3644
- Dilan Johnpullé (1)
3645
- Mackey Johnstone (3)
3646
- Andreas Jonsson (1)
3647
- Jose-Mario (1)
3648
- Pasi Kallinen (2)
3649
- Jack Kelliher (3)
3650
- Jill Kleven (3)
3651
- Jon Knight (1)
3652
- Rhonda Kuiper (1)
3653
- Marie-Luce Laflamme (1)
3654
- Nicolas Legrand (6)
3655
- Owen Leonard (96)
3656
- Olivia Lu (1)
3657
- Andreas Hedström Mace (1)
3658
- Ere Maijala (3)
3659
- Jayne Maisey (2)
3660
- Hayley Mapley (35)
3661
- Jesse Maseto (1)
3662
- Julian Maurice (15)
3663
- Martin McGovern (1)
3664
- Janet McGowan (2)
3665
- Jose-Mario Monteiro-Santos (22)
3666
- Josef Moravec (395)
3667
- Agustín Moyano (7)
3668
- David Nind (29)
3669
- Björn Nylen (3)
3670
- Jessica Ofsa (2)
3671
- Dobrica Pavlinušić (1)
3672
- David Peacock (2)
3673
- Eric Phetteplace (1)
3674
- Séverine Queune (28)
3675
- Liz Rea (170)
3676
- Martin Renvoize (452)
3677
- David Roberts (1)
3678
- Benjamin Rokseth (3)
3679
- Marcel de Rooy (177)
3680
- Paola Rossi (1)
3681
- BWS Sandboxes (2)
3682
- Lisette Scheer (8)
3683
- Maribeth Shafer (1)
3684
- Maryse Simard (27)
3685
- Jogiraju Tallapragada (2)
3686
- Lari Taskula (1)
3687
- Pierre-Marc Thibault (44)
3688
- Mirko Tietgen (2)
3689
- Mark Tompsett (11)
3690
- Te Rahui Tunua (1)
3691
- Ed Veal (1)
3692
- Marc Véron (3)
3693
- Niamh Walker-Headon (13)
3694
- Bin Wen (26)
3695
- George Williams (1)
3696
- Mengü Yazıcıoğlu (6)
3697
- Nazlı Çetin (4)
3698
3699
We thank the following individuals who mentored new contributors to the Koha project.
3700
3701
- Owen Leonard
3702
3703
3704
We regret any omissions.  If a contributor has been inadvertently missed,
3705
please send a patch against these release notes to 
3706
koha-patches@lists.koha-community.org.
3707
3708
### Revision control notes
3709
3710
The Koha project uses Git for version control.  The current development 
3711
version of Koha can be retrieved by checking out the master branch of:
3712
3713
- [Koha Git Repository](git://git.koha-community.org/koha.git)
3714
3715
The branch for this version of Koha and future bugfixes in this release
3716
line is master.
3717
3718
### Bugs and feature requests
3719
3720
Bug reports and feature requests can be filed at the Koha bug
3721
tracker at:
3722
3723
- [Koha Bugzilla](http://bugs.koha-community.org)
3724
3725
He rau ringa e oti ai.
3726
(Many hands finish the work)
3727
3728
Autogenerated release notes updated last on 30 May 2019 13:50:57.
3729
## RELEASE NOTES FOR KOHA 18.11.00
3730
27 Nov 2018
3731
3732
Koha is the first free and open source software library automation
3733
package (ILS). Development is sponsored by libraries of varying types
3734
and sizes, volunteers, and support companies from around the world. The
3735
website for the Koha project is:
3736
3737
- [Koha Community](http://koha-community.org)
3738
3739
Koha 18.11.00 can be downloaded from:
3740
3741
- [Download](http://download.koha-community.org/koha-18.11-latest.tar.gz)
3742
3743
Installation instructions can be found at:
3744
3745
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
3746
- OR in the INSTALL files that come in the tarball
3747
3748
Koha 18.11.00 is a major release, that comes with many new features.
3749
3750
It includes 16 new features, 235 enhancements, 432 bugfixes.
3751
3752
3753
3754
### New features
3755
3756
#### Acquisitions
3757
3758
- [[15184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15184) Ability to duplicate existing order lines to a given basket
3759
3760
> Sponsored by BULAC - http://www.bulac.fr/
3761
3762
3763
> This enhancements adds the ability to add an order to a basket (duplicate) from existing order lines. It will help serials acquisitions or other workflows where the same publication is ordered frequently.
3764
3765
3766
- [[19166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166) Add the ability to add adjustments to an invoice
3767
3768
> This enhancement to acquisitions allows libraries to record adjustments to invoices.  These may be based on feedback from a vendor, for example, a credit for returned books or damaged books, or a debit for extra service charges etc.
3769
3770
3771
3772
#### Authentication
3773
3774
- [[12027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027) Shibboleth authentication for staff client
3775
3776
> Sponsored by PTFS Europe  
3777
Shibboleth authentication has long been available for the OPAC, this patch adds support for the staff client.
3778
3779
3780
- [[18507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18507) Shibboleth auto-provisioning - Sync
3781
3782
> Shibboleth authentication has the ability to send an arbitrary number of attributes to koha; These attributes can be used to dynamically create (bug 12026) and, now with this patchset, update user records in koha.
3783
3784
3785
3786
#### Cataloging
3787
3788
- [[18586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586) Create module to mint RDF subject URIs
3789
3790
> The Koha::RDF module presents a method for minting RDF subject URIs in the format of {{ OpacBaseURL }}/bib/{{ biblionumber }}.  
3791
This functionality isn't directly used yet in Koha, but is a precursor to RDF support.
3792
3793
3794
3795
#### Circulation
3796
3797
- [[11897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897) Stock Rotation for Koha
3798
3799
> Sponsored by PTFS Europe and North West England Public Libraries  
3800
This is a batch process to automate the rotation of stock.  
3801
It includes a staff client page, under tools, to manage rotas (ordered lists of locations for items to rotate to with associated durations for the items stay) and assign them to items.  
3802
Once at least one rota is configured, and your staff user has the permission to add a rota to an item, then an additional tab will appear on each biblio record page allowing the management of which rota, if any, individual items are assigned.
3803
3804
3805
3806
#### Documentation
3807
3808
- [[19817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817) Merge local and online documentations
3809
3810
> Great strides have been taken to improve Koha's online documentation. This enhancement removes the outdated local help system from the software, opting instead to contextually link to the well maintained online manual.
3811
3812
3813
3814
#### Fines and fees
3815
3816
- [[19191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191) Add ability to email receipts for account payments and write-offs
3817
3818
> Let your library go paperless. This enhancement enables the ability to send payment and write-off receipts by email.
3819
3820
3821
3822
#### OPAC
3823
3824
- [[17602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602) Integrate support for RecordedBooks (formerly OneClickDigital) API
3825
3826
> This feature integrates RecordedBooks functionality into the catalog, following the model of OverDrive.  
3827
Searches on the OPAC will return a link to results in the RecordedBooks catalog if they are found. From that results page a user that is signed in and has a valid email matching a RecordedBooks account will be able to checkout the books directly from the results, and download them via their account page on the OPAC. Users will also be able to place holds on unavailable items.
3828
3829
3830
3831
#### Patrons
3832
3833
- [[20312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20312) Add a link towards the last consulted patron
3834
3835
> A first pass at adding a handy feature to allow quickly navigating back to the last searched user in the staff client.
3836
3837
3838
3839
#### REST api
3840
3841
- [[20942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20942) Add route to get patron's account balance
3842
3843
> Introduces API endpoints for dealing with patron accounts, a highly requested feature for third-party integrations.
3844
3845
3846
- [[20944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20944) Add routes to add credits to a patron's account
3847
3848
> Introduces the API endpoint for dealing with patron account credits, a highly requested feature for third-party integrations.
3849
3850
3851
- [[21116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21116) Add API routes through plugins
3852
3853
> Allows the extension of the Koha API via plugins. This can allow for custom vendor integrations and prototyping of new routes.
3854
3855
3856
3857
#### Reports
3858
3859
- [[17282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282) Ability to create charts for SQL reports
3860
3861
> Adds a form under report's result that allows to configure and draw a  
3862
chart (pie, bar, line and combination).
3863
3864
3865
3866
#### Serials
3867
3868
- [[21467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21467) Allow several receipts for a given subscription
3869
3870
> Sponsored by BULAC - http://www.bulac.fr/
3871
3872
3873
> Allows the user to set a quantity for a serial order, useful in the case where payments are made per receipt to find individual issues. This development also allows for altering the total expected quantity for a serial in the case of a periodicity change.
3874
3875
3876
3877
#### Z39.50 / SRU / OpenSearch Servers
3878
3879
- [[19436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436) Add SRU support for authorities
3880
3881
> Some record sources only offer SRU connections (and not Z39.50) this update allows Koha to utilize these resources for authority records as we can for bibliographic records
3882
3883
3884
3885
### Enhancements
3886
3887
#### About
3888
3889
- [[21317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317) Format long lists under Koha Team tab as columns
3890
3891
> Koha's team of developers is always growing ☺. This patch changes the display from a long list to a nicely formatted four column layout.
3892
3893
3894
- [[21319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21319) Remove highlight and tooltip on Koha Team version
3895
3896
> Two years ago we switched the version numbering system from 3.x to YY.MM format. At that time we added a tooltip and highlighted the version in red on the Koha Team tab of the about page.  This patch removes that now that a sufficient period of time has passed.
3897
3898
3899
- [[21782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21782) Release team 18.11
3900
3901
#### Acquisitions
3902
3903
- [[7651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7651) Add separate permission for managing currencies and exchange rates
3904
- [[12395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12395) Save order line's creator
3905
3906
> Allow finer grained auditing of acquisition orders.
3907
3908
3909
- [[18480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18480) Use modal for displaying patron details on add_user_search.pl to avoid redirect
3910
- [[18639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639) Separate replacement cost and retail price fields in acquisitions
3911
3912
> This patch attempts to remove some confusion as the 'Replacement price/rrp' field was being used as retail price during ordering process, but for item replacement price when receiving.  
3913
This patch splits these fields so that each may be set independently. RRP will be used to determine costs while ordering, and replacement price will populate the items replacement price upon receiving.
3914
3915
3916
- [[20366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20366) More information about orders linked to subscriptions on "Acquisition details" tab
3917
3918
> Sponsored by BULAC - http://www.bulac.fr/
3919
3920
- [[20966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20966) Add column configuration to table of orders in a basket
3921
- [[20969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20969) Use modal to add and edit notes from basket
3922
- [[20970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20970) Reformat basket information on acquisitions basket page
3923
- [[21333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21333) Add ability to add to basket from a file
3924
3925
#### Architecture, internals, and plumbing
3926
3927
- [[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)
3928
3929
> 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.
3930
3931
3932
- [[14302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14302) Remove GRS1 indexing related code
3933
3934
> Final removal of the GRS1 indexing mode code after the two year deprecation period.
3935
3936
3937
- [[18072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18072) Add Koha objects for Branch Transfer Limits
3938
- [[18887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887) Introduce new table 'circulation_rules', use for 'max_holds' rules
3939
- [[19490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19490) Add a 'holds' column to the Batch Item Modification Tool
3940
- [[19620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620) Allow skipping of patrons with valid emails for Talking Tech
3941
- [[19633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633) Use alphanumeric error codes in upload
3942
- [[19820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19820) Add unsafe param to GetMarcSubfieldStructure
3943
3944
> Sponsored by Gothenburg University Library
3945
3946
- [[19933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
3947
- [[20079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20079) Display stack trace for development installations
3948
- [[20226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226) Get rid of CATCODE_MULTI param decision in patron perl scripts
3949
- [[20272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20272) XSLT_Handler should use alphanumeric error codes
3950
- [[20287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287) Move AddMember and ModMember to Koha::Patron
3951
- [[20456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20456) Remove the C4::Serials::GetSubscriptionsFromBorrower
3952
- [[20509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509) Data consistency - authority types
3953
- [[20521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20521) dev installations should run with problematic SQL modes
3954
3955
> To aid in catching possible SQL issue's early in development, this patch allows enabling the strictest of SQL modes for development (and makes it the default for continuous integration) environments.
3956
3957
3958
- [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
3959
- [[20661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661) Implement blocking errors for circulation scripts
3960
- [[20669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669) Add upgrade method to plugins
3961
3962
> This enhancement standardises the methods used by plugin authors to maintain their plugin data across plugin versions.
3963
3964
3965
- [[20727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20727) Replace usage of File::Spec->tmpdir with C4::Context->temporary_directory
3966
- [[20968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20968) Plugins: Add hooks to enable plugin integration into catalogue
3967
3968
> Sponsored by PTFS Europe
3969
3970
3971
- [[20978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20978) Add Koha::Account::add_credit
3972
- [[20990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20990) Add Koha::Account::outstanding_credits
3973
- [[20997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997) Add Koha::Account::Line::apply
3974
- [[21178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21178) Add Koha::Patron::set_password method
3975
- [[21183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21183) C4::Items - Remove GetItemnumberFromBarcode
3976
- [[21184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21184) C4::Items - Remove GetBarcodeFromItemnumber
3977
- [[21201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21201) C4::Items - Remove GetItemnumbersForBiblio
3978
- [[21202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21202) C4::Items - Remove GetItemsByBiblioitemnumber
3979
- [[21205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21205) C4::Acquisition - Remove GetOrderFromItemnumber
3980
- [[21221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21221) Implement blocking errors for members/memberentry.pl
3981
- [[21233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21233) Add Koha::Exceptions::Password class
3982
- [[21299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21299) Move referer code from changelanguage to module in opac and staff
3983
- [[21352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21352) Allow plugins to add CSS and Javascript to Staff interface
3984
3985
> This enhancement allows plugin authors to make adaptations to the staff client using css and javascript.
3986
3987
3988
- [[21474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21474) Add the Koha::Subscription->frequency method
3989
- [[21501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21501) Remove dead code from course reserves module
3990
- [[21650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21650) C4::Items::GetLastAcquisitions has never been used and should be removed
3991
- [[21681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21681) Remove C4::Accounts::getcharges
3992
- [[21694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21694) Add the Koha::Account->lines method
3993
- [[21696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21696) Use Koha::Account->lines from Koha::Account
3994
- [[21719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21719) Fix typos in codebase
3995
3996
#### Authentication
3997
3998
- [[3511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3511) Integration with Moodle
3999
- [[17776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776) Shibboleth Authentication is broken in plack
4000
4001
> Sponsored by PTFS Europe  
4002
This enhancement adds support for using Shibboleth in a Plack environment. Caution should, however, be taken before enabling it as there are security implications to be aware of regarding header spoofing attacks that can be mitigated with additional care whilst configuring the native service provider and Apache: Please see https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSpoofChecking for further details.
4003
4004
4005
- [[19625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19625) Shibboleth auto-provisioning is broken in plack
4006
4007
#### Cataloging
4008
4009
- [[3509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3509) Batch item edit
4010
- [[9701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701) Configure default indicators
4011
4012
> This adds default indicators to bibliographic frameworks. The table marc_tag_structure is adjusted. In order to make effective use of this enhancement, you may want to add values in your MARC frameworks administration.
4013
4014
4015
- [[12747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747) Add configurable extra column in Z3950 search result
4016
4017
> Sponsored by CCSR (https://ccsr.qc.ca)
4018
4019
4020
> This allows to display MARC fields and subfields from the record in an extra column on the Z30.50 result list. The content of the column can be configured via the AdditionalFieldsInZ3950ResultSearch system preference.
4021
4022
4023
- [[19263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19263) Advanced Editor - Rancor - Add auto control number (001) widget
4024
- [[19349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19349) Allow to store biblio record's creator and last modifier in MARC
4025
- [[20435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20435) Allow lowercase prefix in inventory value builder
4026
- [[21318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21318) Add control number to authority Z39.50 search form
4027
4028
#### Circulation
4029
4030
- [[3510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3510) Allow staff to change checkin date and time
4031
- [[15139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15139) Show non-public item note in overdues report
4032
- [[15494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15494) Block renewals by arbitrary item values
4033
4034
> This enhancement offers the possibility to prevent renewals given certain item values. Using a yaml syntax the library can specify certain item field values that, when matched, will prevent renewals for affected items.  
4035
If using automatic renewal notices your notice should be updated to account for the new reason that renewals may be denied "item_denied_renewal"
4036
4037
4038
- [[15524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524) Set limit on maximum possible holds per patron by category
4039
- [[19383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19383) Print hold slips without confirmation
4040
- [[19719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19719) Add a new column for collection in the patron checkouts data table
4041
- [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
4042
4043
> These patches give a facelift to the circulation homepage. All functionality remains the same, however, things have been moved to make the interface little friendlier and more responsive on different screens.
4044
4045
4046
- [[20343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343) Show number of checkouts by itemtype in circulation.pl
4047
- [[20450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20450) Add collection to list of items when placing hold on specific copy
4048
- [[20468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20468) Multiselect on staff article requests form
4049
- [[21121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21121) New syspref to allow hiding of private patron data in circulation page
4050
4051
> Sponsored by: Toi Ohomai Institute of Technology in New Zealand and Catalyst IT.
4052
4053
4054
- [[21380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21380) Circulation history UI improvements - make barcode clickable
4055
4056
#### Command-line Utilities
4057
4058
- [[20393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20393) Remove redundant 'koha.psgi' and 'plackup.sh' files
4059
- [[20486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20486) Add --marc_conditions option to export_records.pl
4060
4061
> Sponsored by Gothenburg University Library
4062
4063
- [[20795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20795) koha-rebuild-zebra should pass through increased verbosity
4064
- [[20915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20915) Use date --iso-8601 instead of date +%Y-%m-%d to be more readable and crontab friendly
4065
- [[21011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21011) Data inconsistencies - items.holdingbranch | items.homebranch
4066
- [[21150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21150) Data inconsistencies - item types
4067
- [[21576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21576) Add a developer script to automatically fix missing filters
4068
4069
#### Course reserves
4070
4071
- [[20467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20467) Add ability to batch add items to a course
4072
4073
#### Fines and fees
4074
4075
- [[19617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19617) Allow 'writeoff of selected'
4076
- [[20629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20629) Remove ability to 'reverse' payments
4077
- [[20703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20703) Add ability to void any credit
4078
- [[21673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21673) Koha::Account::Lines->total_outstanding must be used when needed
4079
4080
#### Hold requests
4081
4082
- [[7534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534) New OPACAllowUserToChooseBranch setting for only showing libraries allowing holds
4083
- [[15486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486) Restrict number of holds placed by day
4084
- [[19469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19469) Add ability to split view of holds view on record by pickup library and/or itemtype
4085
4086
> Sponsored by Stockholm University Library
4087
4088
- [[21628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21628) Simplify holds awaiting pickup report
4089
4090
#### I18N/L10N
4091
4092
- [[15395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395) Internationalization: plural forms, context, and more
4093
4094
#### ILL
4095
4096
- [[18591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18591) Allow an arbitrary number of comments on ILLs
4097
- [[20651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20651) Improve display of "Toggle full supplier metadata"
4098
- [[20772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772) Make request metadata editable and add price_paid field
4099
4100
> Added the new price_paid field to ILL requests
4101
4102
4103
- [[20797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20797) If an Ill request has an associated bib record, the detail view should contain a link to the record
4104
- [[20995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20995) Add request ID to OPAC ILL requests display table
4105
- [[21079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21079) Unify metadata schema across backends
4106
4107
#### Installation and upgrade (web-based installer)
4108
4109
- [[20683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20683) Update German web installer for 18.05
4110
4111
#### Label/patron card printing
4112
4113
- [[15766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766) Give label and patron card batches a description
4114
4115
> Sponsored by Catalyst IT
4116
4117
- [[15836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15836) Labels: Offer configuration option for splitting call numbers
4118
4119
> Sponsored by Goethe-Institut
4120
4121
4122
#### Lists
4123
4124
- [[19039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039) Results of virtual shelves (lists) not sortable by date added
4125
4126
#### MARC Bibliographic data support
4127
4128
- [[19835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19835) Update MARC frameworks to Updates 23+24+25 (Nov 2016, May and Dec 2017)
4129
- [[20709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20709) Update German MARC frameworks to Updates 23-26 (Nov 2016, May and Apr 2018)
4130
- [[20710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20710) Update MARC21 frameworks to Update 26 (April 2018)
4131
4132
#### Notices
4133
4134
- [[15280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15280) Switch default CHECKOUT notice to Template Toolkit
4135
- [[15282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15282) Switch default CHECKIN notice to Template Toolkit
4136
- [[19743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19743) Header and Footer should be updated on each item for checkin / checkout / renewal notices
4137
- [[20356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20356) Add EmailSMSSendDriverFromAddress system preference for overriding Email SMS send driver from address
4138
4139
> Sponsored by Gothenburg University Library
4140
4141
4142
#### OPAC
4143
4144
- [[8630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8630) Add covers from AdLibris to the OPAC and Intranet
4145
- [[14222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14222) Sort holds in OPAC by priority
4146
- [[14385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385) Extend OpacHiddenItems to allow specifying exempt borrower categories
4147
4148
> Sponsored by Catalyst IT
4149
4150
- [[15287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15287) Use font-awesome on the OPAC
4151
- [[17153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17153) Logging in during a search navigates to account page instead of back to search results
4152
- [[17530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530) Don't show 'article request' link when no article requests are permitted
4153
- [[18236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18236) MARC21: Add classes to material type icons on intranet result lists and detail pages
4154
- [[20400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
4155
4156
> Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.
4157
4158
4159
- [[20427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20427) Convert OPAC LESS to SCSS
4160
- [[20554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20554) New OPAC CSS
4161
- [[20876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20876) The form_serialized_itype cookie is not used and should be removed
4162
- [[20898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20898) Replace OPAC detail's results browser with non-JavaScript version
4163
- [[20921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20921) Expose borrowernumber and branch when user is logged in to OPAC
4164
- [[21157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21157) Improve style of OPAC login modal
4165
- [[21174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21174) Change default behavior to open OPAC cart in one click
4166
- [[21340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21340) Add spans with classes around callnumbers in OPAC for additional styling
4167
- [[21568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21568) Add more spans with classes around callnumbers in OPAC for additional styling
4168
4169
#### Patrons
4170
4171
- [[11401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11401) Add support for Norwegian national library card
4172
- [[11911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11911) Add separate permission for managing suggestions
4173
- [[12258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12258) Datatable in Patrons Account Fines
4174
- [[14391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14391) Granular permissions for the administration module
4175
- [[15136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136) Display item's homebranch in patron's fines list
4176
- [[18635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635) Koha::Patron->guarantees() should return results alphabetically
4177
- [[19524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19524) Share patron lists between staff
4178
- [[20819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20819) GDPR: Add a consent field for processing personal data in account menu and self-registration
4179
4180
> This report adds a new table patron_consent in order to save user consent for processing personal data (GDPR), but allows for future extension.  
4181
It adds two preferences: GDPR_Policy and PrivacyPolicyURL. The first pref allows you to enforce giving consent before using the OPAC as a specific user. In permissive mode, we only show a warning on the consent page. The second pref allows you to add a URL to a privacy policy page.  
4182
On the self registration page we also add asking for consent if the pref is enabled.
4183
4184
4185
- [[20867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20867) Ability to show membership renewal date on moremember.pl page
4186
- [[21337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21337) Add Koha::Patrons->delete
4187
- [[21755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21755) Show patron updated date in circ menu
4188
4189
#### REST api
4190
4191
- [[21334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21334) Add bibliographic content type definitions
4192
4193
#### Reports
4194
4195
- [[9188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9188) Remove 'debug' information from patron statistics
4196
- [[20260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20260) Use CodeMirror for the SQL reports editor
4197
- [[20495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20495) Refactor C4::Reports.Guided - remove get_saved_report
4198
4199
#### Searching
4200
4201
- [[18322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18322) Add facets for ccode to zebra
4202
- [[20758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20758) Typo in BrowseResultSelection syspref description
4203
4204
#### Searching - Elasticsearch
4205
4206
- [[18316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316) Add weighting/relevancy options to ElasticSearch
4207
- [[19604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19604) Elasticsearch Fixes for build_authorities_query for auth searching
4208
- [[19893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893) Alternative optimized indexing for Elasticsearch
4209
4210
> Sponsored by Gothenburg University Library
4211
4212
4213
> This patch significantly improves the performance of the ElasticSearch indexing process and also improves the maintainability of this area of the codebase.
4214
4215
4216
- [[20073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073) Move Elasticsearch settings to configuration files
4217
- [[20244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20244) Elasticsearch - Indexing improvements
4218
4219
> * Index both ISBN10 and ISBN13 where possible.  
4220
* Add handling for alternative scripts.  
4221
* Improve sort field handling
4222
4223
4224
- [[20248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20248) Elasticsearch - Improvements to mappings UI and indexing script
4225
- [[20602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20602) Use search fields weight/relevancy on OPAC simple search
4226
4227
#### Searching - Zebra
4228
4229
- [[20078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20078) Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus
4230
4231
#### Serials
4232
4233
- [[3355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3355) Pagination in bib search for subscriptions
4234
- [[17877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17877) Show internal and vendor note in acquisition info on subscription detail page
4235
- [[18327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327) Add the ability to set the received date to today on multi receiving serials
4236
- [[20365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20365) Allow several open orders on subscription
4237
4238
> Sponsored by BULAC - http://www.bulac.fr/
4239
4240
- [[20726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20726) Display acquisition details on the subscription detail page
4241
4242
> Sponsored by BULAC - http://www.bulac.fr/
4243
4244
- [[21511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21511) Don't show acquisition details on subscription detail when there is no acq data
4245
4246
#### Staff Client
4247
4248
- [[13406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13406) Add classes to MARC Authority display to enable CSS styling
4249
- [[16280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16280) purge_suggestions.pl: Cron job log should tell number of days used
4250
- [[17698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698) Make patron notes show up on staff dashboard
4251
4252
> Sponsored by Catalyst IT
4253
4254
- [[19550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19550) Add links to related authorities for UNIMARC
4255
- [[19902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19902) Add column configuration to bibliographic record checkouts history table
4256
- [[20339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20339) Unify MARC21 ISBN/ISSN handling in XSL
4257
- [[20896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20896) Move serial enumeration to the right of callnumber on staff detail page
4258
- [[21158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21158) Add cronjob references to the system preference descriptions if a cronjob is required
4259
- [[21376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21376) Catalogue detail date handling improvements
4260
4261
#### System Administration
4262
4263
- [[12365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365) Allow descriptive notes to be added to circulation and fine rules
4264
4265
> Sponsored by Catalyst IT
4266
4267
- [[15520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15520) Add more granular permission for only editing own library's circ rules
4268
- [[21403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21403) Add Indian Amazon Affiliate option to AmazonLocale setting
4269
4270
#### Templates
4271
4272
- [[7547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7547) Printing a sorted cart
4273
- [[10348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10348) Show number of items on tab headings in the staff client
4274
- [[13618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618) Add additional template filter methods and a filter presence test to Koha
4275
4276
> This important improvement to Koha's security policy greatly decreases the likelihood of XSS vulnerabilities being introduced into the Koha codebase moving forward. We have introduced the requirement for all variables inside templates to be passed through a filter and added a test to check this requirement is being upheld.
4277
4278
4279
- [[19474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19474) Convert staff client CSS to SCSS
4280
- [[19608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608) Move admin templates JavaScript to the footer: The rest
4281
- [[19709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709) Move template JavaScript to the footer: Labels
4282
- [[19833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19833) Disambiguation of "biblio", "biblio record" and "bibliographic record"
4283
- [[19946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946) Update popup window templates to use Bootstrap grid: Authority Z39.50 search
4284
- [[20044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20044) Switch single-column templates to Bootstrap grid: Cataloging
4285
- [[20045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045) Switch single-column templates to Bootstrap grid: Various
4286
- [[20217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20217) Make header's catalog search menu into a split button
4287
- [[20220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20220) Move template JavaScript to the footer: Holds
4288
- [[20520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20520) Re-indent moremember.tt
4289
- [[20534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20534) Floating toolbar when editing vendors
4290
- [[20585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20585) Label surname as name for organisation type patrons
4291
- [[20641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20641) Switch single-column templates to Bootstrap grid: Various, part 2
4292
- [[20650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20650) Switch single-column templates to Bootstrap grid: Various, part 3
4293
- [[20667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667) Update two-column templates with Bootstrap grid: Acquisitions part 1
4294
- [[20668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668) Update two-column templates with Bootstrap grid: Acquisitions part 2
4295
- [[20672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672) Update two-column templates with Bootstrap grid: Acquisitions part 3
4296
- [[20690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20690) Update two-column templates with Bootstrap grid: Acquisitions part 4
4297
- [[20731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20731) Move template JavaScript to the footer: Call number browser MARC plugin
4298
- [[20736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736) Update two-column templates with Bootstrap grid: Administration part 1
4299
- [[20738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738) Update two-column templates with Bootstrap grid: Administration part 2
4300
- [[20739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739) Update two-column templates with Bootstrap grid: Administration part 3
4301
- [[20740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740) Update two-column templates with Bootstrap grid: Administration part 4
4302
- [[20741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741) Update two-column templates with Bootstrap grid: Administration part 5
4303
- [[20742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742) Update two-column templates with Bootstrap grid: Administration part 6
4304
- [[20743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743) Update two-column templates with Bootstrap grid: Administration part 7
4305
- [[20744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20744) Replace staff client header Koha logo gif with transparent png
4306
- [[20779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20779) Style refresh for patron detail page
4307
- [[20807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20807) Lost items report: Improve the display of CSV profile errors
4308
- [[20984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984) MARC21 subfield 300f - Type of Unit  does not display
4309
- [[21112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21112) Re-indent staff client cart template
4310
- [[21125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21125) Shortcut moredetail.pl on nonexistent biblionumber
4311
- [[21132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21132) Highlight active filters on saved report page
4312
- [[21137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21137) Replace BORROWER_INFO and USER_INFO with logged_in_user
4313
- [[21166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21166) Add columns settings to the acquisition details table (record detail view)
4314
4315
> Sponsored by BULAC - http://www.bulac.fr/
4316
4317
- [[21237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21237) Clean up staff client SCSS
4318
- [[21305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305) Update two-column templates with Bootstrap grid: Patron clubs
4319
- [[21306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306) Update two-column templates with Bootstrap grid: Tags
4320
- [[21341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21341) Style button on acquisitions existing record search with Bootstrap
4321
- [[21409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21409) Add column configuration to course reserves
4322
- [[21428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428) Switch two-column templates to Bootstrap grid: Reports part 1
4323
- [[21429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429) Switch two-column templates to Bootstrap grid: Reports part 2
4324
- [[21430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430) Switch two-column templates to Bootstrap grid: Reports part 3
4325
- [[21433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21433) Switch two-column templates to Bootstrap grid: Tools part 1
4326
- [[21434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21434) Switch two-column templates to Bootstrap grid: Tools part 2
4327
- [[21435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21435) Switch two-column templates to Bootstrap grid: Tools part 3
4328
- [[21437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21437) Switch two-column templates to Bootstrap grid: Patron lists
4329
- [[21439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21439) Switch two-column templates to Bootstrap grid: Rotating collections
4330
- [[21492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21492) Show subscriptions count in the sidebar menu
4331
- [[21519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21519) Switch two-column templates to Bootstrap grid: Serials part 1
4332
- [[21523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21523) Switch two-column templates to Bootstrap grid: Serials part 2
4333
- [[21570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21570) Switch two-column templates to Bootstrap grid: Various
4334
- [[21645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21645) Clean up library groups template
4335
- [[21647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21647) Clean up SRU fields mapping templates
4336
- [[21715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21715) Ease translation of account and account offset type descriptions
4337
4338
#### Test Suite
4339
4340
- [[20757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20757) Capture a screenshot on selenium errors
4341
- [[21393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21393) Make template filter checks code reusable
4342
4343
#### Tools
4344
4345
- [[13560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560) MARC modification templates - Add an 'Add' option
4346
- [[21216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21216) Notices - Add filter/search options to table
4347
- [[21408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21408) Inventory - Warn of items possibly scanned out of order
4348
- [[21413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21413) Inventory - Allow skipping items with waiting holds
4349
4350
#### Web services
4351
4352
- [[20676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20676) svc/barcode should allow barcode to be printed without text
4353
4354
> Extends Koha /svc/barcode HTTP API. Adds a notext=1 parameter to the entry point in order to prevent the display of barcode text under the barcode's image.
4355
4356
4357
4358
#### Z39.50 / SRU / OpenSearch Servers
4359
4360
- [[18973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973) Auto focus the ISBN field
4361
4362
4363
### Critical bugs fixed
4364
4365
(This list includes all bugfixes since the previous major version. Most of them
4366
have already been fixed in maintainance releases)
4367
4368
#### Acquisitions
4369
4370
- [[20014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20014) When adding to basket from a staged file item budgets are selected by matching on code, not id
4371
- [[20798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20798) Client side validation for for fund selection prevents adding only some records to a basket
4372
- [[20827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20827) Can't add owner to a fund
4373
- [[20861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20861) Correct EDI permissions on some pages
4374
- [[20972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20972) If ISBN has 10 numbers only the first 9 numbers are used
4375
4376
> Sponsored by Gothenburg University Library
4377
4378
- [[20979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20979) Error message when deleting bib attached to order
4379
- [[21282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21282) Ordered/spent lists should use prices including tax for calculations
4380
4381
> Corrects the prices shown on the ordered/spent lists for each fund in acquisitions to show the price with taxes included. This will make the total shown on these pages match the total shown in the table on the acq start and fund pages.
4382
4383
4384
- [[21347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21347) bad code for input field in item information tab of addorderiso2709 page
4385
- [[21385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21385) Vendor search: Item count is incorrectly updated on partial receive
4386
- [[21587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587) Patrons to notify on receiving doesn't work on new order creation, only on modification
4387
- [[21758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21758) Navigation in Z39.50 result pages not working in Acquisitions
4388
4389
> The next page, previous page, and go buttons now work when navigating the search results when adding a record to a basket from an external source.
4390
4391
4392
- [[21853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21853) Internal software error when exporting basket group as PDF with Perl > 5.24.1
4393
4394
#### Architecture, internals, and plumbing
4395
4396
- [[18821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821) TrackLastPatronActivity is a performance killer
4397
- [[20918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20918) left-side navigation broken on the checkout history page
4398
- [[20922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20922) Koha::Number::Price must not be used in updatedatabase.pl
4399
- [[21087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087) Patron's password is hashed twice when the object is saved
4400
- [[21133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133) Missing use C4::Accounts statement in Koha/Patron.pm
4401
- [[21195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21195) Makefile.t is failing due to new files for SCSS
4402
- [[21222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21222) Patron's creation is broken
4403
- [[21432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21432) Internal Server Error in Checkout History
4404
- [[21481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21481) Translation tool still references to help templates
4405
- [[21526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21526) TT variables used to build a link should be uri filtered
4406
- [[21593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21593) Remove Group by clause in GetAuthValueDropbox
4407
- [[21598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21598) budget_parent_id isn't in GROUP BY - GetBudgetHierarchy
4408
- [[21599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21599) Incorrect decimal value: '' for column 'defaultreplacecost' - Cannot create item type
4409
- [[21604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21604) Cannot add/edit funds, cannot add budgets
4410
- [[21607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21607) Koha::Account::Line->apply should store credit offsets as negative amounts
4411
- [[21612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21612) Incorrect GROUP BY in Koha::Virtualshelves
4412
- [[21635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21635) Incorrect GROUP BY clause in batchMod.pl
4413
- [[21669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21669) TT assignment statements must not be html filtered
4414
- [[21869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21869) Bad update statement loses values for MarkLostItemsAsReturned
4415
4416
#### Authentication
4417
4418
- [[18947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947) Unexpected Active Directory LDAP authentication failure mode
4419
- [[20879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20879) Shibboleth in combination with LDAP as an alternative no longer works
4420
- [[21311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21311) Remove locked message from opac-auth.tt
4421
4422
> It is good security practice to not provide details which could confirm or deny the existence of an account. Previously, the simple "This account has been locked!" confirmed its existence which would only encourage more attacks by hackers.  
4423
To prevent aiding malicious attacks, the message has been changed to something that does not expressly state the account has been locked. It only mentions that accounts will be locked after a number of failed attempts, instead of saying whether it is locked or not.  
4424
So while a successful attempt will seem to have an invalid username or password suggestion after the account is locked, users should be reminded that they can always reset their password or contact library staff for help.
4425
4426
4427
4428
#### Cataloging
4429
4430
- [[14662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14662) Allow blank values in pull downs in cataloguing forms when subfield is mandatory
4431
- [[20761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20761) Advanced Cataloging Editor - Rancor - Some js files are not fetched using Asset
4432
- [[20928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20928) Checkout status not showing patron
4433
- [[21448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21448) Field 606 doesn't add multiple x subfields
4434
- [[21742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21742) Incorrect count of youtube videos
4435
- [[21774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774) Cloned item subfields disappear when editing an item
4436
4437
#### Circulation
4438
4439
- [[2696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696) Fine payments should show what was paid for
4440
4441
> This adds a details view for every fine and payment in a patron account that will show detailed information about the payments made forward a fine and how a payment has been split up to pay towards several fines.
4442
4443
4444
- [[10382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382) collection and location not returning to null when removed from course reserves
4445
4446
> These patches ensure that unset values for items added to course reserves are unset when the course is disabled.
4447
4448
4449
- [[20825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20825) Cannot checkout if item types at biblio level
4450
- [[20889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20889) Items marked as not for loan can be checked out
4451
- [[20934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20934) Biblio checkout history shows only current checkout
4452
- [[21176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176) decreaseLoanHighHolds does not properly calculate date when  TimeFormat set to 12 hour
4453
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
4454
- [[21257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21257) Patrons checkout table throws JS error when location/collection not defined
4455
- [[21293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21293) Display of housebound delivery information broken by Bug 13618
4456
- [[21464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21464) Overdues export is missing lot of fields
4457
- [[21620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21620) Errors when using email from stockrotation.pl cronjob
4458
- [[21641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21641) Software error when checking out an item with a charge associated with it
4459
- [[21777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21777) Checkouts table in circulation is out of alignment
4460
- [[21796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21796) Patron Restriction do not restrict checkouts if patron also has a fee/fine on their account
4461
4462
#### Command-line Utilities
4463
4464
- [[20811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811) Fix wrong usage of ModBiblio in bulkmarcimport.pl
4465
- [[21122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21122) Make check-url-quick.pl handle utf8 characters in urls gracefuly
4466
4467
#### Course reserves
4468
4469
- [[21603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21603) Incorrect GROUP BY clause in SearchCourses
4470
4471
#### Database
4472
4473
- [[20773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20773) bug 20724 follow-up - Database cleanup
4474
- [[21129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129) New ALTER IGNORE TABLE entries need correction in updatedatabase.pl
4475
- [[21617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21617) statistics.ccode is not long enough (see also dbrev 18.06.00.032)
4476
- [[21682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21682) Stock Rotation: Update DB is failing with strict_sql_modes ON
4477
4478
#### Fines and fees
4479
4480
- [[13098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13098) Item lost multiple times by the same patron will create only be charged once
4481
- [[20840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20840) Internal Server Error when clicking on "Details" button
4482
- [[20946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20946) Cannot pay fines for patrons with credits
4483
- [[21702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21702) mancredit.pl incorrectly passes user_id instead of the patron id
4484
4485
#### Hold requests
4486
4487
- [[20822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20822) Can't find HOLD_SLIP template when printing
4488
- [[21611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21611) Priority in request.pl shows 1 instead of Waiting
4489
4490
#### I18N/L10N
4491
4492
- [[21823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21823) Cannot update or create translations
4493
4494
#### ILL
4495
4496
- [[21377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21377) Variable declarations erroneously filtered
4497
4498
#### Installation and upgrade (command-line installer)
4499
4500
- [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Improve security of remote database installations
4501
- [[17234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234) ALTER IGNORE TABLE is invalid in mysql 5.7.  This breaks updatedatabase.pl
4502
- [[21440]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21440) koha-create expects the file passed by $DEFAULTSQL to be in gzip format
4503
4504
> Add support to koha-create to allow it to accept both compressed and uncompressed files for DEFAULTSQL
4505
4506
4507
4508
#### Installation and upgrade (web-based installer)
4509
4510
- [[21149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21149) Administrator creation in onboarding always fails
4511
4512
#### Label/patron card printing
4513
4514
- [[8604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604) Patron cards made for patrons which don't have patron images use preceding card's image
4515
- [[21281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281) Label Template - Creation not working
4516
4517
#### MARC Bibliographic data support
4518
4519
- [[21749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21749) Importing MARC frameworks from pre-9701 fails
4520
4521
#### Notices
4522
4523
- [[21529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21529) Fix display of HTML tags in print notices
4524
4525
#### OPAC
4526
4527
- [[20763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20763) AllowPurchaseSuggestionBranchChoice triggers error opac-suggestions.pl is visited without logging in
4528
- [[20832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20832) Opac user page crash when there is an overdue fine and not any rental charge for a patron
4529
- [[20875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20875) OpacAddMastheadLibraryPulldown displays an empty list
4530
- [[21018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21018) OPAC Resource URL Broken if Tracklinks is enabled
4531
- [[21374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21374) Self registration e-mail verification does not work
4532
- [[21475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21475) Error in the OPAC when viewing a record which has no biblio-level itemtype
4533
- [[21476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21476) Incorrect filter prevents HTML5 media from playing in the OPAC
4534
- [[21479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479) Removing from cart removes 2 items
4535
- [[21771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21771) Password recovery is broken (see 20023)
4536
- [[21878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21878) Fix few links for opac pagination and facets (no uri filter)
4537
4538
#### Patrons
4539
4540
- [[13655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13655) Can't save organisation type patron without entering userid/password
4541
- [[20903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20903) Print payment receipt on child patron could end with server error
4542
- [[20951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20951) Koha::Patron::Discharge is missing use Koha::Patron::Debarments
4543
- [[20981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20981) Organization name missing from patron search results
4544
- [[21068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068) Remove NorwegianPatronDB related code
4545
- [[21085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21085) Can't edit patrons with housebound module active
4546
- [[21136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136) Error "No property select_city for Koha::Patron" when saving patron record
4547
- [[21208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21208) Housebound deliverer/chooser have wrong name when creating a visit
4548
4549
#### SIP2
4550
4551
- [[21020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21020) Return branch not set for transfer when using SIP
4552
- [[21471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21471) Misspelled variable name in _get_outstanding_holds
4553
- [[21486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21486) SIP does not return  checked out (charged) items on patron_information request
4554
4555
#### Searching
4556
4557
- [[20838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20838) Search by group of libraries is broken
4558
4559
#### Searching - Elasticsearch
4560
4561
- [[19365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19365) link_bibs_to_authorities.pl doesn't work with Elasticsearch
4562
4563
> Sponsored by National Library of Finland
4564
4565
- [[21032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21032) Refining a search made on a specific index fail
4566
4567
#### Self checkout
4568
4569
- [[21054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21054) Extra closing body tag in sco-main.tt prevents slip printing
4570
4571
#### Serials
4572
4573
- [[21554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21554) Using Subscription Batch Edit produces Software Error
4574
4575
#### Staff Client
4576
4577
- [[20652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20652) Sort after item type search fails
4578
- [[20899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20899) Patron name not showing on issuehistory.pl
4579
- [[20998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20998) Non superlibrarians cannot search for patrons using the quicksearch at the top
4580
- [[21418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21418) Incorrectly filtered markup in staff client lists
4581
- [[21703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21703) Placing holds in staff is broken (TT filter)
4582
4583
#### System Administration
4584
4585
- [[21151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21151) SRU search fields mapping pop-up comes up empty
4586
4587
#### Templates
4588
4589
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
4590
- [[20977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20977) Javascript vars used in confirm_deletion in catalog.js do not match strings in catalog-strings.inc
4591
- [[21163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21163) Basket group detail page layout is broken
4592
- [[21663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21663) Incorrect filter prevents predefined notes from being added to patron acccounts
4593
- [[21704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21704) Editing subfields in bibliographic frameworks is broken (TT filter)
4594
4595
> Sponsored by Theke Solutions
4596
4597
- [[21706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21706) Editing subfields in authority frameworks is broken (TT filter)
4598
- [[21805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21805) Duplicate include file in search results template causes JS error
4599
- [[21814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21814) System preferences save button can be hidden by language menu
4600
4601
#### Test Suite
4602
4603
- [[20906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20906) Fix Debian 9 Test Failures
4604
- [[21567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21567) WebService:ILS related tests fail during package build
4605
- [[21597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21597) Test suite is still failing with new default SQL modes
4606
- [[21600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21600) t/db_dependent/api/v1/patrons.t is failing with new SQL modes
4607
4608
#### Tools
4609
4610
- [[20084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20084) Patron card creator: layouts Industrial2of5 and COOP2of5 broken with error "Invalid Characters"
4611
- [[21656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21656) Syntax Error in Stock Rotation Default Notice Template
4612
4613
#### Web services
4614
4615
- [[21046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21046) ILSDI - AuthenticatePatron returns a wrong borrowernumber if cardnumber is empty
4616
- [[21199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21199) Patron's attributes are displayed on GetPatronInfo's ILSDI output regardless opac_display
4617
- [[21203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21203) ILS-DI - GetRecords crashes on non-existent records
4618
4619
#### translate.koha-community.org
4620
4621
- [[21480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480) misc/translator/translate does not work with perl 5.26
4622
4623
4624
### Other bugs fixed
4625
4626
(This list includes all bugfixes since the previous major version. Most of them
4627
have already been fixed in maintainance releases)
4628
4629
#### About
4630
4631
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
4632
- [[17597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17597) Outdated translation credits
4633
- [[20720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20720) Add libraries (sponsors) to the about page
4634
- [[20818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20818) Missing QA manager entry in 18.05 release notes
4635
4636
#### Acquisitions
4637
4638
- [[3849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3849) Descriptions of acquisition permissions are unclear
4639
- [[9775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9775) unitprice should be hidden when creating an order
4640
- [[15408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15408) Timestamp on funds not updated when you duplicate a budget
4641
- [[16739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16739) Generate EDIFACT on basket groups falsely showing when configuration is incomplete
4642
- [[16754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16754) Use validation plugin in budgets, planning, and contracts
4643
- [[19271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19271) Ordered/Spent lists should display vendor name, not vendor code
4644
- [[19453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19453) Client side validation broken for "Fund" select
4645
- [[20892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20892) Wrong basketgroup link in histsearch.pl
4646
- [[21033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21033) Remove few warns in acqui/basket.pl
4647
- [[21048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048) suggest_status not behaving properly
4648
- [[21097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21097) Missing optgroup closing tag in orderreceive.tt
4649
- [[21288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21288) Slowness in acquisition caused by GetInvoices
4650
- [[21324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21324) Missing aoColumns definition in acqui/parcel receivedt table
4651
- [[21356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21356) Missing space in parcel.tt
4652
- [[21387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21387) Receive items from - form should include tax hints the same as the ordering form
4653
- [[21398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21398) Search term when adding an order from an existing record should be required
4654
- [[21417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21417) EDI ordering fails when basket and EAN libraries do not match
4655
- [[21425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21425) basketno not being interpolated into error message
4656
- [[21537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21537) Template error when creating a new order from a suggestion
4657
- [[21619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21619) Tax hints should not be abbreviated
4658
- [[21725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21725) Incorrect HAVING in group by in Acquisitions.pm
4659
- [[21799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21799) Change wording for quantity input field on order receive page
4660
4661
#### Architecture, internals, and plumbing
4662
4663
- [[15734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15734) Audio Alerts broken
4664
- [[18584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces
4665
- [[18720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18720) Get rid of "die" in favor of exceptions in C4::Acquisition::GetBasketAsCsv
4666
- [[19687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19687) Recent upgrade to 17.05.04.000 bulkmarcimport started to fail
4667
4668
> Sponsored by Gothenburg University Library
4669
4670
- [[19991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19991) use Modern::Perl in OPAC perl scripts
4671
- [[20187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187) New rewrite rules can break custom css
4672
- [[20259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20259) Shorter JS and CSS rewrite rule
4673
- [[20631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20631) C4::Acounts claims to use ReturnLostItem but doesn't
4674
- [[20696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20696) Remove a few ugly "eq undef" comparisons
4675
- [[20702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20702) Bind results of GetHostItemsInfo to the EasyAnalyticalRecords pref
4676
- [[20767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767) "The method is not covered by tests!" should give more information
4677
- [[20851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20851) Missing module in circ/article-request-slip.pl
4678
- [[20886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20886) Koha::Object::TO_JSON indiscriminately casting to integer
4679
- [[20911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20911) Search history page forms use 'GET' and this limits the number of entries that can be submitted
4680
- [[20980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20980) Manual credit offsets are stored as debits
4681
4682
> This change may affect existing reports. Credits will no longer be recorded as 'debits' but rather get their own 'Manual Credit' type.
4683
4684
4685
- [[21008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21008) pay.pl and paycollect.pl raise warning
4686
- [[21022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21022) Exceptions should skip stringifying if message manually passed
4687
- [[21056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21056) Changing the logged in library can fail sporadically
4688
- [[21082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21082) OverDrive authentication method no longer supported
4689
- [[21115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21115) Add multi_param call and add divider in cache key in svc/report and opac counterpart
4690
- [[21154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21154) Remove unused subs from C4::Serials
4691
- [[21182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21182) acqui/check_duplicate_barcode_ajax.pl is not longer in use
4692
- [[21207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21207) C4::Overdues::GetItems is not used
4693
- [[21238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21238) TemplateToolkit.t is failing on slow server
4694
- [[21396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396) Missing use statements in Koha::Account
4695
- [[21404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21404) Remove unused variables in C4::Breeding->_auth_build_query
4696
- [[21500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21500) Warnings in rotating collections
4697
- [[21584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21584) Wrong offset type for Lost Item
4698
- [[21621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21621) Incorrect GROUP BY in tools/letter.pl
4699
- [[21639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21639) Phone notice transports do not exist for new installs
4700
- [[21680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21680) Remove dead code C4::Accounts::fixaccounts
4701
- [[21804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21804) Bad rebase reintroduced C4::Accounts::getcharges
4702
- [[21867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21867) Replace remaining document.element.onchange calls in marc_modification_templates.js
4703
4704
#### Authentication
4705
4706
- [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
4707
- [[20023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20023) Password recovery should be case insensitive
4708
- [[21323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21323) Redirect page after login missing multiple params
4709
4710
#### Cataloging
4711
4712
- [[15360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15360) Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button
4713
- [[16424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424) Advanced editor reverts records back to Default framework
4714
4715
> After this patch, frameworks will be handled correctly by the advanced cataloguing editor.
4716
4717
4718
- [[18655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18655) Unimarc field 210c fails on importing fields with a simple quote
4719
- [[18822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18822) Advanced editor - Rancor - searching broken under Elasticsearch
4720
- [[19970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19970) Revise change of bug 19413 to work better for translations
4721
- [[20592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20592) updateitem.pl causes database errors when empty non-public item notes updated
4722
- [[20760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20760) Advanced Cataloging Editor - Rancor - AuthorisedValues are incorrectly fetched
4723
- [[20785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20785) Advanced Editor does not honor MarcFieldDocURL
4724
- [[20829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20829) 'Link to host item' gives internal server error
4725
- [[21009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21009) Max length of inputs on editing/adding items is broken
4726
- [[21053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21053) Editing 008 field with a hash overwrites data
4727
- [[21064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21064) Advanced cataloging editor - rancor - check for changes should return 'undefined' instead of 'undef'
4728
- [[21362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362) Advanced MARC Editor - Rancor - Tab navigation not working in fixed fields
4729
- [[21365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21365) BiblioAddsAuthorities does not work with the Advanced MARC Editor - Rancor
4730
- [[21407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407) Can't enter new macros in the advanced cataloging editor (rancor)
4731
- [[21556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21556) Deleting same record twice leads to fatal software error
4732
- [[21666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21666) Advanced editor search- error is given for 'Unsupported Use attribute' when searching on title + author
4733
4734
#### Circulation
4735
4736
- [[16420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16420) Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
4737
- [[17561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17561) ReserveSlip needs itemnumber for item level holds on same biblio
4738
- [[18677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18677) issue_id is not added to accountlines for lost item fees
4739
- [[20120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20120) Prevent writeoffs of more than the amount owed for a fee
4740
- [[20487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20487) AddReturn should clear items.onloan for unissued items
4741
- [[20598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20598) Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled
4742
- [[20660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660) AddReturn should use return date override for debarments
4743
- [[20793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20793) Don't show holds link in result list when staff user doesn't have place_holds permission
4744
- [[20794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20794) Don't show holds tab when user doesn't have circulate_remaining_permissions
4745
- [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
4746
- [[21463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21463) Library is no longer displayed in the overdue list
4747
- [[21553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21553) Javascript error on rota page
4748
- [[21562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21562) Sorting on checkout date is broken
4749
4750
#### Command-line Utilities
4751
4752
- [[20893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20893) batchRebuildItemsTables.pl has incorrect parameter
4753
- [[21035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21035) runreport.pl prints only a newline when printing a row that has a field that contains an embedded newline
4754
- [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
4755
- [[21640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21640) Itivia outbound script doesn't print to STDOUT
4756
- [[21698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21698) FIX POD of cancel_unfilled_holds.pl
4757
4758
#### Course reserves
4759
4760
- [[21349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21349) Instructors with special characters (e.g. $, ., :) in their cardnumber cannot be removed from course reserves
4761
4762
#### Database
4763
4764
- [[5458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458) length of items.ccode disagrees with authorised_values.authorised_value
4765
- [[20777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777) Remove unused field accountlines.dispute
4766
- [[21015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21015) Members.pm slow because it loads twice Koha::Schema
4767
4768
#### Developer documentation
4769
4770
- [[21077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077) Fix comment for statistics.type in installer/data/mysql/kohastructure.sql
4771
4772
#### Fines and fees
4773
4774
- [[20285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20285) Lost item refund won't always pay down lost item fee first
4775
- [[21167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21167) Price should be correctly formatted on printed fee receipt and invoice
4776
- [[21196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196) C4::Overdues::CalcFine should consider default item type replacement cost
4777
- [[21462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21462) "Filter paid transactions" stopped working after html-table was changed
4778
4779
#### Hold requests
4780
4781
- [[21075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21075) AutoUnsuspendHolds should unsuspend holds <= today
4782
- [[21076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21076) Javascript error on article requests page
4783
- [[21320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21320) Holds to pull should honor syspref AllowHoldsOnDamagedItems
4784
- [[21389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21389) Javascript error on article requests page
4785
4786
#### I18N/L10N
4787
4788
- [[16621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16621) Translatability: Issues in opac-user.tt (sentence splitting)
4789
4790
> Fix translatability issues due to sentence splitting in  
4791
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
4792
4793
4794
- [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
4795
- [[20332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20332) Untranslatable strings in grouped OPAC results
4796
- [[21029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21029) "Suspend until" in modal in staff patron account is not translatable
4797
- [[21351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21351) Traditional Chinese Language pack should have file name "zh-Hant-TW" not "zh-Hans-TW"
4798
- [[21490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21490) Disambiguation of "Order"
4799
4800
#### ILL
4801
4802
- [[20548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548) Remove copyright clearance workflow from staff created ILL requests
4803
- [[20941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20941) Displaying requests does not display request material type
4804
- [[20996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996) Fix API response time on ILL request endpoint
4805
4806
> This patch makes the <branch> configuration section compulsory in the <interlibrary_loans> section of your Koha configuration file. The <branch> section allows you define per-branch Interlibrary loan options for each branch. In it's most basic form, the branch section can be:  
4807
<branch><code>code_for_your_branch</code></branch>
4808
4809
4810
- [[21289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289) Error when sending emails to partner libraries
4811
- [[21497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21497) Dates should be correctly formatted for ILL requests in OPAC
4812
- [[21516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21516) Request notes CSS bug makes them unreadable
4813
- [[21585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21585) Missing firstnames should be gracefully ignored in ILL requests table
4814
- [[21835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21835) Request ID is displayed as NaN
4815
4816
#### Installation and upgrade (command-line installer)
4817
4818
- [[8]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8) TransferLog ErrorLog apache parameters
4819
- [[490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=490) Poor display
4820
- [[21426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21426) setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
4821
- [[21654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21654) Installer is loading a non-existent file
4822
4823
#### Installation and upgrade (web-based installer)
4824
4825
- [[15717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15717) Installer: Step 3 has HTML tag br showing
4826
4827
#### Label/patron card printing
4828
4829
- [[6647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6647) Label item search should use standard pagination routine
4830
- [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
4831
4832
#### Lists
4833
4834
- [[17886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17886) Don't show option to add to existing list if there are no lists in staff
4835
- [[21297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21297) "More lists" screen missing "Select an Existing list" fieldset when all lists are public
4836
- [[21629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21629) List sort on call number does not use cn_sort
4837
4838
> With this patch lists sorted on call number will now use the machine sortable form of the callnumber from items.cn_sort for better results.
4839
4840
4841
- [[21874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21874) Encoding broken in list and cart email subjects
4842
4843
#### MARC Authority data support
4844
4845
- [[21581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21581) Matching rules for authorities do not respect 'Search index' setting
4846
- [[21644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21644) UNIMARC XSLT display of 210 in intranet
4847
4848
#### MARC Bibliographic data support
4849
4850
- [[20700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20700) Update MARC21 leader/007/008 codes
4851
- [[20910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20910) 773$g not displayed if $0 is present
4852
4853
> Sponsored by Escuela de Orientacion Lacaniana
4854
4855
4856
#### Notices
4857
4858
- [[15971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15971) Serial claim letters should allow the use of all biblio and biblioitems fields (like issn)
4859
- [[21277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21277) fr-CA translation for notices in sample_notices.sql
4860
4861
#### OPAC
4862
4863
- [[16575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575) Irregular behaviour using window.print() followed by window.location.href=
4864
- [[17869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17869) Don't show pick-up library for list of holds in OPAC account when there is only one branch
4865
- [[19291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19291) Make breadcrumbs for OPAC search history consistent with other patron account pages
4866
- [[19849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19849) Rebase of bug 16621 partially reverted bug 12509
4867
- [[20053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20053) Drop type attribute "text/javascript" for `<script>` elements used in OPAC templates
4868
4869
> Prevents warnings about type attribute being generated for `<script>` elements when testing the OPAC pages using W3C Validator for HTML5.
4870
4871
4872
- [[20090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090) Missing Script Statement for Novelist Select on Some Record Displays in OPAC
4873
- [[20507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20507) Shelf browser does not update image sources when paging
4874
- [[20756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20756) OPAC "Share list" button should be styled with an icon
4875
- [[20953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20953) Discharge can be requested several times on OPAC
4876
- [[20994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994) Fix capitalization on OPAC result list "Save to Lists"
4877
- [[21078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078) Overdrive JS breaks when window opened from another site
4878
- [[21094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21094) Syndetics: always use https instead of http
4879
- [[21127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21127) Remove jqTransform jQuery plugin from the OPAC
4880
- [[21493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21493) Remove incomplete icon style from serial issues tabs
4881
- [[21590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21590) "send list" email uses the term "virtual shelf", this should be "list".
4882
4883
#### Packaging
4884
4885
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
4886
- [[17237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17237) Stop koha-create from creating MySQL users without host restriction
4887
- [[18250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18250) koha-common should start after memcached
4888
- [[20920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20920) Plack timeout because of missing CGI::Compile Perl dependency
4889
- [[20949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20949) Koha depends on Clone
4890
- [[21267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267) X_FORWARDED_PROTO header should be set in apache
4891
4892
#### Patrons
4893
4894
- [[2426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2426) Management permissions is deprecated
4895
- [[3886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3886) Can't print receipt w/out allowing "Add or modify borrowers" permission
4896
- [[7996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7996) Patron modification log requires parameters permission
4897
- [[20656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20656) Print summary for patron shows paid fines and formats payments badly
4898
4899
> Print summary for patron will now show only outstanding fines/payments. To print all fines/payments you can use the 'print' option for the table in the accounts page for the patron.
4900
4901
4902
- [[20806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20806) Item type in holds history table should be written as description, not code
4903
- [[20991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20991) Error will reset category when editing a patron
4904
- [[21025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21025) Koha::Patron::Discharge is missing use C4::Letters
4905
- [[21041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21041) "Merge patrons" button remains disabled with "Select all" option
4906
- [[21080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21080) patron attribute classes break patron's edit view
4907
- [[21096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21096) Garbled username on intranet login page
4908
- [[21209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21209) When trying to edit housebound roles, the edit button goes to patron attributes
4909
- [[21353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353) Merge patrons option only available with manage_patron_lists
4910
- [[21596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596) Handle default values when storing Koha::Patron
4911
- [[21634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21634) "Circulation" option is lost when viewing patron's logs
4912
- [[21649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21649) Add child button in the staff client is no longer automatically populating the parent address
4913
4914
#### REST api
4915
4916
- [[21031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21031) Apache Rewrite rules don't work for API when using anything but Debian package Plack configuration
4917
4918
#### Reports
4919
4920
- [[16653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16653) reports/cat_issues_top.pl does not export "Count of checkouts" column as CSV
4921
- [[20945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20945) Report params not escaped when downloading
4922
- [[21005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21005) Missing row/column defaults cause unexpected results in report wizards
4923
- [[21541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21541) HTML filter breaks HTML rendering of SQL output
4924
- [[21837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21837) Overdues report shoudln't set homebranchfilter as holdingbranchfilter
4925
4926
#### Searching
4927
4928
- [[9968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968) Incorrect index used for 'Standard number' in advanced search
4929
- [[14716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716) Correctly URI-encode URLs in XSLT result lists and detail pages
4930
- [[18799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
4931
- [[19390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19390) OPAC view link in staff results should open in a new tab
4932
- [[20151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151) Search is broken when stemming has no language
4933
- [[20864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20864) Only set bibs_selected cookie when BrowseResultSelection is activated
4934
- [[21455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21455) Authority search options get shuffled around when you click on 'Search'
4935
4936
#### Searching - Elasticsearch
4937
4938
- [[19502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502) Result sets limited to 10000
4939
- [[20273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20273) Elasticsearch: Auth-finder.pl autocomplete must use search_auth_compat
4940
4941
#### Searching - Zebra
4942
4943
- [[20697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20697) Remove some Host-Item-Number noise from zebra-output.log when EasyAnalyticalRecords is not used
4944
- [[21416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416) 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
4945
4946
#### Serials
4947
4948
- [[7136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136) Correct description of Grace period for subscriptions
4949
- [[20241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20241) Fix display of publication year in subscription record search for MARC21
4950
- [[20351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20351) Implement blocking errors for serials scripts
4951
- [[20778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20778) Unable to delete a subscription
4952
- [[21505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21505) Box around 'Additional fields' does not contain the fields
4953
- [[21552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21552) RoutingListNote should use raw filter and display HTML unescaped
4954
4955
#### Staff Client
4956
4957
- [[28]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28) testing to see if this posts to the list
4958
- [[17625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17625) 245f and 245g are not displayed in XSLT
4959
- [[18521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18521) Renew and search hotkeys are swapped on returns page.
4960
- [[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
4961
- [[20504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504) Language attribute in html tag is empty in system preference editor
4962
- [[20647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20647) When ILL is enabled the hover effect on the ILL requests button is wrong.
4963
- [[20781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20781) 0 months is not a valid enrollment period and causes errors
4964
- [[20919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20919) A Zebra query is done for each item when opening a record detail page
4965
- [[21248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248) Fix COinS carp in MARC details page on unknown record
4966
- [[21291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291) Article requests page doesn't show MARC, LabeledMARC and ISBD in sidebar
4967
- [[21456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21456) The 'New authority' button lists authority types inconsistently
4968
- [[21470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21470) Due date no longer shown in red when viewing checkouts for a patron
4969
- [[21583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21583) Novelist Select staff client not working in staff client - ns2init.js not loading
4970
- [[21606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21606) Issues with matching rules
4971
4972
#### System Administration
4973
4974
- [[221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=221) Add itemtypesearchgroups page mistitled
4975
- [[255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=255) Form fields too small for text
4976
- [[834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=834) Add Category Fields Need Descriptions
4977
- [[14446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14446) Resolve "Use of uninitialized value in goto" in admin/preferences.pl
4978
- [[19179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179) Email option for SMSSendDriver is not documented as a valid setting
4979
- [[21131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21131) Changing and restoring a WYSIWYG preference can result in unexpected behaviour
4980
- [[21144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21144) ROADTYPE missing from authorised value categories list
4981
- [[21279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21279) Transport cost matrix shows html entity in all empty cells
4982
- [[21625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21625) Fix wording and typo in SMSSendDriver system preference description
4983
- [[21730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21730) PA_CLASS missing from list of authorized values categories
4984
- [[21815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21815) Rephrase HidePersonalPatronDetailOnCirculation a little bit
4985
4986
#### Templates
4987
4988
- [[10442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10442) Remove references to non-standard "error" class
4989
- [[13272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272) Many inputs lack a type attribute
4990
- [[14786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14786) Use text "MARC file" instead of "ISO2709" everywhere
4991
- [[19511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19511) Local cover images not centered in table column in staff client search results
4992
- [[20223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20223) Merge members-menu and circ-menu inc files
4993
- [[20559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20559) Occurrences of loading-small.gif still exist
4994
- [[20698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698) Remove obsolete template: transfer-slip.tt
4995
- [[20752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20752) Files tab in patron account is not properly capitalized
4996
- [[20774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20774) Trivial HTML error in itemslost.tt
4997
- [[20791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20791) Correct capitalization on 'Notices and slips' page
4998
- [[20805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20805) Update child to adult patron process broken on several patron-related pages
4999
- [[20814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20814) Display issue with 'Saved reports' tabs when memcached is off
5000
- [[20828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20828) Step 4 of moremember is used for Housebound and additional attributes
5001
- [[20831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20831) (Bug 9573 follow-up) Pass id as first parameter instead of selector
5002
- [[20881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20881) Order receiving: Price filter missing on_editing
5003
- [[20931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20931) JS error "ReferenceError: $ is not defined" when CircSidebar is turned on
5004
- [[20974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974) Remove files left behind after removing Solr
5005
- [[20999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20999) Remove invalid 'style="block"' from OPAC templates
5006
- [[21038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21038) Reserves should be holds
5007
- [[21050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21050) Datepickers on LabelItemSearch broken
5008
- [[21099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21099) Floating toolbars reposition too late
5009
- [[21139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21139) The floating toolbars have some issues
5010
- [[21145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21145) The "Column visibility" button should not be displayed at the OPAC
5011
- [[21148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21148) Dropdowns styled by the Select2 plugin do not highlight missing required fields
5012
- [[21164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21164) Fix alignment on new basket form in acquisitions
5013
- [[21185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21185) Incorrect title tag on tags review page
5014
- [[21186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21186) Incorrect Bootstrap modal event name in multiple templates
5015
- [[21223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21223) Some floating values are wrong
5016
- [[21229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21229) Correct nesting and specificity for some button styles
5017
- [[21234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21234) Remove our .clearfix class in favor of Bootstrap's
5018
- [[21239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21239) CSS regressions caused by SCSS move
5019
- [[21243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21243) Regression: SRU mapping popup for bibliographic records is unstyled
5020
- [[21285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285) Select2 broken on high dpi screens
5021
- [[21350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21350) Add Font Awesome icon for pending onsite checkouts link
5022
- [[21397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21397) Routing list tab not marked as active
5023
- [[21506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21506) DataTables four button pagination uses the wrong icon for First and Last buttons
5024
- [[21513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21513) Add a 'Cancel' button to the authority editor and remove duplicate 'Save' button
5025
- [[21531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21531) Subscription "New fields" button should read "New field"
5026
- [[21550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21550) DataTables four button pagination uses the wrong icon for disabled buttons
5027
- [[21740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21740) Fixed-length fields show _ instead of @ when editing subfields
5028
- [[21838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21838) Wrong alignment of instructors in course reserves
5029
- [[21839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21839) Fix capitalization for "Print Label"
5030
5031
#### Test Suite
5032
5033
- [[18959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18959) Text_CSV_Various.t must skip if Text::CSV::Unicode is not installed
5034
- [[20177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20177) Remove GROUP BY clause in GetCourses
5035
- [[20776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20776) Add Selenium::Remote::Driver to dependencies
5036
- [[20866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20866) ArticleRequests.t fails on existing requests
5037
- [[20900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20900) Yet another test assumes that CPL is present
5038
- [[21023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023) Remove warning in t/db_dependent/Circulation/Chargelostitem.t
5039
- [[21086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21086) Wrong mock of DateTime->now in tests
5040
- [[21095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21095) Tests should expect ccodes facets now (since we have ccode facets)
5041
- [[21134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134) Wrong error handling in Koha/Patron/Modification.pm hides a bug
5042
- [[21155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21155) SwitchOnSiteCheckouts.t is failing randomly
5043
- [[21188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21188) t/db_dependent/Circulation/issue.t is failing
5044
- [[21213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213) Circulation.t needs diagnostics
5045
- [[21230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21230) Reserves.t is failing randomly
5046
- [[21262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21262) Do not format numbers for editing if too big
5047
- [[21295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21295) Update selenium tests for Admin pages bootstrap updates
5048
- [[21355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21355) GetDailyQuotes.t is fragile
5049
- [[21360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21360) IssueSlip.t is failing if run at 23:59
5050
- [[21454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21454) Price filtered variables should not need to be html filtered
5051
- [[21536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21536) t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
5052
- [[21613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21613) Turn strict SQL modes on for tests
5053
- [[21717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21717) TestBuilder.t is failing randomly
5054
- [[21770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21770) t::lib::QA::TemplateFilters should allow html_entity in href
5055
- [[21775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21775) Lack of tests for audio alerts
5056
- [[21787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21787) GetHardDueDate.t has a silly test
5057
5058
#### Tools
5059
5060
- [[20131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20131) Inventory optional filters always shows "For loan" for value 0
5061
- [[20564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564) Error 500 displays when uploading patron images with a zipped file
5062
- [[21113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21113) Hint Messages are misleading at "Merge Selected Patrons" in Patron Lists
5063
- [[21141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141) Batch item modification tool throws error 500 when an itemnumber is invalid
5064
- [[21142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21142) Batch item/record modification/deletion tools does not open uploaded files in utf-8
5065
- [[21242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21242) Modification log redirects you to circulation with no borrower if 'Object' field is not populated with borrowernumber
5066
- [[21579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21579) showdiffmarc tool during manage staged batches always looks for biblios even when matching authorities
5067
- [[21614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21614) Search bar on Stock rotation page displays both [-] and [+] simultaneously
5068
- [[21615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21615) "Stock rotation" is at the wrong place in the Tools left side menu
5069
- [[21819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21819) Marc modification templates action always checks Regexp checkbox
5070
- [[21854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21854) Patron category is not showing during batch modification
5071
5072
#### Web services
5073
5074
- [[21226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21226) Remove use of retired OCLC xISBN service
5075
5076
> OCLC has now discontinued support for the xisbn service.  One can continue to use the functionality that this service provided to Koha by switching on the ThingISBN preferences as an alternative.
5077
5078
5079
- [[21235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21235) Remove services_throttle if not required for ThingISBN
5080
- [[21542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21542) OverDrive password submission should use a password field to mask input
5081
5082
### New sysprefs
5083
5084
- AdditionalFieldsInZ3950ResultSearch
5085
- AdlibrisCoversEnabled
5086
- AdlibrisCoversURL
5087
- ArticleRequestsLinkControl
5088
- ElasticsearchIndexStatus_authorities
5089
- ElasticsearchIndexStatus_biblios
5090
- GDPR_Policy
5091
- HoldsAutoFill
5092
- HoldsAutoFillPrintSlip
5093
- HoldsSplitQueue
5094
- ItemsDeniedRenewal
5095
- KohaManualBaseURL
5096
- KohaManualLanguage
5097
- MarcFieldForCreatorId
5098
- MarcFieldForCreatorName
5099
- MarcFieldForModifierId
5100
- MarcFieldForModifierName
5101
- OpacHiddenItemsExceptions
5102
- OverDrivePasswordRequired
5103
- PrivacyPolicyURL
5104
- RecordedBooksClientSecret
5105
- RecordedBooksDomain
5106
- RecordedBooksLibraryID
5107
- RotationPreventTransfers
5108
- StockRotation
5109
- UseEmailReceipts
5110
- showLastPatron
5111
5112
### System requirements
5113
5114
Important notes:
5115
    
5116
- Perl 5.10 is required
5117
- Zebra is required
5118
5119
### Documentation
5120
5121
The Koha manual is maintained in Sphinx. The home page for Koha 
5122
documentation is 
5123
5124
- [Koha Documentation](http://koha-community.org/documentation/)
5125
5126
As of the date of these release notes, only the English version of the
5127
Koha manual is available:
5128
5129
- [Koha Manual](http://koha-community.org/manual/18.11/en/html/)
5130
5131
5132
The Git repository for the Koha manual can be found at
5133
5134
- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
5135
5136
### Translations
5137
5138
Complete or near-complete translations of the OPAC and staff
5139
interface are available in this release for the following languages:
5140
5141
- Arabic (94%)
5142
- Armenian (94%)
5143
- Basque (64.4%)
5144
- Chinese (China) (65.1%)
5145
- Chinese (Taiwan) (96.1%)
5146
- Czech (89.8%)
5147
- Danish (56.5%)
5148
- English (New Zealand) (89.9%)
5149
- English (USA)
5150
- Finnish (85.3%)
5151
- French (94.4%)
5152
- French (Canada) (94.1%)
5153
- German (100%)
5154
- German (Switzerland) (93.6%)
5155
- Greek (76.7%)
5156
- Hindi (95.5%)
5157
- Italian (92.2%)
5158
- Norwegian Bokmål (94.8%)
5159
- Occitan (post 1500) (60.6%)
5160
- Polish (86.8%)
5161
- Portuguese (100%)
5162
- Portuguese (Brazil) (78.2%)
5163
- Slovak (87.5%)
5164
- Spanish (94%)
5165
- Swedish (92.3%)
5166
- Turkish (95.7%)
5167
- Ukrainian (58%)
5168
- Vietnamese (54.4%)
5169
5170
Partial translations are available for various other languages.
5171
5172
The Koha team welcomes additional translations; please see
5173
5174
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
5175
5176
For information about translating Koha, and join the koha-translate 
5177
list to volunteer:
5178
5179
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
5180
5181
The most up-to-date translations can be found at:
5182
5183
- [Koha Translation](http://translate.koha-community.org/)
5184
5185
### Release Team
5186
5187
The release team for Koha 18.11.00 is
5188
5189
- Release Manager: [Nick Clemens](mailto:nick@bywatersolutions.com)
5190
- Release Manager assistants:
5191
  - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
5192
  - [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
5193
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
5194
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
5195
5196
- Module Maintainers:
5197
  - REST API -- [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
5198
  - Elasticsearch -- [Nick Clemens](mailto:nick@bywatersolutions.com)
5199
- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
5200
5201
- QA Team:
5202
  - [Julian Maurice](mailto:julian.maurice@biblibre.com)
5203
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
5204
  - Josef Moravec
5205
  - [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
5206
  - [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
5207
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
5208
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
5209
  - [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
5210
  - [Chris Cormack](mailto:chrisc@catalyst.net.nz)
5211
- Bug Wranglers:
5212
  - Claire Gravely
5213
  - Jon Knight
5214
  - [Indranil Das Gupta](mailto:indradg@l2c2.co.inc)
5215
  - [Amit Gupta](mailto:amitddng135@gmail.com)
5216
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
5217
- Documentation Team:
5218
  - Lee Jamison
5219
  - David Nind
5220
  - Caroline Cyr La Rose
5221
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
5222
- Release Maintainers:
5223
  - 18.05 -- [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
5224
  - 17.11 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
5225
  - 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
5226
5227
### Credits
5228
We thank the following libraries who are known to have sponsored
5229
new features in Koha 18.11.00:
5230
5231
- BULAC - http://www.bulac.fr/
5232
- CCSR (https://ccsr.qc.ca)
5233
- Catalyst IT
5234
- Escuela de Orientacion Lacaniana
5235
- Goethe-Institut
5236
- Gothenburg University Library
5237
- National Library of Finland
5238
- Stockholm University Library
5239
- Theke Solutions
5240
5241
We thank the following individuals who contributed patches to Koha 18.11.00.
5242
5243
- Aleisha Amohia (16)
5244
- Anonymous (3)
5245
- Dimitris Antonakis (1)
5246
- Tomás Cohen Arazi (110)
5247
- Alex Arnaud (14)
5248
- Cori Lynn Arnold (4)
5249
- Zoe Bennett (3)
5250
- Philippe Blouin (4)
5251
- David Bourgault (3)
5252
- Christopher Brannon (1)
5253
- Alex Buckley (5)
5254
- Colin Campbell (4)
5255
- Barry Cannon (1)
5256
- Jérôme Charaoui (1)
5257
- Barton Chittenden (2)
5258
- Nick Clemens (249)
5259
- David Cook (8)
5260
- Charlotte Cordwell (4)
5261
- Chris Cormack (2)
5262
- Jonathan Druart (400)
5263
- Magnus Enger (5)
5264
- Charles Farmer (2)
5265
- Katrin Fischer (78)
5266
- Caitlin Goodger (1)
5267
- Isobel Graham (2)
5268
- Claire Gravely (2)
5269
- Victor Grousset (5)
5270
- Amit Gupta (1)
5271
- David Gustafsson (16)
5272
- Margaret Hade (1)
5273
- Kyle Hall (79)
5274
- Andrew Isherwood (41)
5275
- Mason James (1)
5276
- Lee Jamison (1)
5277
- Srdjan Janković (7)
5278
- Pasi Kallinen (6)
5279
- Vassilis Kanellopoulos (1)
5280
- Olli-Antti Kivilahti (1)
5281
- Jon Knight (1)
5282
- Bernardo Gonzalez Kriegel (5)
5283
- David Kuhn (1)
5284
- Joonas Kylmälä (1)
5285
- Pierre-Luc Lapointe (1)
5286
- Johan Larsson (2)
5287
- Owen Leonard (146)
5288
- Thatcher Leonard (1)
5289
- Ere Maijala (19)
5290
- Alberto Martinez (1)
5291
- Jesse Maseto (1)
5292
- Julian Maurice (24)
5293
- Matthias Meusburger (3)
5294
- Josef Moravec (44)
5295
- Joy Nelson (2)
5296
- Chris Nighswonger (1)
5297
- Dobrica Pavlinusic (1)
5298
- Martin Persson (4)
5299
- Liz Rea (1)
5300
- Martin Renvoize (44)
5301
- Benjamin Rokseth (1)
5302
- Marcel de Rooy (82)
5303
- Caroline Cyr La Rose (6)
5304
- Andreas Roussos (7)
5305
- Jane Sandberg (2)
5306
- Alex Sassmannshausen (2)
5307
- Maryse Simard (2)
5308
- Grace Smyth (1)
5309
- Fridolin Somers (13)
5310
- Lari Taskula (13)
5311
- Mirko Tietgen (9)
5312
- Mark Tompsett (15)
5313
- Koha translators (1)
5314
- Marc Véron (1)
5315
- Jenny Way (1)
5316
- Jesse Weaver (3)
5317
- Baptiste Wojtkowski (2)
5318
- Nazlı Çetin (1)
5319
5320
We thank the following libraries, companies, and other institutions who contributed
5321
patches to Koha 18.11.00
5322
5323
- abunchofthings.net (9)
5324
- ACPL (146)
5325
- BibLibre (59)
5326
- BigBallOfWax (1)
5327
- BSZ BW (80)
5328
- bugs.koha-community.org (398)
5329
- ByWater-Solutions (334)
5330
- Catalyst (14)
5331
- Coeur D'Alene Public Library (1)
5332
- Collège de Maisonneuve (1)
5333
- debian.diman (1)
5334
- Deichman Public Library (1)
5335
- Devinim (1)
5336
- Foundations (1)
5337
- Göteborgs Universitet (18)
5338
- Informatics Publishing Ltd (1)
5339
- Interleaf Technology (1)
5340
- jns.fi (13)
5341
- KohaAloha (1)
5342
- kylehall.info (1)
5343
- Libriotech (5)
5344
- Linn-Benton Community College (2)
5345
- Loughborough University (1)
5346
- Marc Véron AG (1)
5347
- Marywood University (1)
5348
- Prosentient Systems (8)
5349
- PTFS-Europe (91)
5350
- Rijks Museum (82)
5351
- rot13.org (1)
5352
- Solutions inLibro inc (15)
5353
- St. Photios Orthodox Theological Seminary (1)
5354
- The City of Joensuu (6)
5355
- The Donohue Group (4)
5356
- Theke Solutions (110)
5357
- unidentified (113)
5358
- Universidad Nacional de Córdoba (5)
5359
- University of Helsinki (20)
5360
- Wellington East Girls' College (1)
5361
5362
We also especially thank the following individuals who tested patches
5363
for Koha.
5364
5365
- Hugo Agud (1)
5366
- Sandy Allgood (3)
5367
- Aleisha Amohia (6)
5368
- José Anjos (1)
5369
- Tomás Cohen Arazi (230)
5370
- Alex Arnaud (7)
5371
- Cori Lynn Arnold (5)
5372
- Marjorie Barry-Vila (1)
5373
- Philippe Blouin (1)
5374
- Sonia Bouis (2)
5375
- David Bourgault (1)
5376
- Christopher Brannon (2)
5377
- Claude Brayer (1)
5378
- Alex Buckley (16)
5379
- Colin Campbell (4)
5380
- Barry Cannon (9)
5381
- Axelle Clarisse (8)
5382
- Claudio (1)
5383
- Nick Clemens (1515)
5384
- David Cook (1)
5385
- Chris Cormack (73)
5386
- Stephane Delaye (1)
5387
- Frédéric Demians (1)
5388
- Michal Denar (61)
5389
- Devinim (5)
5390
- John Doe (6)
5391
- Jonathan Druart (325)
5392
- Magnus Enger (9)
5393
- Charles Farmer (15)
5394
- Bouzid Fergani (1)
5395
- Katrin Fischer (406)
5396
- Martha Fuerst (1)
5397
- Brendan Gallagher (18)
5398
- Lucas Gass (1)
5399
- Todd Goatley (1)
5400
- Stephen Graham (6)
5401
- Claire Gravely (43)
5402
- Victor Grousset (6)
5403
- Amit Gupta (2)
5404
- Kyle Hall (69)
5405
- Andrew Isherwood (16)
5406
- Te Rauhina Jackson (2)
5407
- Srdjan Janković (1)
5408
- Dilan Johnpullé (9)
5409
- Pasi Kallinen (6)
5410
- Ulrich Kleiber (1)
5411
- Jon Knight (1)
5412
- Bernardo Gonzalez Kriegel (2)
5413
- Petter von Krogh (1)
5414
- Pierre-Luc Lapointe (11)
5415
- Nicolas Legrand (2)
5416
- Owen Leonard (126)
5417
- Andreas Hedström Mace (1)
5418
- Lauren Macon (1)
5419
- Ere Maijala (19)
5420
- Jesse Maseto (14)
5421
- Julian Maurice (47)
5422
- Matthias Meusburger (1)
5423
- Kathleen Milne (3)
5424
- Josef Moravec (234)
5425
- Joy Nelson (1)
5426
- Chris Nighswonger (1)
5427
- David Nind (11)
5428
- François Pichenot (1)
5429
- Simon Pouchol (1)
5430
- Séverine Queune (95)
5431
- Martin Renvoize (244)
5432
- Benjamin Rokseth (3)
5433
- Marcel de Rooy (221)
5434
- Caroline Cyr La Rose (14)
5435
- Paola Rossi (2)
5436
- Andreas Roussos (10)
5437
- Jane Sandberg (2)
5438
- BWS Sandboxes (1)
5439
- Lisette Scheer (12)
5440
- Maksim Sen (4)
5441
- Margie Sheppard (2)
5442
- Maryse Simard (26)
5443
- Spencer Smith (1)
5444
- Fridolin Somers (2)
5445
- Christian Stelzenmüller (10)
5446
- Myka Kennedy Stephens (1)
5447
- John Sterbenz (1)
5448
- Pierre-Marc Thibault (18)
5449
- Mirko Tietgen (13)
5450
- Mark Tompsett (52)
5451
- Ed Veal (1)
5452
- George Veranis (1)
5453
- Cab Vinton (5)
5454
- Marc Véron (4)
5455
- George Williams (7)
5456
5457
We thank the following individuals who mentored new contributors to the Koha project.
5458
5459
- Owen Leonard
5460
- Martin Renvoize
5461
5462
5463
We regret any omissions.  If a contributor has been inadvertently missed,
5464
please send a patch against these release notes to 
5465
koha-patches@lists.koha-community.org.
5466
5467
### Revision control notes
5468
5469
The Koha project uses Git for version control.  The current development 
5470
version of Koha can be retrieved by checking out the master branch of:
5471
5472
- [Koha Git Repository](git://git.koha-community.org/koha.git)
5473
5474
The branch for this version of Koha and future bugfixes in this release
5475
line is 18.11.x.
5476
5477
### Bugs and feature requests
5478
5479
Bug reports and feature requests can be filed at the Koha bug
5480
tracker at:
5481
5482
- [Koha Bugzilla](http://bugs.koha-community.org)
5483
5484
He rau ringa e oti ai.
5485
(Many hands finish the work)
5486
5487
Autogenerated release notes updated last on 27 Nov 2018 11:44:43.
5488
## RELEASE NOTES FOR KOHA 18.05.00
5489
24 May 2018
5490
5491
Koha is the first free and open source software library automation
5492
package (ILS). Development is sponsored by libraries of varying types
5493
and sizes, volunteers, and support companies from around the world. The
5494
website for the Koha project is:
5495
5496
- [Koha Community](http://koha-community.org)
5497
5498
Koha 18.05.00 can be downloaded from:
5499
5500
- [Download](http://download.koha-community.org/koha-18.05-latest.tar.gz)
5501
5502
Installation instructions can be found at:
5503
5504
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
5505
- OR in the INSTALL files that come in the tarball
5506
5507
Koha 18.05.00 is a major release, that comes with many new features.
5508
5509
It includes 12 new features, 257 enhancements, 360 bugfixes.
5510
5511
### Important notes
5512
5513
#### Plack and Memcached
5514
5515
On the Koha's about page you can see the status of Plack and Memcached.
5516
5517
The use of Plack and Memcached has been around and stable for more than two years, and must be considered mandatory.
5518
5519
They bring a lot of speed and improve the user experience.
5520
5521
#### No more login with the database user
5522
5523
It is no longer possible to use the database user to login into Koha.
5524
You should first create a superlibrarian patron and use it for logging in.
5525
5526
#### Debian Stretch users: tmp path changes
5527
5528
If you are using Debian Stretch (9) you should take a look at [bug 20428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428).
5529
5530
A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.
5531
5532
#### Dealing with SQL modes
5533
5534
Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.
5535
5536
See the [dedicated wiki page](https://wiki.koha-community.org/wiki/DBMS_configuration) for more information.
5537
5538
#### Change of the database tables charset
5539
5540
[Bug 18336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) adds the support for Unicode supplementary characters.
5541
5542
We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.
5543
5544
However upgrading the database will require space (a temporary table is created for each of the tables), and time.
5545
5546
It is recommended that the upgrade routine is launched using the command line because it is expected to take more time than usual and could cause timeouts. Packages users will have this run during the upgrade process.
5547
5548
### New features
5549
5550
#### Acquisitions
5551
5552
- [[19289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289) Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets
5553
5554
> When creating a new order on an acquisition basket, bibliographic fields displayed on 'Catalog details' can now be customized. The system preference 'UseACQFrameworkForBiblioRecords' must be enabled. Fields are set on the 'ACQ' MARC framework.
5555
5556
5557
5558
#### Architecture, internals, and plumbing
5559
5560
- [[15707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries
5561
5562
> Koha now supports grouping libraries into hierarchies. The previous grouping allowed only a single level of groups. The new hierarchical grouping allows for trees of unlimited depth to be created. This will allow for grouping of libraries based on physical location, political affiliation, or any other type of grouping! The new system is currently used for search groups, and patron visibility limits. Expect to see more features using hierarchical groups in the future!
5563
5564
5565
- [[20123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123) Allow multiple instances of Koha to have different timezones on the same server
5566
5567
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!  
5568
Each instance's timezone can be set in its' koha-conf.xml  
5569
See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
5570
5571
5572
5573
#### Authentication
5574
5575
- [[19160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160) CAS Single Logout
5576
5577
> This adds support for the CAS Single Logout feature. Single logout means that the user gets logged out not only from the CAS Server, but also from all visited CAS client applications when logging out in one of them or after reaching a timeout. The CAS server has to be set up for single logout for this to take effect, otherwise behaviour will remain unchanged.
5578
5579
5580
- [[20568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568) Add API key management interface for patrons
5581
5582
> Adds the ability to handle patron-level API keys to be used for authenticating the REST API.
5583
5584
5585
5586
#### Hold requests
5587
5588
- [[19287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287) Add ability to mark an item 'Lost' from 'Holds to pull' list
5589
5590
#### Patrons
5591
5592
- [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
5593
5594
> Koha now has the ability to merge patron accounts!  
5595
To merge patrons, perform a patron search, select two or more patrons then click the 'Merge' button.  
5596
Next, choose which patron you want to keep.  
5597
Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.
5598
5599
5600
- [[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
5601
5602
#### REST api
5603
5604
- [[16330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330) Add routes to add, update and delete patrons
5605
5606
> REST API route for managing patrons in database. Adds CRUD implementation for creating, reading, updating and deleting patrons, as well as listing with optional sorting.  
5607
Follows new guidelines from REST API RFC and Koha Object Exceptions regarding validation and error handling. Patrons can modify and delete their own object, or anyone with borrower modification permissions.
5608
5609
5610
- [[20402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402) OAuth2 client credentials grant for REST API
5611
5612
> This development adds the OAuth2 client credentials grant support to Koha. This way securing the REST API for using it from other systems gets easier as it follows current standards.
5613
5614
5615
5616
#### Searching
5617
5618
- [[19290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290) Browse selected biblios - Staff
5619
5620
#### Self checkout
5621
5622
- [[15492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492) Stand alone self check-in tool
5623
5624
### Enhancements
5625
5626
#### About
5627
5628
- [[18674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674) Show timezone for Perl and MySQL on the About Koha page
5629
- [[19542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542) Koha should display Elasticsearch information in the about page
5630
- [[19904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904) Release team 18.05
5631
5632
#### Acquisitions
5633
5634
- [[10032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032) Uncertain prices hide 'close basket' without explanation
5635
- [[17182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182) Allow Keyword to MARC mapping for acquisitions searches (subtitle)
5636
- [[17457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457) Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
5637
- [[19479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479) Price display on a basketgroup
5638
5639
#### Architecture, internals, and plumbing
5640
5641
- [[10021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
5642
- [[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)
5643
5644
> 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.
5645
5646
5647
- [[12001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
5648
- [[12904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
5649
5650
> For non-package installations, the following rewrite rules will need to be added to the apache config file:  
5651
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L]  
5652
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L]
5653
5654
5655
- [[16735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735) Replace existing library search groups functionality with the new hierarchical groups system
5656
- [[17553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553) Move GetOverduesForPatron to Koha::Patron
5657
- [[17672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672) Items table should have a damaged_on column
5658
- [[17833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833) _initilize_memcached() warns if errors
5659
- [[18255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255) Koha::Biblio - Remove GetBiblioItemByBiblioNumber
5660
- [[18336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) Add support for Unicode supplementary characters
5661
5662
> Koha now supports Unicode supplementary characters like emojis or supplementary japanese, chinese and others.  
5663
The DB structure definition is changed to make use of the utf8mb4 encoding, instead of utf8.
5664
5665
5666
- [[18789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
5667
- [[18913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
5668
- [[19096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
5669
- [[19280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
5670
- [[19299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299) Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting
5671
- [[19300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300) Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace
5672
- [[19301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301) Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace
5673
- [[19303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303) Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address
5674
- [[19304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304) Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address
5675
- [[19802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802) Move Selenium code to its own module
5676
- [[19826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826) Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)
5677
- [[19828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828) Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions
5678
- [[19830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830) Add the Koha::Patron->old_checkout method
5679
- [[19841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841) AddMember should raise an exception if categorycode is invalid
5680
- [[19855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855) Move the "alert" code to Koha::Subscription
5681
- [[19926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926) Add the Koha::Object->unblessed_all_relateds method
5682
- [[19929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929) Add Koha Objects for class_source and class_sort_rules
5683
- [[19933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
5684
- [[19935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935) Move C4::Members::GetPendingIssues to the Koha namespace
5685
- [[19936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936) Move Check_userid and Generate_Userid to Koha::Patron
5686
- [[19940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940) Koha::Biblio - Remove GetBiblioItemInfosOf
5687
- [[19943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943) Koha::Biblio - Remove GetBiblioItemData
5688
- [[19992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
5689
- [[19993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
5690
- [[19995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
5691
- [[19996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
5692
- [[19997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
5693
- [[19998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998) use Modern::Perl in error perl scripts
5694
- [[19999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999) use Modern::Perl in Labels perl scripts
5695
- [[20009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009) use Modern::Perl in Members perl scripts
5696
- [[20010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010) use Modern::Perl in Patroncards perl scripts
5697
- [[20011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011) use Modern::Perl in plugins perl scripts
5698
- [[20012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012) use Modern::Perl in Reports perl scripts
5699
- [[20013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013) use Modern::Perl in Reserves perl scripts
5700
- [[20015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015) use Modern::Perl in Serials perl scripts
5701
- [[20016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016) use Modern::Perl in svc scripts
5702
- [[20017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017) use Modern::Perl in Tools perl scripts
5703
- [[20018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018) use Modern::Perl in offline circulation perl scripts
5704
- [[20019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019) use Modern::Perl in miscellaneous perl scripts
5705
- [[20020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020) use Modern::Perl in XT scripts
5706
- [[20047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047) Add Z3950Server Object and use it for getting server count
5707
- [[20052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052) Add Reports object class
5708
- [[20157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157) Use group 'features' to decide which groups to use for group searching functionality
5709
- [[20264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
5710
- [[20267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
5711
- [[20275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275) Add comment to let users know they can define multiple plugindirs
5712
- [[20444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444) Remove C4::Members::Attributes::GetAttributes
5713
- [[20538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538) Remove the need of writing [% KOHA_VERSION %] everywhere
5714
- [[20599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599) Add the Koha::Subscription->vendor method
5715
- [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
5716
5717
#### Authentication
5718
5719
- [[12227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227) Remove demo user functionality
5720
- [[20489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489) Prevent DB user login
5721
5722
> It is no longer possible to use the database user (defined in koha-conf.xml) to login into Koha.  
5723
You should first create a superlibrarian patron and use it for logging in.  
5724
See the script misc/devel/create_superlibrarian.pl
5725
5726
5727
- [[20612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612) Make OAuth2 use patron's client_id/secret pairs
5728
5729
#### Browser compatibility
5730
5731
- [[20062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062) Remove support for Internet Explorer 7 in the staff client
5732
5733
> Internet Explorer 7, released in 2006, is no longer supported by Koha.
5734
5735
5736
5737
#### Cataloging
5738
5739
- [[9701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701) Configure default indicators
5740
5741
> This adds default indicators to bibliographic frameworks. The table marc_tag_structure is adjusted. In order to make effective use of this enhancement, you may want to add values in your MARC frameworks administration.
5742
5743
5744
- [[11046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046) Better handling of uncertain years for publicationyear/copyrightdate
5745
- [[18417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
5746
- [[18878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
5747
- [[18904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
5748
5749
> 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.
5750
5751
5752
- [[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
5753
- [[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
5754
5755
#### Circulation
5756
5757
- [[11210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210) Allow partial writeoff
5758
- [[15752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752) Automatically switch from circulation to new patron when a cardnumber is scanned during circulation
5759
5760
> 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.
5761
5762
5763
- [[18786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786) Add ability to create custom payment types
5764
- [[18790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
5765
- [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
5766
- [[19494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
5767
- [[19752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752) Improve authentication response in offline_circ/service.pl
5768
- [[19804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
5769
- [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
5770
- [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
5771
5772
> These patches give a facelift to the circulation homepage. All functionality remains the same, however, things have been moved to make the interface little friendlier and more responsive on different screens.
5773
5774
5775
- [[20343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343) Show number of checkouts by itemtype in circulation.pl
5776
5777
#### Command-line Utilities
5778
5779
- [[12598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598) New misc/import_borrowers.pl command line tool
5780
5781
> Koha now has a command line tool for importing patron CSV files of the same format the web-based tool uses. This tool allows a user to specify a matchpoint, set default values for non-existing fields, decide if a match should be overwritten, and if extended attributes should be preserved!  
5782
For more details, run "misc/import_patrons.pl -h"
5783
5784
5785
- [[17467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467) Introduce a single koha-zebra script to handle Zebra daemons for instances
5786
5787
> To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling Zebra, 4 scripts were introduced: koha-start-zebra, koha-stop-zebra, koha-restart-zebra and koha-rebuild-zebra.  
5788
This patch introduces a new script, koha-zebra, that unifies those actions regarding Zebra daemons on a per instance base, through the use of option switches.
5789
5790
5791
- [[17468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468) Remove koha-*-zebra scripts in favor of koha-zebra
5792
5793
> 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).
5794
5795
5796
- [[18964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964) Add a --debugger flag to koha-plack
5797
5798
> Remote debugging capabilities are added to the koha-plack script. This is very important for developers.
5799
5800
5801
- [[19451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451) Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present
5802
5803
> This report adds the command-line option 'no-overwrite' so that you can add preferences only when they are not yet  
5804
present (in other words: skip patrons that already set their prefs).
5805
5806
5807
- [[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
5808
- [[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
5809
- [[20525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525) Add --timezone switch to koha-create
5810
5811
#### Course reserves
5812
5813
- [[15378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378) Remove 'lost' items from course reserves
5814
5815
#### Hold requests
5816
5817
- [[18382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382) action_logs entry for module HOLDS, action SUSPEND is spammy
5818
- [[19769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769) 'Pickup library is different' message does not display library branch name when placing hold
5819
5820
#### I18N/L10N
5821
5822
- [[11674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674) Configuration for MARC field doc URLs
5823
- [[20295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295) Allow translating link title in ILL module
5824
- [[20296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296) Untranslatable "All" in patrons table filter
5825
5826
#### Installation and upgrade (web-based installer)
5827
5828
- [[18819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819) Correct "whereas UNIMARC tends to be used in Europe." in web installer files
5829
5830
#### Lists
5831
5832
- [[19658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658) Style fix for staff client lists page
5833
5834
#### MARC Authority data support
5835
5836
- [[14769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769) Authorities merge: Set correct indicators in biblio field
5837
5838
> This report adds pref AuthorityControlledIndicators. It controls how the indicators of linked authority records affect the corresponding biblio indicators. Currently, the default pref value is finetuned for MARC21, and copies the authority indicators for UNIMARC.  
5839
An example to illustrate: A MARC21 field 100 in a biblio record should pick its first indicator from the linked authority record. The second indicator is not controlled by the authority. This report supports such MARC conventions.
5840
5841
5842
- [[18071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
5843
5844
> This patch adds a script to perform various authority related maintenance tasks.  
5845
This version supports deleting an authority record and updating all linked biblio records.  
5846
Furthermore it supports merging authority records with one reference record, and updating all linked biblio records.  
5847
It also allows you to force a renumber, i.e. save the authid into field 001.
5848
5849
5850
5851
#### MARC Bibliographic data support
5852
5853
- [[16427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427) Direct link to authority records missing in staff detail view (MARC21 6xx)
5854
- [[18198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198) MARC21: Further improve handling of 5XX$u in GetMarcNotes
5855
5856
#### Notices
5857
5858
- [[17981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981) Add the ability to preview generated notice templates
5859
- [[18007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007) Interface updates to notices and notice previews
5860
5861
#### OPAC
5862
5863
- [[11976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
5864
5865
> 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.  
5866
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
5867
5868
5869
- [[15794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
5870
- [[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
5871
- [[18313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
5872
- [[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
5873
- [[19708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
5874
- [[19989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
5875
- [[20155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155) Improve readability of OPAC header language menu
5876
- [[20181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181) Allow plugins to add CSS and Javascript to OPAC
5877
- [[20400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
5878
5879
> Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.
5880
5881
5882
- [[20432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432) Add black version of small Koha logo for use in the OPAC
5883
- [[20497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497) LibraryThing: always use https instead of http
5884
5885
#### Packaging
5886
5887
- [[17951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951) koha-create should create the template cache dir and configure it in koha-conf.xml
5888
5889
#### Patrons
5890
5891
- [[18626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626) Add ability to track cardnumber changes for patrons
5892
- [[19471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471) Show creation date in patron restrictions list
5893
- [[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
5894
- [[19988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
5895
- [[20100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
5896
5897
> 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.
5898
5899
5900
- [[20516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
5901
- [[20524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524) Make columns of pending discharges table sortable
5902
- [[20526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
5903
5904
#### REST api
5905
5906
- [[16213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213) Allow to select hold's itemtype when using API
5907
- [[18330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330) REST API: Date-time handling
5908
- [[19234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234) Add query parameters handling helpers
5909
- [[19278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278) Add a configurable default page size for endpoints
5910
- [[19369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369) Add a helper function for translating pagination params into SQL::Abstract
5911
- [[19370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370) Add a helper function for translating order_by params into SQL::Abstract
5912
- [[19410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410) Add a helper function for generating object searches for the API
5913
- [[19686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686) Add to_model and to_api params to objects.search helper
5914
- [[19784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784) Adapt /v1/patrons to new naming guidelines
5915
- [[20004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004) Adapt /v1/cities to new naming guidelines
5916
5917
#### Reports
5918
5919
- [[9573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573) Ability to download items lost report
5920
- [[9634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634) Allow for parameters re-use on SQL reports
5921
5922
> This new feature allows parameters to be re-used in reports. When a report asks for two variables using the same name and type/authorised value they will be combined into a single input field on the form. i.e.  
5923
SELECT *  
5924
FROM items   
5925
WHERE homebranch=<<Branchcode|branches>> AND holdingbranch=<<Branchcode|branches>> AND itype=<<Item type|itemtypes>>  
5926
Will ask for only 2 parameters when run, Branchcode and Item type.
5927
5928
5929
- [[11317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317) Add a way to access files from the intranet
5930
5931
> 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.
5932
5933
5934
- [[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
5935
- [[16782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782) Display JSON report URL in staff client report interface
5936
- [[19233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233) Add ability to send itemnumbers in report results to batch modification
5937
- [[19664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664) Reports sidebar menu should match list of reports on reports home page
5938
- [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
5939
- [[19856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856) Improve styling of reports sidebar to match tools sidebar
5940
- [[19957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957) Allow continued editing after saving a report
5941
- [[20345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345) Put saved report keyword search form on reports home
5942
- [[20350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350) Add column configuration to table of saved reports
5943
5944
#### SIP2
5945
5946
- [[17826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826) Allow extended patron attributes to be sent in arbitrary SIP2 fields
5947
- [[18625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625) Update borrower last seen from SIP
5948
5949
#### Searching
5950
5951
- [[13660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660) rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
5952
5953
#### Searching - Elasticsearch
5954
5955
- [[18825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
5956
- [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
5957
- [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
5958
5959
#### Serials
5960
5961
- [[7910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of subscriptions
5962
- [[18327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327) Add the ability to set the received date to today on multi receiving serials
5963
- [[18426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426) Subscriptions batch editing
5964
5965
#### Staff Client
5966
5967
- [[19488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488) Add borrowernumber to brief info on patron details pages in staff client
5968
- [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
5969
- [[19953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953) Add column for invoice in acquisition details tab
5970
- [[20291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291) Add a StaffLoginInstructions system preference to add text to the staff client login box
5971
- [[20404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404) Extended patron attributes should always be on
5972
5973
#### System Administration
5974
5975
- [[13287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287) Add a system preference to define the number of days used in purge_suggestions.pl
5976
5977
> Apart from introducing the new preference PurgeSuggestionsOlderThan, this report also adds a -confirm flag to the cron job purge_suggestions.pl. Please adjust existing cron tab files and add this flag in order to have the expected results.
5978
5979
5980
- [[16764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764) Update printers administration page
5981
- [[19292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292) Add MARC code column on libraries list
5982
- [[20133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133) "Hide patron information" feature should not affect all library groups
5983
5984
#### Templates
5985
5986
- [[4078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
5987
- [[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
5988
5989
> Show the library's description for variations of "Lost," "Damaged," and "Withdrawn" statuses which have been defined in Koha's authorized values.
5990
5991
5992
- [[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
5993
- [[19592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
5994
- [[19594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
5995
- [[19600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
5996
- [[19601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601) Move admin templates JavaScript to the footer: Additional parameters
5997
- [[19603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603) Move admin templates JavaScript to the footer: Patrons and circulation
5998
- [[19607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607) Move admin templates JavaScript to the footer: Basic parameters
5999
- [[19608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608) Move admin templates JavaScript to the footer: The rest
6000
- [[19623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623) Move template JavaScript to the footer: Cataloging
6001
- [[19627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627) Move patron clubs templates JS to the footer
6002
- [[19628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628) Move course reserves templates JS to the footer
6003
- [[19641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641) Move patron templates JavaScript to the footer
6004
- [[19647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647) Move patron lists templates JS to the footer
6005
- [[19653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653) Move tools templates JavaScript to the footer: Additional tools
6006
- [[19654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654) Move tools templates JavaScript to the footer: Batch MARC tools
6007
- [[19656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656) Move rotating collections templates JS to the footer
6008
- [[19657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657) Move lists templates JS to the footer
6009
- [[19659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659) Move JS to the footer: Suggestions and tags
6010
- [[19663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663) Move JS to the footer: Reports
6011
- [[19672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672) Move tools templates JavaScript to the footer: More MARC tools
6012
- [[19679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679) Move templates JavaScript to the footer: More tools templates
6013
- [[19680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680) Move JS to the footer: Patron and circulation tools
6014
- [[19682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682) Move JS to the footer: Two patron-related tools
6015
- [[19697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697) Move template JavaScript to the footer: Search results
6016
- [[19700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700) Move template JavaScript to the footer: Some circulation pages
6017
- [[19710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710) Move plugins templates javascript to the footer
6018
- [[19726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726) Move admin templates JavaScript to the footer: Preferences
6019
- [[19744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744) Move template JavaScript to the footer: Offline circulation
6020
- [[19751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751) Holds awaiting pickup report should not be fixed-width
6021
- [[19753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753) Move template JavaScript to the footer: Acquisitions
6022
- [[19754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754) Move template JavaScript to the footer: Acquisitions, part 2
6023
- [[19755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755) Move template JavaScript to the footer: Acquisitions, part 3
6024
- [[19758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758) Move template JavaScript to the footer: Serials, part 1
6025
- [[19761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761) Move template JavaScript to the footer: Serials, part 2
6026
- [[19777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777) Move template JavaScript to the footer: Serials, part 3
6027
- [[19778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778) Move template JavaScript to the footer: Serials, part 4
6028
- [[19785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785) Move template JavaScript to the footer: Authorities, part 1
6029
- [[19786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786) Move template JavaScript to the footer: Authorities, part 2
6030
- [[19805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805) Add DataTables to Koha to MARC mapping page
6031
- [[19823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823) Move template JavaScript to the footer: MARC21 editor plugins
6032
- [[19860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860) Make staff client home page responsive
6033
- [[19866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866) Move template JavaScript to the footer: UNIMARC editor plugins, part 1
6034
- [[19868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868) Move template JavaScript to the footer: UNIMARC editor plugins, part 2
6035
- [[19869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869) Move template JavaScript to the footer: UNIMARC editor plugins, part 3
6036
- [[19872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872) Move template JavaScript to the footer: UNIMARC editor plugins, part 4
6037
- [[19874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874) Move template JavaScript to the footer: UNIMARC editor plugins, part 5
6038
- [[19877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877) Move template JavaScript to the footer: UNIMARC editor plugins, part 6
6039
- [[19878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878) Move template JavaScript to the footer: UNIMARC editor plugins, part 7
6040
- [[19882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882) Add Novelist Select staff client profile
6041
6042
> This patch adds a new Staff Client profile for Novelist information. Previously we used the same value as the opac, this caused malformed links on the staff side. With this patch Novelist features will be disabled on the staff client until a correct profile is obtained from Novelist and entered into the system preference
6043
6044
6045
- [[19892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892) Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC
6046
- [[19932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932) Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search
6047
- [[19939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939) Move cataloging Z39.50 results actions into menu
6048
- [[19946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946) Update popup window templates to use Bootstrap grid: Authority Z39.50 search
6049
- [[19947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947) Update popup window templates to use Bootstrap grid: Acquisitions transfer order
6050
- [[19949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949) Update popup window templates to use Bootstrap grid: Cataloging authority search
6051
- [[19950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950) Update popup window templates to use Bootstrap grid: Serials
6052
- [[19952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952) Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
6053
- [[19954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954) Update popup window templates to use Bootstrap grid: Patrons
6054
- [[19960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960) Update popup window templates to use Bootstrap grid: Add to list
6055
- [[19961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961) Move template JavaScript to the footer: Patron card creator
6056
- [[19981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981) Switch single-column templates to Bootstrap grid: Course reserves
6057
- [[19982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982) Switch single-column templates to Bootstrap grid: Patrons
6058
- [[19983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983) Switch single-column templates to Bootstrap grid: Authorities
6059
- [[20032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032) Switch single-column templates to Bootstrap grid: Tools
6060
- [[20033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033) Switch single-column templates to Bootstrap grid: Catalog
6061
- [[20034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034) Switch single-column templates to Bootstrap grid: Circulation
6062
- [[20035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035) Switch single-column templates to Bootstrap grid: Patron clubs
6063
- [[20036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036) Switch single-column templates to Bootstrap grid: Offline circulation
6064
- [[20037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037) Switch single-column templates to Bootstrap grid: Serials
6065
- [[20038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038) Switch single-column templates to Bootstrap grid: Acquisitions
6066
- [[20045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045) Switch single-column templates to Bootstrap grid: Various
6067
- [[20518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518) Don't show "Messages" header and link on patron details if there are no messages
6068
6069
#### Test Suite
6070
6071
- [[18055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055) Speed up '00-strict.t' test
6072
- [[18797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797) t/db_dependent/rollingloans.t is skipping
6073
- [[19181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181) Intranet and OPAC authentication selenium test
6074
- [[19243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243) Selenium test for testing the administration module functionality - part 1
6075
- [[19483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483) t/db_dependent/www/* crashes test harness due to misconfigured test plan
6076
6077
#### Tools
6078
6079
- [[19554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554) The inventory table should jump to detail instead of MARCdetail
6080
- [[19584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584) Inventory: Trivial interface improvements
6081
- [[19585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585) Inventory: Allow additional separators in a barcode file
6082
- [[19837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837) Add multiple patrons to a list by cardnumber
6083
- [[20081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081) Enable uploaded pdfs to be viewed inline
6084
6085
6086
### Critical bugs fixed
6087
6088
(This list includes all bugfixes since the previous major version. Most of them
6089
have already been fixed in maintainance releases)
6090
6091
#### Acquisitions
6092
6093
- [[18593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593) Suggestions aren't updated when one biblio is merged with another
6094
- [[19030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030) Link order <-> subscription is lost when an order is edited
6095
- [[19694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694) Edited shipping cost in invoice doesn't save
6096
- [[20303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303) Receive order fails if no "authorised_by" value
6097
- [[20426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426) Can't import all titles from a stage file with default values
6098
- [[20446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446) QUOTES processing broken by run time error
6099
6100
#### Architecture, internals, and plumbing
6101
6102
- [[15770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770) Number::Format issues with large numbers
6103
- [[19319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319) Reflected XSS Vulnerability in opac-MARCdetail.pl
6104
- [[19439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439) Some error responses from opac/unapi get lost in eval
6105
- [[19568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568) Wrong html filter used in opac-opensearch.tt url
6106
- [[19569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569) X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl
6107
- [[19570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570) autocomplete="off" no set for login forms at the OPAC
6108
- [[19599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599) anonymise_issue_history can be very slow on large systems
6109
- [[19611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611) XSS Flaws in supplier.pl
6110
- [[19612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612) Fix XSS in /cgi-bin/koha/members/memberentry.pl
6111
- [[19614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614) Fix XSS in /cgi-bin/koha/members/pay.pl
6112
- [[19766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766) Preview routing slip is broken
6113
- [[19847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847) tracklinks.pl accepts any url from a parameter for proxying
6114
- [[19881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881) authorities-list.pl can be executed by anybody
6115
- [[20126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126) Saving a biblio does no longer update MARC field lengths
6116
- [[20145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145) borrowers.datexpiry eq '0000-00-00' means expired?
6117
- [[20229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229) Remove problematic SQL modes
6118
- [[20299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299) Koha is a gift
6119
- [[20323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323) Batch patron modification tool broken
6120
- [[20325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325) C4::Accounts::purge_zero_balance_fees does not check account_offsets
6121
- [[20428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428) MARC import fails on Debian Stretch
6122
- [[20701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701) maninvoice.pl is vulnerable for CSRF attacks
6123
- [[20730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730) Missing authentication check in serials/routing.pl
6124
6125
#### Cataloging
6126
6127
- [[19646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646) value_builder marc21_linking_section template is broken
6128
- [[19706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706) Item search: Unsupported format html
6129
- [[19968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968) Undefined subroutine &Date::Calc::Today
6130
- [[19974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974) Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)
6131
6132
> The behaviour for marking a checked out item as 'Lost' is different, depending on the path you use: sometimes the item is checked in, sometimes not.  
6133
The system preference 'MarkLostItemsAsReturned' now allows libraries to choose if the item is checked for each of the 4 ways an item can be marked as 'Lost': from the edit item form, from the 'Items' tab of the catalog module, from the batch item modification and with the longoverdue cronjob.
6134
6135
6136
- [[20063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
6137
6138
#### Circulation
6139
6140
- [[2696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696) Fine payments should show what was paid for
6141
6142
> This adds a details view for every fine and payment in a patron account that will show detailed information about the payments made forward a fine and how a payment has been split up to pay towards several fines.
6143
6144
6145
- [[4319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319) waiting and in transit items cannot be reserved
6146
- [[19204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204) Fines in days restriction calculation is not taking calendar into account
6147
- [[19444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444) Automatic renewal script should not auto-renew if a patron's record has expired
6148
- [[19771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771) Pending offline circulation actions page will crash on unknown barcode or on payment action
6149
- [[19798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798) Returns.pl doesn't define itemnumber for transfer-slip.
6150
- [[19899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899) The float items feature is broken - cannot checkin
6151
- [[20499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499) Checkout of bad barcode: Internal Server Error
6152
6153
#### Command-line Utilities
6154
6155
- [[12812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812) Longoverdue.pl --mark-returned doesn't return items
6156
- [[17717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717) Fix broken cronjobs due to permissions of the current directory
6157
- [[19730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730) misc/export_records.pl should use biblio_metadata.timestamp
6158
6159
#### Documentation
6160
6161
- [[20706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706) Fix links to help files for changed file structure (removed numbering on files)
6162
6163
#### Fines and fees
6164
6165
- [[20562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562) issue_id is not stored in accountlines for rental fees
6166
6167
#### Hold requests
6168
6169
- [[18474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474) Placing multiple holds from results breaks when patron is searched for
6170
- [[20167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167) Item hold is set to bibliographic hold when changing pickup location
6171
- [[20724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724) ReservesNeedReturns syspref breaks "Holds awaiting pickup"
6172
6173
#### ILL
6174
6175
- [[20001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001) ILL: Adding a 'new request' from OPAC is not possible
6176
- [[20284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284) ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance
6177
- [[20556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556) Marking ILL request as complete results in "Internal server error"
6178
6179
#### Installation and upgrade (web-based installer)
6180
6181
- [[19514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514) No Password restrictions in onboarding tool patron creation
6182
- [[20745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745) indexing/searching not active at end of installation
6183
6184
#### Lists
6185
6186
- [[20687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687) Multiple invitations to share lists prevents some users from accepting
6187
6188
#### MARC Authority data support
6189
6190
- [[20074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074) Auth_subfield_structure changes hidden attribute
6191
6192
#### Notices
6193
6194
- [[18477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477) AR_PENDING notice does not populate values from article_requests table
6195
- [[18725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725) process_message_queue.pl sends duplicate emails if message_queue is not writable
6196
6197
#### OPAC
6198
6199
- [[18915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915) Creating a checkout note (patron note) sends an incomplete email message
6200
- [[18975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975) Wrong CSRF token when emailing cart contents
6201
- [[19496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496) Patron notes about item does not get emailed as indicated
6202
- [[19808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808) Reviews from deleted patrons make few scripts to explode
6203
- [[19843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843) reviews.datereviewed is not set
6204
- [[19911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911) Passwords displayed to user during self-registration are not HTML-encoded
6205
- [[19913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913) Embedded HTML5 videos are broken
6206
- [[19975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975) Tag cloud searching does not working
6207
- [[19978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978) Fix ITEMTYPECAT feature for grouping item types for search
6208
- [[20218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218) Tracklinks fails when URL has special characters
6209
- [[20286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286) Subscribing to a search via rss goes to an empty page
6210
- [[20363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363) Privacy management shows misleading "No reading history to delete"
6211
- [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
6212
6213
#### Packaging
6214
6215
- [[20061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061) koha-common is not pulling libsearch-elasticsearch-perl
6216
- [[20437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
6217
- [[20693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693) Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
6218
6219
#### Patrons
6220
6221
- [[19466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466) Cardnumber auto calc is broken because field is required
6222
- [[19908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908) Password should not be mandatory
6223
- [[19921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921) Error when updating child to adult patron on system with only one adult patron category
6224
- [[20214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214) Patron search is broken
6225
- [[20792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792) Can't go to patron record with TranslateNotices active
6226
6227
#### REST api
6228
6229
- [[19546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546) Make koha-plack run Starman from the instance's directory
6230
6231
#### SIP2
6232
6233
- [[20251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251) Regression - SIP checkout broken
6234
6235
#### Searching - Elasticsearch
6236
6237
- [[19563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563) Generation of sort_fields uses incorrect condition
6238
- [[20261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261) No result in some page in authority search opac and pro (ES)
6239
- [[20385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385) ElasticSearch authority search raises Software error
6240
6241
#### Staff Client
6242
6243
- [[19223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223) Avoid encoding issues in plugins by providing helper methods to output headers correctly
6244
6245
> The current plugin writing practice is to craft the response header in the controller methods. This patchset adds new helper methods for plugin authors to use when dealing with output on their plugins. This way the end-user experience is better, and the plugin author's tasks easier.
6246
6247
6248
- [[20625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625) Cannot add new patron category without currency
6249
6250
#### System Administration
6251
6252
- [[20216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216) Editing itemtypes does not pull existing values correctly
6253
6254
#### Templates
6255
6256
- [[20135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135) Staff client language choose pop-up can appear off-screen
6257
- [[20498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498) Patron advanced search form missing from patron entry page
6258
6259
#### Web services
6260
6261
- [[19725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
6262
- [[20665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665) OAI-PMH Provider should reset MySQL connection time zone
6263
6264
6265
### Other bugs fixed
6266
6267
(This list includes all bugfixes since the previous major version. Most of them
6268
have already been fixed in maintainance releases)
6269
6270
#### About
6271
6272
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
6273
6274
#### Acquisitions
6275
6276
- [[3841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841) Add a Default ACQ framework
6277
- [[18183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183) jQuery append error related to script tags in cloneItemBlock
6278
- [[19200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200) Warns when exporting a basket
6279
- [[19401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401) No confirm message when deleting an invoice from invoice detail page
6280
- [[19429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429) No confirm message when deleting an invoice from invoice search
6281
- [[19792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792) Reduce number of SQL calls in GetBudgetHierarchy
6282
- [[19812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812) Holds count in "Already received" table has confusing and unexpected values
6283
- [[19813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813) MarcItemFieldsToOrder cannot handle a tag not existing
6284
- [[19916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916) Can't search keyword or standard ID from Acquisitions external source / z3950
6285
- [[19928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928) Acquisitions' CSV exports should honor syspref "delimiter"
6286
- [[20110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110) Don't allow adding same user multiple times to same budget fund
6287
- [[20148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148) Don't allow adding same user multiple times to a basket or an order
6288
- [[20201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201) Silence warnings in admin/aqplan.pl
6289
- [[20318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318) Merge invoices can lead to an merged invoice without Invoice number
6290
- [[20623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623) PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table
6291
6292
#### Architecture, internals, and plumbing
6293
6294
- [[18342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342) Set memcached as 'enabled' by default
6295
6296
> Memcached is now required and enabled by default.
6297
6298
6299
- [[19713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
6300
- [[19714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714) 2 occurrences of memberofinstitution have not been removed
6301
- [[19738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
6302
- [[19739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739) Add default ES configuration to koha-conf.xml
6303
- [[19746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746) Debug statements are left in returns.pl
6304
- [[19756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756) Encoding issues when update DB is run from the interface
6305
- [[19760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760) Die instead of warn if koha-conf is not accessible
6306
- [[19827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827) checkuniquemember is exported from C4::Members but has been removed
6307
- [[19839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839) invoice.pl warns about bad variable scope
6308
- [[19985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985) TestBuilder.t fails if default circ rule exists
6309
- [[20031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031) CGI param in list context warn in guided_reports.pl
6310
- [[20056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056) Uninitialized warn in cmp_sysprefs.pl
6311
- [[20060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060) Uninitialized warn from Koha::Template::Plugin::Branches
6312
- [[20088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088) Use of uninitialized value in array element in svc/holds
6313
- [[20097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097) marc2dcxml croaks on format dc
6314
- [[20185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185) Some scripts don't pass perl -wc
6315
- [[20187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187) New rewrite rules can break custom css
6316
- [[20189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189) No style on authentication and installer pages
6317
- [[20190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
6318
- [[20219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
6319
- [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
6320
- [[20304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304) Warnings in cataloguing scripts need to be removed
6321
- [[20305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305) Warnings in tools scripts need to be removed
6322
- [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
6323
- [[20494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
6324
- [[20510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
6325
- [[20530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530) trailing ':' in columns_settings.yml
6326
- [[20539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539) Warnings in catalogue/search.pl need to be removed
6327
- [[20580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
6328
- [[20590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
6329
- [[20603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
6330
- [[20620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620) Warning in moredetail.pl need to be removed
6331
- [[20659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659) Blocking errors are not longer displayed
6332
- [[20734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734) Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer
6333
6334
#### Authentication
6335
6336
- [[20083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083) Information disclosure when (mis)using the MARC Preview feature
6337
- [[20480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480) Fix styling issues on bad SCI/SCO module logins
6338
- [[20624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624) Disable the OAuth2 client credentials grant by default
6339
6340
#### Cataloging
6341
6342
- [[18833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833) plugin unimarc_field_210c pagination error
6343
- [[19595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595) Clicking plugin link does not fill item's date acquired field
6344
- [[20067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067) Wrong display of authorised value for items.materials on staff detail page
6345
- [[20341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341) Show authorized value description for withdrawn like damaged and lost
6346
- [[20477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477) Silence warnings Fast Cataloguing
6347
- [[20540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate the datafield close tag
6348
6349
#### Circulation
6350
6351
- [[16603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603) Hide option to apply directly when processing uploaded offline circulation file
6352
- [[19530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530) Prevent multiple transfers from existing for one item
6353
- [[19825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825) List of pending offline operations does not links to biblio
6354
- [[19840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
6355
- [[20003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
6356
- [[20536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
6357
- [[20546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546) Shelving location not displayed on checkin
6358
6359
#### Command-line Utilities
6360
6361
- [[11936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936) Consistent log message for item insert
6362
- [[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
6363
- [[19712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712) Fix command line options of delete_records_via_leader.pl
6364
- [[20234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234) Make maintenance scripts use koha-zebra instead of koha-*-zebra
6365
6366
#### Course reserves
6367
6368
- [[19230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230) Warn when deleting a course in course reserves
6369
- [[19678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678) Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
6370
- [[20282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282) Wrong attribute in template calls to match holding branch when adding/editing a course reserve item
6371
6372
#### Database
6373
6374
- [[19547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547) Maria DB doesn't have a debian.cnf
6375
- [[19724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724) Add timestamp to biblio_metadata and deletedbiblio_metadata
6376
6377
#### Fines and fees
6378
6379
- [[19750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750) Overdues without a fine rule add warnings to log
6380
6381
#### Hold requests
6382
6383
- [[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
6384
- [[19533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
6385
- [[19972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972) Holds to pull should honor syspref "item-level_itypes"
6386
- [[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
6387
- [[20707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707) Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly
6388
6389
#### I18N/L10N
6390
6391
- [[11827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827) Untranslatable "Cancel Rating" in jQuery rating plugin
6392
- [[12020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020) Allow translating label-edit-batch hardcoded strings
6393
- [[19522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522) Label creator - some strings are not translatable
6394
- [[20082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082) Vietnamese language display name is incorrect
6395
- [[20085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085) Better translatability of smart-rules.tt
6396
- [[20109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
6397
- [[20111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
6398
- [[20115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
6399
6400
> 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).
6401
6402
6403
- [[20124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
6404
- [[20139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
6405
- [[20140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
6406
- [[20141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141) Untranslatable string in Transport cost matrix
6407
- [[20142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142) Allow translating offline circ message
6408
- [[20147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147) Allow translating prompt in label edit batch
6409
- [[20166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166) Untranslatable course reserves delete prompt
6410
- [[20195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195) Untranslatable Show/Hide title attr replacement in opac detail
6411
- [[20301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301) Allow translating "View" in manage MARC import
6412
- [[20302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302) Allow translating Delete button in Patron batch mod tool
6413
- [[20330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330) Allow translating more of quote upload
6414
6415
#### ILL
6416
6417
- [[20041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041) ILL module missing from more menu in staff when activated
6418
- [[20515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515) "ILL Request" menu options displayed when user has no ILL permissions
6419
6420
#### Installation and upgrade (web-based installer)
6421
6422
- [[12932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932) Web installer's Perl version check will not raise errors if all modules are installed
6423
- [[19790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
6424
- [[19862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862) RoutingListAddReserves must be disabled by default
6425
- [[19973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
6426
- [[20075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
6427
- [[20103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103) Readonly::XS version not detected
6428
- [[20104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
6429
- [[20746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746) Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer
6430
6431
#### Label/patron card printing
6432
6433
- [[10222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222) Error when saving Demco label templates
6434
- [[19681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681) label-item-search.pl result count formatting error when there is only one page
6435
- [[20193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193) Path to Greybox CSS broken after Bug 12904
6436
6437
#### Lists
6438
6439
- [[11943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943) Koha::Virtualshelfshare duplicates rows for the same list
6440
6441
#### MARC Authority data support
6442
6443
- [[18458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458) Merging authority record incorrectly orders subfields
6444
- [[20430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430) Z39.50 button display depends on wrong server count
6445
6446
#### MARC Bibliographic data support
6447
6448
- [[20245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245) Wrong language code for Slovak
6449
- [[20482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482) language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes
6450
6451
#### Notices
6452
6453
- [[12123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123) HTML notices can break the notice viewer
6454
- [[18570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570) Password recovery e-mail only sent after message queue is processed
6455
- [[18990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990) Overdue Notices are not sending through SMS correctly
6456
- [[19578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578) TT syntax for notices - There is no way to pre-process DB fields
6457
- [[20298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298) Notices template uses same html id for each language
6458
- [[20685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685) Modify letter template does not render correctly
6459
6460
#### OPAC
6461
6462
- [[12497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
6463
- [[17682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
6464
- [[18856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856) Cancel Waiting Hold in OPAC does not give useful message
6465
- [[19171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171) Confusing message "no items available" when placing a hold in OPAC
6466
- [[19338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
6467
- [[19450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
6468
- [[19579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579) PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail
6469
- [[19640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
6470
- [[19702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
6471
- [[19845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845) Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled
6472
- [[20054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054) Remove attribute "text/css" for the style tags used in the OPAC templates
6473
6474
> Prevents warnings about type attribute being generated for the style tags when testing the OPAC pages using W3C Validator for HTML5.
6475
6476
6477
- [[20068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068) Warn on OPAC homepage if not logged in due to OPAC dashboard
6478
- [[20122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122) Empty and close link on cart page not working
6479
- [[20163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163) Position of NoLoginInstructions text is inconsistent
6480
- [[20420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420) Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources
6481
- [[20459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459) Correct message for cancelling an article request
6482
- [[20686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686) OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled
6483
- [[20737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737) Use https for Baker and Taylor cover images
6484
6485
#### Packaging
6486
6487
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
6488
- [[18696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696) Change debian/source/format to quilt
6489
- [[18907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907) Warning "dpkg-source: warning: relation < is deprecated: use << or <="
6490
- [[18908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908) Warning "Compatibility levels before 9 are deprecated"
6491
- [[18993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993) Bump libtest-simple-perl to 1.302073
6492
- [[19610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610) Make koha-common.logrotate use copytruncate
6493
- [[20072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072) Fix build-git-snapshot for Debian source format quilt
6494
- [[20800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800) Keep Koha on Stretch from using broken libhttp-oai-perl
6495
- [[20801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801) Make dependency on memcached mandatory
6496
6497
#### Patrons
6498
6499
- [[19510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510) edi_manage permission has no description
6500
- [[19621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621) Routing lists tab not present when viewing 'Holds history' tab for a patron
6501
- [[19673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673) Patron batch modification tool cannot use authorised value "0"
6502
- [[19907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907) Email validation on patron add/edit not working
6503
- [[20008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008) Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr
6504
- [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
6505
- [[20367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
6506
- [[20455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455) Can't sort patron search on date expired
6507
- [[20666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666) Wrong Permissions prevent non-plack pages to load
6508
- [[20719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719) Home library not displayed on all patron account tabs
6509
- [[20803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803) Cannot search to hold or use print options from API keys interface
6510
6511
#### REST api
6512
6513
- [[20134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134) Remove /api/v1/app.pl from the generated URLs
6514
6515
#### Reports
6516
6517
- [[18497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497) Downloading a report passes the constructed SQL as a parameter
6518
- [[19467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467) Display location and itemtype description on lost items report
6519
- [[19551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551) Cash register report has bad erroneous results from wrong order of operations
6520
- [[19583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583) Report updater triggers on auth_header.marcxml
6521
- [[19638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638) False positives for 'Update SQL' button
6522
- [[19669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669) Remove deprecated checkouts by patron category report
6523
- [[19671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671) Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly
6524
- [[19910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910) Download report as 'Comma separated' is misleading
6525
- [[20663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663) Dead report code for "Create Compound Report" since prior to 3.0.x
6526
6527
#### SIP2
6528
6529
- [[20348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348) SIP2 patron identification fails to use userid
6530
6531
#### Searching
6532
6533
- [[18799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
6534
- [[19807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807) IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase
6535
- [[19873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873) Make it possible to search on value 0
6536
- [[19971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971) typo in the comments of parseQuery routine
6537
- [[20369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369) Analytics search is broken with QueryAutoTruncate set to 'only if * is added'
6538
- [[20722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722) Searching only for an ITEMTYPECAT itemtype is impossible
6539
6540
#### Searching - Elasticsearch
6541
6542
- [[17373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373) Elasticsearch - Authority mappings for UNIMARC
6543
- [[19564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564) Fix extraction of sort order from sort condition name
6544
- [[19580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580) Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation
6545
- [[19581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581) Elasticsearch - Catmandu split option adds extra null fields to indexes
6546
6547
#### Serials
6548
6549
- [[19315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315) Routing preview may use wrong biblionumber
6550
- [[19767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767) serial-issues.pl is unused and should be removed
6551
- [[19794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794) Rename RLIST - Routing list notice template as it's not related to routing lists
6552
- [[20461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461) New subscription form: "Item type" and "item type for older issues" fields are ignored
6553
- [[20614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614) Firefox prevents parent page reload when renewing subscriptions
6554
- [[20616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616) Using "Edit serials" with no issues selected gives an ugly error
6555
6556
#### Staff Client
6557
6558
- [[19221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221) Onboarding tool says user needs to be made superlibrarian
6559
- [[19456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456) Some pages title tag contains html
6560
- [[19636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636) Hold priority changes incorrectly via dropdown select
6561
- [[19857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
6562
- [[20227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
6563
- [[20268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
6564
- [[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
6565
- [[20347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
6566
6567
#### System Administration
6568
6569
- [[13676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676) OpacSuppression description says 'items' but means 'records'
6570
- [[19560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560) Unable to delete library when branchcode contains special characters
6571
- [[19788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788) Case sensitivity is not preserved when creating local system preferences
6572
- [[19977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977) Local Use tab in systempreferences tries to open text editor's temporary files, and die
6573
- [[19987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987) If no z39.50/SRU servers, the z39.50/SRU buttons should not show
6574
- [[20091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091) FailedLoginAttempts is not part of NorwegianPatronDatabase pref group
6575
- [[20383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383) Hide link to plugin management if plugins are not enabled
6576
6577
#### Templates
6578
6579
- [[18820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820) The different parts in the main don't automatically adjust with the available space
6580
- [[19602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602) Add usage statistics link to administration sidebar menu
6581
- [[19677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677) Angle brackets in enumchron do not display in opac or staff side
6582
- [[19692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692) Unclosed div in opac-shelves.tt
6583
- [[19851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851) Improve responsive layout handling of staff client menu bar
6584
- [[19918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918) span tag not closed in opac-registration-confirmation.tt
6585
- [[20051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051) Invalid markup in staff client's header.inc
6586
- [[20156]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156) Staff client header language menu doesn't show check mark for current language
6587
- [[20173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173) Clean up koha-tmpl directory
6588
- [[20221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221) Fix for JavaScript error during checkout patron search
6589
- [[20239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239) Fix spelling on authority linker plugin
6590
- [[20240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240) Remove space before : when searching for a vendor in serials (Vendor name :)
6591
- [[20249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249) "Patron has no outstanding fines" now appears alongside fines
6592
- [[20290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290) Fix capitalization: Routing List
6593
- [[20372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372) Correct toolbar markup on some pages
6594
- [[20382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382) Missing space between patron and cardnumber on check out screen
6595
- [[20422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422) Fix warn on URI/Escape.pm line 184 from opac-detail
6596
- [[20433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433) Remove unused Mozilla Persona image file
6597
- [[20552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552) Fix HTML tag for search facets
6598
- [[20617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617) Add 'Search Engine configuration' link to administration menu
6599
- [[20619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619) Remove last occurrences of long gone syspref (opacsmallimage)
6600
6601
#### Test Suite
6602
6603
- [[17770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770) t/db_dependent/Sitemapper.t fails when date changes during test run
6604
- [[18979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979) Speed up 'valid-templates.t' tests
6605
- [[19705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705) DecreaseLoanHighHolds.t is still failing randomly
6606
- [[19759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759) TestBuilder generates too many decimals for float
6607
- [[19775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775) Search/History.t is failing randomly
6608
- [[19776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776) Test failing randomly - fix categorycode vs category_type
6609
- [[19783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783) Move check_kohastructure.t to db_dependent
6610
- [[19867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867) HouseboundRoles.t is failing randomly
6611
- [[19914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914) Cannot locate the "Delete" in the library list table
6612
- [[19937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937) Silence warnings t/db_dependent/www/batch.t
6613
- [[19979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979) Search.t fails on facet info with one branch
6614
- [[20042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042) 00-load.t fails when Elasticsearch is not installed
6615
- [[20144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144) Test suite is failing with new default SQL modes
6616
- [[20175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175) Set a correct default value for club_enrollments.date_created
6617
- [[20176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176) Set biblio.datecreated to NOW if not defined
6618
- [[20179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179) Remove GROUP BY in get_shelves_containing_record
6619
- [[20180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180) Remove GROUP BY clause in manage-marc-import.pl
6620
- [[20182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182) Remove group by clause in search_patrons_to_anonymise
6621
- [[20191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191) OAI/Server.t still fails on slow servers
6622
- [[20199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199) Letters.t does not pass with new SQL modes
6623
- [[20204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204) FrameworkPlugin.t should not depend on CPL branch
6624
- [[20250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250) NoIssuesChargeGuarantees.t is still failing randomly
6625
- [[20311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311) get_age tests can fail on February 28th
6626
- [[20466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466) Incorrect fixtures for active currency in t/Prices.t
6627
- [[20474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
6628
- [[20490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
6629
- [[20503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503) Borrower_PrevCheckout.t  is failing randomly
6630
- [[20531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531) IssueSlip is failing randomly
6631
- [[20557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557) Koha/Acquisition/Order.t is failing randomly
6632
- [[20584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584) Koha/Patron/Categories.t is failing on slow servers
6633
- [[20721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721) Circulation.t keeps failing randomly
6634
- [[20764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764) t/Koha_Template_Plugin_KohaPlugins.t is DB dependent
6635
6636
#### Tools
6637
6638
- [[18201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201) Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality
6639
- [[19643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643) Pagination buttons on staged marc management are stacking instead of inline
6640
- [[19674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674) Broken indicators of changed fields in manage staged MARC records template
6641
- [[19683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683) Export.pl does not populate the Authority Types dropdown correctly
6642
- [[20098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098) Inventory: CSV export: itemlost column is always empty
6643
- [[20222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222) Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl
6644
- [[20376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376) "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool
6645
- [[20438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438) Allow uninstalling plugins not implementing the 'uninstall' method
6646
- [[20462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462) Duplicate barcodes in batch item deletion cause software error if deleting biblio records
6647
- [[20695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695) Upload does not show all results when uploading multiple files
6648
6649
#### Web services
6650
6651
- [[13990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990) ILS-DI LookupPatron Requries ID Type
6652
6653
#### Z39.50 / SRU / OpenSearch Servers
6654
6655
- [[19986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986) 'Server name' doesn't appear as required when creating new z39.50/sru server
6656
6657
### New system preferences
6658
6659
- AuthorityControlledIndicators
6660
- AutoSwitchPatron
6661
- BrowseResultSelection
6662
- CanMarkHoldsToPullAsLost
6663
- MarcFieldDocURL
6664
- NovelistSelectStaffProfile
6665
- ProtectSuperlibrarianPrivileges
6666
- PurgeSuggestionsOlderThan
6667
- RESTOAuth2ClientCredentials
6668
- RESTdefaultPageSize
6669
- SelfCheckInMainUserBlock
6670
- SelfCheckInModule
6671
- SelfCheckInTimeout
6672
- SelfCheckInUserCSS
6673
- SelfCheckInUserJS
6674
- StaffLoginInstructions
6675
- UpdateItemWhenLostFromHoldList
6676
- UseACQFrameworkForBiblioRecords
6677
6678
### Renamed system preferences
6679
- NoLoginInstructions => OpacLoginInstructions
6680
6681
### Deleted system preferences
6682
- checkdigit
6683
6684
### New Authorized value categories
6685
- PAYMENT_TYPE
6686
6687
### New notices
6688
- CANCEL_HOLD_ON_LOST
6689
6690
### Renamed notices
6691
- RLIST => SERIAL_ALERT
6692
6693
### System requirements
6694
6695
Important notes:
6696
    
6697
- Perl 5.10 is required
6698
- Zebra is required
6699
6700
### Documentation
6701
6702
The Koha manual is maintained in Sphinx. The home page for Koha 
6703
documentation is 
6704
6705
- [Koha Documentation](http://koha-community.org/documentation/)
6706
6707
As of the date of these release notes, the Koha manual is available in the following languages:
6708
6709
- [English](http://koha-community.org/manual/18.05/en/html/)
6710
- [Arabic](http://koha-community.org/manual/18.05/ar/html/)
6711
- [Chinese - Taiwan](http://koha-community.org/manual/18.05/zh_TW/html/)
6712
- [Czech](http://koha-community.org/manual/18.05/cs/html/)
6713
- [French](http://koha-community.org/manual/18.05/fr/html/)
6714
- [French (Canada)](http://koha-community.org/manual/18.05/fr_CA/html/)
6715
- [German](http://koha-community.org/manual/18.05/de/html/)
6716
- [Hindi](http://koha-community.org/manual/18.05/hi/html/)
6717
- [Italian](http://koha-community.org/manual/18.05/it/html/)
6718
- [Portuguese - Brazil](http://koha-community.org/manual/18.05/pt_BR/html/)
6719
- [Spanish](http://koha-community.org/manual/18.05/es/html/)
6720
- [Turkish](http://koha-community.org/manual/18.05/tr/html/)
6721
6722
6723
The Git repository for the Koha manual can be found at
6724
6725
- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
6726
6727
### Translations
6728
6729
Complete or near-complete translations of the OPAC and staff
6730
interface are available in this release for the following languages:
6731
6732
- Arabic (96.8%)
6733
- Armenian (99.7%)
6734
- Basque (73.6%)
6735
- Chinese (China) (78%)
6736
- Chinese (Taiwan) (100%)
6737
- Czech (91.5%)
6738
- Danish (64.5%)
6739
- English (New Zealand) (97%)
6740
- English (USA)
6741
- Finnish (93.1%)
6742
- French (100%)
6743
- French (Canada) (89.7%)
6744
- German (100%)
6745
- German (Switzerland) (100%)
6746
- Greek (78.9%)
6747
- Hindi (100%)
6748
- Italian (97.1%)
6749
- Norwegian Bokmål (53%)
6750
- Occitan (post 1500) (71.3%)
6751
- Persian (53.6%)
6752
- Polish (95%)
6753
- Portuguese (100%)
6754
- Portuguese (Brazil) (78.8%)
6755
- Slovak (93.8%)
6756
- Spanish (100%)
6757
- Swedish (95.2%)
6758
- Turkish (99.7%)
6759
- Vietnamese (66%)
6760
6761
Partial translations are available for various other languages.
6762
6763
The Koha team welcomes additional translations; please see
6764
6765
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
6766
6767
For information about translating Koha, and join the koha-translate 
6768
list to volunteer:
6769
6770
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
6771
6772
The most up-to-date translations can be found at:
6773
6774
- [Koha Translation](http://translate.koha-community.org/)
6775
6776
### Release Team
6777
6778
The release team for Koha 18.05.00 is
6779
6780
- Release Manager: [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
6781
- Release Manager assistant: [Nick Clemens](mailto:nick@bywatersolutions.com)
6782
- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
6783
- QA Team:
6784
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
6785
  - [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
6786
  - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
6787
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
6788
  - [Julian Maurice](mailto:julian.maurice@biblibre.com)
6789
  - Josef Moravec
6790
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
6791
- Bug Wranglers:
6792
  - Claire Gravely
6793
  - Jon Knight
6794
  - [Marc Véron](mailto:veron@veron.ch)
6795
  - Alex Buckley
6796
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
6797
- Documentation Team:
6798
  - Lee Jamison
6799
  - David Nind
6800
  - Caroline Cyr La Rose
6801
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
6802
- Release Maintainers:
6803
  - 17.11 -- [Nick Clemens](mailto:nick@bywatersolutions.com)
6804
  - 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
6805
  - 16.11 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
6806
6807
### Credits
6808
We thank the following libraries who are known to have sponsored
6809
new features in Koha 18.05.00:
6810
6811
- BULAC - http://www.bulac.fr/
6812
- ByWater Solutions
6813
- Camden County
6814
- Catalyst IT
6815
- Goethe-Institut
6816
- Hotchkiss School
6817
- Orex Digital
6818
6819
We thank the following individuals who contributed patches to Koha 18.05.00.
6820
6821
- Aleisha Amohia (9)
6822
- Alex Arnaud (8)
6823
- Philippe Audet-Fortin (1)
6824
- Zoe Bennett (8)
6825
- Chad Billman (1)
6826
- David Bourgault (10)
6827
- Alex Buckley (4)
6828
- Pongtawat C (1)
6829
- Colin Campbell (2)
6830
- Nick Clemens (76)
6831
- Tomás Cohen Arazi (130)
6832
- David Cook (2)
6833
- Charlotte Cordwell (8)
6834
- Chris Cormack (1)
6835
- Bonnie Crawford (1)
6836
- Christophe Croullebois (1)
6837
- Olivier Crouzet (1)
6838
- Roch D'Amour (3)
6839
- Indranil Das Gupta (L2C2 Technologies) (1)
6840
- Frédéric Demians (1)
6841
- Marcel de Rooy (108)
6842
- Jonathan Druart (578)
6843
- Magnus Enger (3)
6844
- Charles Farmer (4)
6845
- Katrin Fischer (24)
6846
- Jessica Freeman (1)
6847
- Joachim Ganseman (1)
6848
- Claire Gravely (5)
6849
- Victor Grousset (22)
6850
- Isabel Grubi (1)
6851
- Amit Gupta (4)
6852
- David Gustafsson (3)
6853
- Andrew Isherwood (6)
6854
- Mason James (4)
6855
- Lee Jamison (1)
6856
- Srdjan Jankovic (1)
6857
- Janusz Kaczmarek (2)
6858
- Pasi Kallinen (20)
6859
- Olli-Antti Kivilahti (4)
6860
- Ulrich Kleiber (1)
6861
- Jon Knight (3)
6862
- Owen Leonard (129)
6863
- Ere Maijala (3)
6864
- Sherryn Mak (1)
6865
- Jose Martin (1)
6866
- Jesse Maseto (1)
6867
- Julian Maurice (36)
6868
- Remi Mayrand-Provencher (1)
6869
- Kyle M Hall (103)
6870
- Josef Moravec (53)
6871
- Chris Nighswonger (1)
6872
- Priya Patel (1)
6873
- Eric Phetteplace (1)
6874
- Simon Pouchol (1)
6875
- Te Rauhina Jackson (6)
6876
- Liz Rea (6)
6877
- Martin Renvoize (1)
6878
- Benjamin Rokseth (1)
6879
- Andreas Roussos (1)
6880
- Maksim Sen (1)
6881
- Radek Å iman (1)
6882
- Grace Smyth (6)
6883
- Fridolin Somers (7)
6884
- Lari Taskula (7)
6885
- Mirko Tietgen (15)
6886
- Mark Tompsett (50)
6887
- Jenny Way (6)
6888
- Jesse Weaver (2)
6889
- Chris Weeks (1)
6890
6891
We thank the following libraries, companies, and other institutions who contributed
6892
patches to Koha 18.05.00
6893
6894
- abunchofthings.net (15)
6895
- ACPL (128)
6896
- BibLibre (74)
6897
- BSZ BW (30)
6898
- bugs.koha-community.org (578)
6899
- ByWater-Solutions (180)
6900
- Catalyst (17)
6901
- Foundations (1)
6902
- Göteborgs universitet (3)
6903
- helsinki.fi (3)
6904
- informaticsglobal.com (4)
6905
- inLibro.com (2)
6906
- jns.fi (11)
6907
- joensuu.fi (20)
6908
- KohaAloha (4)
6909
- l2c2.co.in (1)
6910
- Libriotech (3)
6911
- Loughborough University (3)
6912
- Marywood University (1)
6913
- Oslo Public Library (1)
6914
- pennmanor.net (1)
6915
- Prosentient Systems (2)
6916
- PTFS-Europe (9)
6917
- punsarn.asia (1)
6918
- rbit.cz (1)
6919
- Rijksmuseum (108)
6920
- Solutions inLibro inc (17)
6921
- student.ua.ac.be (1)
6922
- Tamil (1)
6923
- Theke Solutions (130)
6924
- unidentified (155)
6925
- Université Jean Moulin Lyon 3 (1)
6926
6927
We also especially thank the following individuals who tested patches
6928
for Koha.
6929
6930
- Arturo (3)
6931
- claude (3)
6932
- delaye (6)
6933
- Joel (1)
6934
- Brendan A Gallagher (1)
6935
- Hugo Agud (7)
6936
- Aleisha Amohia (1)
6937
- Alex Arnaud (10)
6938
- Marjorie Barry-Vila (2)
6939
- Zoe Bennett (8)
6940
- Anne-Claire Bernaudin (2)
6941
- Sonia Bouis (1)
6942
- David Bourgalt (1)
6943
- David Bourgault (29)
6944
- claude brayer (1)
6945
- Jean-Manuel Broust (1)
6946
- JM Broust (5)
6947
- Alex Buckley (11)
6948
- Colin Campbell (9)
6949
- Barry Cannon (1)
6950
- Marci Chen (1)
6951
- Barton Chittenden (1)
6952
- Axelle Clarisse (1)
6953
- Nick Clemens (113)
6954
- Tomas Cohen Arazi (175)
6955
- Koha-us conference (1)
6956
- Charlotte Cordwell (5)
6957
- Chris Cormack (2)
6958
- Roch D'Amour (26)
6959
- Marcel de Rooy (252)
6960
- Jonathan Druart (1507)
6961
- Charles Farmer (16)
6962
- Bouzid Fergani (1)
6963
- Katrin Fischer (374)
6964
- Brendan Gallagher (14)
6965
- Lucie Gay (2)
6966
- Bernardo Gonzalez Kriegel (1)
6967
- Claire Gravely (79)
6968
- Victor Grousset (11)
6969
- Amit Gupta (1)
6970
- Mohd Hafiz Yusoff (1)
6971
- Sebastian Hierl (2)
6972
- Mason James (2)
6973
- Lee Jamison (3)
6974
- Dilan Johnpullé (18)
6975
- Eugene Jose Espinoza (1)
6976
- Pasi Kallinen (20)
6977
- Nancy Keener (1)
6978
- Scott Kehoe (2)
6979
- Olli-Antti Kivilahti (1)
6980
- Jon Knight (37)
6981
- Nicolas Legrand (14)
6982
- Owen Leonard (52)
6983
- Ere Maijala (1)
6984
- Jesse Maseto (11)
6985
- Daniel Mauchley (1)
6986
- Julian Maurice (135)
6987
- Jon McGowan (26)
6988
- Kyle M Hall (219)
6989
- Josef Moravec (351)
6990
- Björn Nylén (2)
6991
- Eric Phetteplace (1)
6992
- Dominic Pichette (8)
6993
- Simon Pouchol (23)
6994
- Séverine QUEUNE (33)
6995
- Te Rauhina Jackson (3)
6996
- Liz Rea (2)
6997
- Benjamin Rokseth (29)
6998
- BWS Sandboxes (3)
6999
- Maksim Sen (12)
7000
- Grace Smyth (3)
7001
- Fridolin Somers (2)
7002
- Lari Taskula (17)
7003
- Mirko Tietgen (9)
7004
- Mark Tompsett (122)
7005
- Ed Veal (2)
7006
- Marc Véron (7)
7007
- Marjorie Vila (5)
7008
- Jenny Way (1)
7009
- George Williams (3)
7010
7011
And people who contributed to the Koha manual during the release cycle of Koha 18.05.00.
7012
7013
  * Chris Cormack (37)
7014
  * Caroline Cyr La Rose (45)
7015
  * Jonathan Druart (9)
7016
  * Magnus Enger (2)
7017
  * Katrin Fischer (34)
7018
  * Bernardo Gonzalez Kriegel (2)
7019
  * Lee Jamison (49)
7020
  * Hugh Rundle (2)
7021
7022
We regret any omissions.  If a contributor has been inadvertently missed,
7023
please send a patch against these release notes to 
7024
koha-patches@lists.koha-community.org.
7025
7026
### Special thanks
7027
7028
I would like to add special thanks to the documentation team.
7029
7030
They provided documentation for all the new features and enhancements we have in this release.
7031
7032
I also think the whole Koha team can be thanked for their patience with my requests!
7033
7034
And, of course, Karen, for her daily help and support.
7035
7036
### Notes from the Release Manager
7037
7038
During this release we mainly focussed on:
7039
 * improving the online manual - it is now available in several languages and formats!
7040
 * integrating new features: we have 12 of them into this release!
7041
 * keeping our testing suite and our code robust
7042
 * elastic search
7043
 * REST API
7044
7045
Enjoy this new version of Koha and wish the best of luck to Nick!
7046
7047
### Revision control notes
7048
7049
The Koha project uses Git for version control.  The current development 
7050
version of Koha can be retrieved by checking out the master branch of:
7051
7052
- [Koha Git Repository](git://git.koha-community.org/koha.git)
7053
7054
The branch for this version of Koha and future bugfixes in this release
7055
line is master.
7056
7057
### Bugs and feature requests
7058
7059
Bug reports and feature requests can be filed at the Koha bug
7060
tracker at:
7061
7062
- [Koha Bugzilla](http://bugs.koha-community.org)
7063
7064
He rau ringa e oti ai.
7065
(Many hands finish the work)
7066
7067
Autogenerated release notes updated last on 22 May 2018 15:34:41.
7068
## RELEASE NOTES FOR KOHA 17.11.00
7069
28 Nov 2017
7070
7071
Koha is the first free and open source software library automation
7072
package (ILS). Development is sponsored by libraries of varying types
7073
and sizes, volunteers, and support companies from around the world. The
7074
website for the Koha project is:
7075
7076
- [Koha Community](http://koha-community.org)
7077
7078
Koha 17.11.00 can be downloaded from:
7079
7080
- [Download](http://download.koha-community.org/koha-17.11-latest.tar.gz)
7081
7082
Installation instructions can be found at:
7083
7084
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
7085
- OR in the INSTALL files that come in the tarball
7086
7087
Koha 17.11.00 is a major release, that comes with many new features.
7088
7089
It includes 9 new features, 138 enhancements, 350 bugfixes.
7090
7091
7092
7093
### New features
7094
7095
#### Acquisitions
7096
7097
- [[15685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685) Allow creation of items (AcqCreateItem) to be customizable per-basket
7098
7099
#### Architecture, internals, and plumbing
7100
7101
- [[14826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826) Store account offsets
7102
7103
> The account offsets table allows libraries to know the entire history of fees and payments in Koha. Previously there was no way to directly connect fees and payments. The addition of the account offsets table allows you to know which fees paid which fines visa versa. This data will be accessible via reports and later via the staff intranet ( via Bug 2696 ).
7104
7105
7106
- [[19173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173) Make OPAC online payments pluggable
7107
7108
> This development allows adding new payment methods through the use of Koha plugins. It provides institutions with more flexibility and an easier path to integrate local payment methods.
7109
7110
7111
7112
#### Circulation
7113
7114
- [[7317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317) Add an Interlibrary Loan Module to Circulation and OPAC
7115
7116
> Adds the ability to place interlibrary loan requests in Koha.   
7117
Interlibrary loan requests are common especially in academic or special libraries where the enduser or librarian may be entitled to request a book or article from an external library such as the British Library (BLDSS) using their interlibrary loan service.   
7118
This patch set comes with 3 configured backends - BLDSS, Freeform and a Dummy account which is the default for testing.  The BLDSS backend allows users to search stock held by the British Library using their api, and allows requests to be placed against it. The Freeform backend allows the creation of Interlibrary loan requests using a manual form.    
7119
Interlibrary loan requests can be made from the OPAC or from the staff client. The enduser can query the backend database and place requests. Alternatively they can create requests using the manual form.  
7120
From the OPAC interface endusers can view and comment on their requests if enabled.  
7121
In the staff client librarians can manage requests placed on the OPAC, processing them against a backend (e.g. British Library). Alternatively the system allows requests to be placed with peer libraries. Peer libraries can be identified by an Organizational patron category type and requests can be sent to the peer library by email.  
7122
Core request information such as links to borrowers, branch, request status, staff and customer notes, unique identifiers are stored in the database and can be displayed and reported on.
7123
7124
7125
7126
#### OPAC
7127
7128
- [[2093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093) Add OPAC dashboard for logged-in users
7129
7130
> Add a summary to the OPAC once the user has logged in that  
7131
shows the users number of checkouts, overdues, holds pending, holds waiting and total fines. It can be turned on with the new system preference OPACUserSummary.
7132
7133
7134
7135
#### Patrons
7136
7137
- [[14919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14919) Holds history for patrons
7138
7139
> This new feature adds new page called "Holds history". The page is accessible from left menu on every patron related page. It allows librarians to see the history of all holds of given patron, with the actual status. It could be useful especially when the hold is cancelled. Before this patch the hold just disappeared when cancelled (automatically or manually).
7140
7141
7142
- [[18298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298) Allow enforcing password complexity
7143
7144
> Add the option to enforce a strong password policy.  
7145
That policy would mean that passwords should include 1 lowercase, 1 uppercase and 1 digit.  
7146
This option is turned on for new installations.
7147
7148
7149
7150
#### REST api
7151
7152
- [[18120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120) CRUD endpoint for vendors
7153
7154
#### System Administration
7155
7156
- [[10132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10132) Add option to set MarcOrgCode on branch level
7157
7158
> This development allows setting different MARC organization codes (http://www.loc.gov/marc/organizations) for each library/branch, instead of only the globally configured 'MARCOrgCode' syspref. This is particularly useful for consortia with different libraries and different MARC organization codes.
7159
7160
7161
7162
### Enhancements
7163
7164
#### Acquisitions
7165
7166
- [[8612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8612) CSV export profile to have custom fields in export csv basket
7167
- [[12349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12349) Link patron name on suggestions
7168
- [[18399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18399) Add reasons on edit suggestion page
7169
- [[18581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18581) Add standard edit and delete buttons to suggestions list
7170
- [[18582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18582) Hide empty rows in detailed suggestion view
7171
- [[19257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19257) Warn when reopening a basket
7172
7173
#### Architecture, internals, and plumbing
7174
7175
- [[17554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17554) Move GetBorrowersWithEmail to Koha::Patron
7176
- [[17680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17680) C4::Circulation - Replace GetItemIssue with Koha::Checkouts
7177
- [[17738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17738) Move GetReservesFromBorrowernumber to Koha::Patron->holds
7178
- [[17797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17797) Add XSLT_Handler in opac/unapi
7179
- [[17807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807) Use XSLT_Handler in oai.pl
7180
- [[17829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829) Move GetMember to Koha::Patron
7181
- [[17843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17843) Move C4::Koha::getitemtypeinfo to Koha::ItemTypes
7182
- [[17965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17965) TT syntax for notices - Prove that DUEDGST is compatible
7183
- [[17966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17966) TT syntax for notices - Prove that ISSUESLIP is compatible
7184
- [[17967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17967) TT syntax for notices - Prove that ODUE is compatible
7185
- [[17969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969) Refactor the way the items.content placeholder is generated
7186
- [[17975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17975) TT syntax for notices - Prove that HOLD_SLIP is compatible
7187
- [[17989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989) Stricter control on source directory for html templates
7188
- [[18149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18149) Move CountUsage calls to Koha namespace
7189
- [[18226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18226) Remove "use Test::DBIx::Class" instantiations' dangerous code duplication
7190
- [[18254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18254) Remove C4::Items::GetItemsByBiblioitemnumber call from additem.pl
7191
- [[18259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18259) Koha::Biblio - Remove GetSubscriptionsId
7192
- [[18260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18260) Koha::Biblio - Remove GetBiblio
7193
- [[18262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18262) Koha::Biblios - Remove GetBiblioData - part 1
7194
- [[18276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18276) Koha::Biblio - Remove GetBiblioFromItemNumber
7195
- [[18277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18277) Koha::Biblio - Remove GetBiblionumberFromItemnumber
7196
- [[18278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18278) C4::Items - Remove GetItemLocation
7197
- [[18279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18279) C4::Items - Remove GetLostItems
7198
- [[18285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18285) Koha::Database schema cache accessors
7199
- [[18295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18295) C4::Items - Remove get_itemnumbers_of
7200
- [[18296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18296) C4::Items - Remove GetItemInfosOf
7201
- [[18361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361) Koha::Objects->find should accept composite primary keys
7202
- [[18539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18539) Forbid Koha::Objects->find calls in list context
7203
- [[18643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18643) Remove dead code in reports/statistics 'Till reconciliation'
7204
- [[18782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18782) Remove unused C4::Serials::getsupplierbyserialid
7205
- [[18785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18785) Add Koha::Subscription::biblio
7206
- [[18881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18881) Remove dead code in circ/view_holdsqueue.pl
7207
- [[18894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18894) Add ability to limit the number of messages sent by misc/cronjobs/process_message_queue.pl at a time
7208
- [[18931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18931) Add a "data corrupted" section on the about page
7209
- [[19025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025) Move C4::Reserves::GetReserveInfo to Koha::Holds
7210
- [[19038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038) Remove OPACShowBarcode syspref
7211
- [[19040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040) Change prototype of C4::Biblio::GetMarcBiblio
7212
- [[19056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056) Move C4::Reserves::GetReserveCount to the Koha namespace
7213
- [[19057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057) Move C4::Reserves::GetReserve to the Koha namespace
7214
- [[19058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058) Move C4::Reserves::GetReserveId to Koha::Holds
7215
- [[19059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059) Move C4::Reserves::CancelReserve to the Koha::Hold->cancel
7216
- [[19178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178) Remove outdated sms/* scripts
7217
- [[19209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209) Koha::Objects should provide ->is_paged method
7218
- [[19256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19256) Koha::Acquisition::Order should use Koha::Object
7219
7220
#### Authentication
7221
7222
- [[16892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892) Add automatic patron registration via OAuth2 login
7223
7224
#### Cataloging
7225
7226
- [[13912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13912) Add syspref for default place of publication (country code) for field 008, range 15-17
7227
- [[16204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16204) Show friendly error message when trying to edit record which no longer exists
7228
- [[17039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17039) Add cancel/new item option when editing an item
7229
- [[17288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288) Advanced Editor - Rancor - Helpers for 006 and 007 fields
7230
- [[18735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18735) Print Barcode as soon as adding an item
7231
- [[19348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19348) Title column in item search is too narrow
7232
7233
#### Circulation
7234
7235
- [[10748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748) Add option to block return of lost items
7236
- [[14039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039) Add patron title to checkout screen
7237
- [[18708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18708) Show itemBarcodeFallbackSearch results in a modal window
7238
- [[18882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882) Add location code to statistics table for checkouts and renewals
7239
7240
#### Command-line Utilities
7241
7242
- [[14533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533) koha-create --use-db option shouldn't create any db or db user
7243
- [[16187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16187) Add a script to cancel unfilled holds after a specified number of days
7244
- [[17467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467) Introduce a single koha-zebra script to handle Zebra daemons for instances
7245
7246
> To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling Zebra, 4 scripts were introduced: koha-start-zebra, koha-stop-zebra, koha-restart-zebra and koha-rebuild-zebra.  
7247
This patch introduces a new script, koha-zebra, that unifies those actions regarding Zebra daemons on a per instance base, through the use of option switches.
7248
7249
7250
- [[18877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877) Add documentation on dbhost for koha-create help
7251
- [[19462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19462) Add a koha-elasticsearch command
7252
7253
> A new command-line script is added for handling Elasticsearch indexing-related tasks for each Koha instance.
7254
7255
7256
- [[19472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19472) Add perl extension to borrowers-force-messaging-defaults
7257
7258
#### Course reserves
7259
7260
- [[19231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19231) No warning of number of attached items when deleting a course
7261
7262
#### Hold requests
7263
7264
- [[14353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14353) Show 'damaged' and other status on the 'place holds' page in staff
7265
7266
#### I18N/L10N
7267
7268
- [[18665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18665) Translatability: Add tt filter to allow html tags inside tt directives
7269
7270
#### Label/patron card printing
7271
7272
- [[18465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18465) Patron card creator: Print on duplex card printer
7273
- [[18528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18528) Patron card creator template: switch form fields for card height and card width
7274
- [[18541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18541) Patron card creator: Add a grid to support layout design
7275
7276
#### Lists
7277
7278
- [[17214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17214) Add records to lists by biblio number
7279
- [[18228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18228) Make list permissions easier to use/understand
7280
- [[18672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18672) Creation Date and Modification Date are the same for a list in the Lists Module
7281
- [[18980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18980) Add an explanation when Anyone permission has no actual effect
7282
- [[19255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19255) Correct explanation about list categories on shelves.pl in staff
7283
7284
#### MARC Bibliographic data support
7285
7286
- [[15140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15140) Add MARC21 776 to OPAC and staff display
7287
7288
#### MARC Bibliographic record staging/import
7289
7290
- [[18389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389) Allow using MARC modification templates in bulkmarcimport.pl
7291
7292
#### Notices
7293
7294
- [[18847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18847) Add "Save and continue" option to notice editing
7295
7296
#### OPAC
7297
7298
- [[13796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796) Alert in OPAC when renewing an item with a rental charge
7299
- [[16759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759) Make OPAC holdings table configurable
7300
- [[17834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17834) Change library news text for single-branch libraries
7301
- [[18354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354) Adding item type attribute to cover image div
7302
- [[18616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18616) The "Add forgot password link to OPAC" should allow patrons to use their library card number in addition to username
7303
- [[18775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18775) The "Password Reset" notice should use the patron's homebranch's email as "from" address
7304
- [[18860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18860) OPAC Messaging Settings table is not styled with thead
7305
- [[18949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18949) OPAC MARC details holdings table is not styled with thead
7306
- [[19028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028) Add 'shelving location' to holdings table in detail page
7307
- [[19068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068) OPAC purchase suggestion doesn't allow users to enter quantity of items
7308
- [[19212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19212) Warns when asking for a discharge OPAC
7309
- [[19216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216) Patron clubs table has an empty column in OPAC
7310
7311
#### Patrons
7312
7313
- [[6758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758) Capture membership renewal date for reporting purposes
7314
- [[13178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13178) cardnumber field length is too short
7315
- [[13572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13572) Add not-expired parameter to borrowers-force-messaging-defaults script
7316
- [[15644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15644) City dropdown default selection when modifying a patron matches only on city
7317
- [[18555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555) Create patron list from patron import
7318
- [[19400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19400) Reminder to unset gone no address flag after patron makes a modification request
7319
7320
#### REST api
7321
7322
- [[18137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137) Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI
7323
- [[18282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18282) OpenAPI operationId must be unique
7324
- [[19196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196) Add pagination helpers
7325
7326
#### Reports
7327
7328
- [[18667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18667) Show a diff view of SQL reports when converting
7329
7330
#### SIP2
7331
7332
- [[16755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16755) Allow SIP2 field DA (hold patron name) to be customized
7333
- [[16899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16899) Add ability to disallow overpayments via SIP
7334
- [[18104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18104) Allow SIP2 field AE (personal name) to be customized
7335
7336
#### Searching
7337
7338
- [[13205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13205) Last/First page options for result list paging
7339
- [[18916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18916) Add pagination to top of search results in staff client
7340
- [[19461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19461) Add floating toolbar to staff client catalog search results
7341
7342
#### Self checkout
7343
7344
- [[17381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381) Add system preference SCOMainUserBlock
7345
7346
#### Serials
7347
7348
- [[18184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18184) Subscriptions summaries don't show if seeing all subs attached to a biblio
7349
7350
#### Staff Client
7351
7352
- [[12644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12644) Add subtitles to staff client cart
7353
- [[18718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18718) Language selector in staff header menu similar to OPAC
7354
7355
#### System Administration
7356
7357
- [[12768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768) Replacement cost and processing fee management
7358
- [[18857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857) Have "actions" at both ends of the circulation rules table
7359
7360
#### Templates
7361
7362
- [[12691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691) Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout
7363
- [[16545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16545) Make edit link a styled button in item search results
7364
- [[17893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17893) Move JavaScript to the footer on staff client catalog pages
7365
- [[18542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18542) Move and style "new field" link in item search form
7366
- [[18739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18739) Add SVG version of staff-home-icons-sprite image
7367
- [[18810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18810) Update Font Awesome to 4.7.0
7368
- [[19356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19356) Move staff client cart JavaScript to the footer
7369
7370
#### Test Suite
7371
7372
- [[15339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15339) TestBuilder build parameter warnings
7373
- [[18286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18286) Test::DBIx::Class connection/schema is shadowed by a cached connection/schema
7374
- [[18287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18287) Fix t/Koha.t having a Test::DBIx::Class cache issue
7375
- [[18288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18288) Fix t/SocialData.t having a Test::DBIx::Class cache issue
7376
- [[18289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18289) Fix t/Prices.t having a Test::DBIx::Class cache issue
7377
- [[18292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292) Tests do not need to return 1;
7378
- [[18508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18508) Fix t/db_dependent/api/v1/swagger/definitions.t (follow-up of 18137)
7379
- [[19119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19119) Remove t/db_dependent/api/v1/swagger/definitions.t
7380
- [[19337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19337) Allow basic_workflow.t be configured by ENV
7381
- [[19513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19513) More changes to MarkIssueReturned.t (after bug 19487)
7382
7383
#### Tools
7384
7385
- [[18430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18430) Plugins page should have a link to viewing other types
7386
- [[18869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869) Patron clubs and templates tables look strange when empty
7387
- [[18871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18871) It is unclear how to view a patron list
7388
- [[18917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18917) Use font awesome buttons in CSV profiles
7389
- [[19022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022) Improve location and author display in inventory tool
7390
- [[19420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420) Improve display of errors from failure of uploading file during stage import
7391
7392
7393
### Critical bugs fixed
7394
7395
(This list includes all bugfixes since the previous major version. Most of them
7396
have already been fixed in maintainance releases)
7397
7398
#### Acquisitions
7399
7400
- [[18351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351) No warning when deleting budgets that have funds attached
7401
- [[18756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18756) Users can view aq.baskets even if they are not allowed
7402
- [[18900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900) Wrong number format in receiving order
7403
- [[18906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18906) Superlibrarian and budget_manage_all users should always see all funds
7404
- [[18999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999) Acq: Shipping cost not included in total spent on acq home and funds page
7405
- [[19120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19120) Order cancelled status is reset on basket open
7406
- [[19194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194) Internal server error when receiving an order with no itemtype
7407
- [[19277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19277) TT syntax - Data is not ordered in notices
7408
- [[19296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19296) Tax is being subtracted from orders when vendor price does not include gst and ordering from a file
7409
- [[19332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19332) Basket grouping PDF and CSV exports empty
7410
- [[19372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19372) Selecting MARC framework doesn't work when adding to basket from an external source
7411
- [[19425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19425) Adding orders from order file with multiple budgets per record triggers error
7412
- [[19596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19596) Internal server error if open order with deleted biblio / null biblionumber
7413
- [[19695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19695) Uncertain prices should not use find in list context
7414
7415
#### Architecture, internals, and plumbing
7416
7417
- [[12363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12363) Marking an item as lost in koha always returns it, but longoverdue.pl may not
7418
- [[16069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16069) XSS issue in basket.pl page
7419
- [[18651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651) Move of checkouts is still not correctly handled
7420
- [[18726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18726) OPAC XSS - biblionumber
7421
- [[18727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18727) System preferences loose part of values because of double quotes
7422
- [[18966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966) Move of checkouts - Deal with duplicate IDs at DBMS level
7423
- [[19033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033) XSS Flaws in Currencies and exchange page
7424
- [[19034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034) XSS Flaws in- Cities - Z39.50/SRU servers administration - Patron categories pages
7425
- [[19035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19035) Stored XSS in patron lists -  lists.pl
7426
- [[19050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19050) XSS Flaws in Quick spine label creator
7427
- [[19051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19051) XSS Flaws in - Batch record deletion page - Batch item deletion page - Batch item modification page
7428
- [[19052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19052) XSS Flaws in - vendor search page - Invoice search page
7429
- [[19054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19054) XSS Flaws in Report - Top Most-circulated items
7430
- [[19078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19078) XSS Flaws in System preferences
7431
- [[19079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19079) XSS Flaws in Membership page
7432
- [[19080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080) Handle non existing patrons
7433
- [[19086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19086) Multiple cross-site scripting vulnerabilities
7434
- [[19100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19100) XSS Flaws in memberentry.pl
7435
- [[19103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19103) Stored XSS in itemtypes.pl - patron-attr-types.pl - matching-rules.pl
7436
- [[19105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19105) XSS Stored in holidays.pl
7437
- [[19108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19108) Stored XSS in multiple scripts
7438
- [[19110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19110) XSS Stored in branches.pl
7439
- [[19112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19112) Stored XSS in basketheader.pl
7440
- [[19114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19114) Stored XSS in parcels.pl
7441
- [[19117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19117) paycollect.pl is vulnerable for CSRF attacks
7442
- [[19125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19125) XSS - members.pl
7443
- [[19127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19127) Stored XSS in csv-profiles.pl
7444
- [[19128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19128) XSS - patron-attr-types.tt, authorised_values.tt and categories.tt
7445
- [[19333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19333) XSS vulnerability in opac-shelves
7446
- [[19655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19655) To.json doesn't escape newlines which can create invalid JSON
7447
7448
#### Authentication
7449
7450
- [[18046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046) Problem with redirect on logout with CAS
7451
- [[18880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18880) Regression breaks local authentication fallback for all external authentications
7452
7453
#### Cataloging
7454
7455
- [[18131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18131) Matching staged records when using elastic search fails
7456
- [[19350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19350) Holds without link in 773 trigger SQL::Abstract::puke
7457
- [[19503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19503) Duplicating a dropdown menu subfield yields an empty subfield tag
7458
7459
#### Circulation
7460
7461
- [[18179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179) Koha::Objects->find should not be called in list context
7462
- [[18357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18357) On-site checkouts issues with 'Unlimited'
7463
- [[18835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18835) SQL syntax error in overdue_notices.pl
7464
- [[19048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048) Self checkout: Internal server error in sco-main.pl
7465
- [[19053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053) Auto renewal flag is not kept if a confirmation is needed
7466
- [[19198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198) Renewal as issue causes too many error
7467
- [[19205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205) Pay selected fine generates 500 error
7468
- [[19208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208) Pay select option doesn't pay the selected fine
7469
- [[19334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19334) circulation history doesn't set biblionumber so left navigation is broken
7470
- [[19374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19374) CircSidebar overlapping transferred items table
7471
- [[19431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19431) Error when trying to checkout an unknown barcode
7472
- [[19487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19487) Internal server error when writing off lost fine for item not checked out
7473
7474
#### Command-line Utilities
7475
7476
- [[18927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927) koha-rebuild-zebra is failing with "error retrieving biblio"
7477
7478
#### Course reserves
7479
7480
- [[19388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19388) Error in course details on OPAC if an item is checked-out
7481
7482
#### Hold requests
7483
7484
- [[18547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547) On shelf holds allowed > "If all unavailable" ignores default hold policy
7485
- [[19116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116) Holds not set to waiting when "Confirm" is used
7486
- [[19135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135) AllowHoldsOnPatronsPossessions is not working
7487
- [[19260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19260) Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
7488
- [[19626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19626) Database update for bug 12063 incorrectly calculates expirationdate for holds
7489
7490
#### I18N/L10N
7491
7492
- [[18331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331) Translated CSV exports need to be fixed once and for all
7493
7494
#### Installation and upgrade (command-line installer)
7495
7496
- [[19067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067) clubs/ is not correctly mapped in Makefile.PL
7497
7498
#### Installation and upgrade (web-based installer)
7499
7500
- [[18741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18741) Web installer does not load default data
7501
7502
#### MARC Authority data support
7503
7504
- [[19415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19415) FindDuplicateAuthority is searching on biblioserver since 16.05
7505
7506
#### MARC Bibliographic record staging/import
7507
7508
- [[18577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18577) Importing a batch using a framework not fully set up causes and endless loop
7509
7510
#### Notices
7511
7512
- [[19675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19675) Cannot save notices when setting the TranslateNotices preference
7513
7514
#### OPAC
7515
7516
- [[17277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277) Current Location column in Holdings table showing empty under OPAC
7517
- [[18572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18572) Improper branchcode  set during OPAC renewal
7518
- [[18653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18653) Possible privacy breach with OPAC password recovery
7519
- [[18938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18938) opac/svc/patron_notes and opac/opac-issue-note.pl use GetMember
7520
- [[18955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18955) Autocomplete is on in OPAC password recovery
7521
- [[19122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122) IncludeSeeFromInSearches is broken
7522
- [[19235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19235) Password visible in OPAC self registration
7523
- [[19366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19366) PatronSelfRegistrationEmailMustBeUnique pref makes it impossible to submit updates via OPAC
7524
7525
#### Patrons
7526
7527
- [[18685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18685) Patron edit/cancel floating toolbar out of place
7528
- [[18987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18987) When browsing for a patron by last name the page processes indefinitely
7529
- [[19214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214) Patron clubs: Template process failed: undef error - Cannot use "->find" in list context
7530
- [[19418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19418) Patron search is broken
7531
7532
#### REST api
7533
7534
- [[18826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18826) REST API tests do not clean up
7535
7536
#### Reports
7537
7538
- [[18898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18898) Some permissions for Reports can be bypassed
7539
- [[19495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19495) Automatic report conversion needs to do global replace on 'biblioitems' and 'marcxml'
7540
7541
#### SIP2
7542
7543
- [[15438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438) Checking out an on-hold item sends holder's borrowernumber in AF (screen message) field.
7544
- [[18996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996) SIP sets ok flag to true for refused checkin for data corruption
7545
- [[19651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19651) SIP/ILS/Item missing title
7546
7547
#### Searching
7548
7549
- [[16976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976) Authorities searches with double quotes gives ZOOM error 20003
7550
- [[18624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624) Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all"
7551
- [[18854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18854) DoS Offset
7552
7553
#### Searching - Elasticsearch
7554
7555
- [[18318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18318) Wrong unicode tokenization
7556
- [[18374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18374) Respect QueryAutoTruncate syspref in Elasticsearch
7557
- [[18434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18434) Elasticsearch indexing broken with newer catmandu version
7558
- [[19481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19481) Elasticsearch - Set default fields for sorting in mappings.yaml
7559
- [[19559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559) Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted
7560
7561
#### Serials
7562
7563
- [[19323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19323) Subscription edit permission issue
7564
7565
#### Staff Client
7566
7567
- [[18884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18884) Advanced search on staff client, Availability limit not properly limiting
7568
7569
#### System Administration
7570
7571
- [[15173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15173) SubfieldsToAllowForRestrictedEditing not working properly
7572
7573
#### Templates
7574
7575
- [[19329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19329) IntranetSlipPrinterJS label is obsoleted
7576
- [[19539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19539) Editing rules that contain 'Unlimited' values produces invalid data
7577
7578
#### Test Suite
7579
7580
- [[18807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18807) www/batch.t is failing
7581
- [[18851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851) Use Test::DBIx::Class in tests breaks packaging
7582
7583
#### Tools
7584
7585
- [[18689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18689) Fix calendar error with double quotes in title or description of holiday
7586
- [[18806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18806) Cannot revert a batch
7587
- [[18870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18870) Patron Clubs breaks when creating a club
7588
- [[19023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023) inventory tool performance
7589
- [[19049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049) Fix regression on stage-marc-import with to_marc plugin
7590
- [[19073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073) Can't change library with patron batch modification tool
7591
- [[19163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163) Critical typo in stage-marc-import process
7592
- [[19357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19357) Error when submitting biblionumbers to batch record modification
7593
7594
#### Z39.50 / SRU / OpenSearch Servers
7595
7596
- [[18910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18910) Regression: Z39.50 wrong conversion in Unimarc by Bug 18152
7597
7598
7599
### Other bugs fixed
7600
7601
(This list includes all bugfixes since the previous major version. Most of them
7602
have already been fixed in maintainance releases)
7603
7604
#### About
7605
7606
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
7607
- [[19397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19397) Release team 17.11
7608
7609
#### Acquisitions
7610
7611
- [[11122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11122) Fix display of publication year/copyrightdate and publishercode on various pages in acquisitions
7612
- [[13208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208) More complete breadcrumbs when cancelling an order
7613
- [[18722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18722) Subtotal information not showing fund source
7614
- [[18830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18830) Message to user is poorly constructed
7615
- [[18839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18839) suggestion.pl: 'unknown' is spelled 'unkown'
7616
- [[18941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941) C4::Budgets GetBudgetByCode should return active budgets over inactive budgets
7617
- [[18942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18942) CanUserUseBudget.t and CanUserModifyBudget.t missing system user test cases
7618
- [[18971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18971) Typo Koha::ItemsTypes for Koha::ItemTypes
7619
- [[19024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024) Order cancelled status is reset on basket close
7620
- [[19083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19083) 'Show all details' checkbox on basket summary page is broken
7621
- [[19118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118) Due to wrong variable name passed vendor name is  not coming in browser title bar
7622
- [[19180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180) Vendor name is missing from breadcrumbs when closing an order
7623
- [[19195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19195) Noisy warns when creating or editing a basket
7624
- [[19328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328) Internal server error because of missing currency
7625
- [[19340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19340) Transferred orders show incorrect basket in transferred from/to
7626
- [[19453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19453) Client side validation broken for "Fund" select
7627
7628
#### Architecture, internals, and plumbing
7629
7630
- [[13012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13012) suggestion.suggesteddate should be set to NOW if not defined
7631
- [[14572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14572) insert_single_holiday() forces a value on an AUTO_INCREMENT column, during an INSERT
7632
- [[17699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699) DateTime durations are not correctly subtracted
7633
- [[18584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces
7634
- [[18605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18605) Remove TRUNCATE from C4/HoldsQueue.pm
7635
- [[18633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18633) Logs are full of CGI::param called in list context - itemsearch.pl
7636
- [[18716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18716) CGI::param in list context warns in updatesupplier.pl
7637
- [[18771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18771) CGI.pm: Subroutine multi_param redefined
7638
- [[18794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18794) OAI/Server.t fails on slow servers
7639
- [[18824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18824) Remove stray i from matching-rules.tt
7640
- [[18921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18921) Resolve a few warnings in C4/XSLT.pm
7641
- [[18923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923) Resolve a warn in Biblio::GetCOinSBiblio
7642
- [[18956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18956) Possible privacy breach with OPAC password recovery
7643
- [[18961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18961) Datatable column filters of style 'select' should do an exact match
7644
- [[19055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055) GetReservesToBranch is not used
7645
- [[19130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130) K::A::Booksellers->search broken for attribute 'name'
7646
- [[19276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19276) CanBookBeIssued: unsuccessfully refers to borrower category_type X
7647
- [[19298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19298) allow_onshelf_holds is not calculated correctly in opac-shelves
7648
- [[19317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19317) Move of checkouts - Remove leftover
7649
- [[19344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19344) DB fields login_attempts and lang may be inverted
7650
- [[19493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19493) Remove few warnings from circulation.pl
7651
- [[19517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19517) dateexpiry.t is failing randomly
7652
- [[19536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19536) Odd number of elements in anonymous hash in svc/bib
7653
7654
#### Authentication
7655
7656
- [[19373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19373) CAS login for staff interface always goes back to home
7657
7658
#### Cataloging
7659
7660
- [[18422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18422) Add Select2 to authority editor
7661
- [[19367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19367) $biblio variable redefined in same scope in ISBDdetail
7662
- [[19377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19377) Remove $5 charge from sample item types
7663
- [[19413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19413) Move the location of the Ok and cancel buttons to the 008 cataloguing builder
7664
- [[19537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19537) Authorities search doesn't correctly populate subfield $2 source of heading
7665
7666
#### Circulation
7667
7668
- [[9031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9031) Overdue items crossing DST boundary throw invalid local time exception
7669
- [[11580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11580) If returnBeforeExpiry is on, holidays are not taken into account to calculate the due date
7670
- [[18449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18449) Renewal limit button on renew.pl misleading
7671
- [[19007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19007) Allow paypal payments via debit or credit card again
7672
- [[19027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027) Circulation rules: Better wording for standard rules for all libraries
7673
- [[19029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029) Implement a security question for cloning circulation conditions
7674
- [[19076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076) Renewal via Checkout screen is logged as both a renewal and a checkout
7675
- [[19371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19371) Change template table column text from 'Delete?' to 'Cancel?'  on the patron circulation page holds tab
7676
- [[19438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19438) Sorting by due date in overdues listing does not work as expected
7677
- [[19484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19484) Checkout page does not like itemtype NULL
7678
7679
#### Command-line Utilities
7680
7681
- [[18709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18709) koha-foreach should use koha-shell, internally
7682
- [[19190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190) Silly calculation of average time in touch_all scripts
7683
7684
#### Course reserves
7685
7686
- [[19228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19228) Confirm delete doesn't show when deleting an item from course
7687
- [[19229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19229) Clicking Cancel when editing course doesn't take you back to the course
7688
7689
#### Database
7690
7691
- [[13766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766) Make biblioitems.ean longer and add index
7692
- [[18690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18690) Typos in Koha database description (Table "borrowers")
7693
- [[18848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18848) borrowers.lastseen comment typo
7694
- [[19422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19422) kohastructure.sql missing DROP TABLES
7695
7696
#### Developer documentation
7697
7698
- [[19528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19528) Fixing a few typos like corrosponding
7699
7700
#### Documentation
7701
7702
- [[18817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817) Update links in the help files for the new 17.11 manual
7703
7704
#### Hold requests
7705
7706
- [[18469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469) Suspend all holds when specifying a date to resume hold does not keep date
7707
7708
#### I18N/L10N
7709
7710
- [[17827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827) Untranslatable "by" in MARC21slim2intranetResults.xsl
7711
- [[18367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18367) Fix untranslatable string from Bug 18264
7712
- [[18537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537) Update Ukrainian installer sample files for 17.05
7713
- [[18641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18641) Translatability: Get rid of template directives in translations for *reserves.tt files
7714
- [[18644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18644) Translatability: Get rid of pure template directives in translation for memberentrygen.tt
7715
- [[18648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18648) Translatability: Get rid of tt directives in translation for macles.tt
7716
- [[18649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649) Translatability: Get rid of tt directive in translation for admin/categories.tt and onboardingstep2.tt
7717
- [[18652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652) Translatability: Get rid of tt directive in translation for uncertainprice.tt
7718
- [[18654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654) Translatability: Get rid of tt directives starting with [%% in translation for itemsearch.tt
7719
- [[18660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660) Translatability: Get rid of template directives [%% in translation for patroncards-errors.inc
7720
- [[18675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18675) Translatability: Get rid of [%% in translation for csv-profiles.tt
7721
- [[18681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18681) Translatability: Get rid of [%% in translation for about.tt
7722
- [[18682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18682) Translatability: Get rid of [%% in translation for 2 files av-build-dropbox.inc
7723
- [[18684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18684) Translatability: Get rid of %%] in translation for currency.tt
7724
- [[18687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687) Translatability: abbr tag should not contain lang attribute
7725
- [[18693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18693) Translatability: Get rid of exposing a [%% FOREACH loop in translation for branch-selector.inc
7726
- [[18694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18694) Translatability: Get rid of exposing  [%% FOREACH in csv/cash_register_stats.tt
7727
- [[18695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18695) Translatability: Get rid of  [%% INCLUDE in translation for circulation.tt
7728
- [[18699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18699) Get rid of %%] in translation for edi_accounts.tt
7729
- [[18701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18701) Translatability: Get rid of exposed tt directives in matching-rules.tt
7730
- [[18703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18703) Translatability: Resolve some remaining %%] problems for staff client in 6 Files
7731
- [[18754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754) Translatability: Get rid of exposed tt directives in opac-detail.tt
7732
- [[18776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18776) Translatability: Get rid of exposed tt directives in opac-advsearch.tt
7733
- [[18777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18777) Translatability: Get rid of exposed tt directives in opac-memberentry.tt
7734
- [[18778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18778) Translatability: Get rid of  tt directive in translation for item-status.inc
7735
- [[18779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779) Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC)
7736
- [[18780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18780) Translatability: Get rid of exposed tt directive in masthead-langmenu.inc
7737
- [[18781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18781) Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc
7738
- [[18800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18800) Patron card images: Add some more explanation to upload page and fix small translatability issue
7739
- [[18901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18901) Sysprefs translation: translate only *.pref files (not *.pref*)
7740
- [[19274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19274) Translatability: Fix new splitting problems related to database warnings
7741
7742
#### Installation and upgrade (command-line installer)
7743
7744
- [[9409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9409) koha-create --request-db should be able to accept a dbhost option
7745
- [[18564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18564) koha-common.cnf parsing is too restrictive
7746
- [[18712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712) make test is failing with an empty DB - t/Matcher.t
7747
- [[18920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18920) Some config values are not saved in koha-install-log
7748
7749
#### Installation and upgrade (web-based installer)
7750
7751
- [[17944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17944) Remove the sql code from itemtypes.pl administrative perl script
7752
- [[18629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629) Translatability: Fix problems with web installer 17.05
7753
- [[18702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18702) Translatability: Get rid of exposed if statement in tt for translated onboardingstep2.tt
7754
- [[19085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19085) Empty files in English web installer
7755
7756
#### Label/patron card printing
7757
7758
- [[18550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18550) Patron card creator: Print output does not respect layout units
7759
7760
#### Lists
7761
7762
- [[15924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15924) Coce not enabled on lists
7763
- [[18214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18214) Cannot edit list permissions of a private list
7764
7765
#### MARC Authority data support
7766
7767
- [[17380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380) Resolve several problems related to Default authority framework
7768
- [[18801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18801) Merging authorities has an invalid 'Default' type in the merge framework selector
7769
- [[18811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811) Visibility settings inconsistent between framework and authority editor
7770
7771
#### MARC Bibliographic record staging/import
7772
7773
- [[17710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17710) C4::Matcher::get_matches and C4::ImportBatch::GetBestRecordMatch should use same logic
7774
- [[19069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069) "Doesn't match" option fails in MARC Modification Templates
7775
- [[19414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19414) Move the location of the 'Import this batch into the catalog' button
7776
7777
#### Notices
7778
7779
- [[19134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134) C4::SMS does not handle drivers with more than two names well
7780
7781
#### OPAC
7782
7783
- [[5471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5471) Quotes in tags cause moderation approval/rejection to fail
7784
- [[9857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857) Did you mean? from authorities uses incorrect punctuation
7785
- [[13913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13913) Renewal error message in OPAC is confusing
7786
- [[16463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16463) OPAC discharge page should warn the user about checkouts before they request
7787
- [[16711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16711) OPAC Password recovery: Handling if multiple accounts have the same mail address
7788
- [[18118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18118) Unexpected behaviour with 'GoogleOpenIDConnect' and 'OpacPublic' syspref combination
7789
- [[18545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18545) Remove use of onclick from OPAC Cart
7790
- [[18634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18634) Missing empty line at end of opac.pref / colliding translated preference sections
7791
- [[18692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692) When SMS is enabled the OPAC messaging table is misaligned
7792
- [[18946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18946) Change language from external web fails
7793
- [[19345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19345) SendMail error does not display error message in password recovery
7794
- [[19576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576) opac-detail has duplicate 'use Koha::Biblios;'
7795
7796
#### Patrons
7797
7798
- [[12346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12346) False patron modification alerts on members-home.pl
7799
- [[18447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447) Datepicker only shows -10/+10 years for date of birth
7800
- [[18621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621) After duplicate message system picks category expiry date rather than manual defined
7801
- [[18630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18630) Translatability (Clubs): 'Cancel' is ambiguous and leads to mistakes
7802
- [[18636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636) Can not save new patron on fresh install (Conflict between autoMemberNum and BorrowerMandatoryField)
7803
- [[18832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18832) Missing space between icon and label in button 'Patron lists'
7804
- [[18858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18858) Warn when deleting a borrower debarment
7805
- [[19129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129) Clean up templates for organisation patrons in staff
7806
- [[19215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215) Typo in URL when editing a patron club template
7807
- [[19258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19258) Fix warns when paying or writing off a fine or charge
7808
- [[19275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19275) clubs table broken at the opac if public enrollment is not allowed
7809
- [[19398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19398) Wrong date format in quick patron search table
7810
- [[19443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19443) Error while attempting to duplicate a patron
7811
- [[19531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19531) When editing patrons without circulation permission redirect should be to the patron's detail page
7812
7813
#### Reports
7814
7815
- [[11235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11235) Names for reports and dictionary are cut off when quotes are used
7816
- [[13452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13452) Average checkout report always uses biblioitems.itemtype
7817
- [[18734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18734) Internal server error in cash_register_stats.pl when exporting to file
7818
- [[18742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18742) Circulation statistics wizard no longer exports the total row
7819
- [[18919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18919) "Transaction Branch" select field broken in Cash register statistics
7820
- [[18985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985) SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically
7821
7822
#### SIP2
7823
7824
- [[18755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18755) Allow empty password fields in Patron Info requests
7825
7826
> Some SIP devices expect an empty password field in a patron info request to be accepted as OK by the server. Since patch for bug 16610 was applied this is not the case. This reinstates the old behaviour for sip logins with the parameter allow_empty_passwords="1"
7827
7828
7829
- [[18812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18812) SIP Patron status does not respect OverduesBlockCirc
7830
7831
#### Searching
7832
7833
- [[16485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485) Collection column in Item search is always empty
7834
- [[19389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19389) Don't offer search option for libary groups when no groups are defined
7835
7836
#### Searching - Elasticsearch
7837
7838
- [[16660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16660) Elasticsearch broken if OpacSuppression is activated
7839
7840
#### Serials
7841
7842
- [[13747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13747) Fix problems with frequency descriptions containing quotes
7843
- [[18356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18356) Prediction pattern wrong, skips years, for some year based frequencies
7844
- [[18607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18607) Fix date calculations for monthly frequencies in Serials
7845
- [[18697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18697) Fix date calculations for day/week frequencies in Serials
7846
- [[19315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315) Routing preview may use wrong biblionumber
7847
7848
#### Staff Client
7849
7850
- [[18673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18673) News author does not display on staff client home page
7851
- [[19193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19193) When displaying the fines of the guarantee on the guarantor account, price is not in correct format.
7852
7853
#### System Administration
7854
7855
- [[16726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16726) Text in Preferences search box does not clear
7856
- [[18700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18700) Fix ungrammatical sentence
7857
- [[18934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18934) Warns in Admin -> SMS providers
7858
- [[18965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18965) branch transfer limits pagination save bug
7859
- [[19186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19186) SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode'
7860
7861
#### Templates
7862
7863
- [[10267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267) No error message when entering an invalid cardnumber
7864
- [[17639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17639) Remove white filling inside of Koha logo
7865
- [[18656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18656) Require confirmation of deletion of files from patron record
7866
- [[19000]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19000) about page - Typo in closing p tag
7867
- [[19041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041) footerjs = 1 removed by bug 17855
7868
7869
#### Test Suite
7870
7871
- [[17664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17664) Silence non-zebra warnings in t/db_dependent/Search.t
7872
- [[18290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290) Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :)
7873
- [[18411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18411) t/db_dependent/www/search_utf8.t  fails
7874
- [[18601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18601) OAI/Sets.t mangles data due to truncate in ModOAISetsBiblios
7875
- [[18732]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18732) Noisy t/SMS.t triggered by koha_conf.xml without sms_send_config
7876
- [[18746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18746) Text_CSV_Various.t parse failure
7877
- [[18748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18748) Noisy t/db_dependent/AuthorisedValues.t
7878
- [[18749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18749) xt/sample notices fails with "No sample notice to delete"
7879
- [[18759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18759) Circulation.t is failing randomly
7880
- [[18761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18761) AutomaticItemModificationByAge.t tests are failing
7881
- [[18762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18762) Some tests are noisy
7882
- [[18763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18763) swagger/definitions.t is failing
7883
- [[18766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18766) ArticleRequests.t raises warnings
7884
- [[18767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18767) Useless debugging info in GetDailyQuote.t
7885
- [[18773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18773) t/db_dependent/www/history.t is failing
7886
- [[18802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802) Circulation.t fails if finesMode != "Do not calculate"
7887
- [[18804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18804) Selenium tests are failing
7888
- [[18951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951) Some t/Biblio tests are database dependent
7889
- [[18976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976) Fix t/db_dependent/Auth.t cleanup
7890
- [[18977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18977) Rollback branch in t/db_dependent/SIP/Message.t
7891
- [[18982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18982) selenium tests needs too many prerequisites
7892
- [[18991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18991) Fix cleanup in t/db_dependent/Log.t
7893
- [[19003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19003) Add a TestBuilder default for borrowers.login_attempts
7894
- [[19004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004) Koha/Patrons.t fails when item-level_itypes is not set
7895
- [[19009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009) Circulation.t is still failing randomly
7896
- [[19013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013) sample_data.sql inserts patrons with guarantorid that do not exist
7897
- [[19042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042) Silence warnings t/db_dependent/Letters.t
7898
- [[19047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047) Fix AddBiblio call in Reserves.t
7899
- [[19070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070) Fix Circulation/Branch.t
7900
- [[19071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071) Fix Circulation/issue.t and Members/IssueSlip.t
7901
- [[19126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126) Fix Members.t with IndependentBranches set
7902
- [[19176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176) Dates comparison fails on slow server
7903
- [[19227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227) 00-merge-conflict-markers.t launches too many tests
7904
- [[19262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19262) pod_spell.t does not work
7905
- [[19268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19268) Fix wrong TestBuilder parameter in few unit tests
7906
- [[19307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19307) t/db_dependent/Circulation/NoIssuesChargeGuarantees.t fails if AllowFineOverride set to allow
7907
- [[19335]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19335) 00-merge-markers.t fails
7908
- [[19385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19385) t/Calendar.t is failing randomly
7909
- [[19386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19386) t/db_dependent/SIP/Patron.t is failing randomly
7910
- [[19391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19391) auth_values_input_www.t  is failing because of bug 19128
7911
- [[19392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19392) auth_values_input_www.t does not clean up
7912
- [[19403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19403) Again and again, Circulation.t is failing randomly
7913
- [[19405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19405) t/db_dependent/api/v1/holds.t fails randomly
7914
- [[19423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19423) DecreaseLoanHighHolds.t is failing randomly
7915
- [[19437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19437) Rearrange CancelExpiredReserves tests
7916
- [[19440]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19440) XISBN tests should skip if XISBN returns overlimit error
7917
- [[19455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19455) Circulation/SwitchOnSiteCheckouts.t is failing randomly
7918
- [[19463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19463) TestBuilder.t is failing randomly
7919
- [[19529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19529) NoIssuesChargeGuarantees.t is failing randomly
7920
7921
#### Tools
7922
7923
- [[14316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316) Clarify meaning of record number in Batch record deletion tool
7924
- [[18613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18613) Deleting a Letter from a library as superlibrarian deletes the "All libraries" rule
7925
- [[18704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18704) File types limit in tools/export.pl is causing issues with csv files generated by MS/Excel
7926
- [[18706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18706) subfields to delete not disabled anymore in batch item modification
7927
- [[18730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18730) Batch Mod Edit <label> HTML validation fails
7928
- [[18752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18752) Automatic item modifications by age should allow 'blank' values
7929
- [[18918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18918) Exporting bibs in CSV when you have no CSV profiles created causes error
7930
- [[19021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021) Inventory column sorting
7931
- [[19074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074) Show patron category description instead of code in patron batch modification list
7932
- [[19081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081) Plack preventing uninstalled plugins from being removed on the plugins list
7933
- [[19088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088) plugins-upload.pl causes uninitialized value noise
7934
- [[19259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19259) Overdue rules do not save (delay field should only accept numbers)
7935
7936
#### Web services
7937
7938
- [[16401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401) System preference staffClientBaseURL hardcoded to 'http://'
7939
7940
#### Z39.50 / SRU / OpenSearch Servers
7941
7942
- [[19043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043) Z39.50 target clio-db.cc.columbia.edu:7090 is no longer publicly available.
7943
7944
### New system preferences
7945
7946
- BlockReturnOfLostItems
7947
- DefaultCountryField008
7948
- GoogleOpenIDConnectAutoRegister
7949
- GoogleOpenIDConnectDefaultBranch
7950
- GoogleOpenIDConnectDefaultCategory
7951
- ILLModule
7952
- ILLModuleCopyrightClearance
7953
- MarkLostItemsAsReturned
7954
- OPACUserSummary
7955
- ProcessingFeeNote
7956
- RequireStrongPassword
7957
- SCOMainUserBlock
7958
- SelfCheckoutByLogin
7959
- StaffLangSelectorMode
7960
- useDefaultReplacementCost
7961
7962
### Renamed system preferences
7963
7964
- OpacLocationBranchToDisplayShelving => OpacLocationOnDetail
7965
7966
### Deleted system preferences
7967
7968
- OPACShowBarcode
7969
7970
### System requirements
7971
7972
Important notes:
7973
    
7974
- Perl 5.10 is required
7975
- Zebra is required
7976
7977
### Documentation
7978
7979
The Koha manual is maintained in DocBook. The home page for Koha 
7980
documentation is 
7981
7982
- [Koha Documentation](http://koha-community.org/documentation/)
7983
7984
As of the date of these release notes, only the English version of the
7985
Koha manual is available:
7986
7987
- [Koha Manual](http://koha-community.org/manual/17.11/en/html/)
7988
7989
7990
The Git repository for the Koha manual can be found at
7991
7992
- [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
7993
7994
### Translations
7995
7996
Complete or near-complete translations of the OPAC and staff
7997
interface are available in this release for the following languages:
7998
7999
- English (USA)
8000
- Arabic (95%)
8001
- Armenian (96%)
8002
- Chinese (China) (80%)
8003
- Chinese (Taiwan) (100%)
8004
- Czech (92%)
8005
- Danish (66%)
8006
- English (New Zealand) (100%)
8007
- Finnish (95%)
8008
- French (92%)
8009
- French (Canada) (92%)
8010
- German (100%)
8011
- German (Switzerland) (100%)
8012
- Greek (77%)
8013
- Hindi (100%)
8014
- Italian (100%)
8015
- Norwegian Bokmål (55%)
8016
- Occitan (73%)
8017
- Persian (55%)
8018
- Polish (98%)
8019
- Portuguese (96%)
8020
- Portuguese (Brazil) (81%)
8021
- Slovak (92%)
8022
- Spanish (100%)
8023
- Swedish (92%)
8024
- Turkish (97%)
8025
- Vietnamese (68%)
8026
8027
Partial translations are available for various other languages.
8028
8029
The Koha team welcomes additional translations; please see
8030
8031
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
8032
8033
For information about translating Koha, and join the koha-translate 
8034
list to volunteer:
8035
8036
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
8037
8038
The most up-to-date translations can be found at:
8039
8040
- [Koha Translation](http://translate.koha-community.org/)
8041
8042
### Release Team
8043
8044
The release team for Koha 17.11.00 is
8045
8046
- Release Manager: [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
8047
- QA Team:
8048
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
8049
  - [Nick Clemens](mailto:nick@bywatersolutions.com)
8050
  - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
8051
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
8052
  - [Julian Maurice](mailto:julian.maurice@biblibre.com)
8053
  - [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
8054
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
8055
- Bug Wranglers:
8056
  - [Amit Gupta](mailto:amitddng135@gmail.com)
8057
  - Claire Gravely
8058
  - Josef Moravec
8059
  - [Marc Véron](mailto:veron@veron.ch)
8060
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
8061
- Documentation Team:
8062
  - [Chris Cormack](mailto:chrisc@catalyst.net.nz)
8063
  - [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
8064
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
8065
- Release Maintainers:
8066
  - 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
8067
  - 16.11 -- [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
8068
  - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com)
8069
8070
### Credits
8071
We thank the following libraries who are known to have sponsored
8072
new features in Koha 17.11.00:
8073
8074
- BULAC - http://www.bulac.fr/
8075
- ByWater Solutions
8076
- Camden County
8077
- Catalyst IT
8078
- Dover
8079
- Tulong Aklatan
8080
- Washoe County Library System
8081
8082
We thank the following individuals who contributed patches to Koha 17.11.00.
8083
8084
- Blou (1)
8085
- Nazlı (1)
8086
- Aleisha Amohia (49)
8087
- Michael Andrew Cabus (1)
8088
- Alex Arnaud (6)
8089
- Stefan Berndtsson (2)
8090
- David Bourgault (2)
8091
- Alex Buckley (12)
8092
- Colin Campbell (9)
8093
- Hector Castro (2)
8094
- Nick Clemens (76)
8095
- Tomás Cohen Arazi (86)
8096
- David Cook (5)
8097
- Chris Cormack (4)
8098
- Christophe Croullebois (1)
8099
- Marcel de Rooy (141)
8100
- Yarik Dot (1)
8101
- Jonathan Druart (332)
8102
- Serhij Dubyk {Сергій Дубик} (2)
8103
- Magnus Enger (3)
8104
- Charles Farmer (3)
8105
- Katrin Fischer (22)
8106
- Amit Gupta (33)
8107
- David Gustafsson (1)
8108
- Mason James (2)
8109
- Lee Jamison (6)
8110
- Srdjan Jankovic (1)
8111
- Dilan Johnpullé (1)
8112
- Andreas Jonsson (1)
8113
- Chris Kirby (1)
8114
- Olli-Antti Kivilahti (10)
8115
- Jon Knight (3)
8116
- David Kuhn (2)
8117
- Owen Leonard (24)
8118
- Julian Maurice (16)
8119
- Sophie Meynieux (1)
8120
- Kyle M Hall (42)
8121
- Josef Moravec (30)
8122
- Joy Nelson (1)
8123
- Dobrica Pavlinusic (3)
8124
- Martin Persson (2)
8125
- Dominic Pichette (1)
8126
- Karam Qubsi (1)
8127
- Liz Rea (1)
8128
- David Roberts (1)
8129
- Andreas Roussos (1)
8130
- Rodrigo Santellan (1)
8131
- Alex Sassmannshausen (4)
8132
- Fridolin Somers (15)
8133
- Lari Taskula (19)
8134
- Mirko Tietgen (1)
8135
- Mark Tompsett (29)
8136
- Eric Vantillard (1)
8137
- Oleg Vasylenko (1)
8138
- Marc Véron (67)
8139
- Jesse Weaver (1)
8140
- Baptiste Wojtkowski (6)
8141
8142
We thank the following libraries, companies, and other institutions who contributed
8143
patches to Koha 17.11.00
8144
8145
- abunchofthings.net (1)
8146
- ACPL (24)
8147
- BibLibre (45)
8148
- BigBallOfWax (3)
8149
- BSZ BW (44)
8150
- bugs.koha-community.org (332)
8151
- ByWater-Solutions (121)
8152
- Catalyst (16)
8153
- Devinim (1)
8154
- evaxion.fr (1)
8155
- Göteborgs universitet (2)
8156
- Ilsley Public Library (1)
8157
- informaticsglobal.com (33)
8158
- jns.fi (29)
8159
- KohaAloha (2)
8160
- Kreablo AB (1)
8161
- Libriotech (3)
8162
- Loughborough University (3)
8163
- Marc Véron AG (67)
8164
- Marywood University (6)
8165
- Prosentient Systems (5)
8166
- PTFS-Europe (14)
8167
- Rijksmuseum (141)
8168
- rot13.org (3)
8169
- Solutions inLibro inc (7)
8170
- Theke Solutions (86)
8171
- unidentified (122)
8172
8173
We also especially thank the following individuals who tested patches
8174
for Koha.
8175
8176
- anafe (1)
8177
- Blou (1)
8178
- fcouffignal (1)
8179
- Guillaume (1)
8180
- Harold (1)
8181
- iflora (1)
8182
- m23 (2)
8183
- maricris (1)
8184
- mehdi (1)
8185
- NickUCKohaCon17 (1)
8186
- Srdjan (1)
8187
- Brendan A Gallagher (8)
8188
- Hugo Agud (11)
8189
- Aleisha Amohia (8)
8190
- Michael Andrew Cabus (2)
8191
- Israelex A Veleña for KohaCon17 (3)
8192
- sonia BOUIS (2)
8193
- David Bourgault (20)
8194
- Christopher Brannon (4)
8195
- Alex Buckley (34)
8196
- Michael Cabus (1)
8197
- Colin Campbell (7)
8198
- Axelle Clarisse (1)
8199
- Nick Clemens (173)
8200
- Tomas Cohen Arazi (192)
8201
- David Cook (1)
8202
- Chris Cormack (19)
8203
- Caroline Cyr La Rose (5)
8204
- Benjamin Daeuber (2)
8205
- Indranil Das Gupta (L2C2 Technologies) (1)
8206
- Frédéric Demians (3)
8207
- Marcel de Rooy (383)
8208
- Jonathan Druart (1105)
8209
- Serhij Dubyk {Сергій Дубик} (1)
8210
- Magnus Enger (12)
8211
- Katrin Fischer (109)
8212
- Barbara Fondren (1)
8213
- Jessica Freeman (1)
8214
- Eivin Giske Skaaren (2)
8215
- Marijana Glavica (2)
8216
- Eric Gosselin (1)
8217
- Claire Gravely (7)
8218
- Victor Grousset (1)
8219
- Amit Gupta (6)
8220
- Andreas Hedström Mace (2)
8221
- Felix Hemme (3)
8222
- Lee Jamison (62)
8223
- Dilan Johnpullé (12)
8224
- Eugene Jose Espinoza (4)
8225
- Christopher Kellermeyer (1)
8226
- Chris Kirby (2)
8227
- Olli-Antti Kivilahti (7)
8228
- Jon Knight (2)
8229
- David Kuhn (1)
8230
- Rhonda Kuiper (1)
8231
- macon lauren KohaCon2017 (1)
8232
- Owen Leonard (53)
8233
- Jesse Maseto (7)
8234
- Julian Maurice (48)
8235
- Matthias Meusburger (4)
8236
- Kyle M Hall (137)
8237
- Josef Moravec (120)
8238
- Jason Palmer (1)
8239
- Dominic Pichette (5)
8240
- Simon Pouchol (2)
8241
- Séverine QUEUNE (4)
8242
- Laurence Rault (1)
8243
- Liz Rea (1)
8244
- Martin Renvoize (2)
8245
- David Roberts (1)
8246
- Benjamin Rokseth (9)
8247
- Fridolin Somers (3)
8248
- Lari Taskula (7)
8249
- Mirko Tietgen (4)
8250
- Mark Tompsett (53)
8251
- Marc Véron (62)
8252
- George Williams (1)
8253
8254
And people who contributed to the Koha manual during the release cycle of Koha 17.11.00.
8255
8256
  * Daniel Brady (1)
8257
  * Julie Cameron-Jones (2)
8258
  * Nick Clemens (1)
8259
  * Chris Cormack (39)
8260
  * Kelly Drake (1)
8261
  * Jonathan Druart (14)
8262
  * Karl Eagle (1)
8263
  * Katrin Fischer (48)
8264
  * Jessica Freeman (1)
8265
  * Jack Gilmour (1)
8266
  * Bernardo Gonzalez Kriegel (2)
8267
  * Lee Jamison (25)
8268
  * Owen Leonard (1)
8269
  * vicky Lin (1)
8270
  * Steve Macgregor (1)
8271
  * Kelly McElligott (9)
8272
  * Joanne Morahan (2)
8273
  * Jessica Zairo (4)
8274
8275
We regret any omissions.  If a contributor has been inadvertently missed,
8276
please send a patch against these release notes to 
8277
koha-patches@lists.koha-community.org.
8278
8279
### Special thanks
8280
8281
I would like to thank again all the people who contributed to this release: the author of the patches, the testers, the QA team, as well as the manual contributors and the translators.
8282
8283
And in particular Tomás and Katrin who were always available when I needed them!
8284
8285
Thanks to BibLibre, ByWater Solution and PTFS Europe to continue to support and trust me.
8286
8287
### Notes from the Release Manager
8288
8289
This release was mainly focussed on:
8290
 * improving the manual - it will be translatable very soon, to add more work to our translators :)
8291
 * making our testing suite even more robust than before
8292
 * security fixes
8293
8294
We also focussed a lot on elastic search. If you are interested by using it and make it ready for production in the last version, you should consider testing it and reporting everything that can be useful.
8295
8296
I would add that this release contains less enhancements and bugfixes as the previous major releases.
8297
8298
The number of contributors is also significantly lower. We need your help to report bugs, test or write patches, improve the manual, translate Koha or the manual, join IRC meetings, etc.
8299
8300
But new contributors already joined us! Welcome to them!
8301
8302
Enjoy this version of Koha, the best one, before the next one :)
8303
8304
### Revision control notes
8305
8306
The Koha project uses Git for version control.  The current development 
8307
version of Koha can be retrieved by checking out the master branch of:
8308
8309
- [Koha Git Repository](git://git.koha-community.org/koha.git)
8310
8311
The branch for this version of Koha and future bugfixes in this release
8312
line is master.
8313
8314
### Bugs and feature requests
8315
8316
Bug reports and feature requests can be filed at the Koha bug
8317
tracker at:
8318
8319
- [Koha Bugzilla](http://bugs.koha-community.org)
8320
8321
He rau ringa e oti ai.
8322
(Many hands finish the work)
8323
8324
Autogenerated release notes updated last on 28 Nov 2017 16:04:47.
8325
## RELEASE NOTES FOR KOHA 17.05.00
8326
29 May 2017
8327
8328
Koha is the first free and open source software library automation
8329
package (ILS). Development is sponsored by libraries of varying types
8330
and sizes, volunteers, and support companies from around the world. The
8331
website for the Koha project is:
8332
8333
- [Koha Community](http://koha-community.org)
8334
8335
Koha 17.05.00 can be downloaded from:
8336
8337
- [Download](http://download.koha-community.org/koha-17.05.000.tar.gz)
8338
8339
Installation instructions can be found at:
8340
8341
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
8342
- OR in the INSTALL files that come in the tarball
8343
8344
Koha 17.05.00 is a major release, that comes with many new features.
8345
8346
It includes 7 new features, 197 enhancements, 292 bugfixes.
8347
8348
8349
8350
### New features
8351
8352
#### Circulation
8353
8354
- [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Add ability to place article requests in Koha
8355
8356
> Add ability to place article requests in Koha.
8357
Article Requests are somewhat similar to holds, but are not requests for an item to check out. Instead, article requests are requests for a photocopy of a particular section of a book ( most often ). This is very common in academic libraries where researchers may request a copy of a
8358
single article found in a journal.
8359
This patch set adds the ability to place article requests in Koha. It allows the control of what can be requested via the circulation rules. Since article requests of electronic resources are not outside the realm of possibility, the feature will check not only the items for requstability, but the record itself as well ( i.e. both items.itype and
8360
biblio.itemtype ).
8361
Article requests can be placed for patrons from the opac and staff intranet and can be viewed in most areas where holds are viewed ( e.g. patron details, record details, etc ).
8362
There is a script to view article requests in progress within the circulation module. Article requests can be Open ( i.e. new ), In Processing, Completed, or Canceled. The status of a given request can be updated from this script.
8363
8364
8365
- [[17453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17453) Inter-site holds improvement
8366
8367
> Without this feature users could reserve items and choose any library as a pick up location, but there was no mechanism to prevent users from reserving items that were available on the shelf at any given location from reserving the item at the same location, essentially creating a Fetch and Collect scenario.
8368
This had an impact on staff workloads as they had to process reservations and check shelves for items that students could have collected from the open library shelves.
8369
This enhancement decreases the impact on staff workload by
8370
making it possible to prevent users from requesting items for pick up at a library where the item is currently available.
8371
8372
8373
8374
#### Installation and upgrade (web-based installer)
8375
8376
- [[17855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855) New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements
8377
8378
> Koha now has a new tool to get Koha users up and running quickly after a new install. The user is prompted to create their first user, library, category code, item type, and circulation rule just after the database install has completed. Getting started with Koha has never been easier.
8379
8380
8381
8382
#### Notices
8383
8384
- [[17762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17762) Ability to translate notices
8385
8386
> It's now possible to translate notice templates into different languages. There is a new 'preferred language' setting available in the user account, that controls which template will be used when generating notices.
8387
8388
8389
8390
#### OPAC
8391
8392
- [[14224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14224) patron notes about item shown at check in
8393
8394
> This feature adds a "Note" input field to checked out items in the "your summary" section of the patron account in the OPAC. The field allows patrons to write notes about the item, such as "this DVD is scratched", "the binding was torn", etc. The note will be emailed to the library and displayed on check in.
8395
8396
8397
8398
#### Patrons
8399
8400
- [[12461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461) Add patron clubs feature
8401
8402
> This features adds the ability to create clubs which patrons may be enrolled in. It is particularly useful for tracking summer reading programs, book clubs and other such clubs.
8403
8404
8405
8406
#### System Administration
8407
8408
- [[18066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18066) Hea - Version 2
8409
8410
> Hea is a service to collect usage data from libraries using Koha.
8411
With this development Hea can collect the geolocations of the libraries in your installation and create a map. A new configuration page allows to configure easily what information is shared with the Koha community.
8412
Hea statistics can been seen on https://hea.koha-community.org/
8413
8414
8415
8416
### Enhancements
8417
8418
#### About
8419
8420
- [[15465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15465) README for github
8421
- [[18302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18302) Release team 17.05
8422
8423
#### Acquisitions
8424
8425
- [[4969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4969) Vendors can not be deleted / show only active vendors
8426
8427
> This patch provides the functionality to hide inactive vendors from the vendor search.
8428
8429
8430
- [[10978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10978) redirect to basket list of a supplier after deleting a basket
8431
8432
> This patch redirects to the vendor's list of baskets after deleting a basket, fixes breadcrumbs after deletion and also hides the toolbar actions after deletion (seeing as you can't edit/export etc a basket that no longer exists).
8433
8434
8435
- [[15503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15503) Grab Item Information from Order Files
8436
8437
> The goal of this development is to automatically generate items in Koha with populated information based on a 9XX field and subfield, with the new syspref MarcItemFieldsToOrder.
8438
8439
8440
- [[17691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17691) Add serial subscriptions info on vendor profile page
8441
- [[17771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17771) Add link to bibliographic record on spent/ordered lists in acquisitions
8442
- [[17784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17784) Ability to see funds with an amount of 0.00 when doing a new order
8443
- [[17977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17977) Add acquisitions sidebar menu to suggestions
8444
- [[18109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18109) Uncertain prices has no font awesome icon in acquisitions toolbar
8445
8446
#### Authentication
8447
8448
- [[12026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026) Shibboleth auto-provisioning - Create
8449
8450
> This feature allows it to add new patron records from Shibboleth into Koha ('provision'). It is possible to map Sbibboleth's attributes with Koha fields, the configuration is done in koha-conf.xml. Syncing existing Koha users with Shibboleth is not implemented yet.
8451
8452
8453
- [[17486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486) Remove 'Mozilla Persona' as an authentication method
8454
8455
> 'Persona' never really took off, and although many browsers currently support it, very few services actually implement it. This has lead its founders, Mozilla, to end the project. On November 30th, 2016, Mozilla closed the persona.org services. Now the feature is deleted from Koha.
8456
8457
8458
8459
#### Cataloging
8460
8461
- [[16203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16203) Convert item plugins to new style (see bug 10480)
8462
- [[18388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18388) Standardize serials volume information displaying in OPAC and staff
8463
8464
#### Circulation
8465
8466
- [[8548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8548) Add callnumber sort option to overdue report
8467
- [[12063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12063) Change date calculation for reserve expiration to skip all holidays
8468
- [[14146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14146) Add option to add restriction period when checking-in several overdues for same patron
8469
- [[14187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187) branchtransfer needs a primary key (id) for DBIx and common sense.
8470
- [[15498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15498) Replace ExportWithCsvProfile with ExportCircHistory
8471
- [[15582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15582) Ability to block auto renewals if the OPACFineNoRenewals amount is reached
8472
- [[15705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705) Notify the user on auto renewing
8473
- [[16344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16344) Add a circ rule to limit the auto renewals given a specific date
8474
- [[16530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16530) Add a circ sidebar navigation menu
8475
- [[17398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17398) Enhance circulation message UI
8476
- [[17466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17466) Show number of outstanding issues when checking in
8477
- [[17472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17472) Borrower Previously Checked Out: Display title
8478
- [[17560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17560) Hold fee placement at point of checkout
8479
- [[17700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17700) Add columns configuration to fines table
8480
- [[17812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17812) Return focus to barcode field after toggling on-site checkouts
8481
- [[18073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18073) Holds to pull UI improvements
8482
- [[18079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18079) Cleanup of holds to pull page
8483
8484
#### Database
8485
8486
- [[15427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15427) Allow db connections using TLS
8487
8488
#### Hold requests
8489
8490
- [[14876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14876) Show number of holds per record on the search results
8491
- [[18037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18037) Hold notes template cleanup (from 15545)
8492
8493
#### Installation and upgrade (command-line installer)
8494
8495
- [[7533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7533) Add template_cache_dir to the koha-conf.xml file
8496
- [[16083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16083) Accept CLI params for the Makefile.pl
8497
8498
#### Label/patron card printing
8499
8500
- [[15815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15815) Improve wording in popup warning when deleting patron from patron-batch
8501
- [[17181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17181) Patron card creator replaces existing image when uploading image with same name
8502
8503
#### Lists
8504
8505
- [[7663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7663) batch add barcodes to a list
8506
8507
#### MARC Authority data support
8508
8509
- [[9988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988) Leave larger authority merges to merge_authorities cronjob (pref AuthorityMergeLimit)
8510
8511
> This enhancement replaces dontmerge by a limit. The Zebra code in merge is removed. The cron job has been refactored, and is no longer optional; it also supports merges from one authority type to another (with a table revision).
8512
8513
8514
- [[16018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16018) Merge.pl code cleanup
8515
- [[17233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17233) Add 008 value builder plugin for MARC21 classifications
8516
8517
> This patch adds a 008 cataloguing value builder for MARC21 classifications records (LCC, DDC/Dewey, UDC and so on).
8518
This is a starting point for supporting classification records in Koha.
8519
8520
8521
- [[18070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18070) Support clean removal of authority records
8522
8523
#### MARC Bibliographic data support
8524
8525
- [[17800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17800) Add admin sidebar menu to marc-subfields-structure.pl
8526
- [[18200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18200) Fix a potential issue with preceding space in GetMarcUrls
8527
8528
#### MARC Bibliographic record staging/import
8529
8530
- [[15541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15541) Prevent normalization during matching/import process
8531
8532
#### Notices
8533
8534
- [[13029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13029) Allow to pass additional parameters to SMS::Send drivers
8535
- [[17470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17470) overdue_notices.pl produces X emails with the SAME list of ALL overdue items if a patron has overdue items from X branches
8536
8537
#### OPAC
8538
8539
- [[7626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7626) Delete multiple tags at once
8540
- [[13685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13685) Sorting Patron Reading History
8541
- [[13757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13757) Make patron attributes editable in the opac if set to 'editable in OPAC'
8542
- [[14405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14405) Add datatable to fines table in OPAC patron account
8543
- [[14764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14764) Add OPAC News branch selector
8544
8545
> This patch inserts a new system preference: "OpacNewsLibrarySelect". When it is active you can select to see the news of any library on the OPAC start page.
8546
8547
8548
- [[16034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16034) Integration with OverDrive Patron API
8549
- [[17209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17209) Remove use of onclick from masthead
8550
- [[17946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17946) Show number of subscriptions on tab in OPAC record details
8551
- [[17948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17948) Link to make a new list in masthead in OPAC does not take you straight to add form
8552
- [[18108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18108) Sorting by author in opac summary
8553
- [[18304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18304) Do not mail cart or list contents to the library
8554
- [[18350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18350) Moving call number in subscriptions tab in OPAC biblio detail
8555
8556
#### Packaging
8557
8558
- [[16733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16733) More flexible paths in debian scripts (for dev installs)
8559
8560
#### Patrons
8561
8562
- [[6782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782) Move auto member cardnumber generation to occur when record is "Saved" (avoid collisions)
8563
- [[17334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17334) members-update.pl should show timestamp
8564
- [[18314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314) Account lockout
8565
8566
#### Reports
8567
8568
- [[14365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14365) SQL Reports Last Edit Date column
8569
- [[17465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17465) Add a System Preference to control number of Saved Reports displayed
8570
- [[17898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17898) Add a way to automatically convert SQL reports
8571
8572
> Bug 17196 moved the column marcxml out of the biblioitems table and into a separate one.
8573
That will break any SQL reports using marcxml, but in order to make it easy to fix them, a new column with a warning has been added to the Saved reports page (/reports/guided_reports.pl?phase=Use saved). There is also an update link that will help to modify the SQL query.
8574
8575
8576
- [[18283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18283) Display improvements on report results - hide code and change wording
8577
8578
#### SIP2
8579
8580
- [[16757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16757) Add ability to pay fee by id for SIP2
8581
- [[16895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16895) Allow writeoffs via SIP2
8582
8583
#### Searching
8584
8585
- [[8266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8266) remove location from pull down on search
8586
- [[15108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15108) OAI-PMH provider improvements
8587
- [[17169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17169) Add facets for ccode to elasticsearch
8588
- [[17255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17255) Upgrade Elastic Search code to work with version 5.1
8589
- [[18098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18098) Add an index with the count of not onloan items
8590
- [[18394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18394) Add an option to item search to export a barcodes file
8591
8592
#### Serials
8593
8594
- [[10357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10357) Send email when serial received subscription link is hard to find
8595
- [[18035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18035) Front-end changes to serials -> Numbering patterns
8596
- [[18181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18181) Can't tell which subscriptions already have routing lists if seeing all subs attached to a biblio
8597
8598
#### Staff Client
8599
8600
- [[15179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15179) Marc field 084 does not show on bibliographic record
8601
- [[17516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17516) Add CSV export option to item search *after* displaying output to screen
8602
- [[18110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18110) Adds FR to the syspref AddressFormat
8603
8604
#### System Administration
8605
8606
- [[14608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14608) HEA : add possibility of sharing usage statistics in Administration page
8607
8608
> This patch set adds:
8609
- a reference to Hea at the end of the installation process
8610
- a link to the new page from the admin home page
8611
- a new page to easily configure shared statistics
8612
8613
8614
- [[17208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17208) Classification sources and filing rules shouldn't allow 'New' with same code
8615
- [[17793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17793) Make sysprefs search show on all Administration pages
8616
- [[18122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18122) Audio alerts: Add hint on where to enable sounds
8617
- [[18375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18375) Better readability of patron category table for zero ages and fees
8618
8619
#### Templates
8620
8621
- [[5784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5784) link to acq from budgets & funds
8622
- [[11932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11932) move delete checkbox on patron modification to right
8623
- [[16072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16072) Include only one small spinner gif in the staff client
8624
- [[16239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16239) Upgrade Bootstrap in the staff client
8625
- [[17014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17014) Remove more event attributes from patron templates
8626
- [[17416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17416) Move javascript in doc-head-close.inc into a separate include
8627
- [[17418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418) Move staff client home page JavaScript to the footer
8628
- [[17859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859) Move JavaScript to the footer on about and auth pages
8629
- [[17874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17874) Bug 16239 followup - update bootstrap 3 usage
8630
- [[17942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17942) Update style of the web installer with Bootstrap 3
8631
- [[17972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17972) Reformat acquisitions sidebar menu with acquisitions and administration sections
8632
- [[18063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18063) Remove dead code from tools/manage-marc-import.tt
8633
8634
#### Test Suite
8635
8636
- [[17950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17950) Small improvements for Merge.t
8637
- [[18036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18036) Improve test coverage for themelanguage
8638
- [[18182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18182) TestBuilder should be able to return Koha::Object objects
8639
- [[18222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18222) Fix tests broken by Bug 18026
8640
- [[18413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18413) Fix Letters.t (follow-up of 17866)
8641
- [[18448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18448) Fix a few db_dependent tests
8642
8643
#### Tools
8644
8645
- [[14854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14854) Add DataTables on upload results table
8646
- [[17669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17669) Add purging temporary uploads to cleanup_database
8647
- [[18040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18040) Updating buttons on Tools->Upload Local Cover Image
8648
- [[18077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18077) Batch item modification link is bold when batch item deletion is active in tools menu
8649
- [[18099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18099) Put call number in its own column on inventory screen
8650
- [[18134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18134) Batch authority record modification Preview MARC button needs updating
8651
8652
#### Web services
8653
8654
- [[17317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17317) Adding "bib" type to GetAvailability method for ILSDI
8655
8656
8657
### Critical bugs fixed
8658
8659
(this list includes all bugfixes since the previous major version. Most of them
8660
have already been fixed in maintainance releases)
8661
8662
#### Acquisitions
8663
8664
- [[14541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14541) Tax rate should not be forced to an arbitrary precision
8665
- [[17668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17668) typo in parcel.pl listinct vs listincgst
8666
- [[17692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17692) Can't add library EAN under Plack
8667
- [[18013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18013) acqui/transferorder.pl typo in find method
8668
- [[18115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18115) Fix use of Objects as hashref in acqui/addorderiso2709.pl - Bug 15503 followup
8669
- [[18467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18467) Error calling count on undefined bib in basket.pl if order cancelled and record deleted
8670
- [[18468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18468) When adding from a staged file order discounts are not passed into C4::Acquisitions::populate_order_with_prices
8671
- [[18471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18471) Receiving order with unitprice greater than 1000 processing incorrectly
8672
- [[18482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18482) False duplicates detected on adding a batch from a stage file
8673
- [[18525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18525) Can't create order line from accepted suggestion
8674
- [[18627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18627) Items created via MarcItemFieldsToOrder are not linked to orders
8675
8676
#### Architecture, internals, and plumbing
8677
8678
- [[6979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6979) LDAP authentication fails during password comparison
8679
8680
> LDAP USER NOTICE:
8681
The option to integrate LDAP via "auth by password" has been removed. Please update your LDAP integration setting to use "auth by bind" instead.
8682
8683
8684
- [[16758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16758) Caching issues in scripts running in daemon mode
8685
- [[17246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17246) GetPreparedLetter should not allow multiple FK defined in arrayref
8686
- [[17676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17676) Default COLLATE for marc_subfield_structure is not set
8687
- [[17720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17720) CSRF token is not generated correctly
8688
- [[17785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785) oai.pl returns wrong URLs under Plack
8689
- [[17830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17830) CSRF token is not generated correctly (bis)
8690
- [[17914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17914) The installer process tries to create borrowers.updated_on twice
8691
- [[18242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18242) Move of checkouts to old_issues is not handled correctly
8692
- [[18284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18284) Biblio metadata are not moved to the deleted table when a biblio is deleted
8693
- [[18364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18364) LOCK and UNLOCK are not transaction-safe
8694
- [[18373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18373) `make upgrade` is broken
8695
- [[18457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18457) process_message_queue.pl will die if a patron has no sms_provider_id set but sms via email is enabled for that patron
8696
- [[18647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18647) Internal server error on moremember.pl
8697
- [[18663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18663) Missing db update for ExportRemoveFields
8698
8699
#### Authentication
8700
8701
- [[14625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14625) LDAP: mapped ExtendedPatronAttributes cause error when updated on authentication
8702
- [[17615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17615) LDAP Auth: regression causes attribute updates to silently fail and corrupt existing data
8703
- [[17775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775) Add new user with LDAP not works under Plack
8704
- [[18144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18144) Removal of persona broke Google OAuth2
8705
- [[18442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18442) Permission error when logging into staff interface as db user
8706
8707
#### Cataloging
8708
8709
- [[17725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17725) Repeating a field or subfield clones content
8710
- [[17817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17817) Repeat this Tag (cloning) not working
8711
- [[17922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17922) Default value substitution for month and day should be fixed length
8712
- [[17929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929) You can't edit indicators in the cataloging screen
8713
- [[18305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18305) jquery.fixFloat.js breaks advanced MARC editor for some browsers
8714
- [[18579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18579) Problem with :Filter::MARC::EmbedItemsAvailability
8715
8716
#### Circulation
8717
8718
- [[8361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8361) Issuing rule if no rule is defined
8719
8720
> In the previous versions if no circulation rule was defined, Koha always allowed to check out. Now, with this development, Koha refuses check-out if no rule is found.
8721
8722
8723
- [[16376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376) Koha::Calendar->is_holiday date truncation creates fatal errors for TZ America/Santiago
8724
- [[16387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16387) Incorrect loan period calculation when using  decreaseLoanHighHolds feature
8725
- [[17709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17709) Article request broken
8726
- [[17919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17919) circ/returns.pl caught in Object Name crossfire
8727
- [[18150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18150) CanItemBeReserved doesn't work with (IndependentBranches AND ! canreservefromotherbranches)
8728
- [[18179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179) Koha::Objects->find should not be called in list context
8729
- [[18266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18266) Internal Server Error when paying fine for lost item
8730
- [[18372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18372) transits are not created at check in despite user responsing Yes to the prompt
8731
- [[18435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18435) Message about Materials specified does not display when items are checked out and checked in
8732
- [[18438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438) Check in: Modal about holds hides important check in messages
8733
8734
#### Hold requests
8735
8736
- [[17940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17940) Holds not going to waiting state after having been transferred
8737
- [[17941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17941) CanBookBeRenewed is very inefficient/slow
8738
- [[18001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18001) LocalHoldsPriority can cause multiple holds queue lines for same hold request
8739
- [[18015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18015) On shelf holds allowed > "If all unavailable" ignores notforloan
8740
- [[18409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18409) Error when updating pickup library on patron pages
8741
8742
#### I18N/L10N
8743
8744
- [[16914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16914) Export csv in item search, exports all items in one line
8745
8746
#### Installation and upgrade (command-line installer)
8747
8748
- [[17234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234) ALTER IGNORE TABLE is invalid in mysql 5.7.  This breaks updatedatabase.pl
8749
- [[17260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17260) updatedatabase.pl fails on invalid entries in ENUM and BOOLEAN columns
8750
- [[17292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17292) Use of DBIx in updatedatabase.pl broke upgrade (from bug 12375)
8751
- [[17986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17986) Perl dependency evaluation incorrect
8752
8753
#### Installation and upgrade (web-based installer)
8754
8755
- [[18368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18368) DBversion 17.05.000.022 not set by updatedatabase.pl
8756
- [[18642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18642) Internal Server Error in Guided reports wizard caused by debug messages
8757
8758
#### Label/patron card printing
8759
8760
- [[14143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14143) Patron cards: Crash (confusion between table names creator_templates and club_template_enrollment_fields
8761
- [[18044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18044) Label Batches not displaying
8762
8763
#### MARC Bibliographic record staging/import
8764
8765
- [[18152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152) UNIMARC bib records imported with invalid 'a' char in label pos.9
8766
8767
#### Notices
8768
8769
- [[18439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18439) Resend button for notices being hidden by CSS and never unhidden
8770
8771
#### OPAC
8772
8773
- [[8010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8010) Search history can be added to the wrong patron
8774
- [[17764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17764) OPAC search fails when lost items are in the result set and there is no logged in user
8775
- [[17924]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17924) Fix error in password recovery
8776
- [[18025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18025) Expired password recovery links cause sql crash
8777
- [[18160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18160) Error when OverDriveCirculation not enabled
8778
- [[18204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18204) Authority searches are not saved in Search history
8779
- [[18275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18275) opac-memberentry.pl security vulnerabilities
8780
- [[18560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18560) RSS Feed link from OPAC shelves is broken
8781
- [[18573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18573) Error when adding a suggestion in the OPAC
8782
8783
#### Patrons
8784
8785
- [[14637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637) Add patron category fails with MySQL 5.6.26
8786
- [[17344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17344) Can't set guarantor in quick add brief form
8787
- [[17782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17782) Patron updated_on field should be set to current timestamp when borrower is deleted
8788
- [[18461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18461) Internal server error while approving OPAC-edited patron attributes containing umlauts (äöü)
8789
8790
#### SIP2
8791
8792
- [[17758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17758) SIP checkin does not handle holds correctly
8793
8794
#### Searching
8795
8796
- [[15822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15822) STAFF Advanced search error date utils
8797
- [[16951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16951) Item search sorting not working properly for most columns
8798
- [[17743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17743) Item search: indexes build on MARC do not work in item's search
8799
- [[18005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18005) Pagination of the search result displayed wrong
8800
8801
#### Serials
8802
8803
- [[15030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030) Certain values in serials' items are lost on next edit
8804
8805
#### Staff Client
8806
8807
- [[17933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17933) Internal software error when searching patron without birth date
8808
8809
#### System Administration
8810
8811
- [[18111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18111) Import default framework is broken
8812
- [[18376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18376) authority framework creation fails under Plack
8813
- [[18662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18662) Can not delete currencies
8814
8815
#### Templates
8816
8817
- [[17870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17870) Call to include file incorrectly moved into the footer
8818
- [[18512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18512) GetAuthorisedValues.GetByCode Template plugin should return code (not empty string) if value not found
8819
8820
#### Test Suite
8821
8822
- [[17917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17917) t/db_dependent/check_sysprefs.t fails on kohadev strangely
8823
8824
#### Tools
8825
8826
- [[12913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12913) Fix wrong inventory results
8827
- [[16295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16295) marc_modification_templates permission doesn't allow access to modify template
8828
- [[18312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18312) Export is broken unless a file is supplied
8829
- [[18329]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18329) Batch record deletion broken
8830
- [[18574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18574) Clean Patron Records tool doesn't limit to the selected library
8831
8832
#### Web services
8833
8834
- [[17744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17744) OAI: oai_dc has no element named dcCollection
8835
8836
#### Z39.50 / SRU / OpenSearch Servers
8837
8838
- [[17871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17871) Can't retrieve facets (or zebra::snippet) from Zebra with YAZ 5.8.1
8839
8840
8841
### Other bugs fixed
8842
8843
(this list includes all bugfixes since the previous major version. Most of them
8844
have already been fixed in maintainance releases)
8845
8846
#### About
8847
8848
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
8849
8850
#### Acquisitions
8851
8852
- [[13835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13835) Popup with searches: results hidden by language menu in footer
8853
- [[14535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14535) Late orders does not show orders with price = 0
8854
- [[16984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16984) Standing orders - when ordering a JS error is raised
8855
- [[17605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17605) EDI should set currency in order record on creation
8856
- [[17872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17872) Fix small error in GetBudgetHierarchy and one of its calls
8857
- [[17899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17899) Show only mine does not work in newordersuggestion.pl
8858
- [[18429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18429) Receiving an item should update the datelastseen
8859
8860
#### Cataloging
8861
8862
- [[17512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17512) Improve handling dates in C4::Items
8863
- [[17780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17780) When choose an author in authority results new window shows a blank screen
8864
- [[17988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17988) Select2 prevents correct tag expand/minimize functionality
8865
- [[18119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18119) Bug 17988 broke cataloging javascript functionality
8866
- [[18415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18415) Advanced Editor - Rancor - return focus to editor after successful macro
8867
8868
#### Circulation
8869
8870
- [[12972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12972) Transfer slip and transfer message (blue box) can conflict
8871
- [[16202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16202) Rental fees can be generated for fractions of a penny/cent
8872
- [[17309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17309) Renewing and HomeOrHoldingBranch syspref
8873
- [[17395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17395) exporting checkouts in CSV generates a file with wrong extension
8874
- [[17671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17671) Remove unused variables in Reserves.pm
8875
- [[17761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17761) Renewing or returning item via the checkouts table causes lost and damaged statuses to disappear
8876
- [[17781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17781) Improper branchcode set during renewal
8877
- [[17808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17808) When editing circulation conditions, only ask for confirmation when there is already a rule selected
8878
- [[17840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17840) Add classes to internal and public notes in checkouts table
8879
- [[17952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17952) Lost items not skipped by overdue_notices.pl
8880
- [[18219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18219) "Not checked out." problem message displays twice on local use.
8881
- [[18321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18321) One more checkouts possible than allowed by rules
8882
- [[18335]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18335) Check in: Make patron info in hold messages obey syspref AddressFormat
8883
- [[18453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18453) "Export" column is not hidden when ExportCircHistory is off
8884
8885
#### Command-line Utilities
8886
8887
- [[18058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18058) 'borrowers-force-messaging-defaults --doit --truncate ' gives DBI error
8888
- [[18502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18502) koha-shell broken on dev installs
8889
- [[18548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18548) running  koha-create --request-db without an instance name should abort
8890
8891
#### Course reserves
8892
8893
- [[18264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18264) Course reserves - use itemnumber for editing existing reserve items
8894
8895
#### Database
8896
8897
- [[18383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18383) items.onloan schema comment seems to be incorrect.
8898
8899
#### Developer documentation
8900
8901
- [[5395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5395) C4::Acquisition::SearchOrder POD inconsistent with function
8902
- [[17935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17935) Adjust some POD lines, fix a few typos
8903
- [[18432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18432) Most code comments assume male gender
8904
8905
#### Documentation
8906
8907
- [[14424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14424) Update Help Files for 3.20
8908
- [[18554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18554) Adjust a few typos including responsability
8909
8910
#### Hold requests
8911
8912
- [[11450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11450) Hold Request Confirm Deletion
8913
- [[17749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17749) Missing l in '.pl' in link on waitingreserves.tt
8914
- [[17766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17766) Patron notification does not work with multi item holds
8915
- [[18076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18076) Error when placing a hold and holds per record is set to 999
8916
- [[18534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18534) When IndependentBranches is enabled the pickup location displayed incorrectly on request.pl
8917
8918
#### Installation and upgrade (command-line installer)
8919
8920
- [[17880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17880) C4::Installer::PerlModules lexicographical comparison is incorrect
8921
- [[17911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17911) Message and timeout mismatch at the end of the install process
8922
8923
#### Installation and upgrade (web-based installer)
8924
8925
- [[12930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12930) Web installer does not show login errors
8926
- [[17190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17190) Mark REST API dependencies as mandatory in PerlDependencies.pm
8927
- [[17469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469) fr-CA web installer is missing some sample notices
8928
- [[17577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17577) Improve sample notices for article requests
8929
- [[18578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18578) Use subdirectory in /tmp for session storage during installation
8930
8931
#### Label/patron card printing
8932
8933
- [[8603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8603) Patron card creator - 'Barcode Type' doesn't stick in layouts
8934
- [[15711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711) Deleting patroncard images has unexpected behaviour and is broken
8935
- [[17879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17879) Possible to upload images with no image name
8936
- [[18209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18209) Patron's card manage.pl page is not fully translatable
8937
- [[18244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18244) Patron card creator does not take in account fields with underscore (B_address etc.)
8938
- [[18246]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18246) Patron card creator: Units not always display properly in layouts
8939
- [[18535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18535) Clicking 'edit printer profile' in label creator causes software error
8940
- [[18611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18611) Create labels action fails in manage-marc-import.pl if an item has been deleted from the import batch.
8941
8942
#### Lists
8943
8944
- [[15584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15584) Staff client list errors are incorrectly styled
8945
- [[17852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17852) Multiple URLs (856) in list email are broken
8946
8947
#### MARC Authority data support
8948
8949
- [[17909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17909) Add unit tests for authority merge
8950
- [[17913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17913) Merge three authority merge fixes
8951
- [[18014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18014) AddAuthority should respect AUTO_INCREMENT
8952
8953
#### MARC Bibliographic data support
8954
8955
- [[4126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4126) bulkmarcimport.pl allows -b and -a to be specified simultaneously
8956
- [[17547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17547) (MARC21) Chronological term link subfield 648$9 not indexed
8957
- [[17788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17788) (MARC21) $9 fields not indexed in authority-linked fields
8958
- [[17799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17799) MARC bibliographic frameworks breadcrumbs broken for Default framework
8959
8960
#### Notices
8961
8962
- [[11274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11274) Sent Notices Tab Not Working Correctly
8963
- [[15854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15854) Race condition for sending renewal/check-in notices
8964
- [[16568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16568) Talking Tech generates phone notifications for all overdue actions
8965
- [[17866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17866) Change sender for claim and order notices
8966
- [[17995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17995) HOLDPLACED notice should have access to the reserves table
8967
- [[18478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478) Some notices sent via SMS gateway fail
8968
8969
#### OPAC
8970
8971
- [[4460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4460) Amazon's AssociateID tag not used in links so referred revenue lost
8972
- [[15738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15738) Summary page says item has no fines, but Fines tab says otherwise
8973
- [[16515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16515) Did you mean? links don't wrap on smaller screens
8974
- [[17652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17652) opac-account.pl does not include login branchcode
8975
- [[17696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17696) Two missing periods in opac-suggestions.tt
8976
- [[17823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17823) XSLT: Add label for MARC 583 - Action note
8977
- [[17895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17895) Small typo -'re-set'
8978
- [[17936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17936) Search bar not aligned on right in small screen sizes
8979
- [[17945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17945) Breadcrumbs broken on opac-serial-issues.pl
8980
- [[17947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17947) Searching my library first shows the branchcode by the search bar rather than branchname
8981
- [[17993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17993) Do not use modal authentication with CAS
8982
- [[18307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18307) Branchname is no longer displayed in subscription tab view
8983
- [[18400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18400) Noisy warns in opac-search.pl during itemtype sorting
8984
- [[18466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18466) No article requests breaks the opac-user-views block
8985
- [[18479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18479) Holds 'Placed on' column in opac-user.pl not sorting correctly
8986
- [[18484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18484) opac-advsearch.tt missing closing div tag for .container-fluid
8987
- [[18504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18504) Amount owed on fines tab should be formatted as price if <10 or credit
8988
- [[18505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18505) OPAC Search History page does not respect OpacPublic syspref
8989
8990
#### Packaging
8991
8992
- [[16749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16749) Additional fixes for debian scripts
8993
- [[17265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17265) Make koha-create and koha-dump-defaults less greedy
8994
- [[17618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17618) perl-modules Debian package name change
8995
- [[18571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18571) koha-conf.xml should include ES entry
8996
8997
#### Patrons
8998
8999
- [[15702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15702) Trim whitespace from patron details upon submission
9000
- [[17891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17891) typo in housebound.tt div tag
9001
- [[18094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18094) Patron search filters are broken by searchable attributes
9002
- [[18263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18263) Make use of syspref 'CurrencyFormat' for Account and Pay fines tables
9003
- [[18370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18370) Columns settings patrons>id=memberresultst : display bug
9004
- [[18423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18423) Add child button not always appearing - problem in template variable
9005
- [[18551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551) Hide with CSS dynamic elements in member search
9006
- [[18552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18552) Borrower debarments do not show on member detail page
9007
- [[18553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18553) Incorrect "Loading..." tag on  moremember.tt when no clubs defined
9008
- [[18569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18569) Quick add patron will not copy over details from cities and towns pull down into patron details
9009
- [[18596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18596) Quick add form duplicating password confirm
9010
- [[18597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18597) Quick add form does not transfer patron attributes values when switching forms/saving
9011
- [[18598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18598) Quick add form doesn't clear values when switching
9012
9013
#### Reports
9014
9015
- [[8306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8306) Patron stats, patron activity : no active doesn't work
9016
- [[17925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17925) Disable debugging in reports/bor_issues_top.pl
9017
9018
#### SIP2
9019
9020
- [[12021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021) SIP2 checkin should alert on transfer and use CT for return branch
9021
- [[17665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17665) SIP2 Item Information Response returns incorrect circulation status of '08' ( waiting on hold shelf ) if record has any holds
9022
9023
#### Searching
9024
9025
- [[14699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14699) Intranet search history issues due to DataTables pagination
9026
- [[16115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16115) JavaScript error on item search form unless NOT_LOAN defined
9027
- [[17134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17134) Facet's area shows itemtypes' code instead of item's description
9028
- [[17821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17821) due date in intranet search results should use TT date plugin
9029
- [[17838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17838) Availability limit broken until an item has been checked out
9030
- [[18047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18047) JavaScript error on item search form unless LOC defined
9031
- [[18068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18068) Elasticsearch (ES): Location and (home|holding)branch facets mixed
9032
- [[18189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18189) Elasticsearch sorting broken
9033
9034
#### Self checkout
9035
9036
- [[7550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7550) Self checkout: limit display of patron image to logged-in patron
9037
- [[16873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16873) Renewal error message not specific enough on self check.
9038
- [[18405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18405) Self checkout: Fix broken silent printing
9039
9040
#### Serials
9041
9042
- [[7728]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7728) Fixing subscription endddate inconsistency: should be empty when the subscription is running
9043
- [[14932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14932) serials/serials-collection.pl-page is very slow. GetFullSubscription* checks permission for each serial!
9044
- [[17520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17520) Add serialsUpdate.pl to the list of regular cron jobs
9045
- [[17865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17865) If a subscription has no history end date, it shows as expired today in OPAC
9046
- [[18536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18536) Generating CSV using profile in serials late issues doesn't work as described
9047
9048
#### Staff Client
9049
9050
- [[16933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16933) Alt-Y not working on "Please confirm checkout" dialogs
9051
- [[17670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17670) Grammar mistakes - 'effect' vs. 'affect'
9052
- [[18026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18026) URL to database columns link in system preferences is incorrect
9053
9054
#### System Administration
9055
9056
- [[13968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13968) Branch email hints are misleading
9057
- [[17346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17346) Enable the check in option in Columns settings
9058
- [[18444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18444) Add TalkingTechItivaPhoneNotification to sysprefs.sql
9059
- [[18600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18600) Missing db update for TalkingTechItivaPhoneNotification
9060
9061
#### Templates
9062
9063
- [[15460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15460) Bug 13381 accidentally removed spaces after subfields c and h of 245
9064
- [[17290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17290) Standardize on "Patron categories" when referring to patron category
9065
- [[17790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17790) Fix js error on undefined autocomplete(...).data(...) in js_includes.inc
9066
- [[17916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17916) "Delete MARC modification template" fails to actually delete it
9067
- [[17982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17982) Fix the use of uniq in sub themelanguage
9068
- [[18419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18419) Broken patron-blank image in viewlog.tt
9069
- [[18452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18452) Should say 'URL' instead of 'url' in catalog detail
9070
- [[18529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18529) Template cleanup of patron clubs pages
9071
9072
#### Tools
9073
9074
- [[14399]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14399) Fix inventory.pl part two (following 12913)
9075
- [[15415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15415) Warn when creating new printer profile for patron card creator
9076
- [[17777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17777) koha-remove should deal with temporary uploads
9077
- [[17794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17794) Menu items in Tools menu and Admin menu not bold when active but not on linked page
9078
- [[18087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18087) Clarification on File type when using file of biblionumbers to export data
9079
- [[18095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18095) Batch item modification: Better message if no item is modified
9080
- [[18135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18135) Can submit batch deletion for authorities without selecting any
9081
- [[18340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18340) Progress bar length is wrong
9082
9083
#### Transaction logs
9084
9085
- [[17708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708) Renewal log seems empty
9086
9087
#### Web services
9088
9089
- [[17778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778) Make "Earliest Registered Date" in OAI-PMH dynamic
9090
- [[17836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17836) (ILSDI) 'charges' always '1'
9091
- [[17927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17927) REST API: /holds and /patrons attributes have wrong types
9092
9093
#### Z39.50 / SRU / OpenSearch Servers
9094
9095
- [[17487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17487) Improper placement of select/clear all in Z39.50/SRU search dialog
9096
9097
#### Test Suite
9098
9099
- [[17714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17714) Remove itemtype-related t/db_dependent/Members/* warnings
9100
- [[17715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17715) Remove itemtype-related t/db_dependent/Holds/RevertWaitingStatus.t warnings
9101
- [[17716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17716) Remove itemtype-related t/db_dependent/CourseReserves.t warnings
9102
- [[17722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17722) t/db_dependent/PatronLists.t doesn't run inside a transaction
9103
- [[17742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17742) Test t/db_dependent/Patrons.t can fail randomly
9104
- [[17759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17759) Fixing theoretical problems with guarantorid in Members.t
9105
- [[17920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920) t/db_dependent/Sitemapper.t fails because of permissions
9106
- [[18009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18009) IssueSlip.t test fails if launched between 00:00 and 00:59
9107
- [[18045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18045) Reserves.t can fail because of caching issues
9108
- [[18233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18233) t/db_dependent/00-strict.t has non-existant resetversion.pl
9109
- [[18243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18243) Bug 16034 follow-up: better handling of absence of WebService::ILS::OverDrive::Patron at testing
9110
- [[18420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18420) Some tests fail without patron category 'S'
9111
- [[18460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18460) Remove itemtype-related Serials.t warnings
9112
- [[18494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18494) Fix Letters.t (follow-up of 15702)
9113
- [[18620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18620) t/db_dependent/Letters.t failing on master
9114
9115
#### Architecture, internals, and plumbing
9116
9117
- [[17257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17257) Cannot create a patron under MySQL 5.7
9118
- [[17502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17502) Add type check to output_pref and use exceptions
9119
- [[17666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17666) .perl atomic update does not work under kohadevbox
9120
- [[17681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17681) Existing typos might thow some fees when recieved
9121
- [[17713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17713) Members.t is failing randomly
9122
- [[17726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17726) TestBuilder's refactoring removed default values
9123
- [[17731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17731) Remove the noxml option from rebuild_zebra.pl
9124
- [[17733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17733) Members.t is still failing randomly
9125
- [[17814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17814) koha-plack --stop should make sure that Plack really stop
9126
- [[17820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17820) Do not use search->next when find can be used
9127
- [[17931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17931) Remove unused vars from reserves_stats.pl
9128
- [[17960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17960) Rename opac_news.new with opac_news.content
9129
9130
> The database column opac_news.new is renamed to opac_news.content. The notice templates using that placeholder should have been updated automatically (bug 18121).
9131
9132
9133
- [[17992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17992) REST api: Cities controller should not use ->unblessed
9134
- [[18028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18028) install_misc directory is outdated and must be removed
9135
- [[18069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18069) koha-rebuild-zebra still calls rebuild_zebra with -x
9136
- [[18089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18089) All XSLT testing singleBranchMode = 0 fails to show even if install has only 1 branch
9137
- [[18121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18121) Rename opac_news.new with opac_news.content - replace notice template
9138
- [[18136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18136) Content of ExportRemoveFields is not picked to pre-fill field list
9139
- [[18215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18215) Resolve warning on $tls in Database.pm
9140
- [[18395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18395) Wrong article request methods in Koha::Patrons
9141
- [[18443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18443) Get rid of warning 'uninitialized value $user' in C4/Auth.pm
9142
- [[18557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18557) Mysqlim CURRENT_DATE in Koha::Clubs::get_enrollable
9143
- [[18632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18632) CGI::param called in list context flooding erro logs
9144
- [[18664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18664) IssueSlip.t is failing - IssueSlip should return if params are not valid
9145
- [[18669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18669) RewriteCond affecting wrong rule in koha-httpd.conf
9146
- [[13726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726) Koha::Acquisition::Bookseller should use Koha::Object
9147
- [[14537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14537) Rename system preference 'OverdueNoticeBcc' to 'NoticeBcc'
9148
9149
> The system preference 'OverdueNoticeBcc' is renamed to 'NoticeBcc' as it does not only apply to overdue notices, but to notices in general.
9150
9151
9152
- [[15879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15879) Allow multiple plugin directories to be defined in koha-conf.xml
9153
9154
> It's now possible to define multiple plugin directories
9155
in the Koha conf file. This allows for ease of plugin development so that each plugin installed can live in its own git repository. For compatibility, the first plugindir instance defined is used for uploading plugins via the web interface.
9156
9157
9158
- [[15896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15896) Use Koha::Account::pay internally for makepayment
9159
- [[15897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15897) Use Koha::Account::pay internally for recordpayment_selectaccts
9160
- [[15898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15898) Use Koha::Account::pay internally for makepartialpayment
9161
- [[15905]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15905) Remove use of makepayment
9162
- [[15906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15906) Remove use of makepayment in paycollect.pl
9163
- [[15907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15907) Remove use of makepayment in opac/opac-account-pay-paypal-return.pl
9164
- [[15908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15908) Remove use of recordpayment_selectaccts
9165
- [[15909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15909) Remove the use of makepartialpayment
9166
- [[16966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16966) Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise
9167
- [[17196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196) Move marcxml out of the biblioitems table
9168
9169
> This development moves marcxml out of the biblioitems and deletedbiblioitems tables and moves it to two new tables: biblio_metadata and deletedbiblio_metadata. SQL queries using the biblioitems table but not the marcxml column will get a performance boost. Storing the marcxml in a specific table will allow us to store several metadata formats (USMARC, MARCXML, MIJ, etc.).
9170
ATTENTION: all reports that use ExtractValue to retrieve MARC tags from biblioitems.marcxml need to be updated/rewritten.
9171
9172
9173
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
9174
9175
> This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
9176
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
9177
9178
9179
- [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
9180
- [[17461]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17461) Make plugins-home.pl complain about plugins that can not be loaded
9181
- [[17501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17501) Koha Objects for uploaded files
9182
- [[17556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17556) Move GetHideLostItemsPreference to Koha::Patron
9183
- [[17557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17557) Move GetAge to Koha::Patron->get_age (and remove SetAge)
9184
- [[17568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17568) Add the Koha::Patron->library method
9185
- [[17569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17569) Move GetUpcomingMembershipExpires to Koha::Patrons
9186
- [[17578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17578) Replace GetMemberDetails with GetMember
9187
- [[17580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17580) Add the Koha::Patron->get_overdues method
9188
- [[17583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17583) Use Koha::Patron->is_expired from circulation.pl
9189
- [[17584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17584) Add the Koha::Patron->checkouts method
9190
- [[17585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17585) Add the Koha::Patron->account method
9191
- [[17586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17586) Add the Koha::Account->balance method
9192
- [[17588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17588) Move GetMemberIssuesAndFines to Koha::Patron
9193
- [[17610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17610) Allow the number of plack workers and max connections to be set in koha-conf.xml
9194
- [[17627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17627) Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes
9195
- [[17629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629) Koha::Biblio - Remove ModBiblioframework
9196
- [[17630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17630) Add the Koha::Biblio->holds method
9197
- [[17631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17631) Koha::Biblio - Remove GetHolds
9198
- [[17678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17678) C4::Acquisition - Replace GetIssues with Koha::Checkouts
9199
- [[17679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17679) C4::Circulation - Remove unused GetItemIssues
9200
- [[17689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17689) Add the Koha::Issue->is_overdue method
9201
- [[17736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736) Move GetReservesFromBiblionumber to Koha::Biblio->holds
9202
- [[17737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17737) Move GetReservesFromItemnumber to Koha::Item->holds
9203
- [[17740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740) Add the Koha::Patron->holds method
9204
- [[17741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741) Use Koha::Patron->holds in Koha::Patron->delete
9205
- [[17755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17755) Introduce Koha::Patron::Attribute::Type(s)
9206
- [[17767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17767) Let Koha::Patron::Modification handle extended attributes
9207
- [[17783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17783) Optimize Koha::IssuingRules->get_effective_issuing_rule
9208
- [[17792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17792) Introduce Koha::Patron::Attribute(s)
9209
- [[17796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17796) Koha::Issues should be moved to Koha::Checkouts
9210
- [[17804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17804) Remove some modules from showdiffmarc.pl
9211
- [[17813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17813) Table borrower_attributes needs a primary key
9212
- [[17824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17824) Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
9213
- [[17825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17825) Remove C4::Members::AttributeTypes::AttributeTypeExists
9214
- [[17828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17828) Koha::Patron::Attribute->store should raise an exception if unique_id is being broken
9215
- [[17835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17835) Move C4::Koha::GetItemTypes to Koha::ItemTypes
9216
- [[17844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17844) Move C4::Koha::get_notforloan_label_of to Koha::AuthorisedValues
9217
- [[17846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17846) Remove C4::Koha::get_infos_of
9218
- [[17847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17847) Move C4::Koha::GetAuthvalueDropbox to Koha::AuthorisedValues
9219
- [[17894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17894) Remove and Replace WriteOffFee
9220
- [[17932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17932) Koha::Object should provide a TO_JSON method
9221
- [[17958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17958) Add the Koha::Notice::Template[s] packages (letter table)
9222
- [[17959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17959) Add the Koha::Notice::Message[s] packages (message_queue table)
9223
- [[17962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17962) TT syntax for notices - Prove that ACQ_NOTIF_ON_RECEIV is compatible
9224
- [[17963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17963) TT syntax for notices - Prove that AR_* are compatible
9225
- [[17964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17964) TT syntax for notices - Prove that CHECKIN and CHECKOUT are compatible
9226
- [[17968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17968) Remove useless variable in C4::Overdues::parse_overdues_letter
9227
- [[17970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17970) GetPreparedLetter does not warn when expected
9228
- [[17971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17971) TT syntax for notices - Add support for plurals
9229
- [[17973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17973) Add the Koha::Checkout->item method
9230
- [[17974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17974) Add the Koha::Item->biblio method
9231
- [[17990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17990) Code to check perl module versions is buggy
9232
- [[18033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18033) If/else sometimes does not make sense after koha account  system refactoring
9233
- [[18093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18093) Add the Koha::Objects->get_column method
9234
- [[18169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18169) Date like 2999 should not be used arbitrarily
9235
- [[18173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18173) Remove issues.return
9236
- [[18174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18174) Add the Koha::Object->update method
9237
- [[18208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18208) Add RecordProcessor filter to inject not onloan count to MARC records
9238
- [[18256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18256) Koha::Biblio - Remove GetItemsCount
9239
- [[18258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18258) Add the Koha::Biblio->subscriptions method
9240
- [[18269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18269) Move field mappings related code to Koha::FieldMapping[s]
9241
- [[18270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18270) No need to fetch the MARC record when deleting an item
9242
- [[18274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18274) C4::Items - Remove GetItemStatus
9243
- [[18299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18299) Removal of  admin/env_tz_test.pl script
9244
- [[18300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18300) Delete missing upload records
9245
- [[18332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18332) Add the Koha::Objects->last method
9246
- [[18401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18401) Add the Koha::Checkout->patron method
9247
- [[18402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18402) Add the Koha::Item->checkout method
9248
- [[18427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18427) Add a primary key to serialitems
9249
- [[18459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18459) Add the Koha::Item->biblioitem method
9250
9251
9252
### New sysprefs
9253
9254
- AllowCheckoutNotes
9255
- AuthorityMergeLimit
9256
- AuthorityMergeMode
9257
- CircSidebar
9258
- CumulativeRestrictionPeriods
9259
- ExcludeHolidaysFromMaxPickUpDelay
9260
- ExportCircHistory
9261
- ExportRemoveFields
9262
- FailedLoginAttempts
9263
- LoadSearchHistoryToTheFirstLoggedUser
9264
- MarcItemFieldsToOrder
9265
- NoticeBcc
9266
- NumSavedReports
9267
- OPACFineNoRenewalsBlockAutoRenew
9268
- OPACHoldsIfAvailableAtPickup
9269
- OPACHoldsIfAvailableAtPickupExceptions
9270
- OpacNewsLibrarySelect
9271
- OverDriveCirculation
9272
- RenewalLog
9273
- TalkingTechItivaPhoneNotification
9274
- TranslateNotices
9275
- UploadPurgeTemporaryFilesDays
9276
- UsageStatsGeolocation
9277
- UsageStatsLibrariesInfo
9278
- UsageStatsPublicID
9279
9280
### System requirements
9281
9282
Important notes:
9283
    
9284
- Perl 5.10 is required
9285
- Zebra is required
9286
9287
### Documentation
9288
9289
The Koha manual is maintained in DocBook.The home page for Koha 
9290
documentation is 
9291
9292
- [Koha Documentation](http://koha-community.org/documentation/)
9293
9294
As of the date of these release notes, only the English version of the
9295
Koha manual is available:
9296
9297
- [Koha Manual](http://manual.koha-community.org//en/)
9298
9299
The Git repository for the Koha manual can be found at
9300
9301
- [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
9302
9303
9304
9305
Partial translations are available for various other languages.
9306
9307
The Koha team welcomes additional translations; please see
9308
9309
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
9310
9311
for information about translating Koha, and join the koha-translate 
9312
list to volunteer:
9313
9314
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
9315
9316
The most up-to-date translations can be found at:
9317
9318
- [Koha Translation](http://translate.koha-community.org/)
9319
9320
### Release Team
9321
9322
The release team for Koha 17.05.00 is
9323
9324
- Release Manager:
9325
  - [Kyle M Hall](mailto:kyle@bywatersolutions.com)
9326
  - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
9327
- QA Team:
9328
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
9329
  - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
9330
  - [Tomas Cohen Arazi](mailto:tomascohen@gmail.com)
9331
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
9332
  - [Nick Clemens](mailto:nick@bywatersolutions.com)
9333
  - [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
9334
  - [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
9335
  - [Julian Maurice](mailto:julian.maurice@biblibre.com)
9336
- Continuous Integration Infrastructure Maintainer
9337
  - [Tomas Cohen Arazi](mailto:tomascohen@gmail.com)
9338
- Bug Wranglers:
9339
  - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
9340
  - [Marc Veron](mailto:veron@veron.ch)
9341
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
9342
- Documentation Manager:
9343
  - [Chris Cormack](mailtochrisc@catalyst.net.nz)
9344
  - [David Nind](mailto:david@davidnind.com))
9345
- Database Documentation Manager:
9346
  - [David Nind](mailto:david@davidnind.com))
9347
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
9348
- Wiki curators: 
9349
  - [Brook](mailto:)
9350
  - [Thomas Dukleth](mailto:kohadevel@agogme.com)
9351
- Release Maintainers:
9352
  - 16.11 -- [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
9353
  - 16.05 -- [Mason James](mailto:mtj@kohaaloha.com)
9354
  - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
9355
9356
### Credits
9357
9358
We thank the following libraries who are known to have sponsored
9359
new features in Koha 17.05.00:
9360
9361
- ByWater Solutions
9362
- Catalyst IT
9363
- Cheshire Libraries
9364
- Orex Digital
9365
- Region Halland
9366
- Universidad Nacional de Cordoba
9367
- University of the Arts London
9368
9369
We thank the following individuals who contributed patches to Koha 17.05.00.
9370
9371
- Aleisha (1)
9372
- Chloe (1)
9373
- Emma (1)
9374
- LeireDiez (1)
9375
- remi (1)
9376
- pongtawat (2)
9377
- radiuscz (2)
9378
- phette23 (3)
9379
- Blou (6)
9380
- Jacek Ablewicz (2)
9381
- Brendan A Gallagher (3)
9382
- Aleisha Amohia (41)
9383
- Alex Arnaud (13)
9384
- Maxime Beaulieu (2)
9385
- Rebecca Blundell (2)
9386
- Oliver Bock (1)
9387
- Christopher Brannon (3)
9388
- Alex Buckley (9)
9389
- Colin Campbell (2)
9390
- Frédérick Capovilla (1)
9391
- Nick Clemens (61)
9392
- Tomas Cohen Arazi (78)
9393
- David Cook (8)
9394
- Chris Cormack (3)
9395
- Olivier Crouzet (2)
9396
- Stephane Delaune (1)
9397
- Frédéric Demians (3)
9398
- Marcel de Rooy (171)
9399
- Jonathan Druart (375)
9400
- Dani Elder (1)
9401
- Magnus Enger (5)
9402
- Katrin Fischer (4)
9403
- Petter Goksøyr Åsen (1)
9404
- Caitlin Goodger (5)
9405
- David Gustafsson (1)
9406
- Luke Honiss (4)
9407
- Mason James (1)
9408
- Srdjan Jankovic (5)
9409
- Karen Jen (2)
9410
- Dimitris Kamenopoulos (1)
9411
- Chris Kirby (1)
9412
- Olli-Antti Kivilahti (6)
9413
- David Kuhn (1)
9414
- Nicolas Legrand (1)
9415
- Owen Leonard (20)
9416
- Ere Maijala (2)
9417
- Patricio Marrone (2)
9418
- Julian Maurice (16)
9419
- Grace McKenzie (4)
9420
- Tim McMahon (1)
9421
- Matthias Meusburger (5)
9422
- Kyle M Hall (110)
9423
- Josef Moravec (30)
9424
- Joy Nelson (1)
9425
- Chris Nighswonger (1)
9426
- Dobrica Pavlinusic (3)
9427
- Paul Poulain (2)
9428
- Meenakshi R (1)
9429
- Liz Rea (3)
9430
- Martin Renvoize (5)
9431
- Francesco Rivetti (3)
9432
- Benjamin Rokseth (3)
9433
- Alex Sassmannshausen (2)
9434
- Adrien Saurat (1)
9435
- Zoe Schoeler (2)
9436
- Emma Smith (1)
9437
- Fridolin Somers (10)
9438
- Zeno Tajoli (1)
9439
- Lari Taskula (8)
9440
- Lyon3 Team (2)
9441
- Mirko Tietgen (3)
9442
- Mark Tompsett (25)
9443
- Oleg Vasylenko (2)
9444
- Marc Véron (16)
9445
- Jesse Weaver (4)
9446
- Baptiste Wojtkowski (8)
9447
9448
We thank the following libraries, companies, and other institutions who contributed
9449
patches to Koha 17.05.00
9450
9451
- abunchofthings.net (3)
9452
- ACPL (20)
9453
- aei.mpg.de (1)
9454
- BibLibre (56)
9455
- biblos.pk.edu.pl (2)
9456
- BSZ BW (4)
9457
- Bulac (1)
9458
- ByWater-Solutions (171)
9459
- Catalyst (23)
9460
- cdalibrary.org (3)
9461
- centrum.cz (2)
9462
- Cineca (1)
9463
- Foundations (1)
9464
- helsinki.fi (2)
9465
- ilsleypubliclibrary.org (1)
9466
- inLibro.com (1)
9467
- jns.fi (13)
9468
- KohaAloha (1)
9469
- kohadevbox (1)
9470
- kylehall.info (5)
9471
- Libeo (1)
9472
- Libriotech (5)
9473
- Marc Veron AG (16)
9474
- Nucsoft OSS Labs (1)
9475
- oha.it (3)
9476
- Oslo Public Library (4)
9477
- Prosentient Systems (8)
9478
- PTFS-Europe (9)
9479
- punsarn.asia (2)
9480
- Rijksmuseum (171)
9481
- rot13.org (3)
9482
- scanbit.net (1)
9483
- Solutions inLibro inc (8)
9484
- student.uef.fi (1)
9485
- Tamil (3)
9486
- Theke Solutions (78)
9487
- ub.gu.se (1)
9488
- unidentified (121)
9489
- Universidad Nacional de Córdoba (2)
9490
- Universite Jean Moulin Lyon 3 (4)
9491
- wegc.school.nz (7)
9492
- wlpl.org (1)
9493
9494
We also especially thank the following individuals who tested patches
9495
for Koha.
9496
9497
- Aleisha (1)
9498
- Aleisha Amohia (4)
9499
- Alex Buckley (22)
9500
- Andreas Roussos (1)
9501
- Baptiste Wojtkowski (4)
9502
- Barbara Johnson (1)
9503
- Barton Chittenden (1)
9504
- Benjamin Daeuber (8)
9505
- Benjamin Rokseth (1)
9506
- beroud (1)
9507
- Cab Vinton (3)
9508
- Caitlin Goodger (3)
9509
- Cédric Vita (2)
9510
- Chris Cormack (21)
9511
- Chris Kirby (1)
9512
- Christopher Brannon (6)
9513
- Claire Gravely (22)
9514
- Colin Campbell (2)
9515
- Dani Elder (1)
9516
- David Cook (3)
9517
- David Kuhn (1)
9518
- Dilan Johnpulle (3)
9519
- Dobrica Pavlinusic (2)
9520
- Edie Discher (1)
9521
- Emma Smith (2)
9522
- EricGosselin (1)
9523
- Frédéric Demians (1)
9524
- Grace McKenzie (4)
9525
- Hector Castro (2)
9526
- Hugo Agud (12)
9527
- Jacek Ablewicz (14)
9528
- Jane Leven (1)
9529
- Janet McGowan (8)
9530
- Jan Kissig (1)
9531
- Jenny Schmidt (2)
9532
- Jesse Maseto (4)
9533
- Jesse Weaver (3)
9534
- JMBroust (2)
9535
- Joel Sasse (1)
9536
- Jonathan Druart (451)
9537
- Jonathan Field (13)
9538
- Josef Moravec (195)
9539
- Joy Nelson (2)
9540
- J Schmidt (1)
9541
- Julian Maurice (66)
9542
- Julien Comte (1)
9543
- Karam Qubsi (1)
9544
- Karen Jen (1)
9545
- Katrin Fischer (35)
9546
- Lari Taskula (7)
9547
- Larry Baerveldt (1)
9548
- Laura Slavin (2)
9549
- Lisa Gugliotti (1)
9550
- Liz Rea (4)
9551
- Luke Honiss (1)
9552
- Magnus Enger (6)
9553
- Marci Chen (1)
9554
- Marc Veron (1)
9555
- Marc Véron (136)
9556
- Marjorie Barry-Vila (1)
9557
- Mark Tompsett (77)
9558
- Martin Renvoize (38)
9559
- Mason James (9)
9560
- Matthias Meusburger (2)
9561
- mehdi (1)
9562
- Mehdi Hamidi (1)
9563
- Mika Smith (1)
9564
- Mirko Tietgen (31)
9565
- Nick Clemens (1)
9566
- Nick Clemens (217)
9567
- Nicolas Legrand (2)
9568
- Oliver Bock (1)
9569
- Olli-Antti Kivilahti (10)
9570
- Owen Leonard (54)
9571
- Paul POULAIN (1)
9572
- Peggy Thrasher (1)
9573
- Philippe (2)
9574
- Radek Å iman (2)
9575
- Rhonda Kuiper (3)
9576
- sbujam (1)
9577
- Séverine Queune (4)
9578
- Sonia Bouis (3)
9579
- Srdjan (7)
9580
- Zeno Tajoli (11)
9581
- Zoe Schoeler (2)
9582
- Katrin Fischer  (3)
9583
- Liz Rea  (1)
9584
- Tomas Cohen Arazi (88)
9585
- Brendan A Gallagher (47)
9586
- Kyle M Hall (1124)
9587
- Bernardo Gonzalez Kriegel (1)
9588
- Andreas Hedström Mace (1)
9589
- Marcel de Rooy (385)
9590
9591
We regret any omissions.  If a contributor has been inadvertently missed,
9592
please send a patch against these release notes to 
9593
koha-patches@lists.koha-community.org.
9594
9595
#### Thanks
9596
- Thanks to Brendan and Nick, without whom this release would not be what it is
9597
- To Brendan, who never says no.
9598
- To Nick, who always says yes.
9599
9600
#### Special thanks from the Release Manager
9601
I'd like to thank everyone who has contributed time and effort to this release. Many hands make light work!
9602
9603
A special thanks to the ByWater Solutions team. I could not have done this without all of you!
9604
- Brendan Gallagher
9605
- Nathan Curulla
9606
- Joy Nelson
9607
- Melissa Lefebvre
9608
- Jesse Maseto
9609
- Jacqueline Salter
9610
- Barton Chittenden
9611
- Nick Clemens
9612
- Michael Cabus
9613
- Jessie Zairo
9614
- Karen Holt
9615
- Kelly McElligott
9616
- Larry Baerveldt
9617
- Danielle Elder
9618
- Rocio Dressler
9619
- Jessica Beno
9620
- Todd Goatley
9621
- Josh Barron
9622
- Adam Brooks
9623
- Cindy Norman
9624
9625
### Revision control notes
9626
9627
The Koha project uses Git for version control.  The current development 
9628
version of Koha can be retrieved by checking out the master branch of:
9629
9630
- [Koha Git Repository](git://git.koha-community.org/koha.git)
9631
9632
The branch for this version of Koha and future bugfixes in this release
9633
line is 17.05.x
9634
9635
9636
### Bugs and feature requests
9637
9638
Bug reports and feature requests can be filed at the Koha bug
9639
tracker at:
9640
9641
- [Koha Bugzilla](http://bugs.koha-community.org)
9642
9643
He rau ringa e oti ai.
9644
(Many hands finish the work)
9645
9646
Autogenerated release notes updated last on 29 May 2017 23:12:14.
9647
## RELEASE NOTES FOR KOHA 16.11.00
9648
22 Nov 2016
9649
9650
Koha is the first free and open source software library automation
9651
package (ILS). Development is sponsored by libraries of varying types
9652
and sizes, volunteers, and support companies from around the world. The
9653
website for the Koha project is:
9654
9655
- [Koha Community](http://koha-community.org)
9656
9657
Koha 16.11.00 can be downloaded from:
9658
9659
- [Download](http://download.koha-community.org/koha-16.11.00.tar.gz)
9660
9661
Installation instructions can be found at:
9662
9663
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
9664
- OR in the INSTALL files that come in the tarball
9665
9666
Koha 16.11.00 is a major release, that comes with many new features.
9667
9668
It includes 6 new features, 246 enhancements, 410 bugfixes.
9669
9670
### Deprecation notice
9671
9672
Support for Debian 7 ( Wheezy ) is officially deprecated. It is highly recommended that Debian 8 ( Jessie ) be used for upgrades and new installations.
9673
9674
### New features
9675
9676
#### Holds
9677
- [[14695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695) Add ability to place multiple item holds on a given record per patron
9678
> Koha now supports the ability for a patron to place multiple holds on a single bibliographic record, with the type and limits configurable as circulation rules.
9679
> This new functionality is especially useful for records with heterogeneous items, where a patron may need to request multiple specific items.
9680
9681
- [[5260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5260) Add option to send an order by e-mail to the acquisition module
9682
> It will be possible to send order information to the vendor by e-mail. For now this feature can be triggered manually with a button before closing the basket.
9683
The order e-mail is based on the acquisition claim feature, but uses a new notice template: ACQORDER.
9684
9685
#### Cataloging
9686
9687
- [[14793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14793) New cataloguing plugin unimarc_field_225a_bis
9688
9689
#### Circulation
9690
9691
- [[14610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610) Add ability to place article requests in Koha
9692
9693
#### Patrons
9694
- [[3534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534) Patron quick add form
9695
> This patch adds a new system preference: PatronQuickAddFields When either this pref or BorrowerMandatoryField is populated this will add a new dropdown to the bew patron toolbar.
9696
> When a category is chosen from this dropdown the fields in PatronQuickAddFields and BorrowerMandatoryField will be displayed.
9697
> There will be a button allowing a user to switch from the quickadd to the full form and fields will be copied between the forms when toggling.
9698
> The Quick add will only be displayed on add of a new patron, future edits should display the full form.
9699
9700
- [[5670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5670) Housebound Readers Module
9701
> The Housebound module is an addition to Koha to allow the library to link together housebound patrons, volunteers, delivers and book choosers.
9702
> Ability to create housebound profiles & scheduled visits for patrons.
9703
> Ability to record users as Deliverers or Choosers (or both), using extended patron attributes.
9704
> Ability to link choosers and deliverers to individual delivery runs.
9705
> 'Delivery Frequencies' are customizable through authorised values ('HSBND_FREQ').
9706
9707
### Enhancements
9708
9709
#### Acquisitions
9710
9711
- [[7039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7039) Link to existing record from result list in acquisition search
9712
- [[9896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9896) Show vendor in subscription search when creating an order for a subscription
9713
- [[13321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321) Fix tax and prices calculation
9714
- [[13323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13323) Change the tax rate on receiving
9715
- [[14752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752) Add multiple copies to a basket at once
9716
- [[15128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15128) Add ability to limit the number of open purchase suggestions a patron can make
9717
- [[15164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15164) Allow editing of the invoice number after initial saving
9718
- [[16123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16123) Display budget hierarchy in the budget dropdown menu used when placing a new order
9719
- [[16511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511) Make contracts actions buttons
9720
- [[16525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525) Add cancel button when adding a new acq budget
9721
- [[16738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16738) Improve EDIFACT messages template
9722
- [[16841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16841) Help for Library EANs
9723
- [[16842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16842) Help for EDI accounts
9724
- [[16843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16843) Help for EDIFACT messages
9725
- [[16981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16981) Add EDI admin links to acq menu
9726
- [[17414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17414) Add GIR codes added to Edifact since 1.2
9727
9728
#### Architecture, internals, and plumbing
9729
9730
- [[11921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921) Move memcached configuration back to koha-conf.xml
9731
- [[15407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15407) Move the patron categories related code to Koha::Patron::Categories - part 2
9732
- [[15451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15451) Move the CSV related code to Koha::CsvProfile[s]
9733
- [[15758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15758) Move the C4::Branch related code to Koha::Libraries - part 4
9734
- [[15801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801) Move the framework related code to Koha::BiblioFramework[s] - part 2
9735
- [[15803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15803) Koha::AuthorisedValues - Remove GetAuthorisedValueCategories
9736
- [[15839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839) Move the reviews related code to Koha::Reviews
9737
- [[15895]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15895) Add Koha::Account module, use Koha::Account::pay internally for recordpayment
9738
- [[15899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15899) Remove the use of recordpayment
9739
- [[15900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15900) Remove use of recordpayment in ProcessOfflinePayment
9740
- [[15901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15901) Remove use of recordpayment in C4::SIP::ILS::Transaction::FeePayment
9741
- [[15902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15902) Remove use of recordpayment in process_koc.pl
9742
- [[15903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15903) Remove use of recordpayment in paycollect.pl
9743
- [[16166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16166) Improve L1 cache performance and safety
9744
- [[16365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16365) Selectively introduce GetMarcStructure() "unsafe" variant for better performance
9745
- [[16436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436) Allow action logs to be logged to the koha log file
9746
- [[16519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519) Do not use global variables in [opac-]addbybiblionumbers.pl
9747
- [[16586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16586) Koha Plugins: Limit results of GetPlugins by metadata
9748
- [[16672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16672) Add ability to remove expired holidays from special_holidays
9749
- [[16685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16685) Use eval instead of do for .perl atomicupdates
9750
- [[16693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16693) reserve/renewscript.pl is not used and should be removed
9751
- [[16715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16715) Koha::Cache - Use Sereal for serialization
9752
- [[16769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16769) Koha::Cache->set_in_cache calls need to be standardised
9753
- [[16770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16770) Remove wrong uses of Memoize::Memcached
9754
- [[16819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16819) C4::Members::DelMember should use Koha::Holds to delete holds
9755
- [[16847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16847) Remove C4::Members::GetTitles
9756
- [[16849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16849) Move IsDebarred to Koha::Patron->is_debarred
9757
- [[16850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16850) Move IsMemberBlocked to Koha::Patron
9758
- [[16851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16851) Move HasOverdues to Koha::Patron->has_overdues
9759
- [[16852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16852) Remove C4::Members::GetBorrowerCategorycode
9760
- [[16853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16853) Move changepassword to Koha::Patron->update_password
9761
- [[16891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16891) Move MoveMemberToDeleted to Koha::Patron->move_to_deleted
9762
- [[16907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16907) Move DelMember and HandleDelBorrower to Koha::Patron
9763
- [[16908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16908) Koha::Patrons - Remove GetSortDetails
9764
- [[16909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16909) Koha::Patrons - Remove checkuniquemember
9765
- [[16911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16911) Koha::Patrons - Move ExtendMemberSubscriptionTo to ->renew_account
9766
- [[16912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16912) Koha::Patrons - Move AddEnrolmentFeeIfNeeded to add_enrolment_fee_if_needed
9767
- [[16913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16913) C4::Members::GetBorrowersNamesAndLatest is not used
9768
- [[16961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16961) Add the Koha::Objects->update method
9769
- [[16965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16965) Add the Koha::Objects->search_related method
9770
- [[17080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17080) Koha::Object->new should handle default values for NOT NULL columns
9771
- [[17089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17089) Move the star ratings related code to Koha::Ratings
9772
- [[17091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17091) Add AUTOLOAD to Koha::Objects
9773
- [[17094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17094) Methods of Koha::Object[s]-based classed should not return DBIx::Class objects
9774
- [[17099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17099) GetSupportName and GetSupportList from C4/Koha.pm are no longer used
9775
- [[17110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17110) Lower CSRF expiry in Koha::Token
9776
- [[17189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17189) Add the ability to define several memcached namespaces
9777
- [[17193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17193) C4::Search::SearchAcquisitions is not used
9778
- [[17197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17197) misc/batchupdateISBNs.pl is certainly no longer in use
9779
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
9780
- [[17226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17226) Improve AUTOLOAD of Koha::Object
9781
- [[17248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17248) Koha::AuthorisedValues - Remove GetKohaAuthorisedValueLib
9782
- [[17249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17249) Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesFromField
9783
- [[17250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17250) Koha::AuthorisedValues - Remove GetAuthValCode
9784
- [[17251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17251) Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesMapping
9785
- [[17252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17252) Koha::AuthorisedValues - Remove GetAuthorisedValueByCode
9786
- [[17253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17253) Koha::AuthorisedValues - Remove GetKohaAuthorisedValues
9787
- [[17274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17274) Add info about which memcached config is used to about.pl
9788
- [[17302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17302) Add Koha::Util::Normalize for normalization functions
9789
- [[17356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17356) Add atomic update .perl skeleton file
9790
- [[17425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17425) Koha::Object should raise exceptions
9791
- [[17555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17555) Add Koha::Patron->category
9792
- [[17579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17579) Add the Koha::Patron->is_expired method
9793
- [[17594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17594) Make Koha::Object->discard_changes available
9794
- [[17599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17599) Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_issuing_rule
9795
- [[17604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17604) Add the Koha::Patron::Category->effective_BlockExpiredPatronOpacActions method
9796
- [[17651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17651) t/db_dependent/api/v1/patrons.t is failing
9797
9798
#### Cataloging
9799
9800
- [[6499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499) MARC21 035 -- Other-control-number --  Indexing & Matching
9801
- [[7741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7741) Clear search terms in Z3950 search page
9802
- [[9259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9259) Delete marc batches from staged marc management
9803
- [[13501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13501) Allow autocompletion on drop-down lists
9804
- [[14629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14629) Add aggressive ISSN matching feature equivalent to the aggressive ISBN matcher
9805
9806
#### Circulation
9807
9808
- [[3669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669) Create a template for circ/add_message.pl
9809
- [[6906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906) Show 'Borrower has previously issued $ITEM' alert on checkout
9810
- [[9543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543) Show patrons messaging subscription on holds notification
9811
- [[11360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11360) Disable barcode field and submit button when a hold is found
9812
- [[13134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13134) Add patron category to returns confirmation dialogs
9813
- [[14048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14048) Change RefundLostItemFeeOnReturn to be branch specific
9814
- [[14668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14668) Show serial enumeration in the patron's opac checkout summary
9815
- [[15172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15172) Serial enumchron/sequence not visible when returning/checking in Items
9816
- [[15581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15581) Add a circ rule to not allow auto-renewals after defined loan period
9817
- [[16272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272) Transform checkout from on-site checkout to regular checkout
9818
- [[16531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16531) Circ overdues report is showing an empty table if no overdues
9819
- [[16566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16566) 'Print slip' button formatting inconsistent
9820
- [[17331]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17331) Show holding branch in holds awaiting pickup report
9821
- [[17397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17397) Show name of librarian who created circulation message
9822
9823
#### Command-line Utilities
9824
9825
- [[10337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337) Add a script to insert all sample data automatically
9826
- [[14504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14504) Add command-line script to batch delete items based on data in items table
9827
- [[17444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17444) Export by date and time in export_record.pl
9828
- [[17459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17459) Add a script to create a superlibrarian user
9829
9830
#### Course reserves
9831
9832
- [[15853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15853) Add author and link columns to opac course reserves table
9833
- [[16651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16651) Notes field blank for 952$z in opac-course-details.pl
9834
9835
#### Hold requests
9836
9837
- [[8030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8030) Change pickup location of a hold from patron record
9838
- [[14642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14642) Add logging of hold modifications
9839
- [[16336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336) UX of holds patron search with long lists of results
9840
9841
#### I18N/L10N
9842
9843
- [[16687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16687) Translatability: Fix issues with sentence splitting in Administration preferences
9844
- [[16952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16952) Add sorting rules for Czech language to Zebra
9845
- [[17543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17543) Update German web installer sample files for 16.11
9846
9847
#### Installation and upgrade (command-line installer)
9848
9849
- [[17567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17567) populate_db.pl should initialize ES mappings
9850
9851
#### Lists
9852
9853
- [[15485]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15485) Allow choosing different XSLTs for lists
9854
9855
#### MARC Bibliographic data support
9856
9857
- [[16472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472) Update MARC21 de-DE frameworks to Update 22 (April 2016)
9858
- [[16601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16601) Update MARC21 it-IT frameworks to Update 22 (April 2016)
9859
- [[17318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17318) Make 'Normalization rule' configurable on matchpoint definition
9860
9861
#### MARC Bibliographic record staging/import
9862
9863
- [[10407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407) Allow MARCXML records to be imported with Tools/Stage MARC records for import
9864
9865
#### Notices
9866
9867
- [[14757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14757) Allow the use of Template Toolkit syntax for slips and notices
9868
9869
#### OPAC
9870
9871
- [[5456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5456) Create a link to opac-ics.pl
9872
- [[10848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10848) Allow configuration of mandatory/required fields on the suggestion form in OPAC
9873
- [[15388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15388) Show Syndetics covers by UPC in search results
9874
- [[16507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507) Show play media tab first
9875
- [[16551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16551) Display the name of lists to the search results at the OPAC
9876
- [[16552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16552) Add the ability to change the default holdings sort
9877
- [[16641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16641) Update Novelist in opac to use updated call to fetch content
9878
- [[16875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16875) OPAC:  Removing link to records if authority is not used by any records
9879
- [[16876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16876) Remove Full heading column in OPAC Authority search
9880
- [[17109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17109) sendbasket: Remove second authentication, add CSRF token
9881
- [[17191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17191) Confirm message on deleting tag in OPAC
9882
- [[17220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17220) Improve clarity when placing a hold by changing button text from "Place hold" to "Confirm hold"
9883
9884
#### Packaging
9885
9886
- [[16647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16647) Update debian/control for 16.*
9887
- [[17013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17013) build-git-snapshot: add basetgz parameter and update master version number
9888
- [[17019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17019) debian/changelog update
9889
- [[17030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17030) Configure the REST api on packages install
9890
9891
#### Patrons
9892
9893
- [[10760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10760) Use Street Number and Street type in Alternate Address section
9894
- [[12402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402) Show more on pending patron modification requests
9895
- [[14874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874) Add ability to search for patrons by date of birth from checkout and patron quick searches
9896
- [[16273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273) Prevent selfregistration from printing the borrower password and filling the logging form
9897
- [[16274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16274) Make the selfregistration branchcode selection configurable
9898
- [[16275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16275) Prevent patron self registration if the email already filled in borrowers.email
9899
- [[16276]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276) When automatically deleting expired borrowers, make sure they didn't log in recently
9900
- [[16729]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16729) Use member-display-address-style*-includes when printing user summary
9901
- [[16730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16730) Use member-display-address-style*-includes in moremember-brief.tt
9902
- [[17154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17154) Note column is missing on account lines receipt
9903
- [[17443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17443) Make possible to renew patron by later of expiry and current date
9904
9905
#### Reports
9906
9907
- [[6934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934) New report Cash Register Statistics
9908
- [[7679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679) Add new filters to circulation statistics wizard
9909
- [[14435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14435) Recover feature to store and access results of a report
9910
- [[16388]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388) Move option to download report into reports toolbar
9911
- [[16978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16978) Add delete reports user permission
9912
- [[17341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17341) Enhance the report action button on guided_reports.pl
9913
9914
#### SIP2
9915
9916
- [[13807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13807) SIPServer Input loop not checking for closed connections reliably
9917
9918
#### Searching
9919
9920
- [[13949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13949) Add holding library to item search
9921
- [[14899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14899) Mapping configuration page for Elastic search
9922
- [[14902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14902) Add qualifier menu to staff side "Search the Catalog"
9923
9924
> The main OPAC search has a qualifier menu available (the Search: Library Catalog/Title/Author/Subject/ISBN/Series/Call Number menu). Now the staff side had this option available, too. Show/Not show with syspref 'IntranetCatalogSearchPulldown'.
9925
9926
9927
- [[16524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524) Use floating toolbar on item search
9928
9929
#### Self checkout
9930
9931
- [[15131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15131) Give SCO separate control for AllowItemsOnHoldCheckout
9932
- [[16732]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16732) Add audio alerts (custom sound notifications) to web based self checkout
9933
- [[17386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17386) Add opac notes for patron to self checkout screen
9934
9935
#### Serials
9936
9937
- [[7677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677) Subscriptions: Ability to define default itemtype and automatically change itemtype of older issues on receive of next issue
9938
- [[16289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16289) Abbreviated formatting for numbering patterns
9939
- [[16745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16745) Add edit catalog and edit items links to serials toolbar
9940
- [[16874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16874) Making serials collections actions buttons
9941
- [[16950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16950) Serials subscriptions advanced search shows '0 found' pre-search
9942
- [[17165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17165) Improve heading on vendor search when searching for all vendors in Serials
9943
- [[17402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17402) Enhance the actions button on serials-search.pl
9944
9945
#### Staff Client
9946
9947
- [[14790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14790) Link to OPAC view from within subscriptions, search and item editor
9948
- [[16324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16324) Move item search into header
9949
9950
#### System Administration
9951
9952
- [[16165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16165) Include link to ILS-DI documentation page in ILS-DI system preference
9953
- [[16768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16768) Add official number format for Switzerland: 1'234'567.89
9954
- [[16945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16945) Syspref PatronSelfRegistration: Add note about setting PatronSelfRegistrationDefaultCategory
9955
- [[17162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17162) Moving MARC tags structure actions into a drop down menu
9956
- [[17163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17163) Making MARC subfields structure actions buttons
9957
- [[17173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17173) Quick edit a subfield in frameworks
9958
- [[17187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17187) Lower the timeout preference from 139 days to 1 day
9959
- [[17261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17261) Add memcached configuration info to about.pl
9960
9961
#### Templates
9962
9963
- [[11606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11606) Novelist Select in Staff Client
9964
- [[15975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15975) Add Home Library Column to Checkouts
9965
- [[16005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16005) Standardize use of icons for delete and cancel operations
9966
- [[16127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16127) Add discharge menu item to patron toolbar
9967
- [[16148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16148) Revised layout and behavior of marc modification template management
9968
- [[16310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16310) Remove the use of "onclick" from audio alerts template
9969
- [[16400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400) Proposal to uniform the placement of submit buttons
9970
- [[16437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437) Automatic item modifications by age needs prettying
9971
- [[16450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450) Remove the use of "onclick" from guarantor search template
9972
- [[16456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456) Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation
9973
- [[16468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468) Remove last "onclick" from the stage MARC records template
9974
- [[16469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16469) Remove the use of "onclick" from some catalog pages
9975
- [[16477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477) Improve staff client cart JavaScript and template
9976
- [[16490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490) Add an "add to cart" link for each search results in the staff client
9977
- [[16494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16494) Remove the use of "onclick" from some patron pages
9978
- [[16538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16538) Improve the style of progress bars
9979
- [[16541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16541) Make edit and delete links styled buttons in cities administration
9980
- [[16543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16543) Make edit and delete links styled buttons in patron attribute types administration
9981
- [[16549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16549) Remove the use of "onclick" from header search forms
9982
- [[16557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16557) Remove the use of "onclick" from several include files
9983
- [[16576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16576) Remove the use of "onclick" from label templates
9984
- [[16592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16592) Use Bootstrap modal for MARC and Card preview on acquisitions receipt summary page
9985
- [[16602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16602) Remove the use of "onclick" from several templates
9986
- [[16677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16677) Use abbr for authorities linked headings
9987
- [[16752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16752) Remove the use of event attributes from some acquisitions templates
9988
- [[16772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16772) Change label from 'For:' to 'Library:' to ease translation
9989
- [[16778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16778) Use Bootstrap modal for card printing on patron lists page
9990
- [[16801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16801) Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits
9991
- [[16906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16906) Add DataTables pagination and filter to top of saved SQL reports table
9992
- [[16937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16937) Remove the use of "onclick" from the manage staged MARC records template
9993
- [[16938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16938) Remove the use of "onclick" from batch patrons modification template
9994
- [[16946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16946) Remove the use of "onclick" from several serials templates
9995
- [[16963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16963) Remove the use of "onclick" from subscription add template
9996
- [[16967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16967) Remove the use of "onclick" from serial frequency and numbering management
9997
- [[16968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16968) Remove the use of "onclick" from serial patron and vendor search templates
9998
- [[16995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16995) Remove event attributes from two include files
9999
- [[17011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17011) Remove "onblur" event attribute from some templates
10000
- [[17012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17012) Remove more event attributes from administration templates
10001
- [[17056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17056) Remove event attributes from various templates
10002
- [[17083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17083) Remove more event attributes from tools templates
10003
- [[17112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17112) Action buttons for course reserves detail page
10004
- [[17210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17210) Remove use of onclick from biblio detail sidebar in OPAC
10005
- [[17211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17211) Remove use of onclick from OPAC fines page
10006
- [[17222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17222) Remove use of onclick from OPAC member entry page
10007
10008
#### Test Suite
10009
10010
- [[13691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13691) Add some selenium scripts
10011
- [[16866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16866) Catch warning t/db_dependent/Languages.t
10012
- [[17304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17304) C4::Matcher::_get_match_keys is not tested
10013
- [[17539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17539) t/db_dependent/Reserves.t is failing
10014
10015
#### Tools
10016
10017
- [[15023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15023) Allow patron anonymize/bulk delete tool to be limited by branch
10018
- [[15213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15213) Fix tools sidebar to highlight Patron lists when in that module
10019
- [[16513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16513) Improvements and fixes for quote upload process
10020
- [[16681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16681) Allow update of opacnote via batch patron modification tool
10021
- [[17147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17147) Streamline messages following batch record modification
10022
- [[17161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17161) Making 'preview MARC' links show as buttons in batch record mod
10023
- [[17183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17183) Koha News 'delete selected' function doesn't check if anything has been selected
10024
- [[17301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17301) Add callnumber to label-edit-batch.pl
10025
10026
#### Transaction logs
10027
10028
- [[16829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16829) action_logs should have an 'interface' column
10029
10030
#### Web services
10031
10032
- [[14868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14868) REST API: Swagger2-driven permission checking
10033
- [[16212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16212) Swagger specification separation and minification
10034
- [[16271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271) Allow more filters on /api/v1/holds
10035
- [[16699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16699) Swagger: Split parameters and paths, and specify required permissions for resource
10036
- [[17032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17032) REST API tests: Make sure Swagger object definition is up-to-date with database
10037
- [[17428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17428) REST API: CRUD endpoint for cities
10038
- [[17431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17431) Fix failing test t/db_dependent/api/v1/holds.t
10039
- [[17432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17432) Remove requirement to minify swagger.json
10040
- [[17445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17445) REST API: Generic handling of malformed query parameters
10041
10042
#### Z39.50 / SRU / OpenSearch Servers
10043
10044
- [[17174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17174) Making z39.50 authority search actions buttons
10045
10046
10047
### Critical bugs fixed
10048
10049
(this list includes all bugfixes since the previous major version. Most of them
10050
have already been fixed in maintainance releases)
10051
10052
#### About
10053
10054
- [[17177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17177) Can't locate Koha/Config/SysPrefs.pm in @INC on intranet about page
10055
10056
#### Acquisitions
10057
10058
- [[16493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493) acq matching on title and author
10059
10060
#### Architecture, internals, and plumbing
10061
10062
- [[16443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443) C4::Members::Statistics is not plack safe
10063
- [[16518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518) opac-addbybiblionumber is not plack safe
10064
- [[16556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16556) KohaToMarcMapped columns sharing same field with biblio(item)number are removed.
10065
- [[16716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16716) Invalid SQL GROUP BY clauses in GetborCatFromCatType and GetAuthorisedValues
10066
- [[17048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17048) Authority search result list page scrolling not working properly
10067
- [[17050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17050) Accessing the REST API through Plack kicks the session out
10068
- [[17332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17332) Memcached configuration missing in koha-conf* files
10069
- [[17494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17494) Koha generating duplicate self registration tokens
10070
- [[17548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17548) Step 1 of memberentry explodes
10071
- [[17558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17558) Fix t/db_dependent/Koha/Patron/Messages.t
10072
- [[17642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17642) Authorised values code is broken because of the refactoring
10073
- [[17644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17644) t/db_dependent/Exporter/Record.t fails
10074
- [[17659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17659) sample_notices.sql is broken for fr-QA
10075
10076
#### Authentication
10077
10078
- [[17481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17481) Cas Logout: bug 11048 has been incorrectly merged
10079
10080
#### Cataloging
10081
10082
- [[10148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10148) 007 not filling in with existing values
10083
- [[14844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14844) Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted.
10084
- [[15974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15974) Rancor - 942c is always displaying first in the list.
10085
- [[17023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17023) z3950_search.pl are vulnerable to XSS attacks
10086
- [[17072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17072) 006 not filling in with existing values
10087
- [[17285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17285) Rancor - Advanced editor fails or broken
10088
- [[17477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17477) Duplicating a subfield yields an empty subfield tag
10089
10090
#### Circulation
10091
10092
- [[14390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390) Fine not updated from 'FU' to 'F' on renewal
10093
- [[14598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598) itemtype is not set on statistics by C4::Circulation::AddReturn
10094
- [[16527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16527) Sticky due date calendar unexpected behaviour
10095
- [[16534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16534) Error when checking out already checked out item (depending on AllowReturnToBranch)
10096
- [[16570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16570) All checked-in items are said to be part of a rotating collection
10097
- [[17036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17036) circulation.pl is vulnerable to XSS attacks
10098
- [[17135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17135) Fine for the previous overdue may get overwritten by the next one
10099
- [[17524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17524) Datepicker on checkout fails when dateformat = iso
10100
10101
#### Command-line Utilities
10102
10103
- [[11144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144) Fix sequence of cronjobs: automatic renewal - fines - overdue notices
10104
- [[17376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17376) rebuild_zebra.pl in daemon mode no database access kills the process
10105
10106
#### Hold requests
10107
10108
- [[16942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16942) Confirm hold results in ugly error
10109
- [[16988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16988) Suspending a hold with AutoResumeSuspendedHolds disabled results in error
10110
- [[17010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17010) Canceling a hold awaiting pickup no longer alerts librarian about next hold
10111
- [[17028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17028) request.pl is vulnerable to XSS attacks
10112
- [[17327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17327) Item level holds no longer enforced
10113
10114
#### Installation and upgrade (command-line installer)
10115
10116
- [[17292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17292) Use of DBIx in updatedatabase.pl broke upgrade (from bug 12375)
10117
10118
#### Installation and upgrade (web-based installer)
10119
10120
- [[16554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554) Web installer fails to load i18n sample data on MySQL 5.6+
10121
- [[16573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16573) Web installer fails to load structure and sample data on MySQL 5.7
10122
- [[16619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16619) Installer stuck in infinite loop
10123
- [[16678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16678) updatedatabase.pl 3.23.00.006 DB upgrade crashes if subscription_numberpatterns.numberingmethod contains parentheses
10124
- [[16920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16920) sysprefs.sql - missing comma for MaxOpenSuggestions
10125
- [[17324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17324) branchcode is NULL in letter triggers red upgrade message
10126
- [[17345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17345) Typo in sysprefs.sql prevents all systempreferences from being installed
10127
- [[17576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17576) Add HSBND_FREQ authorised value to translated installer sample files
10128
10129
#### Label/patron card printing
10130
10131
- [[16747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16747) Fix regression in patron card creator (patron image)
10132
10133
#### OPAC
10134
10135
- [[7441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441) Search results showing wrong branch
10136
- [[11592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592) opac detail scripts do not respect MARC tag visibility
10137
- [[16593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16593) Access Control - Malicious user can delete the search history of another user
10138
- [[16680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16680) Library name are not displayed for holds in transit
10139
- [[16686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16686) Fix "Item in transit from since" in Holds tab
10140
- [[16707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16707) Software Error in OPAC password recovery when leaving form fields empty
10141
- [[16918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16918) opac-main.pl is not running under plack
10142
- [[16958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16958) opac-imageviewer.pl is vulnerable to XSS
10143
- [[16996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16996) Template process failed: undef error - Can't call method "description"
10144
- [[17392]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17392) opac/svc/overdrive_proxy is not plack safe
10145
- [[17393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17393) selfreg - Patron's info are not correctly inserted if contain non-Latin characters
10146
- [[17484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17484) Searching with date range limit (lower and upper) does not work
10147
- [[17522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17522) opac-user.pl gives error of OpacRenewalAllowed is enabled
10148
10149
#### Packaging
10150
10151
- [[16617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16617) debian/control is broken
10152
10153
#### Patrons
10154
10155
- [[11217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11217) The # in accountlines descriptions makes them un-writeoffable
10156
- [[16504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504) All borrower attribute values for a given code deleted if that attribute has branch limits
10157
- [[16941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16941) Can not add new patron in staff client
10158
- [[16960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16960) Patron::Modifications should be fixed
10159
- [[17069]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17069) Can't create new patron category on the intranet
10160
- [[17384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17384) Categories do not display in patron editing form if they have only one category assigned
10161
- [[17403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17403) Internal Server Error while deleting patron
10162
10163
#### Reports
10164
10165
- [[13914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13914) The holds statistics report returns random data
10166
- [[17495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17495) reports/issues_stats.pl is broken
10167
10168
#### SIP2
10169
10170
- [[16492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492) Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library
10171
- [[16610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16610) Regression in SIP2 user password handling
10172
10173
#### Searching
10174
10175
- [[16838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16838) Elasticsearch - mapping tables are not populated on new installs
10176
- [[17029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17029) *detail.pl are vulnerable to XSS attacks
10177
- [[17038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17038) search.pl is vulnerable to XSS attacks
10178
- [[17323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17323) MySQL 5.7 - Column search_history.time cannot be null
10179
- [[17377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17377) ES - control fields are not taken into account
10180
10181
#### Serials
10182
10183
- [[17026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17026) checkexpiration.pl is vulnerable to XSS attacks
10184
- [[17295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17295) Missed variable removal in subscription-add.pl from Bug 15758
10185
10186
#### Staff Client
10187
10188
- [[16947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16947) Can not modify patron messaging preferences
10189
- [[16955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955) Internal Server Error while populating new framework
10190
- [[17022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17022) branchtransfers.pl is vulnerable to XSS attacks
10191
10192
#### System Administration
10193
10194
- [[17308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17308) 'New patron attribute type' button does not work
10195
- [[17389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17389) Exporting framework always export the default framework
10196
- [[17582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17582) Cannot edit an authority framework
10197
10198
#### Tools
10199
10200
- [[16917]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16917) Error when importing patrons, Column 'checkprevcheckout' cannot be null
10201
- [[17024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17024) viewlog.pl is vulnerable to XSS attacks
10202
- [[17420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17420) record export fails when itemtype on biblio
10203
10204
#### Web services
10205
10206
- [[17336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17336) api_secret_passphrase missing in packages setup
10207
10208
#### About
10209
10210
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
10211
- [[13405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13405) System information has misleading information about indexing mode
10212
10213
#### Acquisitions
10214
10215
- [[13324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13324) [DEPENDS_ON_13321] The fund values must be based on tax included values
10216
- [[16736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16736) Keep library filter when changing suggestion
10217
- [[16737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16737) Error when deleting EDIFACT message
10218
- [[16934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16934) Cannot add notes to canceled and deleted order line
10219
- [[16953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16953) Acquisitions home: Remove trailing &rsaquo; from breadcrumbs
10220
- [[17081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17081) Incorrect comparison operator used in edifactmsgs.pl
10221
- [[17141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17141) Incorrect method called in edi_cron to get logdir
10222
10223
#### Architecture, internals, and plumbing
10224
10225
- [[10455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10455) remove redundant 'biblioitems.marc' field
10226
- [[12633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12633) SQLHelper replacement - C4::Members
10227
- [[13074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074) C4::Items::_build_default_values_for_mod_marc should use Koha::Cache
10228
- [[14060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14060) Remove readonly on date inputs
10229
- [[14707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14707) Change UsageStatsCountry from free text to a dropdown list
10230
- [[15690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15690) Unconstrained CardnumberLength preference conflicts with table column limit of 16
10231
- [[16088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088) Excessive CGI->new() calls hurting cache performace under plack
10232
- [[16428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428) The framework is not checked to know if a field is mapped
10233
- [[16431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431) Marc subfield structure should be cached using Koha::Cache
10234
- [[16441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441) C4::Letters::getletter is not plack safe
10235
- [[16442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442) C4::Ris is not plack safe
10236
- [[16444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444) C4::Tags is not plack safe
10237
- [[16449]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449) unimarc_field_4XX raises a warning
10238
- [[16455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455) TagsExternalDictionary does not work under Plack
10239
- [[16502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502) Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t
10240
- [[16520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520) Per-virtualhost SetEnvs don't work with Plack
10241
- [[16565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16565) additional_fields and additional_field_values are not dropped in kohastructure.sql
10242
- [[16578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16578) Wide character warning in opac-export.pl when utf8 chosen
10243
- [[16644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16644) Plack: Use to_app to remove warning about Plack::App::CGIBin instance
10244
- [[16667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16667) Unused variable and function call in circulation.pl
10245
- [[16670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16670) CGI->param used in list context
10246
- [[16671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16671) Wrong itemtype picked in HoldsQueue.t
10247
- [[16708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16708) ElasticSearch - Fix authority reindexing
10248
- [[16720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16720) DBIx ActionLogs.pm should be removed
10249
- [[16724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16724) Link from online help to manual broken (as of version 16.05)
10250
- [[16731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16731) Use INSERT IGNORE when inserting a syspref
10251
- [[16741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16741) Remove dead code "sub itemissues" from C4/Circulation.pm
10252
- [[16742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16742) Remove unused template subject.tt
10253
- [[16751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16751) Fix sitemaper typo
10254
- [[16844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16844) 1 occurrence of GetMemberRelatives has not been removed
10255
- [[16848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16848) Wrong warning "Invalid date ... passed to output_pref" can be carped
10256
- [[16857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16857) patron-attr-types.tt: Get rid of warnings "Argument "" isn't numeric"
10257
- [[16889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889) Move the ::columns subroutines to Koha::Objects->columns
10258
- [[16929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16929) Prevent opac-memberentry waiting for random chars
10259
- [[16971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16971) Missing dependency for HTML::Entities
10260
- [[16975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16975) DSA-3628-1 perl -- security update
10261
- [[17020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17020) findborrower is not used in circulation.tt
10262
- [[17087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17087) Set Test::WWW::Mechanize version to 1.42
10263
- [[17124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17124) DecreaseLoanHighHolds.t does not pass
10264
- [[17128]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17128) summary-print.pl is not plack safe
10265
- [[17157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17157) Middle click on dropdown menu in header may cause software error
10266
- [[17223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17223) Add Cache::Memcached to PerlDependencies
10267
- [[17231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17231) HTML5MediaYouTube should recognize youtu.be links from youtube as well at the full links
10268
- [[17294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17294) reserves_stats.pl is not plack safe
10269
- [[17368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17368) plugins tests are broken - KitchenSinkPlugin
10270
- [[17372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17372) Elasticsearch paths need to be standardized
10271
- [[17396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17396) t/DataTables/Members.t is unnecessary
10272
- [[17411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17411) Change exit 1 to exit 0 in acqui/basket.pl to prevent Internal Server Error
10273
- [[17426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17426) AutoCommit should not be set in tests
10274
- [[17446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17446) Remove some seleted typos
10275
- [[17513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17513) koha-create does not set GRANTS correctly
10276
- [[17537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17537) xt/author/valid-templates.t is broken
10277
- [[17538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17538) t/db_dependent/Upload.t is broken
10278
- [[17540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17540) auth_values_input_www.t is broken
10279
- [[17544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17544) populate_db.pl should not require t::lib::Mocks
10280
- [[17552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17552) Koha::Objects->reset does no longer allow chaining
10281
- [[17562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17562) Acquisition.t is broken
10282
- [[17563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17563) Acquisition/CancelReceipt.t is broken
10283
- [[17564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17564) Acquisition/OrderUsers.t is broken
10284
- [[17589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17589) Improper method type in Koha::ItemType(s)
10285
- [[17633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17633) Tests should not call set_preference
10286
- [[17634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17634) Unit test t/db_dependent/ArticleRequests.t is failing
10287
- [[17637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17637) Auth_with_ldap.t is failing
10288
- [[17638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17638) t/db_dependent/Search.t is failing
10289
- [[17640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17640) t/db_dependent/Template/Plugin/Categories.t is failing
10290
- [[17641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17641) t/Biblio/Isbd.t is failing
10291
- [[17654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17654) Add tests to enforce swagger definition files integrity
10292
10293
#### Authentication
10294
10295
- [[16818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16818) CAS redirect broken under Plack
10296
- [[16845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16845) C4::Members::ModPrivacy is not used
10297
10298
#### Cataloging
10299
10300
- [[7045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7045) Default-value substitution inconsistent
10301
- [[12629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12629) Software error when trying to merge records from different frameworks
10302
- [[14897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14897) Header name mismatch in ./modules/catalogue/detail.tt
10303
- [[16245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16245) RIS export file type incorrect
10304
- [[16358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16358) Rancor - Deleting records when Rancor is enabled just opens them
10305
- [[16613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16613) MARC 09X Field Help Links are Broken
10306
- [[16807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16807) Frameworks unordered  in dropdown when adding/editing a biblio
10307
- [[17152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17152) Duplicating a subfield should not copy the data
10308
- [[17194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17194) When edit record, Button "Z39.50/SRU search" not work
10309
- [[17201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17201) Remaining calls to C4::Context->marcfromkohafield
10310
- [[17204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17204) Rancor Z39.50 search fails under plack
10311
- [[17206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17206) Can't switch to default framework
10312
- [[17405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17405) Edit record uses Default framework
10313
- [[17545]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17545) Make "Add biblio" not hidden by language chooser
10314
- [[17660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17660) Any $t subfields not editable in any framework
10315
10316
#### Circulation
10317
10318
- [[10768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10768) Improve the interface related to itemBarcodeFallbackSearch
10319
- [[14736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14736) AllowRenewalIfOtherItemsAvailable slows circulation down in case of a record with many items and many holds
10320
- [[16200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16200) 'Hold waiting too long' fee has a translation problem
10321
- [[16462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16462) Change default sorting of circulation patron search results to patron name
10322
- [[16569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16569) Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled
10323
- [[16596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16596) branchcode and categorycode are displayed instead of their description on patron search result
10324
- [[16780]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16780) Specify due date always sets time as AM when using 12 hour time format
10325
- [[16854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16854) request.tt: Logic to display messages broken
10326
- [[17001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17001) filtering overdue report by due date can fail if TimeFormat is 12hr
10327
- [[17055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17055) Add classes to different note types to allow for styling on checkins page
10328
- [[17095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17095) Regression: Error when checking out to non-existent patron
10329
- [[17310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17310) Broken URLs in 'Item renewed' / 'Cannot renew' messages
10330
- [[17352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17352) Patron search type is hard coded to 'contain' in circ/circulation.pl
10331
- [[17394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17394) exporting checkouts with items selects without items in combo-box
10332
10333
#### Command-line Utilities
10334
10335
- [[2389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2389) overdue_notices.pl needs a test mode
10336
- [[16822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16822) koha-common init.d script should run koha-plack without quiet
10337
- [[16830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16830) koha-indexer still uses the deprecated -x option switch
10338
- [[16935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16935) launch export_records.pl with deleted_barcodes param fails
10339
- [[16974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16974) koha-plack should check and fix log files permissions
10340
- [[17088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17088) Bad MARC XML can halt export_records.pl
10341
10342
#### Database
10343
10344
- [[10459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459) borrowers should have a timestamp
10345
10346
#### Developer documentation
10347
10348
- [[17626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17626) INSTALL files are outdated
10349
10350
#### Documentation
10351
10352
- [[16537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16537) Overdue and Status triggers grammar
10353
10354
#### Hold requests
10355
10356
- [[14514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14514) LocalHoldsPriority and the HoldsQueue conflict with each other
10357
- [[14968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14968) found shouldn't be set to null when cancelling holds
10358
10359
#### I18N/L10N
10360
10361
- [[12509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12509) Untranslatable "Restriction added by overdues process"
10362
- [[15676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15676) Actions in pending offline circulation actions are not translatable
10363
- [[16540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16540) Translatability in opac-auth.tt (tag-splitted sentences)
10364
- [[16560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16560) Translatability: Issues in opac-memberentry.tt
10365
- [[16562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16562) Translatability: Issue in opac-user.tt (separated word 'item')
10366
- [[16563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16563) Translatability: Issues in opac-account.tt (sentence splitting)
10367
- [[16585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16585) Update Italian installer sample files for 16.05
10368
10369
> With this patch all sample/defintions .sql files are translated into Italian (if you select italian during web installation).
10370
10371
- [[16620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620) Translatability: Fix problem with isolated word "please" in auth.tt
10372
- [[16621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16621) Translatability: Issues in opac-user.tt (sentence splitting)
10373
10374
> Fix translatability issues due to sentence splitting in koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
10375
10376
10377
- [[16633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16633) Translatability: Issues in tags/review.tt (sentence splitting)
10378
- [[16634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16634) Translatability: Fix issue in memberentrygen.tt
10379
- [[16697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16697) Translatability: Fix problem with isolated "'s"in request.tt
10380
- [[16701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16701) Translatability: Fix problem with isolated ' in currency.tt
10381
- [[16718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16718) Translatability: Fix problems with sentence splitting by use of strong tag in about.tt
10382
- [[16776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16776) If language is set by external link language switcher does not work
10383
- [[16861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16861) Translatability: Fix separated "below" in circulation.tt
10384
- [[16871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16871) Translatability: Avoid [%%-problem and fix related sentence splitting in catalogue/detail.tt
10385
- [[17040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17040) Context menu when editing items is not translated
10386
- [[17064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17064) Delete backup marc21_framework_DEFAULT.sql~ file
10387
- [[17082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17082) Translatability: Fix sentence splitting in member.tt
10388
- [[17245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17245) Untranslatable abbreviated names of seasons
10389
- [[17322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17322) Translation breaks opac-ics.tt
10390
- [[17518]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17518) Displayed language name for Czech is wrong
10391
10392
#### Installation and upgrade (command-line installer)
10393
10394
- [[17044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17044) Wrong destination for 'api' directory
10395
10396
#### Installation and upgrade (web-based installer)
10397
10398
- [[17357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17357) WTHDRAWN is still used in installer files
10399
- [[17358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17358) Authorised values: COU>COUNTRY | LAN>LANG
10400
- [[17391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17391) ReturnpathDefault and ReplyToDefault missing from syspref.sql
10401
- [[17504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17504) Installer shows PostgreSQL info when wrong DB permissions
10402
10403
#### Label/patron card printing
10404
10405
- [[14138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14138) Patroncard: Warn user if PDF creation fails
10406
- [[16459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459) Adding patrons to a patron card label batch requires 'routing' permission
10407
- [[17175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17175) Typo in patron card images error message
10408
10409
#### Lists
10410
10411
- [[16897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16897) Re-focus on "Add item" in Lists
10412
- [[17185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17185) Staff client shows "Lists that include this title:" even if item is not in a list
10413
- [[17315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17315) Can't add entry to lists using link in result list
10414
- [[17316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17316) Possible to see name of lists you don't own
10415
10416
#### MARC Authority data support
10417
10418
- [[17118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17118) Regression: Bug 15381 triggers error when trying to clear a linked authority
10419
10420
#### MARC Bibliographic data support
10421
10422
- [[17281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17281) Warning when saving subfield structure
10423
10424
#### MARC Bibliographic record staging/import
10425
10426
- [[6852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6852) Staged import reports wrong success for items with false branchcode
10427
10428
#### Notices
10429
10430
- [[16624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16624) Times are formatted incorrectly in slips ( AM PM ) due to double processing
10431
10432
#### OPAC
10433
10434
- [[2735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2735) Authority search in OPAC stops at 15 pages
10435
- [[14434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14434) OPAC should indicate to patrons that auto renewal will not work because hold has been placed
10436
- [[15636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15636) DataTables Warning: Requested unknown parameter from opac-detail.tt
10437
- [[16311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16311) Advanced search language limit typo for Romanian
10438
- [[16464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16464) If a patron has been discharged, show a message in the OPAC
10439
- [[16465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465) OPAC discharge page has no title tag
10440
- [[16597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16597) Reflected XSS in [opac-]shelves and [opac-]shareshelf
10441
- [[16599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16599) XSS found in opac-shareshelf.pl
10442
- [[16615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16615) OpenLibrary: always use SSL when referencing external resources
10443
- [[16805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16805) Log in with database admin user breaks OPAC
10444
- [[16806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16806) "Too soon" renewal error generates no alert for user
10445
- [[17068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17068) empty list item in opac-reserves.tt
10446
- [[17078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17078) Format fines on opac-account.pl
10447
- [[17103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17103) Google API Loader jsapi called over http
10448
- [[17117]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17117) Patron personal details not displayed unless branch update request is enabled
10449
- [[17142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17142) Don't show library group selection in advanced search if groups are not defined
10450
- [[17296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17296) Failed to correctly configure AnonymousPatron with AnonSuggestions should display a warning in about
10451
- [[17367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17367) Showing all items must keep show holdings tab in OPAC details
10452
- [[17435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17435) Gives ability to display stocknumber in the search results
10453
10454
#### Packaging
10455
10456
- [[4880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4880) koha-remove sometimes fails because user is logged in
10457
- [[16695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16695) Exception::Class 1.39 is not packaged for Jessie
10458
- [[16823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16823) Comment out koha-rebuild-zebra in debian/koha-common.cron.d
10459
- [[16885]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885) koha-stop-zebra should be more sure of stopping zebrasrv
10460
- [[17043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17043) debian/list-deps fixes, master edition
10461
- [[17062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17062) debian/control.in update: change maintainer & add libhtml-parser-perl
10462
- [[17065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17065) Rename C4/Auth_cas_servers.yaml.orig
10463
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
10464
- [[17085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17085) Specify libmojolicious-perl min version
10465
- [[17228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17228) Make two versions of SIPconfig.xml identical
10466
- [[17266]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17266) Update man page for koha-remove with -p
10467
- [[17267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17267) Document koha-create --adminuser
10468
10469
#### Patrons
10470
10471
- [[10227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10227) GetMessagingPreferences does not return correct Digest preferences
10472
- [[14605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14605) The description on pay/write off individual fine is wrong
10473
- [[15397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15397) Pay selected does not works as expected
10474
- [[16458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458) Setting to guarantor: JavaScript error form.branchcode is undefined
10475
- [[16508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16508) User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences.
10476
- [[16612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16612) Cannot set "Until date" for "Enrollment period" for Patron Categories
10477
- [[16779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16779) Move road type after address in US style address formatting (main address)
10478
- [[16795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16795) Patron categories: Accept integers only for enrolment period and age limits
10479
- [[16810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16810) Fines note not showing on checkout
10480
- [[16894]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16894) re-show email on patron search results
10481
- [[17052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17052) Patron category description not displayed in the sidebar of paycollect
10482
- [[17076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17076) Format fines in patron search results table (staff client)
10483
- [[17100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17100) On summary print, "Account fines and payments" is displayed even if there is nothing to pay
10484
- [[17106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17106) DataTables patron search defaulting to 'starts_with' - doc
10485
- [[17213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17213) Self registration cardnumber is not editable if errors found when form submitted
10486
- [[17284]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17284) Patron details page ( moremember.pl ) show logged in library as patron's home library
10487
- [[17307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17307) Some edit buttons/links for patrons do not work
10488
- [[17404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17404) Patron deletion page: Fix title and breadcrumb
10489
- [[17419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17419) Fix more confusion between smsalertnumber and mobile
10490
- [[17423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17423) patronimage.pl permission is too restrictive
10491
- [[17434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17434) Moremember displaying primary and secondary phone number twice
10492
- [[17521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17521) Step 3 of patron modification editor not checking age limits
10493
- [[17559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17559) Invalid ID of element B_streetnumber in member edit form
10494
10495
#### Reports
10496
10497
- [[16760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16760) Circulation Statistics wizard not populating itemtype correctly
10498
- [[16816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16816) Duplicate button on report results copies parameters used
10499
- [[17053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17053) Clearing search term in Reports
10500
- [[17535]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17535) Regression: Search for reports by keywords
10501
- [[17590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17590) Exporting reports as CSV with 'delimiter' SysPref set to 'tabulation' creates files with 't' as separator
10502
10503
#### SIP2
10504
10505
- [[15006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15006) Need to distinguish client timeout from login timeout
10506
10507
#### Searching
10508
10509
- [[16777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16777) Correct intranet search alias
10510
- [[17074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17074) Fix links in result list of 'scan indexes' search and keep search term
10511
- [[17107]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17107) Add ident and Identifier-standard to known indexes
10512
- [[17132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17132) Availability search broken when using Elastic
10513
10514
#### Self checkout
10515
10516
- [[17299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17299) Date due shows incorrect time on SCO.
10517
10518
#### Serials
10519
10520
- [[12178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12178) Serial claims: exporting late issues with the CSV profile doesn't set the issue claimed
10521
- [[12748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12748) Serials - two issues with status of "Expected"
10522
- [[16692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16692) Error "No method update!" when creating new serial issue
10523
- [[16705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16705) Status missing in Opac, serials subscription history
10524
- [[17300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17300) Serials search does not return any results
10525
10526
#### Staff Client
10527
10528
- [[16809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16809) Silence CGI param warnings from C4::Biblio::TransformHtmlToMarc
10529
- [[16989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16989) Advanced search form does not display translated itemtype
10530
- [[17144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17144) Fix variable scope issue in edi_accounts.pl (Internal server error with plack)
10531
- [[17149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17149) EDI accounts: Add missing '>' to breadcrumb
10532
- [[17375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17375) Prevent internal software error when searching patron with invalid birth date
10533
10534
#### System Administration
10535
10536
- [[11019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11019) Require some fields when adding authorized value category
10537
- [[15641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15641) Typo in explanation for MembershipExpiryDaysNotice
10538
- [[15929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15929) typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck
10539
- [[16035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16035) MARC framework Export misbehaving
10540
- [[16532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16532) Libraries and groups showing empty tables if nothing defined
10541
- [[16762]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16762) Record matching rules: Remove match check link removes too much
10542
- [[16813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16813) OPACBaseURL cannot be emptied
10543
- [[17009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17009) Duplicating frameworks is unnecessary slow
10544
- [[17657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17657) Item type's images could not be displayed correctly on the item types admin page
10545
10546
#### Templates
10547
10548
- [[12359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12359) hidepatronname doesn't hide on the holds queue
10549
- [[13921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13921) XSLT Literary Formats Not Showing
10550
- [[16001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16001) Use standard message dialog when there are no cities to list
10551
- [[16529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529) Clean up and improve upload template
10552
- [[16594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16594) Orders by fund report has wrong link to css and other issues
10553
- [[16600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16600) Remove some obsolete references to Greybox in some templates
10554
- [[16608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16608) Missing entity nbsp in some XML files
10555
- [[16642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16642) Fix capitalisation for upload patron image
10556
- [[16774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16774) Format date on 'Transfers to receive' page to dateformat system preference
10557
- [[16781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16781) Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt
10558
- [[16792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16792) Add Font Awesome Icon and mini button to Keyword to MARC mapping section
10559
- [[16793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16793) Use Font Awesome for arrows instead of images in audio_alerts.tt
10560
- [[16794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16794) Revise layout for Admistration > Patron categories
10561
- [[16803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16803) Add Font Awesome Icons to "Select/Clear all" links to shelves.tt
10562
- [[16812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16812) Revise JS script for z3950_search.tts and remove onclick events
10563
- [[16888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16888) Add Font Awesome Icons to Members
10564
- [[16893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16893) Missing closing tag disrupts patron detail page style
10565
- [[16900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16900) Hold suspend button incorrectly styled in patron holds list
10566
- [[16903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16903) Multiple class attributes on catalog search tab
10567
- [[16944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16944) Add "email" and "url" classes when edit or create a vendor
10568
- [[16964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16964) Fix capitalization for "Report Plugins" in reports-home.tt
10569
- [[16990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16990) Show branch name instead of branch code when managing patron modification requests
10570
- [[16991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16991) Add subtitle to holds to pull report
10571
- [[17200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17200) Badly formatted "hold for" patron name on catalog detail page
10572
- [[17289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17289) Holds awaiting pickup shows date unformatted
10573
- [[17312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17312) Typo in members-toolbar.inc / moremember-brief.tt / moremember.tt
10574
- [[17417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17417) Correct invalid markup around news on the staff client home page
10575
- [[17601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17601) Regression: Incomplete CSS update introduced by Bug 14610
10576
- [[17616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17616) Select tag on elasticsearch mappings page is not closed properly
10577
- [[17635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17635) (Bug 6934 followup) Templates missing body id
10578
- [[17645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17645) Remove obsolete interface customization images
10579
10580
#### Test Suite
10581
10582
- [[15200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15200) t/Creators.t fails when using build-git-snapshot
10583
- [[16500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500) Catch two warns in TestBuilder.t with warning_like
10584
- [[16582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16582) t/Price.t test should pass if Test::DBIx::Class is not available
10585
- [[16607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16607) Remove CPL/MPL from two unit tests
10586
- [[16609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16609) Catch warning from Koha::Hold in Hold.t
10587
- [[16618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16618) 00-load.t prematurely stops all testing
10588
- [[16622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16622) some tests triggered by prove t fail for unset KOHA_CONF
10589
- [[16635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16635) t/00-load.t warning from C4/Barcodes/hbyymmincr.pm
10590
- [[16636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16636) t/00-load.t warning from C4/External/BakerTaylor.pm
10591
- [[16637]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16637) Dependency for C4::Tags not listed
10592
- [[16649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16649) OpenLibrarySearch.t fails when building packages
10593
- [[16668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16668) Fix t/Ris.t (follow-up for 16442)
10594
- [[16675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16675) fix breakage of t/Languages.t
10595
- [[16717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16717) Remove hardcoded category from Holds.t
10596
- [[16860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16860) Catch warning t/db_dependent/ClassSource.t
10597
- [[16864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16864) Silence warnings in t/db_dependent/ILSDI_Services.t
10598
- [[16868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16868) Silence error t/db_dependent/Linker_FirstMatch.t
10599
- [[16869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16869) Silence and catch warnings in t/db_dependent/SuggestionEngine_ExplodedTerms.t
10600
- [[16890]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16890) TestBuilder always generate datetime for dates
10601
- [[17430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17430) MarkIssueReturned.t should create its own data
10602
- [[17441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17441) t/db_dependent/Letters.t fails on Jenkins
10603
- [[17476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17476) Failed test 'Create DateTime with dt_from_string() for 2100-01-01 with TZ in less than 2s'
10604
- [[17572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17572) Remove issue.t warnings
10605
- [[17573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17573) Remove DecreaseLoanHighHolds.t warnings
10606
- [[17574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17574) Remove LocalholdsPriority.t warnings
10607
- [[17575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17575) Remove Circulation.t warnings
10608
- [[17587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17587) Remove itemtype-related IsItemIssued.t warnings
10609
- [[17592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17592) Remove itemtype-related maxsuspensiondays.t warnings
10610
- [[17603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17603) Remove itemtype-related Borrower_Discharge.t warnings
10611
- [[17636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17636) Remove itemtype-related GetIssues.t warnings
10612
- [[17646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17646) Remove itemtype-related IssueSlip.t warnings
10613
- [[17647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17647) Remove itemtype-related CancelReceipt.t warnings
10614
- [[17653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17653) Remove itemtype-related t/db_dependent/Circulation* warnings
10615
10616
#### Tools
10617
10618
- [[11490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490) MaxItemsForBatch should be split into two new prefs
10619
- [[14612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14612) Overdue notice triggers should show branchname instead of branchcode
10620
- [[16548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16548) All libraries selected on Tools -> Export Data screen
10621
- [[16589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16589) Quote of the day: Fix upload with csv files associated to LibreOffice Calc
10622
- [[16682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16682) Fix display if Batch patron modification tool does not get any patrons
10623
- [[16727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16727) Upload tool needs better warning
10624
- [[16855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16855) Poor performance due to high overhead of SQL call in export.pl
10625
- [[16859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16859) Fix wrong item field name in export.pl
10626
- [[16886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16886) 'Upload patron images' tool is not plack safe
10627
- [[16949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16949) Batch record deletion says success when no records have been passed in
10628
- [[17663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17663) Forgotten userpermissions from bug 14686
10629
10630
#### Web services
10631
10632
- [[17041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17041) Fix missing properties in Swagger definition for Patron
10633
- [[17042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17042) Fix missing properties in Swagger definition for Hold
10634
- [[17086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17086) REST API: Reword borrowers to patrons in Swagger tags for holds
10635
- [[17607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17607) Fix patron definition in Swagger
10636
10637
### New sysprefs
10638
10639
- AggressiveMatchOnISSN
10640
- AllowItemsOnHoldCheckoutSCO
10641
- ArticleRequests
10642
- ArticleRequestsMandatoryFields
10643
- ArticleRequestsMandatoryFieldsItemsOnly
10644
- ArticleRequestsMandatoryFieldsRecordOnly
10645
- CheckPrevCheckout
10646
- DefaultPatronSearchFields
10647
- HoldsLog
10648
- HouseboundModule
10649
- IntranetCatalogSearchPulldown
10650
- MaxItemsToDisplayForBatchDel
10651
- MaxItemsToProcessForBatchMod
10652
- MaxOpenSuggestions
10653
- NovelistSelectStaffEnabled
10654
- NovelistSelectStaffView
10655
- OPACHoldingsDefaultSortField
10656
- OPACResultsLibrary
10657
- OPACXSLTListsDisplay
10658
- PatronQuickAddFields
10659
- PatronSelfRegistrationEmailMustBeUnique
10660
- PatronSelfRegistrationLibraryList
10661
- PatronSelfRegistrationPrefillForm
10662
- RefundLostOnReturnControl
10663
- ReplyToDefault
10664
- ReturnpathDefault
10665
- SwitchOnSiteCheckouts
10666
- TrackLastPatronActivity
10667
- XSLTListsDisplay
10668
- makePreviousSerialAvailable
10669
10670
### System requirements
10671
10672
Important notes:
10673
- Debian 8 ( Jessie ) or later is required
10674
- Perl 5.10 is required
10675
- Zebra is required
10676
10677
### Documentation
10678
10679
The Koha manual is maintained in DocBook.The home page for Koha 
10680
documentation is
10681
10682
- [Koha Documentation](http://koha-community.org/documentation/)
10683
10684
As of the date of these release notes, only the English version of the
10685
Koha manual is available:
10686
10687
- [Koha Manual](http://manual.koha-community.org//en/)
10688
10689
The Git repository for the Koha manual can be found at
10690
10691
- [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
10692
10693
Partial translations are available for various other languages.
10694
10695
The Koha team welcomes additional translations; please see
10696
10697
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
10698
10699
for information about translating Koha, and join the koha-translate 
10700
list to volunteer:
10701
10702
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
10703
10704
The most up-to-date translations can be found at:
10705
10706
- [Koha Translation](http://translate.koha-community.org/)
10707
10708
### Release Team
10709
10710
The release team for Koha 16.11.00 is
10711
10712
- Release Manager:
10713
  - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
10714
  - [Kyle M Hall](mailto:kyle@bywatersolutions.com)
10715
- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
10716
- QA Team:
10717
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
10718
  - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
10719
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
10720
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
10721
  - [Nick Clemens](mailto:nick@bywatersolutions.com)
10722
  - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
10723
- Bug Wranglers:
10724
  - [Amit Gupta](mailto:amitddng135@gmail.com)
10725
  - [Magnus Enger](mailto:magnus@enger.priv.no)
10726
  - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
10727
  - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
10728
  - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
10729
  - [Marc Véron](mailto:veron@veron.ch)
10730
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
10731
- Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
10732
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
10733
- Wiki curators: 
10734
  - [Brooke](mailto:)
10735
  - [Thomas Dukleth](mailto:kohadevel@agogme.com)
10736
- Release Maintainers:
10737
  - 16.05 -- [Frédéric Demians](mailto:f.demians@tamil.fr)
10738
  - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
10739
  - 3.20 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
10740
10741
### Credits
10742
10743
We thank the following libraries who are known to have sponsored
10744
new features in Koha 16.11.00:
10745
10746
- BULAC - http://www.bulac.fr/
10747
- ByWater Solutions
10748
- California College of the Arts
10749
- Carnegie Stout Library
10750
- Catalyst IT
10751
- DoverNet
10752
- FIT
10753
- Hochschule für Gesundheit (hsg), Germany
10754
- NEKLS
10755
- South-East Kansas Library System
10756
- SWITCH Library Consortium
10757
- Tulong Aklatan
10758
- Universidad de El Salvador
10759
- Universidad Empresarial Siglo 21
10760
- University of the Arts London
10761
- VOKAL
10762
10763
We thank the following individuals who contributed patches to Koha 16.11.00.
10764
10765
- Marc (11)
10766
- Aleisha (19)
10767
- kohamaster (1)
10768
- Liz (1)
10769
- NguyenDuyTinh (1)
10770
- radiuscz (1)
10771
- Blou (2)
10772
- genevieve (2)
10773
- phette23 (3)
10774
- remi (6)
10775
- Jacek Ablewicz (14)
10776
- Brendan A Gallagher (1)
10777
- Morgane Alonso (1)
10778
- Aleisha Amohia (12)
10779
- Dimitris Antonakis (1)
10780
- Alex Arnaud (5)
10781
- Oliver Bock (1)
10782
- Nightly Build Bot (1)
10783
- Colin Campbell (8)
10784
- Hector Castro (24)
10785
- Galen Charlton (4)
10786
- Barton Chittenden (10)
10787
- Nick Clemens (53)
10788
- Tomás Cohen Arazi (111)
10789
- Chris Cormack (11)
10790
- Indranil Das Gupta (L2C2 Technologies) (1)
10791
- Frédéric Demians (2)
10792
- Marcel de Rooy (86)
10793
- Simith D'Oliveira (1)
10794
- Rocio Dressler (1)
10795
- Jonathan Druart (491)
10796
- Nicole Engard (2)
10797
- Magnus Enger (6)
10798
- Charles Farmer (1)
10799
- Bouzid Fergani (7)
10800
- Julian FIOL (1)
10801
- Katrin Fischer (26)
10802
- Brendan Gallagher (6)
10803
- Bernardo González Kriegel (13)
10804
- Claire Gravely (3)
10805
- Karl Holten (1)
10806
- Koha instance kohadev-koha (1)
10807
- Mason James (1)
10808
- Lee Jamison (1)
10809
- Srdjan Jankovic (1)
10810
- Olli-Antti Kivilahti (5)
10811
- Rafal Kopaczka (1)
10812
- Owen Leonard (65)
10813
- Florent Mara (1)
10814
- Jesse Maseto (1)
10815
- Julian Maurice (24)
10816
- Holger Meißner (1)
10817
- Matthias Meusburger (5)
10818
- Sophie Meynieux (3)
10819
- Kyle M Hall (181)
10820
- Josef Moravec (13)
10821
- Aliki Pavlidou (1)
10822
- Liz Rea (2)
10823
- Martin Renvoize (3)
10824
- Andreas Roussos (9)
10825
- Rodrigo Santellan (1)
10826
- A. Sassmannshausen (1)
10827
- Alex Sassmannshausen (21)
10828
- Robin Sheat (1)
10829
- Radek Å iman (1)
10830
- Fridolin Somers (14)
10831
- Zeno Tajoli (3)
10832
- Lari Taskula (23)
10833
- Lyon3 Team (1)
10834
- Koha Team Lyon 3 (1)
10835
- Mirko Tietgen (14)
10836
- Mark Tompsett (30)
10837
- Marc Véron (47)
10838
- Jesse Weaver (9)
10839
10840
We thank the following libraries, companies, and other institutions who contributed
10841
patches to Koha 16.11.00
10842
10843
- abunchofthings.net (15)
10844
- ACPL (65)
10845
- aei.mpg.de (1)
10846
- arts.ac.uk (3)
10847
- BibLibre (72)
10848
- biblos.pk.edu.pl (14)
10849
- BigBallOfWax (3)
10850
- BSZ BW (26)
10851
- bugs.koha-community.org (473)
10852
- bwstest.bywatersolutions.com (1)
10853
- ByWater-Solutions (263)
10854
- Catalyst (12)
10855
- centrum.cz (1)
10856
- Cineca (3)
10857
- Hochschule für Gesundheit (hsg), Germany (1)
10858
- inLibro.com (6)
10859
- jns.fi (11)
10860
- kallisti.net.nz (1)
10861
- KohaAloha (1)
10862
- kohadevbox (1)
10863
- kohaVM (1)
10864
- l2c2.co.in (1)
10865
- Libriotech (6)
10866
- Marc Véron AG (58)
10867
- marywood.edu (1)
10868
- poczta.onet.pl (1)
10869
- PTFS-Europe (33)
10870
- rbit.cz (1)
10871
- Rijksmuseum (86)
10872
- Solutions inLibro inc (13)
10873
- student.uef.fi (17)
10874
- switchinc.org (1)
10875
- Tamil (2)
10876
- Theke Solutions (108)
10877
- unidentified (118)
10878
- Universidad Nacional de Córdoba (16)
10879
- Université Jean Moulin Lyon 3 (2)
10880
10881
We also especially thank the following individuals who tested patches
10882
for Koha.
10883
10884
- Aleisha (5)
10885
- Aleisha Amohia (30)
10886
- Alexis Rodegerdts (3)
10887
- Andreas Roussos (4)
10888
- Andrew Brenza (1)
10889
- Arslan Farooq (1)
10890
- Barbara Fondren (1)
10891
- barbara johnson (2)
10892
- Barbara.Johnson@bedfordtx.gov (1)
10893
- Barbara Walters (5)
10894
- Barton Chittenden (3)
10895
- Benjamin Rokseth (41)
10896
- Bob Birchall (2)
10897
- Brendan (1)
10898
- Brendan Gallagher (163)
10899
- Brendon Ford (2)
10900
- Broust (2)
10901
- Chad Roseburg (2)
10902
- Chris (1)
10903
- Chris Cormack (76)
10904
- Chris Kirby (4)
10905
- Christopher Brannon (2)
10906
- Claire Gravely (64)
10907
- Colin Campbell (1)
10908
- Dani Elder (2)
10909
- David Cook (1)
10910
- Deb Stephenson (2)
10911
- Dwayne Nance (3)
10912
- Filippos Kolovos (1)
10913
- FILIPPOS KOLOVOS (1)
10914
- Florent Mara (1)
10915
- Francois Charbonnier (9)
10916
- Frédéric Demians (16)
10917
- Galen Charlton (6)
10918
- George (2)
10919
- Heather Braum (2)
10920
- Hector Castro (75)
10921
- Irma Birchall (1)
10922
- Jacek Ablewicz (15)
10923
- Jan Kissig (1)
10924
- Jason Robb (12)
10925
- Jennifer Schmidt (15)
10926
- Jesse Maseto (6)
10927
- Jesse Weaver (22)
10928
- JM Broust (1)
10929
- Johanna Raisa (8)
10930
- Jonathan Druart (457)
10931
- Jonathan Field (4)
10932
- Josef Moravec (59)
10933
- Joy Nelson (4)
10934
- Juliette (1)
10935
- Katrin Fischer (118)
10936
- Lari Taskula (2)
10937
- Laurence Rault (12)
10938
- Lisette Scheer (1)
10939
- Liz Rea (14)
10940
- Lucio Moraes (4)
10941
- Magnus Enger (2)
10942
- Marc (33)
10943
- Marc Veron (13)
10944
- Marc Véron (101)
10945
- Margaret Thrasher (10)
10946
- Mark Tompsett (51)
10947
- Martin Renvoize (43)
10948
- Mason James (9)
10949
- Matthias Meusburger (1)
10950
- Megan Wianecki (1)
10951
- mehdi (1)
10952
- Michael Kuhn (1)
10953
- Mirko Tietgen (18)
10954
- Nick Clemens (147)
10955
- Nicolas Legrand (17)
10956
- Nicole (1)
10957
- Oliver Bock (1)
10958
- Olli-Antti Kivilahti (10)
10959
- Owen Leonard (123)
10960
- radiuscz (4)
10961
- rainer (1)
10962
- remy (1)
10963
- Robin Sheat (1)
10964
- Rocio Dressler (3)
10965
- Sabine Liebmann (1)
10966
- Sean McGarvey (4)
10967
- Sean Minkel (1)
10968
- Sinziana (1)
10969
- Sofia (1)
10970
- sonia bouis (1)
10971
- sonia BOUIS (2)
10972
- Sonia Bouis (26)
10973
- Srdjan (37)
10974
- Trent Roby (1)
10975
- Katrin Fischer  (169)
10976
- Nikos Chatzakis, Afrodite Malliari (1)
10977
- Tomas Cohen Arazi (185)
10978
- Alain et Aurélie (2)
10979
- Barton Chittenden barton@bywatersolutions.com (1)
10980
- Jason M. Burds (14)
10981
- Nicole C Engard (10)
10982
- Kyle M Hall (1324)
10983
- Bernardo Gonzalez Kriegel (33)
10984
- Marcel de Rooy (245)
10985
- Eivin Giske Skaaren (1)
10986
10987
We regret any omissions.  If a contributor has been inadvertently missed,
10988
please send a patch against these release notes to 
10989
koha-patches@lists.koha-community.org.
10990
10991
#### Thanks
10992
- For Chelsea, who keeps my world from falling down around my ears.
10993
- For Daria, whose insatiable curiosity always inpsires me.
10994
- For Kylie, whose smile lights up my world; just breathe.
10995
10996
#### Special thanks from the Release Manager
10997
I'd like to thank everyone who has contributed time and effort to this release. Many hands make light work!
10998
10999
A special thanks goes out to Jonathan and Tomás who have gone above and beyond taking care of many unglamorous
11000
tasks that are good and necessary for the future of Koha.
11001
11002
More thanks go to Katrin and the Koha 16.11 QA team, whose dedication and hard work make using Koha a joy.
11003
11004
### Revision control notes
11005
11006
The Koha project uses Git for version control.  The current development
11007
version of Koha can be retrieved by checking out the master branch of:
11008
11009
- [Koha Git Repository](git://git.koha-community.org/koha.git)
11010
11011
The branch for this version of Koha and future bugfixes in this release
11012
line is v16.11.x
11013
11014
### Bugs and feature requests
11015
11016
Bug reports and feature requests can be filed at the Koha bug
11017
tracker at:
11018
11019
- [Koha Bugzilla](http://bugs.koha-community.org)
11020
11021
He rau ringa e oti ai.
11022
(Many hands finish the work)
11023
11024
Autogenerated release notes updated last on 22 Nov 2016 11:45:49.
11025
## RELEASE NOTES FOR KOHA 16.05.00
11026
26 May 2016
11027
11028
Koha is the first free and open source software library automation
11029
package (ILS). Development is sponsored by libraries of varying types
11030
and sizes, volunteers, and support companies from around the world. The
11031
website for the Koha project is:
11032
11033
- [Koha Community](http://koha-community.org)
11034
11035
Koha 16.05.00 can be downloaded from:
11036
11037
- [Download](http://download.koha-community.org/koha-16.05.00.tar.gz)
11038
11039
Installation instructions can be found at:
11040
11041
Please note - Ubuntu 16.04 support is still WIP and isn't supported at the moment, due to stricter MySQL version 5.7.  All installs and updates should be done on versions previous to MySQL 5.7.  Thanks
11042
11043
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
11044
- OR in the INSTALL files that come in the tarball
11045
11046
Koha 16.05.00 is a major release, that comes with many new features.
11047
11048
It includes 7 new features, 340 enhancements, 472 bugfixes.
11049
11050
### New features
11051
11052
#### Acquisitions
11053
11054
- [[7736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736) Edifact QUOTE and ORDER functionality
11055
11056
#### Authentication
11057
11058
- [[10988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988) Allow login via Google OAuth2 (OpenID Connect)
11059
11060
#### Cataloging
11061
11062
- [[11023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11023) Automatic item modification by age (Was "Toggle new status for items")
11063
11064
#### Circulation
11065
11066
- [[9129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9129) Add the ability to set the maximum fine for an item to its replacement price
11067
11068
#### Notices
11069
11070
- [[9021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021) Add SMS via email as an alternative to SMS services via SMS::Send drivers
11071
11072
#### OPAC
11073
11074
- [[8753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753) Add forgot password link to OPAC
11075
- [[11622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622) Add ability to pay fees and fines from OPAC via PayPal
11076
11077
### Enhancements
11078
11079
#### About
11080
11081
- [[15465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15465) README for github
11082
11083
#### Acquisitions
11084
11085
- [[12333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12333) Add floating toolbar to acquisition basket summary page
11086
- [[13238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13238) Improve heading on vendor search when searching for all vendors
11087
- [[15004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15004) Allow to change amounts of duplicated budgets
11088
- [[15049]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15049) Add warning about "No active currency" to Acquisitions start page
11089
- [[15519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15519) Warns when creating a basket
11090
- [[15531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15531) Add support for standing orders
11091
- [[15630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15630) Make Edifact module pluggable
11092
- [[16036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16036) Making basket actions buttons
11093
- [[16037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16037) Rename 'Print' to 'Export as PDF' for basket groups
11094
- [[16142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16142) Making 'order' a button for new order suggestions
11095
- [[16262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16262) Remove the use of "onclick" from acquisitions basket template
11096
- [[16351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16351) Error when trying to receive a new shipment without specifying invoice number
11097
11098
#### Architecture, internals, and plumbing
11099
11100
- [[5404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5404) C4::Koha::subfield_is_koha_internal_p no longer serves a purpose
11101
- [[11625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11625) Default to logged in library for circ rules and notices & slips
11102
- [[11747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11747) Default to logged in library for Overdue notice/status triggers
11103
- [[14751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14751) Allow C4::Context->interface to be set to 'sip' or 'commandline'
11104
- [[14828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14828) Move the item types related code to Koha::ItemTypes
11105
- [[14889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14889) Move the framework related code to Koha::BiblioFramework[s]
11106
- [[15084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084) Move the currency related code to Koha::Acquisition::Currenc[y|ies]
11107
- [[15288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15288) Error pages: Code duplication removal and better translatability
11108
- [[15294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15294) Move the C4::Branch related code to Koha::Libraries - part 1
11109
- [[15295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15295) Move the C4::Branch related code to Koha::Libraries - part 2
11110
- [[15380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15380) Move the authority types related code to Koha::Authority::Type[s] - part 1
11111
- [[15381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15381) Move the authority types related code to Koha::Authority::Type[s] - part 2
11112
- [[15481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15481) Remove dead code in datatables.js
11113
- [[15548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15548) New patron related code should have been put to Patron instead of Borrower
11114
- [[15628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15628) Remove get_branchinfos_of vestiges
11115
- [[15629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15629) Move the C4::Branch related code to Koha::Libraries - part 3
11116
- [[15631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15631) Move the cities related code to Koha::Cities - part 2
11117
- [[15632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15632) Move the messages related code to Koha::Patron::Messages
11118
- [[15635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15635) Move the patron images related code to Koha::Patron::Images
11119
- [[15653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15653) Updating a guarantor has never updated its guarantees
11120
- [[15656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15656) Move the guarantor/guarantees code to Koha::Patron
11121
- [[15731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15731) C4::Reports::Guided::build_authorised_value_list is not used
11122
- [[15769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15769) C4::Koha::slashifyDate is outdated
11123
- [[15783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15783) C4::Koha::AddAuthorisedValue can be replaced with Koha::AuthorisedValue->new->store
11124
- [[15796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15796) C4::Koha - get_itemtypeinfos_of is not used anymore
11125
- [[15797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15797) C4::Koha::GetKohaImageurlFromAuthorisedValues is no longer in use
11126
- [[15798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15798) C4::Koha::displayServers is no longer in use
11127
- [[15800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15800) Koha::AuthorisedValues - Remove C4::Koha::IsAuthorisedValueCategory
11128
- [[15870]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15870) Add Filter for MARC to respect visibility settings
11129
- [[16011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16011) Remove $VERSION from our modules
11130
- [[16044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044) Define a L1 cache for all objects set in cache
11131
- [[16070]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16070) Empty (undef) system preferences may cause some issues in combination with memcache
11132
- [[16086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16086) Add Koha::Issue objects.
11133
- [[16087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16087) Add Koha::OldIssues Objects
11134
- [[16103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16103) Remove FK constraint for sms_provider_id in deletedborrowers
11135
- [[16157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16157) C4::Koha::GetAuthorisedValues should not handle the selected option
11136
- [[16158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16158) GetAuthorisedValues should not be called inside a loop
11137
- [[16167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16167) Remove prefs to drive authorised value images
11138
- [[16168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16168) Eliminate unneeded C4::Context->dbh calls in C4/Biblio.pm
11139
- [[16169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16169) TransformMarcToKoha should not take $dbh in parameters
11140
- [[16199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16199) C4::Ris::charconv is one of the less useful subroutines ever written
11141
- [[16221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16221) Use Storable::dclone() instead of Clone::clone() for L1 cache deep-copying mode
11142
- [[16238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16238) Upgrade jQuery in staff client: use .prop() instead of .attr()
11143
11144
#### Authentication
11145
11146
- [[11807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11807) Add categorycode conversions to LDAP authentication.
11147
11148
#### Cataloging
11149
11150
- [[11084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084) Delete biblios on Leader 05 =d
11151
- [[12670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12670) Show materials label instead of code
11152
- [[14168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14168) enhance streaming cataloging to include youtube
11153
- [[14199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14199) Unify all organization code plugins
11154
- [[15225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15225) Make HTML5Media work with file upload feature
11155
- [[15859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15859) Move some basic MARC editor controls into settings menu
11156
- [[15952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15952) Moving cataloging search actions into a drop-down menu
11157
- [[16205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16205) MARC editor settings menu should use a Font Awesome icon
11158
11159
#### Circulation
11160
11161
- [[1983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1983) Add option to create hold request when checking out an item already on loan
11162
- [[11565]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11565) decreaseLoanHighHolds needs Override
11163
- [[13592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13592) Hold fee not being applied on placing a hold
11164
- [[14395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14395) Two different ways to calculate 'No renewal before' (days or hours)
11165
- [[14577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14577) Allow restriction of checkouts based on fines of guarantor/guarantee
11166
- [[14753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14753) Show accession date on checkin
11167
- [[14945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14945) Add the ability to store the last patron to return an item
11168
- [[15129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15129) Koha::object for issuing rules
11169
- [[15471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15471) Add column settings and filters to Holds queue table
11170
- [[15564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15564) Display "print slip" option when returning an item which is in a rotating collection
11171
- [[15571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15571) reserveforothers permission does not remove Search to hold button from patron account
11172
- [[15675]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675) Add issue_id column to accountlines and use it for updating fines
11173
- [[15793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15793) UX of circulation patron search with long lists of returned borrowers
11174
- [[15821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15821) Use Font Awesome icons in confirmation dialogs - Circulation
11175
- [[16141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16141) Making 'Transfers to receive' action a button
11176
11177
#### Command-line Utilities
11178
11179
- [[12289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12289) stage_file.pl does not allow control of nomatch options
11180
- [[13143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143) Add a tool to show a Koha's password
11181
- [[14292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14292) Add --category and --skip-category options to longoverdue.pl to include or exclude borrower categories.
11182
- [[14532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14532) koha-dump should provide a way to exclude Zebra indexes
11183
- [[16039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16039) Quiet flag support for share_usage_with_koha_community.pl
11184
11185
#### Database
11186
11187
- [[13624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624) Remove columns branchcode, categorytype from table overduerules_transport_types
11188
11189
#### Documentation
11190
11191
- [[13136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136) Add documentation for Home > Tools > Labels home > Manage label Layouts
11192
11193
#### Hold requests
11194
11195
- [[12803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803) Add ability to skip closed libraries when generating the holds queue
11196
- [[13517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13517) Show waiting date on reserve/request.pl
11197
- [[14134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14134) Make "Holds over" show holds expiring tomorrow if ExpireReservesMaxPickUpDelay is set
11198
- [[14310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14310) Add ability to suspend and resume individual holds from the patron holds table
11199
- [[14694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14694) Make decreaseloanHighHolds more flexible
11200
- [[15443]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15443) Re-code RESERVESLIP as HOLD_SLIP
11201
- [[15532]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15532) Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
11202
- [[15533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15533) Allow patrons and librarians to select itemtype when placing hold
11203
- [[15534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534) Add the ability to prevent a patron from placing a hold on a record with available items
11204
11205
#### I18N/L10N
11206
11207
- [[15231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15231) Import patrons: Remove string splitting by html tags to avoid weird translations
11208
- [[15274]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15274) Better translatability for circulation.pl / circulation.tt
11209
- [[15301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301) Translatability: branchtransfers.tt: Remove ambiguous "To" and fix splitted sentence.
11210
- [[16382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382) Update German web installer sample files for 16.05
11211
11212
#### Installation and upgrade (web-based installer)
11213
11214
- [[14622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622) Add fr-CA data folder in the web installer
11215
11216
#### Label/patron card printing
11217
11218
- [[14131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14131) Patroncard: Add possibility to print from patron lists
11219
- [[15211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15211) Label/patron card creators need to have Tools sidebar
11220
- [[15662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15662) String and translatability fix to Label Creator
11221
- [[16152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16152) Rename label management table column to Actions
11222
- [[16153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16153) Adding "actions" class to Label Creator table actions so the buttons dont wrap
11223
11224
#### Lists
11225
11226
- [[15403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15403) Confirm messages in intranet lists interface strangely worded
11227
- [[15583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15583) List of lists in the staff client should have a default sort
11228
- [[16110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16110) Making lists actions buttons
11229
- [[16338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16338) Remove the use of "onclick" from the lists template
11230
11231
#### MARC Authority data support
11232
11233
- [[15931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15931) If Authority is not used by any records, remove link to cataloguing search
11234
- [[15932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15932) Moving Authorities actions into a drop-down menu
11235
11236
#### MARC Bibliographic data support
11237
11238
- [[14306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14306) Show URL from MARC21 field 555$u in basket and detail
11239
- [[15162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15162) Add for Unimarc transformation to new metadata formats
11240
- [[16460]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460) Update MARC21 frameworks to Update No. 22 (April 2016)
11241
- [[16470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470) Update MARC21 es-ES frameworks to Update 22 (April 2016)
11242
11243
#### MARC Bibliographic record staging/import
11244
11245
- [[2324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2324) Undo Import should have a confirm dialog
11246
- [[16052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16052) Styling buttons after MARC records have been staged
11247
- [[16057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057) Use font awesome button for cleaning a batch of staged MARC records
11248
11249
#### Notices
11250
11251
- [[9004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9004) Talking Tech doesn't account for holidays when calculating a holds last pickup date
11252
- [[10076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10076) Add Bcc syspref for claimacquisition and clamissues
11253
- [[12426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12426) Allow resending of emails from the notices tab in the patron account
11254
- [[12923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12923) Improve error logging for advance_notices.pl; Show borrowernumber when no letter of type is found and force utf8 output.
11255
- [[14515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14515) Add biblioitems table to notices in C4/Reserves.pm
11256
- [[16048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16048) Making notices actions buttons
11257
11258
#### OPAC
11259
11260
- [[5979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5979) Add separate OPACISBD system preference
11261
- [[6624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6624) Allow Koha to use the new read API from OpenLibrary
11262
- [[7594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7594) Google Cover Javascript contains hardcoded CSS style
11263
- [[13642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642) Adding new features for Dublin Core metadata
11264
- [[13774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774) Add the unique anchors of news as links in the RSS for news in Opac
11265
- [[13918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13918) Add waiting expiration date to opac list of holds for user
11266
- [[14305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14305) Public way to look at the Opac of different branches
11267
- [[14523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523) Google jackets being blocked when OPAC using HTTPS
11268
- [[14571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14571) using_https check for ssl connections doesn't work in some situations
11269
- [[14582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14582) OPAC detail shows an unuseful link to "add tag" when user is not logged in
11270
- [[14658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14658) Split PatronSelfRegistrationBorrowerUnwantedField into two preferences for creating and editing
11271
- [[14659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14659) Allow patrons to enter card number and patron category on OPAC registration page
11272
- [[15044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15044) add suggestion's date on Your purchase suggestions tab in OPAC
11273
- [[15311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15311) Let libraries set text to display when OpacMaintenance = on
11274
- [[15574]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15574) Better wording for error message when adding tags
11275
- [[15813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15813) Fix list-context call to ...->guarantor in opac-memberentry.pl
11276
- [[16283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16283) Make OPAC registration captcha case insensitive
11277
11278
#### Packaging
11279
11280
- [[4940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4940) Koha should include sample rc.d script(s) for *BSD
11281
- [[15303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15303) Letsencrypt option for Debian package installations
11282
- [[15714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15714) Remove zebra.log from debian scripts and add optional log levels
11283
- [[16016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16016) Integrate sitemap.pl into the packages
11284
- [[16190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16190) Enable the indexer daemon by default
11285
11286
#### Patrons
11287
11288
- [[9303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303) relative's checkouts in the opac
11289
- [[10468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10468) Add pending holds to summary print
11290
- [[11088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11088) Patron entry page should use floating toolbar like cataloging interface
11291
- [[12528]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528) Enable staff to deny message setting access to patrons on the OPAC
11292
- [[13931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13931) Date of birth in patron search result and in autocomplete
11293
- [[14406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14406) When adding messages in patron account, only first name is shown in pull down
11294
- [[14497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14497) Add warning to patron details page if patron's fines exceed noissuescharge
11295
- [[14763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14763) show patron's age
11296
- [[14834]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14834) Make membership_expiry cronjob more flexible
11297
- [[14948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14948) Display amounts right aligned in tables on patron pages
11298
- [[15096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15096) Export today's checked in barcodes: Display warning if reading history is set to "never"
11299
- [[15196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15196) Order patrons on patron lists by name
11300
- [[15206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15206) Show patron's age when filling date of birth in memberentry.pl
11301
- [[15343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15343) Allow patrons to choose their own password on self registration.
11302
- [[15543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15543) Use another notice in membership_expiry.pl
11303
- [[16100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16100) Buttons in patron toolbar are styled differently
11304
- [[16120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16120) Making action on patron search a button
11305
- [[16182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16182) Make phone number clickable to call
11306
- [[16183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16183) Add confirm message for deleting patron messages
11307
- [[16234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16234) Borrower account has an unnecessary link to 'View item'
11308
- [[16235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16235) Making borrower account actions buttons
11309
- [[16316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16316) Make it possible to limit patron search to surname
11310
11311
#### Reports
11312
11313
- [[7683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683) statistic wizard: cataloging
11314
- [[10154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10154) Add collection, location, and callnumber filters to report for most circulated items
11315
- [[11371]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371) Add a new report : Orders by budget
11316
- [[12544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12544) Send scheduled reports as an attachment
11317
- [[15321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15321) Add delete report option to Show, Edit and Run screens
11318
- [[15863]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15863) When creating a dictionary for date column, date range selection should be hidden if all dates is selected
11319
- [[16161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16161) Add confirm message when deleting dictionary definition
11320
- [[16162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16162) Making dictionary 'Delete' a font awesome button
11321
- [[16163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16163) Show message if there are no dictionary definitions
11322
- [[16281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16281) Remove the use of "onclick" from Reports module
11323
- [[16359]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16359) Filter search box covers other elements on saved reports page
11324
- [[16389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16389) Reports row limit should change upon option selection
11325
11326
#### SIP2
11327
11328
- [[14512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14512) Add support for AV field to Koha's SIP2 Server
11329
11330
#### Searching
11331
11332
- [[12478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478) Elasticsearch support for Koha
11333
- [[14277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14277) Search index 'lex' does not honor MARC indicator "ind1"
11334
- [[14332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14332) Skip title articles on Opac using ind2 of tag 245 (MARC21 only)
11335
- [[14899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14899) Mapping configuration page for Elastic search
11336
- [[15263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15263) XSLT display fetches sysprefs for every result processed
11337
- [[15555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15555) Index 024$a into Identifier-other:u url register when source $2 is uri
11338
- [[16363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363) Use floating toolbar on advanced search
11339
11340
#### Serials
11341
11342
- [[12375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375) Store serials enumeration data in separate fields
11343
- [[16074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16074) Making frequencies actions buttons
11344
- [[16075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16075) Making numbering patterns actions buttons
11345
- [[16097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16097) Making messages for subscription fields more user friendly
11346
- [[16098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16098) Making subscription fields actions buttons
11347
- [[16099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16099) Make name required field when creating subscription field
11348
- [[16164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16164) Making check expiration actions buttons
11349
11350
#### Staff Client
11351
11352
- [[4941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4941) Remove singleBranchMode system preference
11353
11354
> The singleBranchMode system preference has been removed. Koha instance with multiple libraries will not longer be able to use single branch mode. Single branch mode will be automatically enabled for Koha instances with only one library configured.
11355
11356
11357
- [[11280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11280) Change Withdrawn toggle to drop down selection of authorized values
11358
- [[12342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12342) Patron registration datepicker dropdown shows only 10 years
11359
- [[15008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15008) Add custom HTML areas to circulation and reports home pages
11360
- [[15413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15413) Adding colons where they should appear in forms etc to be consistent
11361
- [[15638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15638) spelling mistake in ~/Koha/reserve/placerequest.pl:4: writen  ==> written
11362
- [[15640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15640) Accessibility - ensure there are no titles on hover over the links (circ home page)
11363
- [[16028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16028) Remove redundant hold links
11364
- [[16130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16130) Show the item non-public note on the detail view
11365
11366
#### System Administration
11367
11368
- [[15552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15552) Better wording of intranetreadinghistory syspref
11369
- [[15617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15617) Be able to close "Click to edit" text boxes after opening them
11370
- [[15665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15665) Better wording of error messages when importing MARC frameworks
11371
- [[15965]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15965) Koha to MARC mapping - table changes with selection of drop down menu
11372
- [[15966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15966) Move MARC frameworks actions into a drop down menu
11373
- [[15988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15988) Moving authority types actions into a drop-down menu
11374
- [[15989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15989) Making classification sources actions buttons
11375
- [[15990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15990) Making record matching rules actions buttons
11376
- [[15991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15991) Moving OAI sets actions into a drop-down menu
11377
- [[15992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15992) Renaming 'Operations' column heading to 'Actions'
11378
- [[15993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993) Making currency actions buttons
11379
- [[15994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15994) Adding font awesome icons to Funds actions
11380
- [[15995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15995) Making libraries actions buttons
11381
- [[16081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16081) Making Koha to MARC mapping actions buttons
11382
- [[16096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16096) Change 'Modify' to 'Edit' for OAI sets config
11383
- [[16132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16132) Remove branch select button in Library Transfer Limits
11384
- [[16236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16236) Making authorised values actions buttons
11385
- [[16263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16263) Making authority tags and subfields actions buttons
11386
- [[16265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16265) Making item types actions buttons
11387
- [[16267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16267) Making circ and fines rules actions buttons
11388
- [[16268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16268) Add confirm message when deleting circ and fines rules
11389
- [[16286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16286) Use validation plugin when adding or editing patron category
11390
- [[16297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16297) Remove the use of "onclick" from OAI sets configuration template
11391
- [[16298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16298) Standardize on "Patron categories" when referring to patron category administration
11392
- [[16299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16299) Use validation plugin when creating a patron attribute type
11393
- [[16301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16301) Remove the use of "onclick" from SMS cellular providers template
11394
- [[16305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16305) Remove the use of "onclick" from transport cost matrix
11395
- [[16308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16308) Remove the use of "onclick" from Z39.50/SRU servers template
11396
- [[16383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383) Making Local Use sysprefs actions buttons
11397
11398
#### Templates
11399
11400
- [[10171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171) Add a header in Advanced Search (staff interface)
11401
- [[10347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10347) Deactivate "Add item" button when "Add multiple copies" was activated
11402
- [[12051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12051) add renew tab to top on staff client
11403
- [[13302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13302) Use CSS3 ellipsis for email address in staff client patron sidebar
11404
- [[13464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13464) Standardize the pagination class
11405
- [[13778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13778) Putting patron lists buttons into a dropdown menu
11406
- [[14304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14304) RDA: Display link in XSLT for 264 field to reflect Zebra indexing
11407
- [[14377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14377) Indicate that a record is suppressed in staff client
11408
- [[15285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15285) Upgrade DataTables to 1.10.10 or later
11409
- [[15309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15309) Use Bootstrap modal for cataloging search MARC and Card preview
11410
- [[15313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15313) Use Bootstrap modal for z39.50 search MARC and Card preview
11411
- [[15314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15314) Use Bootstrap modal for cataloging merge MARC preview
11412
- [[15316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15316) Use Bootstrap modal for authority Z39.50 search results preview
11413
- [[15317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15317) Use Bootstrap modal for MARC and Card preview when ordering from staged files
11414
- [[15318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15318) Use Bootstrap modal for MARC and Card preview when ordering an external source
11415
- [[15319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15319) Use Bootstrap modal for MARC preview when performing batch record modifications
11416
- [[15320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15320) Use Bootstrap modal for MARC preview when ordering from an existing record
11417
- [[15669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15669) alphabetize marc modification pulldowns
11418
- [[15671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15671) Show branch name instead of branch code in checkout history
11419
- [[15672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15672) Show descriptions instead of codes on the hold ratios report
11420
- [[15692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15692) Move some patron entry form JavaScript into members.js
11421
- [[15785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15785) Use Font Awesome icons in confirmation dialogs
11422
- [[15825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15825) Patron lists does not show tools menu sidebar
11423
- [[15826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15826) Use Font Awesome icons in confirmation dialogs - Tools
11424
- [[15843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15843) Move MARC subfields structure JavaScript into separate file
11425
- [[15846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15846) Move MARC Framework JavaScript into separate file
11426
- [[15858]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15858) Use Font Awesome icons in dialog alert for addorder.tt
11427
- [[15867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15867) Move MARC modification templates JavaScript into separate file
11428
- [[15883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15883) Upgrade jQuery from v1.7.2 in the staff client
11429
- [[15886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15886) Revise layout and behavior of audio alerts management
11430
- [[15887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15887) Revise layout and behavior of item search fields management
11431
- [[15910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15910) Move header search keep text JavaScript into staff-global.js
11432
- [[15918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15918) Obsolete file datatables-strings.inc can be removed
11433
- [[15936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15936) Revise layout and behavior of SMS cellular providers management
11434
- [[15938]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15938) Use validation plugin when adding or editing classification sources and filing rules
11435
- [[15950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15950) Use Font Awesome icons for acquisitions basket close confirmation
11436
- [[15951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15951) Use Font Awesome icons for acquisitions order cancellation confirmation
11437
- [[15959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15959) Use Font Awesome icons for attach item confirmations
11438
- [[15960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15960) Use Font Awesome icons for classification filing rule deletion error
11439
- [[15961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15961) Use Font Awesome icons for confirmation of currency deletion
11440
- [[15963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15963) Use Font Awesome icons for confirmation after deleting MARC tag
11441
- [[15978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15978) Use Font Awesome icons for guided reports error dialog
11442
- [[15979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15979) Use Font Awesome icons subscription deletion confirmation dialog
11443
- [[15980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15980) Use Font Awesome icons in subscription frequency deletion confirmation dialog
11444
- [[15983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15983) Use Font Awesome icons in serial numbering pattern deletion confirmation dialog
11445
- [[16019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16019) Remove unused blue.css
11446
- [[16020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16020) Remove unused CSS and images following label creator UX changes
11447
- [[16021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16021) Use Font Awesome icons on automatic item modifications by age page
11448
- [[16032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16032) Use Font Awesome icon in "note" styled divs
11449
- [[16043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16043) Use Font Awesome icon in hold confirmation dialog
11450
- [[16045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16045) Use Font Awesome icons in OAI sets administration
11451
- [[16046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16046) Use Font Awesome icons on patron edit pages
11452
- [[16059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16059) Use Font Awesome icons in standard cataloging duplicate warning dialog
11453
- [[16060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16060) Add Font Awesome icon to Z39.50 search button when no results are found
11454
- [[16061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16061) Use Font Awesome icons in reports when filter returns no results
11455
- [[16062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16062) Remove CSS and images related to old "approve" and "deny" button styles
11456
- [[16064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16064) Remove use of image to indicate approval in tags moderation
11457
- [[16065]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16065) Use Font Awesome icons in dialog when duplicate patron is suspected
11458
- [[16071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16071) Use Font Awesome icons in authority record duplicate warning dialog
11459
- [[16078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16078) Remove unused YUI CSS
11460
- [[16080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16080) Remove unused images from the staff client
11461
- [[16092]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16092) Fix error dialog and use Font Awesome Icons when deleting branch group
11462
- [[16228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16228) Move some patron entry form JavaScript into members.js again
11463
- [[16241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16241) Move staff client CSS out of language directory
11464
- [[16242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16242) Move staff client JavaScript out of language directory
11465
- [[16341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16341) Revise the way table controls look on the title detail page
11466
- [[16366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16366) Remove obsolete "border" attribute from <img> tags
11467
- [[16368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16368) Remove obsolete attributes from table tags
11468
- [[16372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16372) Replace the use of "onclick" for deletion confirmation in some templates
11469
- [[16386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386) Replace the use of "onclick" from patron card creator templates
11470
- [[16438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438) Use Font Awesome icons in batch templates
11471
11472
#### Test Suite
11473
11474
- [[12787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12787) Unit test files should be better organized
11475
- [[15258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15258) Prevent unused declared variables
11476
- [[15756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15756) Some tests for haspermission in C4::Auth
11477
- [[15956]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15956) Rearranging some SIP unit tests (testable without SIP server)
11478
- [[16155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16155) Composite keys in TestBuilder and more
11479
- [[16173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16173) db_structure.t shouldn't have a fixed number of tests
11480
- [[16320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16320) Refactor ILSDI_Services.t so it uses TestBuilder
11481
11482
#### Tools
11483
11484
- [[10612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612) Add ability to delete patrons with batch patron deletion tool
11485
- [[14686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14686) New menu option and permission for file uploading
11486
- [[15213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15213) Fix tools sidebar to highlight Patron lists when in that module
11487
- [[15414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15414) Noisy warns when creating new layout for patron card creator
11488
- [[15573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15573) String and translatability fix to Patron Card Creator
11489
- [[15824]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15824) 'Done' button is unclear on batch item modification and deletion
11490
- [[15827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15827) Unfriendly message when saving overdue notice/status triggers
11491
- [[15828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15828) Upload patron images is hard to read
11492
- [[15829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15829) Rotating Collections is under Patrons on Tools Home - Should be Catalog
11493
- [[15830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15830) Move Rotating Collections actions into a drop-down list
11494
- [[16058]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058) Add a button to delete an individual news item
11495
- [[16077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16077) Remove unused script and template card-print
11496
- [[16139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16139) Renaming 'Unseen since' column in Inventory/Stocktaking
11497
- [[16193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16193) Typo in Automatic item modifications by age
11498
- [[16337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16337) Remove the use of "onclick" from the stage MARC records template
11499
- [[16360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16360) Buttons wrap in Actions column for reviewing tags
11500
11501
#### Web services
11502
11503
- [[13903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13903) Add API routes to list, create, update, delete holds
11504
- [[14257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14257) Add show_extended_attributes to ILS-DI call GetPatronInfo
11505
- [[14939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14939) OAI Server classes must be modularized
11506
- [[15126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15126) REST API: Use newer version of Swagger2
11507
- [[15527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15527) OAI-PMH should have a stylesheet to aid usability
11508
11509
#### translate.koha-community.org
11510
11511
- [[15080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15080) ./translate-tool should tell if xgettext-executable is missing
11512
11513
11514
### Critical bugs fixed
11515
11516
(this list includes all bugfixes since the previous major version. Most of them
11517
have already been fixed in maintainance releases)
11518
11519
#### Acquisitions
11520
11521
- [[16010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16010) merge_authorities migration script is broken
11522
- [[16089]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16089) Acquisitions -> Invoice broken by Bug 15084
11523
- [[16227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16227) The currencies of vendor and order do not display correctly
11524
- [[16237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16237) Adding new EDI account results in Perl error when plugins are not activated
11525
- [[16256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16256) Can't edit library EAN if you leave EAN empty
11526
11527
#### Architecture, internals, and plumbing
11528
11529
- [[11998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998) Syspref caching issues
11530
- [[15344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344) GetMemberDetails called unecessary
11531
- [[15429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15429) sub _parseletter should not change referenced values
11532
- [[15446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446) Koha::Object[s]->type should be renamed to _type to avoid conflict with column name
11533
- [[15447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15447) log4perl.conf does not have __LOG_DIR__ replaced when installing
11534
- [[15473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15473) Koha::Objects->find should find if the key is an empty string
11535
- [[15478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15478) Checksum mismatch when regenerating schema
11536
- [[15578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15578) Authority tests skip and hide a bug
11537
- [[15585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15585) Move C4::Passwordrecovery to Koha::Patron::Password::Reset
11538
- [[15680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15680) Fresh install of Koha cannot find any dependencies
11539
- [[15687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15687) Syntax errors in misc/translator/xgettext.pl
11540
- [[15891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15891) Late night for Brendan :) updatedatabase
11541
- [[16007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16007) Correction of 'Remove columns branchcode, categorytype from table overduerules_transport_types'
11542
- [[16068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16068) System preference override feature (OVERRIDE_SYSPREF_* = ) is not reliable for some cache systems
11543
- [[16084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16084) log4perl.conf not properly set on packages
11544
- [[16138]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16138) Restart plack when rotating logfiles
11545
- [[16229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16229) Koha::Cache should be on the safe side
11546
- [[16288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288) Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems
11547
- [[16418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418) EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql
11548
- [[16505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505) rebuild_zebra.pl skips updates if -x is passed
11549
- [[16539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16539) Koha::Cache is incorrectly caching single holidays
11550
11551
#### Authentication
11552
11553
- [[15889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15889) Login with LDAP deletes extended attributes
11554
11555
#### Cataloging
11556
11557
- [[15256]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15256) Items table on detail page can be broken
11558
- [[15358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15358) merge.pl does not populate values to merge
11559
- [[15572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15572) Authority creation fails when authid is linked to 001 field
11560
- [[15579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15579) records_batchmod permission doesn't allow access to batch modification
11561
- [[16373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16373) merge.pl reports success but files are not merged
11562
11563
#### Circulation
11564
11565
- [[12045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12045) Transfer impossible if barcode includes spaces
11566
- [[13024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024) Nonpublic note not appearing in the staff client
11567
- [[15442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15442) Checkouts table will not display due to javascript error
11568
- [[15462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15462) Unable to renew books via circ/renew.pl
11569
- [[15560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15560) Multiple holding branchs and locations not displaying in pending holds report
11570
- [[15570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15570) circ/renew.pl is broken
11571
- [[15736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15736) Add a preference to control whether all items should be shown in checked-in items list
11572
- [[15757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15757) Hard coded due loan/renewal period of 21 days if no circ rule found in C4::Circulation::GetLoanLength
11573
- [[16009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16009) crash displaying pending offline circulations
11574
- [[16073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16073) Circulation is completely broken
11575
- [[16082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16082) Empty patron detail page is displayed if the patron does not exist - circulation.pl
11576
- [[16186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16186) t/db_dependent/Circulation_Issuingrule.t is failing
11577
- [[16215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16215) Missing closing quote in checkout template
11578
- [[16240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16240) Regression: Bug 16082 causes message to be displayed even when no borrowernumber is passed
11579
- [[16378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16378) Overdues.pm: Can't call method "store" without a package or object reference
11580
- [[16496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496) accountlines.issue_id not set when new overdue is processed
11581
11582
#### Command-line Utilities
11583
11584
- [[15923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15923) Export records by id list impossible in export_records.pl
11585
11586
#### Course reserves
11587
11588
- [[15530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15530) Editing a course item via a disabled course disables it even if it is on other enabled courses
11589
11590
#### Database
11591
11592
- [[15840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840) Import borrowers tool explodes if userid already exists
11593
11594
#### Hold requests
11595
11596
- [[15645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15645) In transit holds do not show as in transit on request.pl
11597
- [[16151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16151) can't place holds from lists
11598
11599
#### Installation and upgrade (command-line installer)
11600
11601
- [[16361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16361) Installer syntax error
11602
11603
#### Installation and upgrade (web-based installer)
11604
11605
- [[13669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669) Web installer fails to load sample data on MySQL 5.6+
11606
- [[16402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402) DB structure cannot be loaded in MySQL 5.7
11607
11608
#### Lists
11609
11610
- [[15453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15453) Cannot download a list in the staff interface
11611
- [[15810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15810) Can't create private lists if OpacAllowPublicListCreation is set to 'not allow'
11612
- [[16517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517) A server error is raised when creating a new list with an existing name
11613
11614
#### MARC Authority data support
11615
11616
- [[15188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15188) remove_unused_authorities.pl will delete all authorities if zebra is not running
11617
- [[16056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16056) Error when deleting MARC authority
11618
11619
#### Notices
11620
11621
- [[12752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12752) OVERDUE notice mis-labeled as "Hold Available for Pickup"
11622
- [[15967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15967) Print notices are not generated if the patron cannot be notified
11623
11624
#### OPAC
11625
11626
- [[13534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13534) Deleting staff patron will delete tags approved by this patron
11627
- [[14614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14614) Multiple URLs (856) in cart/list email are broken
11628
- [[15550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15550) Authority type pull down in OPAC authority search is empty
11629
- [[16198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16198) Opac suggestions are broken if user is not logged in
11630
- [[16210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16210) Bug 15111 breaks the OPAC if JavaScript is disabled
11631
- [[16317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16317) Attempt to share private list results in error
11632
11633
#### Packaging
11634
11635
- [[14633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14633) apache2-mpm-itk depencency makes Koha uninstallable on Debian Stretch
11636
- [[15713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15713) Restart zebra when rotating logfiles
11637
11638
#### Patrons
11639
11640
- [[15163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163) Patron attributes with branch limiits are not saved when invisible
11641
- [[15289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15289) "borrowers" permission doesn't allow to see current loans
11642
- [[15367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15367) Batch patron modification: Data loss with multiple repeatable patron attributes
11643
11644
#### Reports
11645
11646
- [[15250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15250) Software error: Can't locate object method "field" via package "aqorders.datereceived" in reports/acquisitions_stats.pl
11647
- [[15290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15290) SQL reports encoding problem
11648
11649
#### Searching
11650
11651
- [[15818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15818) OPAC search with utf-8 characters and without results generates encoding error
11652
11653
#### Serials
11654
11655
- [[15501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15501) Planned Irregularities are deleted when modifying subscription
11656
- [[15643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15643) Every datepicker on serials expected date column updates top issue
11657
11658
#### Staff Client
11659
11660
- [[15816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816) Timeout login redirects to home page
11661
11662
#### System Administration
11663
11664
- [[16015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16015) Cannot delete a group of libraries
11665
- [[16114]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16114) Regression: Bug 14828 broke display of localized item type descriptions
11666
- [[16397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397) Unable to delete audio alerts
11667
11668
#### Templates
11669
11670
- [[14632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14632) Incorrect alert while deleting single item in batch
11671
- [[15916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15916) Regression: Many tables' sorting broken by JavaScript error
11672
- [[16095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16095) Security issue with the use of target="_blank" or window.open()
11673
- [[16553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16553) Incorrect path to jQueryUI file in help template
11674
11675
#### Test Suite
11676
11677
- [[16160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16160) t/db_dependent/www/search_utf8.t fails due to layout change
11678
- [[16561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16561) Regression caused by 15877 - t/db_dependent/Barcodes.t deletes all items from a DB
11679
11680
#### Tools
11681
11682
- [[14893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14893) Separate temporary storage per instance in Upload.pm
11683
11684
> Note: All temporary uploaded files will be deleted during upgrade.
11685
11686
11687
- [[15240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15240) Performance issue running overdue_notices.pl
11688
- [[15332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15332) ModMember not interpreting dates (Batch patron modification)
11689
- [[15493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15493) Export records using a CSV profile does not work
11690
- [[15607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15607) Batch patron modification: Data loss of 'dateenrolled' and 'expirydate' fields
11691
- [[15684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15684) Fix encoding issues with quote upload
11692
- [[15842]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15842) Cannot import patrons if the csv file does not contain privacy_guarantor_checkouts
11693
- [[16040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16040) Quote deletion never ending processing
11694
- [[16426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426) Import borrowers tool warns for blank and/or existing userids
11695
11696
#### Web services
11697
11698
- [[16222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16222) Add REST API folder to Makefile.PL
11699
11700
11701
### Other bugs fixed
11702
11703
(this list includes all bugfixes since the previous major version. Most of them
11704
have already been fixed in maintainance releases)
11705
11706
#### About
11707
11708
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
11709
- [[15721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15721) About page does not display Apache version
11710
11711
#### Acquisitions
11712
11713
- [[9184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9184) Ordering from staged file in acq should not offer authority records
11714
- [[11203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203) Datatables in acqusitions do not ignore "stopwords" in titles
11715
- [[13041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041) Can't add user as manager of basket if name includes a single quote
11716
- [[14853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14853) Change "Fund" to "Shipping fund" where appropriate
11717
- [[15202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15202) Fix date display when transferring an order
11718
- [[15624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15624) Spelling mistake in suggestion.pl
11719
- [[15962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15962) Currency deletion doesn't correctly identify currencies in use
11720
- [[16053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16053) Edit the active currency removes its 'active' flag
11721
- [[16055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16055) Deleting a basket group containing baskets fails silently
11722
- [[16154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154) Replace CGI->param with CGI->multi_param in list context
11723
- [[16206]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16206) Corrections to templates related new EDI feature
11724
- [[16208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16208) Can't delete a library EAN if the EAN value is empty
11725
- [[16253]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16253) Acq: Change "Delete order" to "Cancel order line" on basket summary and receive page
11726
- [[16257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16257) EDIfact messages link on tools page results error
11727
- [[16321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16321) 'Show all details' checkbox triggers JS error after jQuery upgrade
11728
- [[16325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325) Suggestions: Tab "Status unknown" contains all suggestions
11729
- [[16384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384) When canceling 'edit basket', return to basket summary if you came from there
11730
- [[16385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385) Fix breadcrumbs when ordering from subscription
11731
- [[16414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414) aqorders.budgetgroup_id has never been used and can be removed
11732
11733
#### Architecture, internals, and plumbing
11734
11735
- [[6679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679) Fixing code so it passes basic Perl::Critic tests
11736
- [[12920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12920) Remove AllowRenewalLimitOverride from pl scripts, use Koha.Preference instead
11737
- [[15086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086) Creators layout and template sql has warnings
11738
- [[15099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15099) Fix file name: categorie.pl should be either category.pl or categories.pl
11739
- [[15135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135) Remove Warning Subroutine HasOverdues redefined
11740
- [[15193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15193) Perl scripts missing exec permission
11741
- [[15230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15230) Remove unused file circ/stats.pl from system
11742
- [[15333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333) Use Koha::Cache for caching all holidays
11743
- [[15432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15432) t/db_dependent/Letters.t depends on external data/configuration
11744
- [[15466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15466) Suggestions.t is failing
11745
- [[15467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15467) AuthoritiesMarc.t is failing
11746
- [[15517]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15517) Tables borrowers and deletedborrowers differ again
11747
- [[15601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15601) TestBuilder tests are failing
11748
- [[15626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15626) koha-remove does not remove log4perl.conf
11749
- [[15735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15735) Audio Alerts editor broken by use of of single quotes in editor
11750
- [[15742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15742) Unnecessary loop in j2a cronjob
11751
- [[15743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15743) Allow plugins to embed Perl modules
11752
- [[15777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15777) Refactor loop in which Record::Processor does not initialize parameters
11753
- [[15809]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809) versions of CGI < 4.08 do not have multi_param
11754
- [[15871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15871) Improve perl critic of t/RecordProcessor.t
11755
- [[15877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15877) C4::Barcodes  does not correctly calculate db_max for 'annual' barcodes
11756
- [[15878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878) C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present
11757
- [[15930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15930) DataTables patron search defaulting to 'starts_with' and not getting correct parameters to parse multiple word searches
11758
- [[15939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15939) modification logs view now silently defaults to only current day's actions
11759
- [[15968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15968) Unnecessary loop in C4::Templates
11760
- [[16054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16054) Plack - variable scope error in paycollect.pl
11761
- [[16104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104) Warnings "used only once: possible typo" should be removed
11762
- [[16105]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16105) Cache::Memory is loaded even if memcache is used
11763
- [[16136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16136) Koha::Patron contains 'return undef' and fails critic tests
11764
- [[16248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16248) ModZebra doesn't update zebraqueue if ES is enabled
11765
- [[16259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259) More: Replace CGI->param with CGI->multi_param in list context
11766
- [[16354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16354) Fix FK constraints for edifact_messages table
11767
- [[16412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412) Cache undef in L1 only
11768
- [[16419]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419) Tests of t/db_dependent/Acquisition.t do not pass
11769
- [[16429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429) Going to circulation from notice triggers may change logged in branch
11770
- [[16445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445) Bug 12478 has added an unnecessary line to Koha/Database.pm
11771
- [[16448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448) Perlcritic errors introduced by 12478
11772
- [[16452]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452) PatronLists.t raises a warning
11773
- [[16489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489) ES code incorrectly refers to Moose
11774
- [[16499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499) circulation.pl logs warnings about Use of uninitialized value
11775
- [[16506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506) rebuild_zebra.pl still using USMARC as default
11776
- [[16550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16550) Can't set opac news expiration date to NULL, it reverts to today
11777
11778
#### Authentication
11779
11780
- [[14034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14034) User logged out on refresh after Shibboleth authentication
11781
- [[14507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14507) SIP Authentication broken when LDAP Auth Enabled
11782
- [[15553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15553) cgisess_ files polluting the /tmp directory
11783
- [[15747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747) Auth.pm flooding error log with "CGI::param called in list context"
11784
11785
#### Cataloging
11786
11787
- [[15337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15337) Koha Item Type sorted by Codes instead of Descriptions
11788
- [[15411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15411) "Non fiction" is incorrect
11789
- [[15512]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15512) Minor regression caused by Bug 7369 - warn on deleting item not triggered
11790
- [[15514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15514) New professional cataloguing editor does not handle repeatable fields correctly
11791
- [[15682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15682) Merging records from cataloguing search only allows to merge 2 records
11792
- [[15872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15872) Rancor: Ctrl-Shift-X has incorrect description in "Keyboard shortcuts"
11793
- [[15955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15955) Tuning function 'New child record' for Unimarc
11794
- [[16171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16171) Show many media (856) in html5media tab
11795
11796
#### Circulation
11797
11798
- [[13838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13838) Redirect to 'expired holds' tab after cancelling a hold
11799
- [[14015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14015) Checkout: Fix software error if barcode '0' is given
11800
- [[14244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14244) viewing a bib item's circ history requires circulation permissions
11801
- [[14846]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14846) Items with no holdingbranch causes user's holds display to freeze
11802
- [[14930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14930) Leaving OpacFineNoRenewals blank blocks renewals, but should disable feature
11803
- [[15244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15244) t/db_dependent/Reserves.t depends on external data/configuration
11804
- [[15324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15324) Checkout page: Hide title "Waiting holds:" for patrons without waiting holds
11805
- [[15472]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15472) Do not display links to circulation.pl if remaining_permissions is not set
11806
- [[15569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15569) Automatic renewal should not be displayed if the patron cannot checkout
11807
- [[15706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15706) Templates require circulate permissions to show circ related tabs when they should only require circulate_remaining_permissions
11808
- [[15730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15730) 500 error on returns.pl if barcode doesn't exist
11809
- [[15741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15741) Incorrect rounding in total fines calculations
11810
- [[15832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15832) Pending reserves: duplicates branches in datatable filter
11811
- [[15833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15833) Bad variable value in renewal template confirmation dialog
11812
- [[15841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15841) Final truth value in C4:Circulation has become displaced
11813
- [[15845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15845) Renewal date in circulation.pl is not always correct and not even used
11814
- [[15919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919) Batch checkout should show due date in list of checked-out items
11815
- [[16042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16042) Missing closing quote in checkin template
11816
- [[16125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16125) Regression: Can't add messages at checkout if no other messages are present
11817
- [[16145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16145) Regression: Bug 15632 broke display of library name on circulation messages
11818
11819
#### Command-line Utilities
11820
11821
- [[14624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14624) <<items.content>> for advance_notices.pl wrongly documented
11822
- [[15113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15113) koha-rebuild-zebra should check USE_INDEXER_DAEMON and skip if enabled
11823
- [[15325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15325) rebuild_zebra.pl table option (-t) doesn't work
11824
- [[16031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16031) sitemap.pl shouldn't append protocol to OPACBaseURL
11825
11826
#### Course reserves
11827
11828
- [[15699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15699) Opac: Course reserves instructors should be in form "Surname, Firstname" for sorting purposes
11829
11830
#### Database
11831
11832
- [[15526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15526) Drop nozebra database table
11833
- [[16170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170) Pseudo foreign key in Items
11834
11835
#### Developer documentation
11836
11837
- [[14397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14397) Typo 'foriegn' in table comments
11838
- [[14538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14538) POD for CalcFine is incomplete
11839
- [[16106]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16106) minor spelling correction to comment
11840
11841
#### Documentation
11842
11843
- [[13177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13177) Add help pages for Rotating collections
11844
- [[14638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14638) Update serials help files
11845
- [[15220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15220) typo in circ rules help
11846
- [[15926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15926) Item search fields admin missing help file
11847
11848
#### Hold requests
11849
11850
- [[15357]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15357) Deleting all items on a record with title level holds creates orphaned/ghost holds
11851
- [[15652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15652) Allow current date in datepicker on opac-reserve
11852
- [[15997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15997) Hold Ratios for ordered items doesn't count orders where AcqCreateItem is set to 'receiving'
11853
11854
#### I18N/L10N
11855
11856
- [[13474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13474) Untranslatable log actions
11857
- [[15232]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15232) Advanced Cataloging Editor: Fix translation issues
11858
- [[15233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15233) Cataloging subfield editors: Clean up html and streamline text for better translatability
11859
- [[15236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15236) Better translatibility in "Connect biblio.biblionumber to a MARC subfield"
11860
- [[15237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15237) Quote of the day: Better translatibility for editor and help
11861
- [[15238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15238) Better translatability for Installer Step 1
11862
- [[15300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15300) Translatability: Replace ambiguous 'From' and 'To' in members-update.tt
11863
- [[15304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15304) Norwegian patron database: translatable strings added to all po files
11864
- [[15340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15340) Translatability: fix issue with 'or choose' splitted by <strong tag
11865
- [[15345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15345) Translatability: fix issue in facets (Availability')
11866
- [[15346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15346) Translatability: fix sentence splitting issue in memberentrygen.tt
11867
- [[15355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15355) Translatability: Fix issues on check in page
11868
- [[15361]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15361) Translatability: Fix issue on Administration Columns settings
11869
- [[15362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15362) Translatability: Fix issue on Administration 'Did you mean?'
11870
- [[15363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15363) Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
11871
- [[15365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15365) Translatability: Fix issue on Administration > Circulation and fine rules
11872
- [[15375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15375) Translatability: Fix issues on OPAC page 'Placing a hold'
11873
- [[15383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15383) Opac: Authority details: Fix translation issues with tags
11874
- [[15487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15487) Encoding problem with item type translations
11875
- [[15674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15674) 'Show/hide columns' is not translatable
11876
- [[15861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15861) No chance to correctly translate an isolated word "The"
11877
- [[16133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16133) Translatability of database administrator account warning
11878
- [[16194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16194) Do not consider xslt as valid theme dir in LangInstaller.pm
11879
- [[16322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16322) Translatability: "Unknown" in suggestion/suggestion.pl not translatable
11880
- [[16471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471) Translatability: Fix issues in opac-password-recovery.tt
11881
11882
#### Installation and upgrade (command-line installer)
11883
11884
- [[12549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12549) Hard coded font Paths (  DejaVu ) cause problems for non-Debian systems
11885
- [[15405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15405) XML paths to zebra libraries is wrong for 64-bit installs on non-Debian linux
11886
11887
#### Installation and upgrade (web-based installer)
11888
11889
- [[15719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15719) Silence warning in C4/Language.pm during web install
11890
11891
#### Label/patron card printing
11892
11893
- [[15224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15224) Typo: Leave empty to add via item search (itemnunber).
11894
- [[15663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15663) Can't delete label from checkbox
11895
11896
#### Lists
11897
11898
- [[4912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4912) After editing private list, user should be redirect to private lists
11899
- [[6322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6322) It's possible to view lists/virtualshelves even when virtualshelves is off
11900
- [[15476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15476) Listname not always displayed in shelves.pl
11901
- [[15811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15811) Redirect after adding a new list in OPAC broken
11902
- [[16484]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484) Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet (titles not showing in lists)
11903
11904
#### MARC Authority data support
11905
11906
- [[14050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14050) Default framework for authorities should not be deletable
11907
11908
#### MARC Bibliographic data support
11909
11910
- [[15170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15170) Add 264 field to MARC21*DC.xsl
11911
- [[15209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15209) C4::Koha routines  expecting a MARC::Record object should check it is defined
11912
- [[15444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15444) MARC21: Repeated 508 not correctly formatted (missing separator)
11913
11914
#### MARC Bibliographic record staging/import
11915
11916
- [[15745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15745) C4::Matcher gets CCL parsing error if term contains ? (question mark)
11917
11918
#### Notices
11919
11920
- [[1859]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859) Notice fields: can't select multiple fields at once
11921
- [[8085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8085) Rename 'Reserve slip' to 'Hold slip'
11922
- [[14133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14133) Print notices generated in special case do not use print template
11923
- [[16217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16217) Notice' names may have diverged
11924
11925
#### OPAC
11926
11927
- [[11602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11602) Fix localcover display
11928
11929
> Adds a CSS class of thumbnail to local covers. Don't show the 1px "No image found" image (since we'll usually try another image provider).
11930
11931
11932
- [[14076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14076) Noisy warns in opac-authorities-home.pl
11933
- [[14441]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14441) TrackClicks cuts off/breaks URLs
11934
- [[14555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14555) Warns in opac-search.pl
11935
- [[14971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14971) RIS only outputs the first 10 characters for either ISBN10 or ISBN13
11936
- [[15100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15100) MARC21: Display of $d for 7xx and 1xx fields should be optional
11937
- [[15210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15210) Novelist js throws an error if no ISBN
11938
- [[15373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15373) Zip should be ZIP
11939
- [[15382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15382) 245$a visibility constraints not respected in opac-MARCdetail.pl
11940
- [[15394]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15394) Confirm messages on OPAC lists interface strangely worded
11941
- [[15412]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15412) Dropdowns in suspend holds date selector do not function in Firefox
11942
- [[15511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15511) Tabbed fines display on OPAC patron summary page broken
11943
- [[15576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15576) Link in OPAC redirects to the wrong page
11944
- [[15577]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15577) Link in OPAC doesn't redirect anywhere
11945
- [[15589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15589) OPAC Lists "his" string fix
11946
- [[15697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15697) Unnecessary comma between title and subtitle on opac-detail.pl
11947
- [[15888]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15888) Syndetics Reviews preference should not enable LibraryThing reviews
11948
- [[16129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16129) Remove URL::Encode dependency
11949
- [[16143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16143) Wrong icon PATH on virtualshelves
11950
- [[16179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16179) Clicking Rate me button in OPAC without selecting rating produces error
11951
- [[16220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220) The view tabs on opac-detail.pl are not responsive
11952
- [[16233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16233) Unclosed <strong> tag in the opac-facets.inc breaks some display
11953
- [[16296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16296) Virtualshelves: Using no OPACXSLTResultsDisplay breaks content display
11954
- [[16315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315) OPAC Shelfbrowser doesn't display the full title
11955
- [[16328]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16328) datatables on opac-suggestions.pl broken by js error
11956
- [[16340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16340) JS variable in opac-bottom.inc is declared two times
11957
- [[16343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343) 7XX XSLT subfields displaying out of order
11958
- [[16478]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478) Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts
11959
- [[16516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516) showListsUpdate JS function is not defined at the OPAC
11960
11961
#### Packaging
11962
11963
- [[9754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9754) koha-remove optionally includes var/lib and var/spool
11964
- [[16396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16396) Update package version for master packages
11965
11966
#### Patrons
11967
11968
- [[9393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9393) Add note to circulation.pl if borrower has pending modifications
11969
- [[12267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12267) Allow password option in Patron Attribute non functional
11970
- [[12721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12721) Prevent  software error if incorrect fieldnames given in sypref StatisticsFields
11971
- [[14193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14193) Accessibility: Searching patrons using the alphabetic index doesn't work
11972
- [[14480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14480) Warns when modifying patron
11973
- [[14599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14599) Saved auth login and password are used in patron creation from
11974
- [[15195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15195) patron details should open in tab
11975
- [[15252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15252) Patron search on start with does not work with several terms
11976
- [[15353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15353) patron image disappears when on fines tab
11977
- [[15619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15619) Spelling mistake in memberentry.pl
11978
- [[15621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15621) Spelling mistake in printinvoice
11979
- [[15622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15622) Spelling mistake in printfreercpt.pl
11980
- [[15623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15623) Spelling mistake in boraccount.pl
11981
- [[15722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15722) Patron search cannot deal with hidden characters ( tabs ) in fields
11982
- [[15746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15746) A random library is used to record an individual payment
11983
- [[15795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15795) C4/Members.pm is floody (Norwegian Patron DB)
11984
- [[15823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823) Can still access patron discharge slip without having the syspref on - Permissions breach
11985
- [[15928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15928) Show unlinked guarantor
11986
- [[16066]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16066) JavaScript error on new patron form when duplicate is suspected
11987
- [[16211]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16211) Missing </th> tag in member.tt line 392
11988
- [[16214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16214) Surname not displayed in serials patron search results
11989
- [[16285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16285) write_age() function throws error for patron categories that don't include dateofbirth in form
11990
- [[16447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447) "Borrow Permission" should not be used anymore
11991
11992
#### Reports
11993
11994
- [[1750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1750) Report bor_issues_top erroneous and truncated results
11995
- [[2669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2669) Radio Buttons where there should be checkboxes on Dictionary
11996
- [[13132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13132) Adding confirm message for deleting a report from the reports toolbar
11997
- [[15299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15299) Add delete confirmation for deleting saved reports
11998
- [[15366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15366) Fix breadcrumbs and html page title in guided reports
11999
- [[15416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15416) Warns on Guided Reports page
12000
- [[15421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15421) Show all available actions in reports toolbar
12001
- [[16184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16184) Report bor_issues_top shows incorrect number of rows
12002
- [[16185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16185) t/db_dependent/Reports_Guided.t is failing
12003
- [[16481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481) Report menu has unexpected issues
12004
12005
#### SIP2
12006
12007
- [[13871]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871) OverDrive message when user authentication fails
12008
- [[15479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15479) SIPserver rejects renewals for patrons with alphanumeric cardnumbers
12009
12010
#### Searching
12011
12012
- [[9819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9819) stopwords related code should be removed
12013
- [[13022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13022) Hardcoded limit causes records with more than 20 items to show inaccurate statuses
12014
12015
> If a record has more than 20 items, all the items over 20 will show as available on results even if they are not! This is a hard coded limit in the Search module. This is made configurable with the new system preference MaxSearchResultsItemsPerRecordStatu
12016
12017
12018
- [[14816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14816) Item search returns no results with multiple values selected for one field
12019
- [[14991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14991) Reword, clarify and add consistency to authority search
12020
- [[15217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15217) variables declared twice in in catalogue/search.pl
12021
- [[15468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15468) Search links on callnumbers with parentheses fails on OPAC results page
12022
- [[15606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15606) Spelling mistake in MARC21slim2OPACDetail.xsl
12023
- [[15608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15608) Spelling mistake in MARC21slim2OPACDetail.xsl
12024
- [[15613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15613) Spelling mistake: paramter vs parameter
12025
- [[15616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15616) Spelling mistake in opac-account.tt
12026
- [[15694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15694) Date/time-last-modified not searchable
12027
- [[16041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16041) StaffAuthorisedValueImages & AuthorisedValueImages preferences - impact on search performance
12028
- [[16398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398) Keep expanded view after clearing the search form
12029
12030
#### Self checkout
12031
12032
- [[11498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11498) Prevent bypassing sco timeout with print dialog
12033
- [[12663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12663) SCOUserCSS and SCOUserJS ignored on selfcheck login page
12034
12035
#### Serials
12036
12037
- [[12748]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12748) Serials - two issues with status of "Expected"
12038
- [[13877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13877) seasonal predictions showing wrong in test
12039
- [[14641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14641) Warns in subscription-add.pl
12040
- [[15605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15605) Accessibility: Can't tab to add link in serials routing list add user popup
12041
- [[15657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15657) follow-up for bug 15501 : add a missing semi-colon
12042
- [[15838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15838) syspref SubscriptionDuplicateDroppedInput does not work for all fields
12043
- [[15981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15981) Serials frequencies can be deleted without warning
12044
- [[15982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15982) Serials numbering patterns can be deleted without warning
12045
12046
#### Staff Client
12047
12048
- [[9387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9387) Feedback message for FAILED check out items are not obvious for visually impaired
12049
- [[11569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11569) Typo in userpermissions.sql
12050
- [[14349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14349) Checkouts and Fines tabs missing category description on the left
12051
- [[14613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14613) Send cart window is too small in staff and hides 'send' button
12052
- [[15119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15119) Hide search header text boxes on render
12053
- [[15386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15386) Checkout / patron pages: Hide menu items leading to 404 page
12054
- [[15592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15592) spelling mistake in ~/Koha/koha-tmpl/intranet-tmpl/p./plugins/plugins-upload.tt
12055
- [[15609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15609) spelling mistake in :692: writen  ==> written
12056
- [[15611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15611) Spelling mistake: implimented
12057
- [[15614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15614) Spelling mistake in circ/pendingreserves.tt: Fullfilled
12058
- [[15808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15808) Remove "Return to where you were before" from sysprefs
12059
- [[16218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16218) printfeercpt.tt (and others) does not include jQuery
12060
- [[16270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270) Typo authentification vs authentication in 404
12061
12062
#### System Administration
12063
12064
- [[14153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14153) Noisy warns in admin/transport-cost-matrix.pl
12065
- [[15009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15009) Planning dropdown button in aqbudget can have empty line
12066
- [[15101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15101) Don't display system preference AllowPkiAuth under heading CAS Authentication
12067
- [[15409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15409) Plugins section missing from Admin menu sidebar
12068
- [[15477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15477) Error handling  on editing item type translations
12069
- [[15568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15568) Circ rules are not displayed anymore
12070
- [[15603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15603) Accessibility: Can't tab to select link in budgets add user popup
12071
- [[15755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15755) Default item type is not marked as "All" in circulation rules
12072
- [[15773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15773) Checkboxes do not work correctly when creating a new subfield for an authority framework
12073
- [[15790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15790) Don't delete a MARC framework if existing records use that framework
12074
- [[15864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15864) SMS cellular providers link missing from administration sidebar menu
12075
- [[16012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16012) The default authority type is not editable
12076
- [[16013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013) Classification sources are not deletable
12077
- [[16014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16014) OAI sets can be deleted without warning
12078
- [[16047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16047) Software error on deleting a group with no category code
12079
12080
#### Templates
12081
12082
- [[2016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2016) navigation bar in moredetail.pl not the same as in detail.pl
12083
- [[11038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11038) Enable use of IntranetUserCSS and intranetcolorstylesheet on staff client login page
12084
- [[11937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11937) opac link doesn't open in new window
12085
- [[12152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12152) Holds to pull report should show library and itype description instead of their codes
12086
- [[15071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15071) In OPAC search results, "checked out" status should be more visible
12087
- [[15194]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194) Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar
12088
- [[15216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15216) Display Branch names and itemtype descriptions on the returns page
12089
- [[15228]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15228) Patron card batches - Improve translatability
12090
- [[15229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15229) Tiny typo: This patrons is ...
12091
- [[15306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15306) Don't show translate link for item types if only one language is installed
12092
- [[15327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15327) Minor tweaks to Bootstrap modal handling on Staged MARC management page
12093
- [[15354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15354) item types aren't showing in default hold policies
12094
- [[15396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15396) MARC21 Leader plugin label '1-4 Record size' is wrong
12095
- [[15469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15469) Authority header search is broken
12096
- [[15542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15542) Patron's information are not always displayed the same way
12097
- [[15597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15597) Typo in opac-auth-detail.tt
12098
- [[15598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15598) Typo in subscription-add.tt
12099
- [[15600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15600) System preferences broken toolbar looks broken
12100
- [[15667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15667) Messages in patron account display dates wrongly formatted
12101
- [[15670]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15670) Rename "Cancel" to "Cancel hold" when checking in a waiting item
12102
- [[15691]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15691) Show card number minimum and maximum in visible hint when adding a patron
12103
- [[15693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15693) Unnecessary punctuation mark when check-in an item in a library other than the home branch
12104
- [[15784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15784) Library deletion warning is incorrectly styled
12105
- [[15804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15804) Use standard dialog style for confirmation of MARC subfield deletion
12106
- [[15844]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15844) Correct JSHint errors in staff-global.js
12107
- [[15847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15847) Correct JSHint errors in basket.js in the staff client
12108
- [[15880]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15880) Serials new frequency link should be a toolbar button
12109
- [[15881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15881) Serials new numbering pattern link should be a toolbar button
12110
- [[15884]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15884) Vendor contract deletion warning is incorrectly styled
12111
- [[15920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15920) Clean up and fix errors in batch checkout template
12112
- [[15921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15921) DataTables JavaScript files included twice on many pages
12113
- [[15925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15925) Correct some markup issues with patron lists pages
12114
- [[15927]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927) Remove use of <tr class="highlight"> for alternating row colors.
12115
- [[15940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15940) Remove unused JavaScript from authorities MARC subfield structure
12116
- [[15941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15941) The template for cloning circulation and fine rules says "issuing rules"
12117
- [[15984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15984) Correct templates which use the phrase "issuing rules"
12118
- [[16022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16022) Use Font Awesome icons on patron lists page
12119
- [[16023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16023) Use Font Awesome icons on audio alerts page
12120
- [[16024]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16024) Use Font Awesome icons on item types administration page
12121
- [[16025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16025) Use Font Awesome icons on item types localization page
12122
- [[16026]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16026) Use Font Awesome icons on cataloging home page
12123
- [[16027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16027) Use Font Awesome icons in the professional cataloging interface
12124
- [[16029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16029) Do not show patron toolbar when showing the "patron does not exist" message
12125
- [[16030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16030) Automatic item modifications by age missing from admin sidebar
12126
- [[16159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159) guarantor section missing ID on patron add form
12127
- [[16225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16225) Extra closing quote in circulation home page template.
12128
- [[16230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16230) Show tooltip with menu item when fund cannot be deleted
12129
- [[16369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369) Clean up and improve plugins template
12130
- [[16381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16381) Fix capitalization on tags review page
12131
- [[16415]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415) Layout problem on staff client detail page if local cover images are enabled
12132
- [[16439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439) Allow styling to button for upload local cover images (Font Awesome Icons)
12133
- [[16451]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451) Fix missing body id in orders_by_budget.tt
12134
- [[16454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454) Use "inventory" instead of "inventory/stocktaking"
12135
- [[16473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473) Tiny typo: there was _an_ problem ...
12136
- [[16474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474) Standardize spelling of EDIFACT
12137
- [[16480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480) Unclosed tag <span> in shelves on intranet
12138
12139
#### Test Suite
12140
12141
- [[14097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14097) Add unit tests to C4::UsageStats
12142
- [[14144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14144) Silence warnings t/db_dependent/Auth_with_ldap.t
12143
- [[14158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14158) t/db_dependent/www/search_utf8.t hangs if error is returned
12144
- [[14362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14362) PEGI 15 Circulation/AgeRestrictionMarkers test fails
12145
- [[15323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15323) ./t/Prices.t fails without a valid database
12146
- [[15391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15391) HoldsQueue.t does not handle for loan itemtypes correctly
12147
- [[15445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15445) DateUtils.t fails on Jenkins due to server sluggishness
12148
- [[15586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15586) References to Koha::Branches remain in unit tests
12149
- [[15947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15947) SIPILS.t should be moved to t/db_dependent
12150
- [[16134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16134) t::lib::Mocks::mock_preference should be case-insensitive
12151
- [[16172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16172) OAI Server tests broken by bug 15946
12152
- [[16174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16174) Problems in icondirectories.t and tt_valid.t due to bug 15527
12153
- [[16176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16176) t/db_dependent/UsageStats.t is failing
12154
- [[16177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16177) Tests for ColumnsSettings are failing
12155
- [[16178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16178) Tests for xt/single_quotes.t are failing
12156
- [[16191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16191) t/Ris.t is noisy
12157
- [[16216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16216) Circulation_Branch.t doesn't set itemtype for test data
12158
- [[16224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16224) Random failure for t/db_dependent/Reports_Guided.t
12159
- [[16249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249) Zebra-specific tests should pass with ES disabled
12160
- [[16377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16377) Fix t/db_dependent/Members/Attributes.t
12161
- [[16390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390) Accounts.t does not need MPL
12162
- [[16403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403) Fix Holds.t (tests 9 and 39)
12163
- [[16404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404) Fix Circulation/Branch.t (tests 8-11)
12164
- [[16405]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405) Fix Circulation/NoIssuesChargeGuarantees.t test 2
12165
- [[16407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407) Fix Koha_borrower_modifications.t
12166
- [[16408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408) Fix UsageStats.t
12167
- [[16411]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411) Make Hold.t not depend on two existing branches
12168
- [[16423]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423) Fix t/db_dependent/www/batch.t so it matches new layout
12169
- [[16453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453) Elasticsearch tests should be skipped if configuration entry missing
12170
- [[16501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501) Remove some unneeded warns in Upload.t
12171
12172
#### Tools
12173
12174
- [[12636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12636) Batch patron modification should not update with unique patron attributes
12175
- [[14636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14636) Sorting and searching by publication year in item search doesn't work correctly
12176
- [[14810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14810) Improve messages in patron anonymizing tool
12177
- [[15398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15398) Batch patron deletion/anonymization issue page: Restricted dropdown menu
12178
- [[15602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15602) Accessibility: Can't tab to add link in patron card creator add patrons popup
12179
- [[15658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15658) Browse system logs: Add more actions to action filter list
12180
- [[15866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15866) No warning when deleting a rotating collection using the toolbar button
12181
- [[15868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15868) Ask for confirmation before deleting MARC modification template action
12182
- [[16004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16004) Replace items.new with items.new_status
12183
- [[16033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16033) Quotes upload preview broken for 973 days
12184
12185
#### Web services
12186
12187
- [[15190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15190) Bad utf8 decode to unapi and fixing code status 200
12188
- [[15764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15764) KOCT timestamp timezone problem
12189
- [[15946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15946) Broken link to LoC in MARCXML declaration for OAI-PMH ListMetadataFormats
12190
12191
#### Z39.50 / SRU / OpenSearch Servers
12192
12193
- [[15298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15298) z39.50 admin setup, options column suggested changes
12194
12195
### New sysprefs
12196
12197
- AllowHoldItemTypeSelection
12198
- AllowPatronToSetCheckoutsVisibilityForGuarantor
12199
- AllowStaffToSetCheckoutsVisibilityForGuarantor
12200
- ClaimsBccCopy
12201
- DefaultToLoggedInLibraryCircRules
12202
- DefaultToLoggedInLibraryNoticesSlips
12203
- DefaultToLoggedInLibraryOverdueTriggers
12204
- EnablePayPalOpacPayments
12205
- EnhancedMessagingPreferencesOPAC
12206
- GoogleOAuth2ClientID
12207
- GoogleOAuth2ClientSecret
12208
- GoogleOpenIDConnect
12209
- GoogleOpenIDConnectDomain
12210
- HTML5MediaYouTube
12211
- HoldFeeMode
12212
- HoldsQueueSkipClosed
12213
- IntranetCirculationHomeHTML
12214
- IntranetReportsHomeHTML
12215
- MaxSearchResultsItemsPerRecordStatusCheck
12216
- NoIssuesChargeGuarantees
12217
- OPACISBD
12218
- OpacMaintenanceNotice
12219
- OpacResetPassword
12220
- OpenLibrarySearch
12221
- PatronSelfModificationBorrowerUnwantedField
12222
- PayPalChargeDescription
12223
- PayPalPwd
12224
- PayPalSandboxMode
12225
- PayPalSignature
12226
- PayPalUser
12227
- SearchEngine
12228
- ShowAllCheckins
12229
- StoreLastBorrower
12230
- decreaseLoanHighHoldsControl
12231
- decreaseLoanHighHoldsIgnoreStatuses
12232
12233
### System requirements
12234
12235
Important notes:
12236
    
12237
- Perl 5.10 is required
12238
- Zebra is required
12239
12240
### Documentation
12241
12242
The Koha manual is maintained in DocBook.The home page for Koha 
12243
documentation is 
12244
12245
- [Koha Documentation](http://koha-community.org/documentation/)
12246
12247
As of the date of these release notes, only the English version of the
12248
Koha manual is available:
12249
12250
- [Koha Manual](http://manual.koha-community.org//en/)
12251
12252
The Git repository for the Koha manual can be found at
12253
12254
- [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
12255
12256
### Translations
12257
12258
Complete or near-complete translations of the OPAC and staff
12259
interface are available in this release for the following languages:
12260
12261
- English (USA)
12262
- Arabic (96%)
12263
- Armenian (97%)
12264
- Chinese (China) (91%)
12265
- Chinese (Taiwan) (99%)
12266
- Czech (96%)
12267
- Danish (75%)
12268
- English (New Zealand) (100%)
12269
- Finnish (94%)
12270
- French (90%)
12271
- French (Canada) (90%)
12272
- German (100%)
12273
- German (Switzerland) (100%)
12274
- Italian (97%)
12275
- Korean (56%)
12276
- Kurdish (53%)
12277
- Norwegian Bokmål (62%)
12278
- Persian (62%)
12279
- Polish (100%)
12280
- Portuguese (93%)
12281
- Portuguese (Brazil) (92%)
12282
- Slovak (96%)
12283
- Spanish (100%)
12284
- Swedish (80%)
12285
- Turkish (96%)
12286
- Vietnamese (77%)
12287
12288
Partial translations are available for various other languages.
12289
12290
The Koha team welcomes additional translations; please see
12291
12292
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
12293
12294
for information about translating Koha, and join the koha-translate 
12295
list to volunteer:
12296
12297
- [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
12298
12299
The most up-to-date translations can be found at:
12300
12301
- [Koha Translation](http://translate.koha-community.org/)
12302
12303
### Release Team
12304
12305
The release team for Koha 16.05.00 is
12306
12307
- Release Manager: [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
12308
- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
12309
- QA Team:
12310
  - [Kyle Hall](mailto:kyle@bywatersolutions.com)
12311
  - [Jonathan Druart](mailto:jonathan.druart@biblibre.com)
12312
  - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
12313
  - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
12314
  - [Nick Clemens](mailto:nick@bywatersolutions.com)
12315
  - [Jesse Weaver](mailto:jweaver@bywatersolutions.com)
12316
- Bug Wranglers:
12317
  - [Amit Gupta](mailto:amitddng135@gmail.com)
12318
  - [Magnus Enger](mailto:magnus@enger.priv.no)
12319
  - [Mirko Tietgen](mailto:mirko@abunchofthings.net)
12320
  - [Indranil Das Gupta](mailto:indradg@l2c2.co.in)
12321
  - [Zeno Tajoli](mailto:z.tajoli@cineca.it)
12322
  - [Marc Véron](mailto:veron@veron.ch)
12323
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
12324
- Documentation Manager: [Nicole C. Engard](mailto:nengard@gmail.com)
12325
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
12326
- Wiki curators: 
12327
  - [Brook](mailto:)
12328
  - [Thomas Dukleth](mailto:kohadevel@agogme.com)
12329
- Release Maintainers:
12330
  - 16.05 -- [Frédéric Demians](mailto:f.demians@tamil.fr)
12331
  - 3.22 -- [Julian Maurice](mailto:julian.maurice@biblibre.com)
12332
  - 3.20 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
12333
12334
### Credits
12335
12336
We thank the following libraries who are known to have sponsored
12337
new features in Koha 16.05.00:
12338
12339
- Alingsås Public Library, Sweden
12340
- American Numismatic Society
12341
- Briar Cliff University
12342
- ByWater Solutions
12343
- Catalyst IT
12344
- Halland county library
12345
- Halland County Library
12346
- Hochschule für Gesundheit (hsg), Germany
12347
- Orex Digital
12348
- Regionbibliotek Halland / County library of Halland
12349
- Universidad de El Salvador
12350
- Universidad Empresarial Siglo 21
12351
- Universidad Nacional de Córdoba
12352
- Vaara-kirjastot
12353
12354
We thank the following individuals who contributed patches to Koha 16.05.00.
12355
12356
- Aleisha (113)
12357
- Chloe (11)
12358
- Gus (12)
12359
- Liz (1)
12360
- mxbeaulieu (1)
12361
- Nick (1)
12362
- Briana (3)
12363
- Blou (5)
12364
- Natasha (8)
12365
- Jacek Ablewicz (3)
12366
- Brendan A Gallagher (18)
12367
- Alex Arnaud (15)
12368
- Maxime Beaulieu (1)
12369
- Gaetan Boisson (1)
12370
- Colin Campbell (13)
12371
- Barry Cannon (2)
12372
- Frédérick Capovilla (1)
12373
- Hector Castro (24)
12374
- Nicole C. Engard (3)
12375
- Francois Charbonnier (1)
12376
- Galen Charlton (3)
12377
- Barton Chittenden (5)
12378
- Nick Clemens (30)
12379
- Tomás Cohen Arazi (60)
12380
- David Cook (2)
12381
- Chris Cormack (11)
12382
- Frédéric Demians (10)
12383
- Marcel de Rooy (69)
12384
- Jonathan Druart (415)
12385
- Nicole Engard (2)
12386
- Magnus Enger (4)
12387
- Charles Farmer (7)
12388
- Arslan Farooq (1)
12389
- Bouzid Fergani (3)
12390
- Julian FIOL (6)
12391
- Katrin Fischer (33)
12392
- Brendan Gallagher (35)
12393
- Eivin Giske Skaaren (1)
12394
- Bernardo González Kriegel (16)
12395
- Mason James (9)
12396
- Srdjan Jankovic (4)
12397
- Olli-Antti Kivilahti (2)
12398
- Joonas Kylmälä (3)
12399
- Henri-Damien Laurent (1)
12400
- Owen Leonard (143)
12401
- Julian Maurice (31)
12402
- Holger Meißner (3)
12403
- Kyle M Hall (247)
12404
- Thomas Misilo (1)
12405
- Josef Moravec (1)
12406
- Dobrica Pavlinusic (1)
12407
- Martin Persson (5)
12408
- Liz Rea (15)
12409
- Martin Renvoize (4)
12410
- Benjamin Rokseth (1)
12411
- Winona Salesky (2)
12412
- Viktor Sarge (1)
12413
- Alex Sassmannshausen (2)
12414
- John Seymour (1)
12415
- Robin Sheat (52)
12416
- Juan Sieira (1)
12417
- Fridolin Somers (5)
12418
- Martin Stenberg (1)
12419
- Zeno Tajoli (4)
12420
- Lari Taskula (2)
12421
- Lyon3 Team (3)
12422
- Mirko Tietgen (12)
12423
- Mark Tompsett (30)
12424
- Nicholas van Oudtshoorn (5)
12425
- Marc Véron (68)
12426
- Jesse Weaver (24)
12427
12428
We thank the following libraries, companies, and other institutions who contributed
12429
patches to Koha 16.05.00.
12430
12431
- abunchofthings.net (12)
12432
- ACPL (143)
12433
- BibLibre (65)
12434
- biblos.pk.edu.pl (3)
12435
- BigBallOfWax (3)
12436
- BSZ BW (33)
12437
- bugs.koha-community.org (403)
12438
- ByWater-Solutions (361)
12439
- bywatersolutins.com (1)
12440
- Catalyst (75)
12441
- catalyst.net.z (4)
12442
- Cineca (4)
12443
- fit.edu (1)
12444
- Hochschule für Gesundheit (hsg), Germany (3)
12445
- interleaf.ie (2)
12446
- jns.fi (2)
12447
- koha-community.org (6)
12448
- KohaAloha (9)
12449
- Libeo (1)
12450
- Libriotech (4)
12451
- Marc Véron AG (68)
12452
- nal.gov.au (1)
12453
- Oslo Public Library (1)
12454
- Prosentient Systems (2)
12455
- PTFS-Europe (19)
12456
- regionhalland.se (1)
12457
- Rijksmuseum (69)
12458
- rot13.org (1)
12459
- Solutions inLibro inc (18)
12460
- stacmail.net (12)
12461
- student.uef.fi (2)
12462
- sysmystic.com (1)
12463
- Tamil (10)
12464
- Theke Solutions (40)
12465
- unidentified (213)
12466
- Universidad Nacional de Córdoba (36)
12467
- Université Jean Moulin Lyon 3 (3)
12468
- Xercode (1)
12469
- xinxidi.net (1)
12470
12471
We also especially thank the following individuals who tested patches
12472
for Koha.
12473
12474
- Aleisha (33)
12475
- Alex (1)
12476
- Arslan Farooq (3)
12477
- Barry Cannon (1)
12478
- Barton Chittenden (1)
12479
- Benjamin Rokseth (7)
12480
- Brendan Gallagher (213)
12481
- Briana (4)
12482
- Carol Corrales (1)
12483
- Cathi Wiggin (1)
12484
- Cathi Wiggins (3)
12485
- Chris (10)
12486
- Chris Cormack (50)
12487
- Chris Davis (1)
12488
- Christian Stelzenmüller (1)
12489
- Christopher Brannon (4)
12490
- Chris William (4)
12491
- Dani Elder (1)
12492
- Danielle Aloia (1)
12493
- David Cook (1)
12494
- Galen Charlton (6)
12495
- hbraum@nekls.org (1)
12496
- Heather Braum (3)
12497
- Hector Castro (142)
12498
- Hugo Agud (1)
12499
- Jacek Ablewicz (19)
12500
- Jason Burds (1)
12501
- Jason DeShaw (1)
12502
- Jen DeMuth (1)
12503
- Jesse Maseto (2)
12504
- Jesse Weaver (165)
12505
- JM Broust (2)
12506
- Jonathan Druart (622)
12507
- Joonas Kylmälä (16)
12508
- Josef Moravec (26)
12509
- Julian Maurice (2)
12510
- Julius Fleschner (1)
12511
- jvr (1)
12512
- Karam Qubsi (1)
12513
- Katrin Fischer (355)
12514
- Liz (1)
12515
- Liz Rea (6)
12516
- Lucio Moraes (1)
12517
- Magnus Enger (4)
12518
- Marc Veron (16)
12519
- Marc Véron (230)
12520
- Margaret Holt (2)
12521
- Marjorie (1)
12522
- Mark Tompsett (99)
12523
- Martin Persson (2)
12524
- Martin Renvoize (30)
12525
- Mason James (2)
12526
- Megan Wianecki (3)
12527
- Michael Sauers (2)
12528
- Mirko Tietgen (27)
12529
- Natasha (2)
12530
- Nick Clemens (126)
12531
- Nicole Engard (7)
12532
- Olli-Antti Kivilahti (1)
12533
- Owen Leonard (115)
12534
- Paul Johnson (2)
12535
- Paul Landers (4)
12536
- Paul Poulain (1)
12537
- Philippe Blouin (2)
12538
- Sally Healey (5)
12539
- Srdjan (9)
12540
- Thomas Misilo (1)
12541
- Tom Misilo (2)
12542
- Cindy Murdock Ames (3)
12543
- Tomas Cohen Arazi (183)
12544
- Bob Ewart bob-ewart@bobsown.com (1)
12545
- Brendan Gallagher brendan@bywatersolutions.com (416)
12546
- Nicole C Engard (18)
12547
- Brendan A Gallagher (435)
12548
- Indranil Das Gupta (L2C2 Technologies) (4)
12549
- Kyle M Hall (753)
12550
- Bernardo Gonzalez Kriegel (101)
12551
- Andreas Hedström Mace (3)
12552
- Your Full Name (1)
12553
- juliette et remy (3)
12554
- Marcel de Rooy (127)
12555
- Juan Romay Sieira (1)
12556
- Eivin Giske Skaaren (1)
12557
12558
We regret any omissions.  If a contributor has been inadvertently missed,
12559
please send a patch against these release notes to 
12560
koha-patches@lists.koha-community.org.
12561
12562
#### Thanks
12563
12564
- Mom you were an inspiration as a library director and you challenged
12565
us all to create the change that we wanted to see.  May your words help
12566
motivate librarians to be a community and be united in erasing limitations
12567
for disseminating information.
12568
12569
#### Special thanks from the Release Manager
12570
I'd like to thank everyone in the community, especially Kyle and JesseW (piano),
12571
for never giving up and helping me through each step of this release!  Hear! Hear!
12572
I'd also like to thank Tomás and Chris for assiting me as a first time RM and
12573
showing me the ropes.  Jonathan and Katrin your endless bug testing and QAing
12574
is wonderful motivation for us all - Thank you so much for all you do!
12575
12576
To my lovely wife Sonja, for putting up with so many late nights
12577
so I could push that last piece of code or test one last thing.  Thank 
12578
you for being patient and volunteering so much of our time so we could 
12579
have an awesome release!!!
12580
12581
### Revision control notes
12582
12583
The Koha project uses Git for version control.  The current development 
12584
version of Koha can be retrieved by checking out the master branch of:
12585
12586
- [Koha Git Repository](git://git.koha-community.org/koha.git)
12587
12588
The branch for this version of Koha and future bugfixes in this release
12589
line is master.
12590
12591
12592
### Bugs and feature requests
12593
12594
Bug reports and feature requests can be filed at the Koha bug
12595
tracker at:
12596
12597
- [Koha Bugzilla](http://bugs.koha-community.org)
12598
12599
He rau ringa e oti ai.
12600
(Many hands finish the work)
12601
12602
Autogenerated release notes updated last on 26 May 2016 03:30:36.
(-)a/Makefile.PL (+1 lines)
Lines 315-320 my $target_map = { Link Here
315
  './clubs'                     => 'INTRANET_CGI_DIR',
315
  './clubs'                     => 'INTRANET_CGI_DIR',
316
  './course_reserves'           => 'INTRANET_CGI_DIR',
316
  './course_reserves'           => 'INTRANET_CGI_DIR',
317
  './cpanfile'                  => 'PERL_MODULE_DIR',
317
  './cpanfile'                  => 'PERL_MODULE_DIR',
318
  './CHANGELOG.md'              => 'DOC_DIR',
318
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
319
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
319
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
320
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
320
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
321
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
(-)a/about.pl (-1 / +13 lines)
Lines 24-31 use Modern::Perl; Link Here
24
24
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
26
use DateTime::TimeZone;
26
use DateTime::TimeZone;
27
use File::Slurp;
27
use File::Spec;
28
use File::Spec;
28
use List::MoreUtils qw/ any /;
29
use List::MoreUtils qw/ any firstval /;
29
use LWP::Simple;
30
use LWP::Simple;
30
use Module::Load::Conditional qw(can_load);
31
use Module::Load::Conditional qw(can_load);
31
use XML::Simple;
32
use XML::Simple;
Lines 673-676 if ( open( my $file, "<:encoding(UTF-8)", "$docdir" . "/history.txt" ) ) { Link Here
673
    $template->param( timeline_read_error => 1 );
674
    $template->param( timeline_read_error => 1 );
674
}
675
}
675
676
677
# If CHANGELOG.md exists in intranetdir, it means it is a dev install, so
678
# display this one instead of the one installed in docdir
679
my $changelog_path = firstval { -e }
680
    File::Spec->catfile(C4::Context->config('intranetdir'), 'CHANGELOG.md'),
681
    File::Spec->catfile(C4::Context->config('docdir'), 'CHANGELOG.md');
682
683
if ($changelog_path) {
684
    my $changelog = read_file($changelog_path);
685
    $template->param(changelog => $changelog);
686
}
687
676
output_html_with_http_headers $query, $cookie, $template->output;
688
output_html_with_http_headers $query, $cookie, $template->output;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +31 lines)
Lines 28-33 Link Here
28
        <li><a href="#licenses">Licenses</a></li>
28
        <li><a href="#licenses">Licenses</a></li>
29
        <li><a href="#translations">Translations</a></li>
29
        <li><a href="#translations">Translations</a></li>
30
        <li><a href="#history">Timeline</a></li>
30
        <li><a href="#history">Timeline</a></li>
31
        [% IF changelog %]
32
            <li><a href="#changelog">Changelog</a></li>
33
        [% END %]
31
        </ul>
34
        </ul>
32
35
33
        <div id="about">
36
        <div id="about">
Lines 777-791 Link Here
777
    [% END %]
780
    [% END %]
778
        </div>
781
        </div>
779
782
783
        [% IF changelog %]
784
            <div id="changelog">
785
                <pre>[% changelog | html %]</pre>
786
            </div>
787
        [% END %]
780
    </div>
788
    </div>
781
</div>
789
</div>
782
</div>
790
</div>
783
791
784
[% MACRO jsinclude BLOCK %]
792
[% MACRO jsinclude BLOCK %]
793
    <script src="https://unpkg.com/showdown@1.9.1/dist/showdown.min.js"></script>
785
    <script type="text/javascript">
794
    <script type="text/javascript">
786
         $(document).ready(function() {
795
         $(document).ready(function() {
787
            $('#abouttabs').tabs();
796
            $('#abouttabs').tabs({
797
                activate: onTabActivate,
798
            });
788
         });
799
         });
800
801
         function onTabActivate (event, ui) {
802
            const panel = ui.newPanel;
803
            const tab = ui.newTab;
804
805
             // Convert changelog tab from markdown to html
806
            if (panel.selector === '#changelog' && !panel.data('converted')) {
807
                tab.find('a').append(' <i class="fa fa-spin fa-spinner fa-fw"></i>');
808
809
                // Delay the conversion to let the browser draw the spinner icon
810
                setTimeout(function () {
811
                    const converter = new showdown.Converter();
812
                    const html = converter.makeHtml(panel.text().trimStart());
813
                    panel.html(html);
814
                    tab.find('i.fa-spin').remove();
815
                    panel.data('converted', true);
816
                })
817
            }
818
         }
789
    </script>
819
    </script>
790
[% END %]
820
[% END %]
791
<!-- the main div is closed in intranet-bottom.inc -->
821
<!-- the main div is closed in intranet-bottom.inc -->
792
- 

Return to bug 22890