Bug 7607: (follow-up) Address OPAC and limits
[koha.git] / misc / release_notes / release_notes_18_05_00.md
blob44894be0230837af88df2488251c9f8a890b9daf
1 # RELEASE NOTES FOR KOHA 18.05.00
2 24 May 2018
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
9 - [Koha Community](http://koha-community.org)
11 Koha 18.05.00 can be downloaded from:
13 - [Download](http://download.koha-community.org/koha-18.05-latest.tar.gz)
15 Installation instructions can be found at:
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
20 Koha 18.05.00 is a major release, that comes with many new features.
22 It includes 12 new features, 257 enhancements, 360 bugfixes.
24 ## Important notes
26 ### Plack and Memcached
28 On the Koha's about page you can see the status of Plack and Memcached.
30 The use of Plack and Memcached has been around and stable for more than two years, and must be considered mandatory.
32 They bring a lot of speed and improve the user experience.
34 ### No more login with the database user
36 It is no longer possible to use the database user to login into Koha.
37 You should first create a superlibrarian patron and use it for logging in.
39 ### Debian Stretch users: tmp path changes
41 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).
43 A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.
45 ### Dealing with SQL modes
47 Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.
49 See the [dedicated wiki page](https://wiki.koha-community.org/wiki/DBMS_configuration) for more information.
51 ### Change of the database tables charset
53 [Bug 18336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) adds the support for Unicode supplementary characters.
55 We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.
57 However upgrading the database will require space (a temporary table is created for each of the tables), and time.
59 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.
61 ## New features
63 ### Acquisitions
65 - [[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
67 > 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.
71 ### Architecture, internals, and plumbing
73 - [[15707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707) Add ability to define hierarchical groups of libraries
75 > 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!
78 - [[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
80 > 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!  
81 Each instance's timezone can be set in its' koha-conf.xml  
82 See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
86 ### Authentication
88 - [[19160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160) CAS Single Logout
90 > 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.
93 - [[20568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568) Add API key management interface for patrons
95 > Adds the ability to handle patron-level API keys to be used for authenticating the REST API.
99 ### Hold requests
101 - [[19287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287) Add ability to mark an item 'Lost' from 'Holds to pull' list
103 ### Patrons
105 - [[9302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302) Add ability to merge patron records
107 > Koha now has the ability to merge patron accounts!  
108 To merge patrons, perform a patron search, select two or more patrons then click the 'Merge' button.  
109 Next, choose which patron you want to keep.  
110 Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.
113 - [[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
115 ### REST api
117 - [[16330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330) Add routes to add, update and delete patrons
119 > 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.  
120 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.
123 - [[20402]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402) OAuth2 client credentials grant for REST API
125 > 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.
129 ### Searching
131 - [[19290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290) Browse selected biblios - Staff
133 ### Self checkout
135 - [[15492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492) Stand alone self check-in tool
137 ## Enhancements
139 ### About
141 - [[18674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674) Show timezone for Perl and MySQL on the About Koha page
142 - [[19542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542) Koha should display Elasticsearch information in the about page
143 - [[19904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904) Release team 18.05
145 ### Acquisitions
147 - [[10032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032) Uncertain prices hide 'close basket' without explanation
148 - [[17182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182) Allow Keyword to MARC mapping for acquisitions searches (subtitle)
149 - [[17457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457) Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
150 - [[19479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479) Price display on a basketgroup
152 ### Architecture, internals, and plumbing
154 - [[10021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021) Remove dead code related to notifys
155 - [[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)
157 > 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.
160 - [[12001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001) GetMemberAccountRecords slows down display of patron details and checkout pages
161 - [[12904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904) Force browser to load new JavaScript and CSS files after upgrade
163 > For non-package installations, the following rewrite rules will need to be added to the apache config file:  
164 RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L]  
165 RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L]
168 - [[16735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735) Replace existing library search groups functionality with the new hierarchical groups system
169 - [[17553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553) Move GetOverduesForPatron to Koha::Patron
170 - [[17672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672) Items table should have a damaged_on column
171 - [[17833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833) _initilize_memcached() warns if errors
172 - [[18255]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255) Koha::Biblio - Remove GetBiblioItemByBiblioNumber
173 - [[18336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336) Add support for Unicode supplementary characters
175 > Koha now supports Unicode supplementary characters like emojis or supplementary japanese, chinese and others.  
176 The DB structure definition is changed to make use of the utf8mb4 encoding, instead of utf8.
179 - [[18789]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789) Send a Koha::Patron object to the templates
180 - [[18913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913) Allow symbolic link in /etc/koha/sites
181 - [[19096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096) Koha to MARC mappings (Part 2): Make Default authoritative
182 - [[19280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280) CanBookBeIssued must take a Koha::Patron in parameter
183 - [[19299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299) Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting
184 - [[19300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300) Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace
185 - [[19301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301) Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace
186 - [[19303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303) Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address
187 - [[19304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304) Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address
188 - [[19802]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802) Move Selenium code to its own module
189 - [[19826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826) Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)
190 - [[19828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828) Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions
191 - [[19830]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830) Add the Koha::Patron->old_checkout method
192 - [[19841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841) AddMember should raise an exception if categorycode is invalid
193 - [[19855]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855) Move the "alert" code to Koha::Subscription
194 - [[19926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926) Add the Koha::Object->unblessed_all_relateds method
195 - [[19929]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929) Add Koha Objects for class_source and class_sort_rules
196 - [[19933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933) Move C4::Members::patronflags to the Koha namespace - part 1
197 - [[19935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935) Move C4::Members::GetPendingIssues to the Koha namespace
198 - [[19936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936) Move Check_userid and Generate_Userid to Koha::Patron
199 - [[19940]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940) Koha::Biblio - Remove GetBiblioItemInfosOf
200 - [[19943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943) Koha::Biblio - Remove GetBiblioItemData
201 - [[19992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992) use Modern::Perl in Admin perl scripts
202 - [[19993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993) use Modern::Perl in Acquisition perl scripts
203 - [[19995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995) use Modern::Perl in Catalogue perl scripts
204 - [[19996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996) use Modern::Perl in cataloguing perl scripts
205 - [[19997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997) use Modern::Perl in Circulation perl scripts
206 - [[19998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998) use Modern::Perl in error perl scripts
207 - [[19999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999) use Modern::Perl in Labels perl scripts
208 - [[20009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009) use Modern::Perl in Members perl scripts
209 - [[20010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010) use Modern::Perl in Patroncards perl scripts
210 - [[20011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011) use Modern::Perl in plugins perl scripts
211 - [[20012]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012) use Modern::Perl in Reports perl scripts
212 - [[20013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013) use Modern::Perl in Reserves perl scripts
213 - [[20015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015) use Modern::Perl in Serials perl scripts
214 - [[20016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016) use Modern::Perl in svc scripts
215 - [[20017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017) use Modern::Perl in Tools perl scripts
216 - [[20018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018) use Modern::Perl in offline circulation perl scripts
217 - [[20019]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019) use Modern::Perl in miscellaneous perl scripts
218 - [[20020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020) use Modern::Perl in XT scripts
219 - [[20047]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047) Add Z3950Server Object and use it for getting server count
220 - [[20052]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052) Add Reports object class
221 - [[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
222 - [[20264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264) Syspref checkdigit is no longer in used
223 - [[20267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267) Add basic .gitignore
224 - [[20275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275) Add comment to let users know they can define multiple plugindirs
225 - [[20444]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444) Remove C4::Members::Attributes::GetAttributes
226 - [[20538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538) Remove the need of writing [% KOHA_VERSION %] everywhere
227 - [[20599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599) Add the Koha::Subscription->vendor method
228 - [[20622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622) Add some color to bootstrap modal headers and footers
230 ### Authentication
232 - [[12227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227) Remove demo user functionality
233 - [[20489]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489) Prevent DB user login
235 > It is no longer possible to use the database user (defined in koha-conf.xml) to login into Koha.  
236 You should first create a superlibrarian patron and use it for logging in.  
237 See the script misc/devel/create_superlibrarian.pl
240 - [[20612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612) Make OAuth2 use patron's client_id/secret pairs
242 ### Browser compatibility
244 - [[20062]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062) Remove support for Internet Explorer 7 in the staff client
246 > Internet Explorer 7, released in 2006, is no longer supported by Koha.
250 ### Cataloging
252 - [[9701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701) Configure default indicators
254 > 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.
257 - [[11046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046) Better handling of uncertain years for publicationyear/copyrightdate
258 - [[18417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417) Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
259 - [[18878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878) Improve item form display / labels too far from input fields
260 - [[18904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904) Advanced editor - Rancor - Add authority support
262 > 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.
265 - [[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
266 - [[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
268 ### Circulation
270 - [[11210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210) Allow partial writeoff
271 - [[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
273 > 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.
276 - [[18786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786) Add ability to create custom payment types
277 - [[18790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790) Add ability to void payments
278 - [[18816]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816) Make CataloguingLog work in production by preventing circulation from spamming the log
279 - [[19494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494) Add reservedate to Holds awaiting pickup
280 - [[19752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752) Improve authentication response in offline_circ/service.pl
281 - [[19804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804) Suspension calculation doesn't honor 'Suspension charging interval'
282 - [[19831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831) Turn on EnhancedMessagingPreferences by default for new installations
283 - [[20322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322) Circulation page layout and design update
285 > 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.
288 - [[20343]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343) Show number of checkouts by itemtype in circulation.pl
290 ### Command-line Utilities
292 - [[12598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598) New misc/import_borrowers.pl command line tool
294 > 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!  
295 For more details, run "misc/import_patrons.pl -h"
298 - [[17467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467) Introduce a single koha-zebra script to handle Zebra daemons for instances
300 > 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.  
301 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.
304 - [[17468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468) Remove koha-*-zebra scripts in favor of koha-zebra
306 > 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).
309 - [[18964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964) Add a --debugger flag to koha-plack
311 > Remote debugging capabilities are added to the koha-plack script. This is very important for developers.
314 - [[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
316 > This report adds the command-line option 'no-overwrite' so that you can add preferences only when they are not yet  
317 present (in other words: skip patrons that already set their prefs).
320 - [[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
321 - [[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
322 - [[20525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525) Add --timezone switch to koha-create
324 ### Course reserves
326 - [[15378]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378) Remove 'lost' items from course reserves
328 ### Hold requests
330 - [[18382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382) action_logs entry for module HOLDS, action SUSPEND is spammy
331 - [[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
333 ### I18N/L10N
335 - [[11674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674) Configuration for MARC field doc URLs
336 - [[20295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295) Allow translating link title in ILL module
337 - [[20296]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296) Untranslatable "All" in patrons table filter
339 ### Installation and upgrade (web-based installer)
341 - [[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
343 ### Lists
345 - [[19658]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658) Style fix for staff client lists page
347 ### MARC Authority data support
349 - [[14769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769) Authorities merge: Set correct indicators in biblio field
351 > 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.  
352 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.
355 - [[18071]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071) Add new script update_authorities.pl
357 > This patch adds a script to perform various authority related maintenance tasks.  
358 This version supports deleting an authority record and updating all linked biblio records.  
359 Furthermore it supports merging authority records with one reference record, and updating all linked biblio records.  
360 It also allows you to force a renumber, i.e. save the authid into field 001.
364 ### MARC Bibliographic data support
366 - [[16427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427) Direct link to authority records missing in staff detail view (MARC21 6xx)
367 - [[18198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198) MARC21: Further improve handling of 5XX$u in GetMarcNotes
369 ### Notices
371 - [[17981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981) Add the ability to preview generated notice templates
372 - [[18007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007) Interface updates to notices and notice previews
374 ### OPAC
376 - [[11976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976) Add column settings + new column "Publication date" to the subscription table
378 > 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.  
379 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
382 - [[15794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794) Add emoji picker to tag entry in OPAC
383 - [[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
384 - [[18313]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313) Remove Delicious icon from OPAC social network links
385 - [[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
386 - [[19708]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708) Printing code improvements in opac-basket.tt
387 - [[19989]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989) opac-memberentry.pl has a FIXME that can be fixed
388 - [[20155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155) Improve readability of OPAC header language menu
389 - [[20181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181) Allow plugins to add CSS and Javascript to OPAC
390 - [[20400]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400) Add routing list tab to the patron account in OPAC
392 > 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.
395 - [[20432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432) Add black version of small Koha logo for use in the OPAC
396 - [[20497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497) LibraryThing: always use https instead of http
398 ### Packaging
400 - [[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
402 ### Patrons
404 - [[18626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626) Add ability to track cardnumber changes for patrons
405 - [[19471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471) Show creation date in patron restrictions list
406 - [[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
407 - [[19988]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988) Change 'sex' to 'gender'
408 - [[20100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100) A non-superlibrarian should not be able to add superlibrarian privileges
410 > 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.
413 - [[20516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516) Show patron's library in pending discharges table
414 - [[20524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524) Make columns of pending discharges table sortable
415 - [[20526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526) Show and sort by date of request in pending discharges table
417 ### REST api
419 - [[16213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213) Allow to select hold's itemtype when using API
420 - [[18330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330) REST API: Date-time handling
421 - [[19234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234) Add query parameters handling helpers
422 - [[19278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278) Add a configurable default page size for endpoints
423 - [[19369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369) Add a helper function for translating pagination params into SQL::Abstract
424 - [[19370]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370) Add a helper function for translating order_by params into SQL::Abstract
425 - [[19410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410) Add a helper function for generating object searches for the API
426 - [[19686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686) Add to_model and to_api params to objects.search helper
427 - [[19784]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784) Adapt /v1/patrons to new naming guidelines
428 - [[20004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004) Adapt /v1/cities to new naming guidelines
430 ### Reports
432 - [[9573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573) Ability to download items lost report
433 - [[9634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634) Allow for parameters re-use on SQL reports
435 > 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.  
436 SELECT *  
437 FROM items   
438 WHERE homebranch=<<Branchcode|branches>> AND holdingbranch=<<Branchcode|branches>> AND itype=<<Item type|itemtypes>>  
439 Will ask for only 2 parameters when run, Branchcode and Item type.
442 - [[11317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317) Add a way to access files from the intranet
444 > 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.
447 - [[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
448 - [[16782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782) Display JSON report URL in staff client report interface
449 - [[19233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233) Add ability to send itemnumbers in report results to batch modification
450 - [[19664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664) Reports sidebar menu should match list of reports on reports home page
451 - [[19716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716) Add option to send header line for CSV output with runreport.pl
452 - [[19856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856) Improve styling of reports sidebar to match tools sidebar
453 - [[19957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957) Allow continued editing after saving a report
454 - [[20345]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345) Put saved report keyword search form on reports home
455 - [[20350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350) Add column configuration to table of saved reports
457 ### SIP2
459 - [[17826]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826) Allow extended patron attributes to be sent in arbitrary SIP2 fields
460 - [[18625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625) Update borrower last seen from SIP
462 ### Searching
464 - [[13660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660) rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
466 ### Searching - Elasticsearch
468 - [[18825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825) Elasticsearch - Update default authority mappings
469 - [[19582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582) Elasticsearch: Auth-finder.pl must use search_auth_compat
470 - [[20386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386) Improve warning and error messages for Search Engine Configuration
472 ### Serials
474 - [[7910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910) Batch renewal of subscriptions
475 - [[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
476 - [[18426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426) Subscriptions batch editing
478 ### Staff Client
480 - [[19488]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488) Add borrowernumber to brief info on patron details pages in staff client
481 - [[19806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806) Add class to items.itemnotes_nonpublic
482 - [[19953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953) Add column for invoice in acquisition details tab
483 - [[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
484 - [[20404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404) Extended patron attributes should always be on
486 ### System Administration
488 - [[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
490 > 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.
493 - [[16764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764) Update printers administration page
494 - [[19292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292) Add MARC code column on libraries list
495 - [[20133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133) "Hide patron information" feature should not affect all library groups
497 ### Templates
499 - [[4078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078) Add the ability to customize and display the symbol for a currency
500 - [[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
502 > Show the library's description for variations of "Lost," "Damaged," and "Withdrawn" statuses which have been defined in Koha's authorized values.
505 - [[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
506 - [[19592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592) Move admin templates JavaScript to the footer: Acquisitions
507 - [[19594]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594) Move admin templates JavaScript to the footer: MARC-related
508 - [[19600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600) Move admin templates JavaScript to the footer: Other catalog pages
509 - [[19601]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601) Move admin templates JavaScript to the footer: Additional parameters
510 - [[19603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603) Move admin templates JavaScript to the footer: Patrons and circulation
511 - [[19607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607) Move admin templates JavaScript to the footer: Basic parameters
512 - [[19608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608) Move admin templates JavaScript to the footer: The rest
513 - [[19623]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623) Move template JavaScript to the footer: Cataloging
514 - [[19627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627) Move patron clubs templates JS to the footer
515 - [[19628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628) Move course reserves templates JS to the footer
516 - [[19641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641) Move patron templates JavaScript to the footer
517 - [[19647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647) Move patron lists templates JS to the footer
518 - [[19653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653) Move tools templates JavaScript to the footer: Additional tools
519 - [[19654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654) Move tools templates JavaScript to the footer: Batch MARC tools
520 - [[19656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656) Move rotating collections templates JS to the footer
521 - [[19657]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657) Move lists templates JS to the footer
522 - [[19659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659) Move JS to the footer: Suggestions and tags
523 - [[19663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663) Move JS to the footer: Reports
524 - [[19672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672) Move tools templates JavaScript to the footer: More MARC tools
525 - [[19679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679) Move templates JavaScript to the footer: More tools templates
526 - [[19680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680) Move JS to the footer: Patron and circulation tools
527 - [[19682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682) Move JS to the footer: Two patron-related tools
528 - [[19697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697) Move template JavaScript to the footer: Search results
529 - [[19700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700) Move template JavaScript to the footer: Some circulation pages
530 - [[19710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710) Move plugins templates javascript to the footer
531 - [[19726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726) Move admin templates JavaScript to the footer: Preferences
532 - [[19744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744) Move template JavaScript to the footer: Offline circulation
533 - [[19751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751) Holds awaiting pickup report should not be fixed-width
534 - [[19753]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753) Move template JavaScript to the footer: Acquisitions
535 - [[19754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754) Move template JavaScript to the footer: Acquisitions, part 2
536 - [[19755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755) Move template JavaScript to the footer: Acquisitions, part 3
537 - [[19758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758) Move template JavaScript to the footer: Serials, part 1
538 - [[19761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761) Move template JavaScript to the footer: Serials, part 2
539 - [[19777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777) Move template JavaScript to the footer: Serials, part 3
540 - [[19778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778) Move template JavaScript to the footer: Serials, part 4
541 - [[19785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785) Move template JavaScript to the footer: Authorities, part 1
542 - [[19786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786) Move template JavaScript to the footer: Authorities, part 2
543 - [[19805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805) Add DataTables to Koha to MARC mapping page
544 - [[19823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823) Move template JavaScript to the footer: MARC21 editor plugins
545 - [[19860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860) Make staff client home page responsive
546 - [[19866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866) Move template JavaScript to the footer: UNIMARC editor plugins, part 1
547 - [[19868]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868) Move template JavaScript to the footer: UNIMARC editor plugins, part 2
548 - [[19869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869) Move template JavaScript to the footer: UNIMARC editor plugins, part 3
549 - [[19872]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872) Move template JavaScript to the footer: UNIMARC editor plugins, part 4
550 - [[19874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874) Move template JavaScript to the footer: UNIMARC editor plugins, part 5
551 - [[19877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877) Move template JavaScript to the footer: UNIMARC editor plugins, part 6
552 - [[19878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878) Move template JavaScript to the footer: UNIMARC editor plugins, part 7
553 - [[19882]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882) Add Novelist Select staff client profile
555 > 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
558 - [[19892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892) Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC
559 - [[19932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932) Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search
560 - [[19939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939) Move cataloging Z39.50 results actions into menu
561 - [[19946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946) Update popup window templates to use Bootstrap grid: Authority Z39.50 search
562 - [[19947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947) Update popup window templates to use Bootstrap grid: Acquisitions transfer order
563 - [[19949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949) Update popup window templates to use Bootstrap grid: Cataloging authority search
564 - [[19950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950) Update popup window templates to use Bootstrap grid: Serials
565 - [[19952]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952) Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
566 - [[19954]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954) Update popup window templates to use Bootstrap grid: Patrons
567 - [[19960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960) Update popup window templates to use Bootstrap grid: Add to list
568 - [[19961]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961) Move template JavaScript to the footer: Patron card creator
569 - [[19981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981) Switch single-column templates to Bootstrap grid: Course reserves
570 - [[19982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982) Switch single-column templates to Bootstrap grid: Patrons
571 - [[19983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983) Switch single-column templates to Bootstrap grid: Authorities
572 - [[20032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032) Switch single-column templates to Bootstrap grid: Tools
573 - [[20033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033) Switch single-column templates to Bootstrap grid: Catalog
574 - [[20034]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034) Switch single-column templates to Bootstrap grid: Circulation
575 - [[20035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035) Switch single-column templates to Bootstrap grid: Patron clubs
576 - [[20036]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036) Switch single-column templates to Bootstrap grid: Offline circulation
577 - [[20037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037) Switch single-column templates to Bootstrap grid: Serials
578 - [[20038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038) Switch single-column templates to Bootstrap grid: Acquisitions
579 - [[20045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045) Switch single-column templates to Bootstrap grid: Various
580 - [[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
582 ### Test Suite
584 - [[18055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055) Speed up '00-strict.t' test
585 - [[18797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797) t/db_dependent/rollingloans.t is skipping
586 - [[19181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181) Intranet and OPAC authentication selenium test
587 - [[19243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243) Selenium test for testing the administration module functionality - part 1
588 - [[19483]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483) t/db_dependent/www/* crashes test harness due to misconfigured test plan
590 ### Tools
592 - [[19554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554) The inventory table should jump to detail instead of MARCdetail
593 - [[19584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584) Inventory: Trivial interface improvements
594 - [[19585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585) Inventory: Allow additional separators in a barcode file
595 - [[19837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837) Add multiple patrons to a list by cardnumber
596 - [[20081]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081) Enable uploaded pdfs to be viewed inline
599 ## Critical bugs fixed
601 (This list includes all bugfixes since the previous major version. Most of them
602 have already been fixed in maintainance releases)
604 ### Acquisitions
606 - [[18593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593) Suggestions aren't updated when one biblio is merged with another
607 - [[19030]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030) Link order <-> subscription is lost when an order is edited
608 - [[19694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694) Edited shipping cost in invoice doesn't save
609 - [[20303]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303) Receive order fails if no "authorised_by" value
610 - [[20426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426) Can't import all titles from a stage file with default values
611 - [[20446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446) QUOTES processing broken by run time error
613 ### Architecture, internals, and plumbing
615 - [[15770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770) Number::Format issues with large numbers
616 - [[19319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319) Reflected XSS Vulnerability in opac-MARCdetail.pl
617 - [[19439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439) Some error responses from opac/unapi get lost in eval
618 - [[19568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568) Wrong html filter used in opac-opensearch.tt url
619 - [[19569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569) X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl
620 - [[19570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570) autocomplete="off" no set for login forms at the OPAC
621 - [[19599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599) anonymise_issue_history can be very slow on large systems
622 - [[19611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611) XSS Flaws in supplier.pl
623 - [[19612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612) Fix XSS in /cgi-bin/koha/members/memberentry.pl
624 - [[19614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614) Fix XSS in /cgi-bin/koha/members/pay.pl
625 - [[19766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766) Preview routing slip is broken
626 - [[19847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847) tracklinks.pl accepts any url from a parameter for proxying
627 - [[19881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881) authorities-list.pl can be executed by anybody
628 - [[20126]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126) Saving a biblio does no longer update MARC field lengths
629 - [[20145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145) borrowers.datexpiry eq '0000-00-00' means expired?
630 - [[20229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229) Remove problematic SQL modes
631 - [[20299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299) Koha is a gift
632 - [[20323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323) Batch patron modification tool broken
633 - [[20325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325) C4::Accounts::purge_zero_balance_fees does not check account_offsets
634 - [[20428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428) MARC import fails on Debian Stretch
635 - [[20701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701) maninvoice.pl is vulnerable for CSRF attacks
636 - [[20730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730) Missing authentication check in serials/routing.pl
638 ### Cataloging
640 - [[19646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646) value_builder marc21_linking_section template is broken
641 - [[19706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706) Item search: Unsupported format html
642 - [[19968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968) Undefined subroutine &Date::Calc::Today
643 - [[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)
645 > 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.  
646 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.
649 - [[20063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063) $9 is lost when cataloguing authority records
651 ### Circulation
653 - [[2696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696) Fine payments should show what was paid for
655 > 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.
658 - [[4319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319) waiting and in transit items cannot be reserved
659 - [[19204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204) Fines in days restriction calculation is not taking calendar into account
660 - [[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
661 - [[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
662 - [[19798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798) Returns.pl doesn't define itemnumber for transfer-slip.
663 - [[19899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899) The float items feature is broken - cannot checkin
664 - [[20499]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499) Checkout of bad barcode: Internal Server Error
666 ### Command-line Utilities
668 - [[12812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812) Longoverdue.pl --mark-returned doesn't return items
669 - [[17717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717) Fix broken cronjobs due to permissions of the current directory
670 - [[19730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730) misc/export_records.pl should use biblio_metadata.timestamp
672 ### Documentation
674 - [[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)
676 ### Fines and fees
678 - [[20562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562) issue_id is not stored in accountlines for rental fees
680 ### Hold requests
682 - [[18474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474) Placing multiple holds from results breaks when patron is searched for
683 - [[20167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167) Item hold is set to bibliographic hold when changing pickup location
684 - [[20724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724) ReservesNeedReturns syspref breaks "Holds awaiting pickup"
686 ### ILL
688 - [[20001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001) ILL: Adding a 'new request' from OPAC is not possible
689 - [[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
690 - [[20556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556) Marking ILL request as complete results in "Internal server error"
692 ### Installation and upgrade (web-based installer)
694 - [[19514]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514) No Password restrictions in onboarding tool patron creation
695 - [[20745]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745) indexing/searching not active at end of installation
697 ### Lists
699 - [[20687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687) Multiple invitations to share lists prevents some users from accepting
701 ### MARC Authority data support
703 - [[20074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074) Auth_subfield_structure changes hidden attribute
705 ### Notices
707 - [[18477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477) AR_PENDING notice does not populate values from article_requests table
708 - [[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
710 ### OPAC
712 - [[18915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915) Creating a checkout note (patron note) sends an incomplete email message
713 - [[18975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975) Wrong CSRF token when emailing cart contents
714 - [[19496]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496) Patron notes about item does not get emailed as indicated
715 - [[19808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808) Reviews from deleted patrons make few scripts to explode
716 - [[19843]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843) reviews.datereviewed is not set
717 - [[19911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911) Passwords displayed to user during self-registration are not HTML-encoded
718 - [[19913]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913) Embedded HTML5 videos are broken
719 - [[19975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975) Tag cloud searching does not working
720 - [[19978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978) Fix ITEMTYPECAT feature for grouping item types for search
721 - [[20218]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218) Tracklinks fails when URL has special characters
722 - [[20286]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286) Subscribing to a search via rss goes to an empty page
723 - [[20363]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363) Privacy management shows misleading "No reading history to delete"
724 - [[20479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479) Superlibrarians cannot log into opac
726 ### Packaging
728 - [[20061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061) koha-common is not pulling libsearch-elasticsearch-perl
729 - [[20437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
730 - [[20693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693) Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
732 ### Patrons
734 - [[19466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466) Cardnumber auto calc is broken because field is required
735 - [[19908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908) Password should not be mandatory
736 - [[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
737 - [[20214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214) Patron search is broken
738 - [[20792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792) Can't go to patron record with TranslateNotices active
740 ### REST api
742 - [[19546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546) Make koha-plack run Starman from the instance's directory
744 ### SIP2
746 - [[20251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251) Regression - SIP checkout broken
748 ### Searching - Elasticsearch
750 - [[19563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19563) Generation of sort_fields uses incorrect condition
751 - [[20261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261) No result in some page in authority search opac and pro (ES)
752 - [[20385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385) ElasticSearch authority search raises Software error
754 ### Staff Client
756 - [[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
758 > 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.
761 - [[20625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625) Cannot add new patron category without currency
763 ### System Administration
765 - [[20216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216) Editing itemtypes does not pull existing values correctly
767 ### Templates
769 - [[20135]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135) Staff client language choose pop-up can appear off-screen
770 - [[20498]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498) Patron advanced search form missing from patron entry page
772 ### Web services
774 - [[19725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725) OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp
775 - [[20665]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665) OAI-PMH Provider should reset MySQL connection time zone
778 ## Other bugs fixed
780 (This list includes all bugfixes since the previous major version. Most of them
781 have already been fixed in maintainance releases)
783 ### About
785 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
787 ### Acquisitions
789 - [[3841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841) Add a Default ACQ framework
790 - [[18183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183) jQuery append error related to script tags in cloneItemBlock
791 - [[19200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200) Warns when exporting a basket
792 - [[19401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401) No confirm message when deleting an invoice from invoice detail page
793 - [[19429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429) No confirm message when deleting an invoice from invoice search
794 - [[19792]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792) Reduce number of SQL calls in GetBudgetHierarchy
795 - [[19812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812) Holds count in "Already received" table has confusing and unexpected values
796 - [[19813]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813) MarcItemFieldsToOrder cannot handle a tag not existing
797 - [[19916]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916) Can't search keyword or standard ID from Acquisitions external source / z3950
798 - [[19928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928) Acquisitions' CSV exports should honor syspref "delimiter"
799 - [[20110]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110) Don't allow adding same user multiple times to same budget fund
800 - [[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
801 - [[20201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201) Silence warnings in admin/aqplan.pl
802 - [[20318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318) Merge invoices can lead to an merged invoice without Invoice number
803 - [[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
805 ### Architecture, internals, and plumbing
807 - [[18342]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342) Set memcached as 'enabled' by default
809 > Memcached is now required and enabled by default.
812 - [[19713]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713) 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed
813 - [[19714]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714) 2 occurrences of memberofinstitution have not been removed
814 - [[19738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738) XSS in serials module
815 - [[19739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739) Add default ES configuration to koha-conf.xml
816 - [[19746]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746) Debug statements are left in returns.pl
817 - [[19756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756) Encoding issues when update DB is run from the interface
818 - [[19760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760) Die instead of warn if koha-conf is not accessible
819 - [[19827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827) checkuniquemember is exported from C4::Members but has been removed
820 - [[19839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839) invoice.pl warns about bad variable scope
821 - [[19985]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985) TestBuilder.t fails if default circ rule exists
822 - [[20031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031) CGI param in list context warn in guided_reports.pl
823 - [[20056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056) Uninitialized warn in cmp_sysprefs.pl
824 - [[20060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060) Uninitialized warn from Koha::Template::Plugin::Branches
825 - [[20088]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088) Use of uninitialized value in array element in svc/holds
826 - [[20097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097) marc2dcxml croaks on format dc
827 - [[20185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185) Some scripts don't pass perl -wc
828 - [[20187]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187) New rewrite rules can break custom css
829 - [[20189]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189) No style on authentication and installer pages
830 - [[20190]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190) TinyMCE is broken and not displayed
831 - [[20219]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219) t/smolder_smoke_signal is no longer used
832 - [[20225]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225) Remove unused script reports/stats.print.pl
833 - [[20304]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304) Warnings in cataloguing scripts need to be removed
834 - [[20305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305) Warnings in tools scripts need to be removed
835 - [[20321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321) C4:XISBN->get_biblionumber_from_isbn is not used
836 - [[20494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494) Remove unused code in neworderempty.pl and addbiblio.pl
837 - [[20510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510) Remove unused sub TotalPaid from C4::Stats
838 - [[20530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530) trailing ':' in columns_settings.yml
839 - [[20539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539) Warnings in catalogue/search.pl need to be removed
840 - [[20580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580) create_superlibrarian.pl should accept parameters
841 - [[20590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590) Koha::Exceptions does not stringify the exceptions
842 - [[20603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603) Remove unused subs from C4::Accounts
843 - [[20620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620) Warning in moredetail.pl need to be removed
844 - [[20659]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659) Blocking errors are not longer displayed
845 - [[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
847 ### Authentication
849 - [[20083]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083) Information disclosure when (mis)using the MARC Preview feature
850 - [[20480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480) Fix styling issues on bad SCI/SCO module logins
851 - [[20624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624) Disable the OAuth2 client credentials grant by default
853 ### Cataloging
855 - [[18833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833) plugin unimarc_field_210c pagination error
856 - [[19595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595) Clicking plugin link does not fill item's date acquired field
857 - [[20067]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067) Wrong display of authorised value for items.materials on staff detail page
858 - [[20341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341) Show authorized value description for withdrawn like damaged and lost
859 - [[20477]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477) Silence warnings Fast Cataloguing
860 - [[20540]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540) TransformHtmlToXml can duplicate the datafield close tag
862 ### Circulation
864 - [[16603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603) Hide option to apply directly when processing uploaded offline circulation file
865 - [[19530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530) Prevent multiple transfers from existing for one item
866 - [[19825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825) List of pending offline operations does not links to biblio
867 - [[19840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840) Patron note is not displayed on checkin
868 - [[20003]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003) Result summary of remaining checkouts items not displaying.
869 - [[20536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536) ILL: authnotrequired not explicitly unset
870 - [[20546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546) Shelving location not displayed on checkin
872 ### Command-line Utilities
874 - [[11936]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936) Consistent log message for item insert
875 - [[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
876 - [[19712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712) Fix command line options of delete_records_via_leader.pl
877 - [[20234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234) Make maintenance scripts use koha-zebra instead of koha-*-zebra
879 ### Course reserves
881 - [[19230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230) Warn when deleting a course in course reserves
882 - [[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!
883 - [[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
885 ### Database
887 - [[19547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547) Maria DB doesn't have a debian.cnf
888 - [[19724]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724) Add timestamp to biblio_metadata and deletedbiblio_metadata
890 ### Fines and fees
892 - [[19750]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750) Overdues without a fine rule add warnings to log
894 ### Hold requests
896 - [[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
897 - [[19533]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533) Hold pulldown for itemtype is empty if hold placement needs override
898 - [[19972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972) Holds to pull should honor syspref "item-level_itypes"
899 - [[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
900 - [[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
902 ### I18N/L10N
904 - [[11827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827) Untranslatable "Cancel Rating" in jQuery rating plugin
905 - [[12020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020) Allow translating label-edit-batch hardcoded strings
906 - [[19522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522) Label creator - some strings are not translatable
907 - [[20082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082) Vietnamese language display name is incorrect
908 - [[20085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085) Better translatability of smart-rules.tt
909 - [[20109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109) Allow translating "Remove" in Add Fund
910 - [[20111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111) Patron card creator - some strings are not translatable
911 - [[20115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115) Languages appear in a different order in the footer
913 > 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).
916 - [[20124]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124) Allow translating did you mean config save message
917 - [[20139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139) Improve MARC mapping translatable strings
918 - [[20140]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140) Allow translating more of OAI sets
919 - [[20141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141) Untranslatable string in Transport cost matrix
920 - [[20142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142) Allow translating offline circ message
921 - [[20147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147) Allow translating prompt in label edit batch
922 - [[20166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166) Untranslatable course reserves delete prompt
923 - [[20195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195) Untranslatable Show/Hide title attr replacement in opac detail
924 - [[20301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301) Allow translating "View" in manage MARC import
925 - [[20302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302) Allow translating Delete button in Patron batch mod tool
926 - [[20330]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330) Allow translating more of quote upload
928 ### ILL
930 - [[20041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041) ILL module missing from more menu in staff when activated
931 - [[20515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515) "ILL Request" menu options displayed when user has no ILL permissions
933 ### Installation and upgrade (web-based installer)
935 - [[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
936 - [[19790]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790) Remove additionalauthors.author from installer files
937 - [[19862]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862) RoutingListAddReserves must be disabled by default
938 - [[19973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973) SQL syntax error in uk-UA/mandatory/sample_notices.sql
939 - [[20075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075) Change authority hidden attribute in sql installer files
940 - [[20103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103) Readonly::XS version not detected
941 - [[20104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104) Update minimum version of Perl to 5.20 because of caller()
942 - [[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
944 ### Label/patron card printing
946 - [[10222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222) Error when saving Demco label templates
947 - [[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
948 - [[20193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193) Path to Greybox CSS broken after Bug 12904
950 ### Lists
952 - [[11943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943) Koha::Virtualshelfshare duplicates rows for the same list
954 ### MARC Authority data support
956 - [[18458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458) Merging authority record incorrectly orders subfields
957 - [[20430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430) Z39.50 button display depends on wrong server count
959 ### MARC Bibliographic data support
961 - [[20245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245) Wrong language code for Slovak
962 - [[20482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482) language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes
964 ### Notices
966 - [[12123]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123) HTML notices can break the notice viewer
967 - [[18570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570) Password recovery e-mail only sent after message queue is processed
968 - [[18990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990) Overdue Notices are not sending through SMS correctly
969 - [[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
970 - [[20298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298) Notices template uses same html id for each language
971 - [[20685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685) Modify letter template does not render correctly
973 ### OPAC
975 - [[12497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497) Make OPAC search history feature accessible when it should
976 - [[17682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682) Change URL for Google Scholar in OPACSearchForTitleIn
977 - [[18856]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856) Cancel Waiting Hold in OPAC does not give useful message
978 - [[19171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171) Confusing message "no items available" when placing a hold in OPAC
979 - [[19338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338) Dates sorting incorrectly in opac-account.tt
980 - [[19450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450) OverDrive integration failing on missing method
981 - [[19579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579) PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail
982 - [[19640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640) IdRef webservice display is broken
983 - [[19702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702) Basket not displaying correctly on home page
984 - [[19845]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845) Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled
985 - [[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
987 > Prevents warnings about type attribute being generated for the style tags when testing the OPAC pages using W3C Validator for HTML5.
990 - [[20068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068) Warn on OPAC homepage if not logged in due to OPAC dashboard
991 - [[20122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122) Empty and close link on cart page not working
992 - [[20163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163) Position of NoLoginInstructions text is inconsistent
993 - [[20420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420) Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources
994 - [[20459]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459) Correct message for cancelling an article request
995 - [[20686]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686) OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled
996 - [[20737]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737) Use https for Baker and Taylor cover images
998 ### Packaging
1000 - [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1001 - [[18696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696) Change debian/source/format to quilt
1002 - [[18907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907) Warning "dpkg-source: warning: relation < is deprecated: use << or <="
1003 - [[18908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908) Warning "Compatibility levels before 9 are deprecated"
1004 - [[18993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993) Bump libtest-simple-perl to 1.302073
1005 - [[19610]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610) Make koha-common.logrotate use copytruncate
1006 - [[20072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072) Fix build-git-snapshot for Debian source format quilt
1007 - [[20800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800) Keep Koha on Stretch from using broken libhttp-oai-perl
1008 - [[20801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801) Make dependency on memcached mandatory
1010 ### Patrons
1012 - [[19510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510) edi_manage permission has no description
1013 - [[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
1014 - [[19673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673) Patron batch modification tool cannot use authorised value "0"
1015 - [[19907]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907) Email validation on patron add/edit not working
1016 - [[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
1017 - [[20205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205) Add IDs to buttons in patron-toolbar.inc
1018 - [[20367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367) userid resets to firstname.surname when BorrowerUnwantedField contains userid
1019 - [[20455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455) Can't sort patron search on date expired
1020 - [[20666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666) Wrong Permissions prevent non-plack pages to load
1021 - [[20719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719) Home library not displayed on all patron account tabs
1022 - [[20803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803) Cannot search to hold or use print options from API keys interface
1024 ### REST api
1026 - [[20134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134) Remove /api/v1/app.pl from the generated URLs
1028 ### Reports
1030 - [[18497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497) Downloading a report passes the constructed SQL as a parameter
1031 - [[19467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467) Display location and itemtype description on lost items report
1032 - [[19551]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551) Cash register report has bad erroneous results from wrong order of operations
1033 - [[19583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583) Report updater triggers on auth_header.marcxml
1034 - [[19638]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638) False positives for 'Update SQL' button
1035 - [[19669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669) Remove deprecated checkouts by patron category report
1036 - [[19671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671) Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly
1037 - [[19910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910) Download report as 'Comma separated' is misleading
1038 - [[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
1040 ### SIP2
1042 - [[20348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348) SIP2 patron identification fails to use userid
1044 ### Searching
1046 - [[18799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799) XSLTresultsdisplay hides the icons
1047 - [[19807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807) IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase
1048 - [[19873]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873) Make it possible to search on value 0
1049 - [[19971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971) typo in the comments of parseQuery routine
1050 - [[20369]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369) Analytics search is broken with QueryAutoTruncate set to 'only if * is added'
1051 - [[20722]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722) Searching only for an ITEMTYPECAT itemtype is impossible
1053 ### Searching - Elasticsearch
1055 - [[17373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373) Elasticsearch - Authority mappings for UNIMARC
1056 - [[19564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564) Fix extraction of sort order from sort condition name
1057 - [[19580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580) Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation
1058 - [[19581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581) Elasticsearch - Catmandu split option adds extra null fields to indexes
1060 ### Serials
1062 - [[19315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315) Routing preview may use wrong biblionumber
1063 - [[19767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767) serial-issues.pl is unused and should be removed
1064 - [[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
1065 - [[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
1066 - [[20614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614) Firefox prevents parent page reload when renewing subscriptions
1067 - [[20616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616) Using "Edit serials" with no issues selected gives an ugly error
1069 ### Staff Client
1071 - [[19221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221) Onboarding tool says user needs to be made superlibrarian
1072 - [[19456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456) Some pages title tag contains html
1073 - [[19636]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636) Hold priority changes incorrectly via dropdown select
1074 - [[19857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857) Optionally hide SMS provider field in patron modification screen
1075 - [[20227]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227) admin/smart-rules.pl should pass categorycode instead of branchcode
1076 - [[20268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268) CSS regression: white gap on the top of the staff pages
1077 - [[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
1078 - [[20347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347) Add missing classes to search results elements
1080 ### System Administration
1082 - [[13676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676) OpacSuppression description says 'items' but means 'records'
1083 - [[19560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560) Unable to delete library when branchcode contains special characters
1084 - [[19788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788) Case sensitivity is not preserved when creating local system preferences
1085 - [[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
1086 - [[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
1087 - [[20091]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091) FailedLoginAttempts is not part of NorwegianPatronDatabase pref group
1088 - [[20383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383) Hide link to plugin management if plugins are not enabled
1090 ### Templates
1092 - [[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
1093 - [[19602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602) Add usage statistics link to administration sidebar menu
1094 - [[19677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677) Angle brackets in enumchron do not display in opac or staff side
1095 - [[19692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692) Unclosed div in opac-shelves.tt
1096 - [[19851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851) Improve responsive layout handling of staff client menu bar
1097 - [[19918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918) span tag not closed in opac-registration-confirmation.tt
1098 - [[20051]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051) Invalid markup in staff client's header.inc
1099 - [[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
1100 - [[20173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173) Clean up koha-tmpl directory
1101 - [[20221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221) Fix for JavaScript error during checkout patron search
1102 - [[20239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239) Fix spelling on authority linker plugin
1103 - [[20240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240) Remove space before : when searching for a vendor in serials (Vendor name :)
1104 - [[20249]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249) "Patron has no outstanding fines" now appears alongside fines
1105 - [[20290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290) Fix capitalization: Routing List
1106 - [[20372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372) Correct toolbar markup on some pages
1107 - [[20382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382) Missing space between patron and cardnumber on check out screen
1108 - [[20422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422) Fix warn on URI/Escape.pm line 184 from opac-detail
1109 - [[20433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433) Remove unused Mozilla Persona image file
1110 - [[20552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552) Fix HTML tag for search facets
1111 - [[20617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617) Add 'Search Engine configuration' link to administration menu
1112 - [[20619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619) Remove last occurrences of long gone syspref (opacsmallimage)
1114 ### Test Suite
1116 - [[17770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770) t/db_dependent/Sitemapper.t fails when date changes during test run
1117 - [[18979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979) Speed up 'valid-templates.t' tests
1118 - [[19705]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705) DecreaseLoanHighHolds.t is still failing randomly
1119 - [[19759]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759) TestBuilder generates too many decimals for float
1120 - [[19775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775) Search/History.t is failing randomly
1121 - [[19776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776) Test failing randomly - fix categorycode vs category_type
1122 - [[19783]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783) Move check_kohastructure.t to db_dependent
1123 - [[19867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867) HouseboundRoles.t is failing randomly
1124 - [[19914]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914) Cannot locate the "Delete" in the library list table
1125 - [[19937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937) Silence warnings t/db_dependent/www/batch.t
1126 - [[19979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979) Search.t fails on facet info with one branch
1127 - [[20042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042) 00-load.t fails when Elasticsearch is not installed
1128 - [[20144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144) Test suite is failing with new default SQL modes
1129 - [[20175]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175) Set a correct default value for club_enrollments.date_created
1130 - [[20176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176) Set biblio.datecreated to NOW if not defined
1131 - [[20179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179) Remove GROUP BY in get_shelves_containing_record
1132 - [[20180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180) Remove GROUP BY clause in manage-marc-import.pl
1133 - [[20182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182) Remove group by clause in search_patrons_to_anonymise
1134 - [[20191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191) OAI/Server.t still fails on slow servers
1135 - [[20199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199) Letters.t does not pass with new SQL modes
1136 - [[20204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204) FrameworkPlugin.t should not depend on CPL branch
1137 - [[20250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250) NoIssuesChargeGuarantees.t is still failing randomly
1138 - [[20311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311) get_age tests can fail on February 28th
1139 - [[20466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466) Incorrect fixtures for active currency in t/Prices.t
1140 - [[20474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474) Passwordrecovery.t should mock Mail::Sendmail::sendmail
1141 - [[20490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490) Correct wrong bug number in comment in Circulation.t
1142 - [[20503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503) Borrower_PrevCheckout.t  is failing randomly
1143 - [[20531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531) IssueSlip is failing randomly
1144 - [[20557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557) Koha/Acquisition/Order.t is failing randomly
1145 - [[20584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584) Koha/Patron/Categories.t is failing on slow servers
1146 - [[20721]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721) Circulation.t keeps failing randomly
1147 - [[20764]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764) t/Koha_Template_Plugin_KohaPlugins.t is DB dependent
1149 ### Tools
1151 - [[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
1152 - [[19643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643) Pagination buttons on staged marc management are stacking instead of inline
1153 - [[19674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674) Broken indicators of changed fields in manage staged MARC records template
1154 - [[19683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683) Export.pl does not populate the Authority Types dropdown correctly
1155 - [[20098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098) Inventory: CSV export: itemlost column is always empty
1156 - [[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
1157 - [[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
1158 - [[20438]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438) Allow uninstalling plugins not implementing the 'uninstall' method
1159 - [[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
1160 - [[20695]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695) Upload does not show all results when uploading multiple files
1162 ### Web services
1164 - [[13990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990) ILS-DI LookupPatron Requries ID Type
1166 ### Z39.50 / SRU / OpenSearch Servers
1168 - [[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
1170 ## New system preferences
1172 - AuthorityControlledIndicators
1173 - AutoSwitchPatron
1174 - BrowseResultSelection
1175 - CanMarkHoldsToPullAsLost
1176 - MarcFieldDocURL
1177 - NovelistSelectStaffProfile
1178 - ProtectSuperlibrarianPrivileges
1179 - PurgeSuggestionsOlderThan
1180 - RESTOAuth2ClientCredentials
1181 - RESTdefaultPageSize
1182 - SelfCheckInMainUserBlock
1183 - SelfCheckInModule
1184 - SelfCheckInTimeout
1185 - SelfCheckInUserCSS
1186 - SelfCheckInUserJS
1187 - StaffLoginInstructions
1188 - UpdateItemWhenLostFromHoldList
1189 - UseACQFrameworkForBiblioRecords
1191 ## Renamed system preferences
1192 - NoLoginInstructions => OpacLoginInstructions
1194 ## Deleted system preferences
1195 - checkdigit
1197 ## New Authorized value categories
1198 - PAYMENT_TYPE
1200 ## New notices
1201 - CANCEL_HOLD_ON_LOST
1203 ## Renamed notices
1204 - RLIST => SERIAL_ALERT
1206 ## System requirements
1208 Important notes:
1209     
1210 - Perl 5.10 is required
1211 - Zebra is required
1213 ## Documentation
1215 The Koha manual is maintained in Sphinx. The home page for Koha 
1216 documentation is 
1218 - [Koha Documentation](http://koha-community.org/documentation/)
1220 As of the date of these release notes, the Koha manual is available in the following languages:
1222 - [English](http://koha-community.org/manual/18.05/en/html/)
1223 - [Arabic](http://koha-community.org/manual/18.05/ar/html/)
1224 - [Chinese - Taiwan](http://koha-community.org/manual/18.05/zh_TW/html/)
1225 - [Czech](http://koha-community.org/manual/18.05/cs/html/)
1226 - [French](http://koha-community.org/manual/18.05/fr/html/)
1227 - [French (Canada)](http://koha-community.org/manual/18.05/fr_CA/html/)
1228 - [German](http://koha-community.org/manual/18.05/de/html/)
1229 - [Hindi](http://koha-community.org/manual/18.05/hi/html/)
1230 - [Italian](http://koha-community.org/manual/18.05/it/html/)
1231 - [Portuguese - Brazil](http://koha-community.org/manual/18.05/pt_BR/html/)
1232 - [Spanish](http://koha-community.org/manual/18.05/es/html/)
1233 - [Turkish](http://koha-community.org/manual/18.05/tr/html/)
1236 The Git repository for the Koha manual can be found at
1238 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
1240 ## Translations
1242 Complete or near-complete translations of the OPAC and staff
1243 interface are available in this release for the following languages:
1245 - Arabic (96.8%)
1246 - Armenian (99.7%)
1247 - Basque (73.6%)
1248 - Chinese (China) (78%)
1249 - Chinese (Taiwan) (100%)
1250 - Czech (91.5%)
1251 - Danish (64.5%)
1252 - English (New Zealand) (97%)
1253 - English (USA)
1254 - Finnish (93.1%)
1255 - French (100%)
1256 - French (Canada) (89.7%)
1257 - German (100%)
1258 - German (Switzerland) (100%)
1259 - Greek (78.9%)
1260 - Hindi (100%)
1261 - Italian (97.1%)
1262 - Norwegian Bokmål (53%)
1263 - Occitan (post 1500) (71.3%)
1264 - Persian (53.6%)
1265 - Polish (95%)
1266 - Portuguese (100%)
1267 - Portuguese (Brazil) (78.8%)
1268 - Slovak (93.8%)
1269 - Spanish (100%)
1270 - Swedish (95.2%)
1271 - Turkish (99.7%)
1272 - Vietnamese (66%)
1274 Partial translations are available for various other languages.
1276 The Koha team welcomes additional translations; please see
1278 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1280 For information about translating Koha, and join the koha-translate 
1281 list to volunteer:
1283 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1285 The most up-to-date translations can be found at:
1287 - [Koha Translation](http://translate.koha-community.org/)
1289 ## Release Team
1291 The release team for Koha 18.05.00 is
1293 - Release Manager: [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
1294 - Release Manager assistant: [Nick Clemens](mailto:nick@bywatersolutions.com)
1295 - QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
1296 - QA Team:
1297   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
1298   - [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
1299   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
1300   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
1301   - [Julian Maurice](mailto:julian.maurice@biblibre.com)
1302   - Josef Moravec
1303   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
1304 - Bug Wranglers:
1305   - Claire Gravely
1306   - Jon Knight
1307   - [Marc Véron](mailto:veron@veron.ch)
1308   - Alex Buckley
1309 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1310 - Documentation Team:
1311   - Lee Jamison
1312   - David Nind
1313   - Caroline Cyr La Rose
1314 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
1315 - Release Maintainers:
1316   - 17.11 -- [Nick Clemens](mailto:nick@bywatersolutions.com)
1317   - 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
1318   - 16.11 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
1320 ## Credits
1321 We thank the following libraries who are known to have sponsored
1322 new features in Koha 18.05.00:
1324 - BULAC - http://www.bulac.fr/
1325 - ByWater Solutions
1326 - Camden County
1327 - Catalyst IT
1328 - Goethe-Institut
1329 - Hotchkiss School
1330 - Orex Digital
1332 We thank the following individuals who contributed patches to Koha 18.05.00.
1334 - Aleisha Amohia (9)
1335 - Alex Arnaud (8)
1336 - Philippe Audet-Fortin (1)
1337 - Zoe Bennett (8)
1338 - Chad Billman (1)
1339 - David Bourgault (10)
1340 - Alex Buckley (4)
1341 - Pongtawat C (1)
1342 - Colin Campbell (2)
1343 - Nick Clemens (76)
1344 - Tomás Cohen Arazi (130)
1345 - David Cook (2)
1346 - Charlotte Cordwell (8)
1347 - Chris Cormack (1)
1348 - Bonnie Crawford (1)
1349 - Christophe Croullebois (1)
1350 - Olivier Crouzet (1)
1351 - Roch D'Amour (3)
1352 - Indranil Das Gupta (L2C2 Technologies) (1)
1353 - Frédéric Demians (1)
1354 - Marcel de Rooy (108)
1355 - Jonathan Druart (578)
1356 - Magnus Enger (3)
1357 - Charles Farmer (4)
1358 - Katrin Fischer (24)
1359 - Jessica Freeman (1)
1360 - Joachim Ganseman (1)
1361 - Claire Gravely (5)
1362 - Victor Grousset (22)
1363 - Isabel Grubi (1)
1364 - Amit Gupta (4)
1365 - David Gustafsson (3)
1366 - Andrew Isherwood (6)
1367 - Mason James (4)
1368 - Lee Jamison (1)
1369 - Srdjan Jankovic (1)
1370 - Janusz Kaczmarek (2)
1371 - Pasi Kallinen (20)
1372 - Olli-Antti Kivilahti (4)
1373 - Ulrich Kleiber (1)
1374 - Jon Knight (3)
1375 - Owen Leonard (129)
1376 - Ere Maijala (3)
1377 - Sherryn Mak (1)
1378 - Jose Martin (1)
1379 - Jesse Maseto (1)
1380 - Julian Maurice (36)
1381 - Remi Mayrand-Provencher (1)
1382 - Kyle M Hall (103)
1383 - Josef Moravec (53)
1384 - Chris Nighswonger (1)
1385 - Priya Patel (1)
1386 - Eric Phetteplace (1)
1387 - Simon Pouchol (1)
1388 - Te Rauhina Jackson (6)
1389 - Liz Rea (6)
1390 - Martin Renvoize (1)
1391 - Benjamin Rokseth (1)
1392 - Andreas Roussos (1)
1393 - Maksim Sen (1)
1394 - Radek Šiman (1)
1395 - Grace Smyth (6)
1396 - Fridolin Somers (7)
1397 - Lari Taskula (7)
1398 - Mirko Tietgen (15)
1399 - Mark Tompsett (50)
1400 - Jenny Way (6)
1401 - Jesse Weaver (2)
1402 - Chris Weeks (1)
1404 We thank the following libraries, companies, and other institutions who contributed
1405 patches to Koha 18.05.00
1407 - abunchofthings.net (15)
1408 - ACPL (128)
1409 - BibLibre (74)
1410 - BSZ BW (30)
1411 - bugs.koha-community.org (578)
1412 - ByWater-Solutions (180)
1413 - Catalyst (17)
1414 - Foundations (1)
1415 - Göteborgs universitet (3)
1416 - helsinki.fi (3)
1417 - informaticsglobal.com (4)
1418 - inLibro.com (2)
1419 - jns.fi (11)
1420 - joensuu.fi (20)
1421 - KohaAloha (4)
1422 - l2c2.co.in (1)
1423 - Libriotech (3)
1424 - Loughborough University (3)
1425 - Marywood University (1)
1426 - Oslo Public Library (1)
1427 - pennmanor.net (1)
1428 - Prosentient Systems (2)
1429 - PTFS-Europe (9)
1430 - punsarn.asia (1)
1431 - rbit.cz (1)
1432 - Rijksmuseum (108)
1433 - Solutions inLibro inc (17)
1434 - student.ua.ac.be (1)
1435 - Tamil (1)
1436 - Theke Solutions (130)
1437 - unidentified (155)
1438 - Université Jean Moulin Lyon 3 (1)
1440 We also especially thank the following individuals who tested patches
1441 for Koha.
1443 - Arturo (3)
1444 - claude (3)
1445 - delaye (6)
1446 - Joel (1)
1447 - Brendan A Gallagher (1)
1448 - Hugo Agud (7)
1449 - Aleisha Amohia (1)
1450 - Alex Arnaud (10)
1451 - Marjorie Barry-Vila (2)
1452 - Zoe Bennett (8)
1453 - Anne-Claire Bernaudin (2)
1454 - Sonia Bouis (1)
1455 - David Bourgalt (1)
1456 - David Bourgault (29)
1457 - claude brayer (1)
1458 - Jean-Manuel Broust (1)
1459 - JM Broust (5)
1460 - Alex Buckley (11)
1461 - Colin Campbell (9)
1462 - Barry Cannon (1)
1463 - Marci Chen (1)
1464 - Barton Chittenden (1)
1465 - Axelle Clarisse (1)
1466 - Nick Clemens (113)
1467 - Tomas Cohen Arazi (175)
1468 - Koha-us conference (1)
1469 - Charlotte Cordwell (5)
1470 - Chris Cormack (2)
1471 - Roch D'Amour (26)
1472 - Marcel de Rooy (252)
1473 - Jonathan Druart (1507)
1474 - Charles Farmer (16)
1475 - Bouzid Fergani (1)
1476 - Katrin Fischer (374)
1477 - Brendan Gallagher (14)
1478 - Lucie Gay (2)
1479 - Bernardo Gonzalez Kriegel (1)
1480 - Claire Gravely (79)
1481 - Victor Grousset (11)
1482 - Amit Gupta (1)
1483 - Mohd Hafiz Yusoff (1)
1484 - Sebastian Hierl (2)
1485 - Mason James (2)
1486 - Lee Jamison (3)
1487 - Dilan Johnpullé (18)
1488 - Eugene Jose Espinoza (1)
1489 - Pasi Kallinen (20)
1490 - Nancy Keener (1)
1491 - Scott Kehoe (2)
1492 - Olli-Antti Kivilahti (1)
1493 - Jon Knight (37)
1494 - Nicolas Legrand (14)
1495 - Owen Leonard (52)
1496 - Ere Maijala (1)
1497 - Jesse Maseto (11)
1498 - Daniel Mauchley (1)
1499 - Julian Maurice (135)
1500 - Jon McGowan (26)
1501 - Kyle M Hall (219)
1502 - Josef Moravec (351)
1503 - Björn Nylén (2)
1504 - Eric Phetteplace (1)
1505 - Dominic Pichette (8)
1506 - Simon Pouchol (23)
1507 - Séverine QUEUNE (33)
1508 - Te Rauhina Jackson (3)
1509 - Liz Rea (2)
1510 - Benjamin Rokseth (29)
1511 - BWS Sandboxes (3)
1512 - Maksim Sen (12)
1513 - Grace Smyth (3)
1514 - Fridolin Somers (2)
1515 - Lari Taskula (17)
1516 - Mirko Tietgen (9)
1517 - Mark Tompsett (122)
1518 - Ed Veal (2)
1519 - Marc Véron (7)
1520 - Marjorie Vila (5)
1521 - Jenny Way (1)
1522 - George Williams (3)
1524 And people who contributed to the Koha manual during the release cycle of Koha 18.05.00.
1526   * Chris Cormack (37)
1527   * Caroline Cyr La Rose (45)
1528   * Jonathan Druart (9)
1529   * Magnus Enger (2)
1530   * Katrin Fischer (34)
1531   * Bernardo Gonzalez Kriegel (2)
1532   * Lee Jamison (49)
1533   * Hugh Rundle (2)
1535 We regret any omissions.  If a contributor has been inadvertently missed,
1536 please send a patch against these release notes to 
1537 koha-patches@lists.koha-community.org.
1539 ## Special thanks
1541 I would like to add special thanks to the documentation team.
1543 They provided documentation for all the new features and enhancements we have in this release.
1545 I also think the whole Koha team can be thanked for their patience with my requests!
1547 And, of course, Karen, for her daily help and support.
1549 ## Notes from the Release Manager
1551 During this release we mainly focussed on:
1552  * improving the online manual - it is now available in several languages and formats!
1553  * integrating new features: we have 12 of them into this release!
1554  * keeping our testing suite and our code robust
1555  * elastic search
1556  * REST API
1558 Enjoy this new version of Koha and wish the best of luck to Nick!
1560 ## Revision control notes
1562 The Koha project uses Git for version control.  The current development 
1563 version of Koha can be retrieved by checking out the master branch of:
1565 - [Koha Git Repository](git://git.koha-community.org/koha.git)
1567 The branch for this version of Koha and future bugfixes in this release
1568 line is master.
1570 ## Bugs and feature requests
1572 Bug reports and feature requests can be filed at the Koha bug
1573 tracker at:
1575 - [Koha Bugzilla](http://bugs.koha-community.org)
1577 He rau ringa e oti ai.
1578 (Many hands finish the work)
1580 Autogenerated release notes updated last on 22 May 2018 15:34:41.