Bug 19616: (follow-up) Breaking items according to punctuation
[koha.git] / Koha /
2020-10-08 Matthias MeusburgerBug 26506: Fix Koha::Account::pay if called when no...
2020-10-08 Marcel de RooyBug 26600: Missing module in Elasticsearch/Indexer.pm
2020-10-08 Jonathan DruartBug 25913: Prevent get_coins to crash if record does...
2020-10-08 Nick ClemensBug 25957: Don't push blank field values to ES document
2020-10-06 Julian MauriceBug 20582: Reset CGI::PARAM_UTF8 to 1 before each CGI...
2020-10-06 Martin RenvoizeBug 20582: (QA follow-up) Add POD to satisfy coding...
2020-10-06 Julian MauriceBug 20582: Fix a cache issue in Koha::App::{Opac,Intranet}
2020-10-06 Julian MauriceBug 20582: Suppress warning in CGIBinKoha.pm
2020-10-06 Julian MauriceBug 20582: Turn Koha into a Mojolicious application
2020-10-05 Jonathan DruartBug 22417: Process the jobs even if the message broker...
2020-10-05 Jonathan DruartBug 22417: Remove $dbh in Koha::BackgroundJob::*
2020-10-05 Jonathan DruartBug 22417: Add missing POD and html filters
2020-10-05 Jonathan DruartBug 22417: Remove record_type from BatchUpdate*
2020-10-05 Jonathan DruartBug 22417: Send message to /queue
2020-10-05 Jonathan DruartBug 22417: Restore the concept of namespace
2020-10-05 Jonathan DruartBug 22417: Fix the batch authority tool
2020-10-05 Jonathan DruartBug 22417: Handle errors
2020-10-05 Jonathan DruartBug 22417: Switch to STOMP
2020-10-05 Jonathan DruartBug 22417: Fix borrowernumber values
2020-10-05 Jonathan DruartBug 22417: Add the ability to cancel a job
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob::BatchUpdateAuthority
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob::BatchUpdateBiblio
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob[s]
2020-10-05 Jonathan DruartBug 22417: DBIX Schema changes
2020-10-05 Jonathan DruartBug 22343: (follow-up) Remove traces of Mail::Sendmail...
2020-10-02 Tomas Cohen AraziBug 26290: Make Koha::SMTP::Servers->get_default use...
2020-10-02 Martin RenvoizeBug 22343: (QA follow-up) Fix some comments
2020-10-02 Tomas Cohen AraziBug 22343: Adapt Koha::Illrequest
2020-10-02 Tomas Cohen AraziBug 22343: Revamped Koha::Email class
2020-10-02 Tomas Cohen AraziBug 22343: API routes for SMTP servers CRUD
2020-10-02 Tomas Cohen AraziBug 22343: Add Koha::Library->smtp_server
2020-10-02 Tomas Cohen AraziBug 22343: Add classes for handling SMTP servers
2020-10-02 Tomas Cohen AraziBug 22343: DBIx::Class schema updates [DO NOT PUSH]
2020-10-02 Tomas Cohen AraziBug 22343: Add new tables schema file
2020-10-01 Jonathan DruartBug 25776: DBIC schema changes
2020-10-01 Jonathan DruartBug 26268: DBIC schema changes
2020-10-01 Martin RenvoizeBug 26268: Remove final references to paidfor db field
2020-09-29 Tomas Cohen AraziBug 26524: Add Koha::Acquisition::Basket->orders
2020-09-29 Tomas Cohen AraziBug 26322: Permissions not checked correctly for plugins
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Check server type in Elastics...
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Rename biblionumber in ModZeb...
2020-09-28 Nick ClemensBug 25265: (follow-up) Don't index malformed records
2020-09-28 Nick ClemensBug 25265: Fix copy paste error for parameter
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-28 Fridolin SomersBug 26434: Fix plugin dirs addition to @INC
2020-09-28 Colin CampbellBug 26438: Rename temporary Koha::Item variables to...
2020-09-23 Nick ClemensBug 26507: Elasticsearch - Index records after storing...
2020-09-18 Jonathan DruartBug 19889: (follow-up) update DB adjustments
2020-09-18 Nick ClemensBug 18958: DBIC schema changes
2020-09-18 Nick ClemensBug 24807: (follow-up) Add support for spaces as unknow...
2020-09-18 Nick ClemensBug 24807: (follow-up) Fix spelling
2020-09-18 David GustafssonBug 24807: Simplify with new and imporved value_callbacks
2020-09-18 David GustafssonBug 24807: Refactor using tokenize_callbacks
2020-09-18 Nick ClemensBug 24807: Add suppport for uncertain fields and ranges
2020-09-18 David GustafssonBug 24807: Add "year" type to improve sorting behaviour
2020-09-18 Tomas Cohen AraziBug 26470: Store the item before calling the after...
2020-09-11 Jonathan DruartBug 26365: Remove comparison with 0000-00-00 for dateca...
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Fix many things
2020-09-09 Jonathan DruartBug 23816: trivial code simplification
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Define boolean column in shcema
2020-09-09 Agustin MoyanoBug 23816: [DO NOT PUSH] Update category schema
2020-09-03 Kyle M HallBug 23682: Dedup plugin calls my moving to a single...
2020-09-03 Nick ClemensBug 26309: Make cxn_pool configurable
2020-09-03 Jonathan DruartBug 23634: Make is_superlibrarian return 1 or 0
2020-09-02 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-09-02 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
2020-09-02 Jonathan DruartBug 21066: DBIC schema changes
2020-08-31 Agustin MoyanoBug 19889: set exclude_from_local_holds_priority column...
2020-08-31 Tomas Cohen AraziBug 25504: (QA follow-up) Remove unused include
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-31 Nick ClemensBug 25273: (follow-up) Don't die on unknown authtype
2020-08-31 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-31 Agustin MoyanoBug 22789: Set non_priority column as boolean in schema
2020-08-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-25 Jonathan DruartBug 25534: DBIC schema changes
2020-08-25 Kyle M HallBug 25534: (QA follow-up) Update Koha::Hold::cancel POD
2020-08-25 Kyle M HallBug 25534: Add ability to send an email specifying...
2020-08-25 Tomas Cohen AraziBug 25662: Make the route for holds restpect maxreserves
2020-08-25 Jonathan DruartBug 23166: Early return if no set
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-08-25 Joonas KylmäläBug 23166: (QA follow-up) Add POD text
2020-08-25 Jonathan DruartBug 23166: Call the methods from the .inc
2020-08-25 Jonathan DruartBug 23166: Add filter_by_current and _cancelled Koha...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Do not rely on userenv->{branchcode}
2020-08-20 Jonathan DruartBug 18501: Fix QA issues
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Fix regressions highlighted...
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Remove FIXME + Track issue_id
2020-08-20 Jonathan DruartBug 18501: Adjust condition for flagging an item found
2020-08-20 Jonathan DruartBug 18501: set the is_refunded flag as internal var
2020-08-20 Jonathan DruartBug 18501: Add _set_found_trigger
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-20 Jonathan DruartBug 18501: Prepare the ground
next