Bug 18984: Remove NORMARC support
[koha.git] / Koha /
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-10-07 Tomas Cohen AraziBug 29086: (follow-up) Remove unrequired Koha::ArticleR...
2021-10-07 Tomas Cohen AraziBug 29086: Simplify querying active article requests
2021-10-07 Tomas Cohen AraziBug 29084: Update article requests-related Koha::Biblio...
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-10-07 Tomas Cohen AraziBug 29082: Add filtering methods to Koha::ArticleRequests
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Martin RenvoizeBug 26352: (QA follow-up) Add additional tests
2021-10-06 Kyle M HallBug 26352: Replace call to barcode_generate with call...
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Kyle M HallBug 28026: Add call_recursive() as a supplement for...
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-10-06 Jonathan DruartBug 27526: Add missing POD
2021-10-06 Jonathan DruartBug 27526: Adjust code to use Koha::Items
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Make parameters a hashref
2021-10-06 Jonathan DruartBug 27947: DBIC schema changes
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Clarify permissions
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Refactor routes
2021-10-06 Agustin MoyanoBug 27947: Add cancellation reason to article request
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Implement limits using circulation rules
2021-10-05 Tomas Cohen AraziBug 27945: Add max_daily_article_requests circulation...
2021-10-05 Tomas Cohen AraziBug 27945: Clarify 'same day' behavior
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Jonathan DruartBug 27944: DBIC schema changes
2021-10-05 Tomas Cohen AraziBug 27944: (follow-up) Add POD
2021-10-05 Tomas Cohen AraziBug 27944: (QA follow-up) Rename ->open for ->set_pending
2021-10-05 Marcel de RooyBug 27944: (follow-up) Move statuses to constants
2021-10-05 Marcel de RooyBug 27944: Add missing Status module
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-10-05 Aleisha AmohiaBug 28734: Parse display in $biblio->get_marc_notes
2021-10-01 Tomas Cohen AraziBug 29139: Only pass the offsets for lines the credit...
2021-10-01 Martin RenvoizeBug 29139: Add exceptions to relation accessors
2021-10-01 Martin RenvoizeBug 29139: Fix incorrect relation call
2021-10-01 Tomas Cohen AraziBug 29139: $line->debit_offsets doesn't honor list...
2021-10-01 Tomas Cohen AraziBug 29121: Catch errors in ->install and ->upgrade...
2021-10-01 Tomas Cohen AraziBug 29121: Add new plugin exceptions
2021-10-01 Jonathan DruartBug 23678: Include file for batch_hold_cancel
2021-10-01 Agustin MoyanoBug 23678: Allow cancel holds in bulk
2021-10-01 Tomas Cohen AraziBug 29149: (QA follow-up) Reorganize mapping
2021-10-01 Jonathan DruartBug 29149: Add the capability to provide more info...
2021-10-01 Tomas Cohen AraziBug 26080: (QA follow-up) Add POD
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete authorities
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete biblios
2021-09-30 Jonathan DruartBug 28772: Make validate_secret return 1|0
2021-09-30 Tomas Cohen AraziBug 28772: Make secret validation use the new method
2021-09-30 Tomas Cohen AraziBug 28772: Add a warning about hash_password usage...
2021-09-30 Tomas Cohen AraziBug 28772: Make Koha::ApiKey->store encrypt the secret
2021-09-29 Nick ClemensBug 28826: Add FacetOrder system preference
2021-09-29 Nick ClemensBug 28484: (QA follow-up) POD fix
2021-09-29 Alex ArnaudBug 28484: ES clean title in biblio detail
2021-09-28 Marcel de RooyBug 27461: Move hardcoded value to module
2021-09-28 Martin RenvoizeBug 28803: (follow-up) Error details improvement
2021-09-28 Jonathan DruartBug 28870: Use Email::Address->parse
2021-09-28 Jonathan DruartBug 28870: Move email address validation to a specific...
2021-09-28 Tomas Cohen AraziBug 28870: Use Email::Address to validate email addresses
2021-09-21 Andrew IsherwoodBug 28340: Alphabetise metadata for notices
2021-09-21 Andrew IsherwoodBug 22614: Migrate original request
2021-09-21 Tomas Cohen AraziBug 29032: Pre-load ILL backends to speed up response
2021-09-20 Jonathan DruartBug 17600: Remove wrong C4::Context imports
2021-09-20 Jonathan DruartBug 28972: DBIC schema changes
2021-09-20 Martin RenvoizeBug 28316: (QA follow-up) Make clean_search_term public
2021-09-20 Petro VashchukBug 28316: escape ES ranges if QueryAutoTruncate is...
2021-09-20 Petro VashchukBug 28316: avoid messing up regexes in the search queries
2021-09-20 Petro VashchukBug 28316: escape exclamation signs in the query
2021-09-20 Petro VashchukBug 28316: escape brackets in the search query
2021-09-20 Petro VashchukBug 28316: screen unquoted semicolons and all followup...
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-09-20 Kyle M HallBug 28228: Supress plugin related error message
2021-09-20 Martin RenvoizeBug 28960: Explicitly call get_column
2021-08-31 Tomas Cohen AraziBug 26195: Add a way to specify authorised values shoul...
2021-08-31 Kyle M HallBug 28306: Fix POD
2021-08-31 Julian MauriceBug 28306: Allow to query database with minimal memory...
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-08-30 Petro VashchukBug 28736: fix requirements for the correct error messa...
2021-08-30 Martin RenvoizeBug 28830: Add cni index for 003
2021-08-30 Tomas Cohen AraziBug 28744: Better handling of undefined to_api_mapping
2021-08-30 Fridolin SomersBug 28554: In Koha::AuthorisedValues sort by description
2021-08-27 Jonathan DruartBug 22690: Add koha_object[s]_class to fix TestBuilder.t
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Jonathan DruartBug 22690: DBIC schema changes
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Fix indexing for Items sets
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Correct variable name
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Add TrackedLink classes and...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Use relationship accessor
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Clarify uses of DBIC
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Move adopt_items_from_biblios...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Improve negation syntax
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Rename 'item_orders' to ...
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Index also source biblio...
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-08-16 Jonathan DruartBug 24387: Fix Letters/TemplateToolkit.t
2021-08-16 Jonathan DruartBug 24387: DBIC schema changes
2021-08-16 Jonathan DruartBug 24387: Rename "News" with "Additional contents"
2021-08-11 Martin RenvoizeBug 28813: DBIC Schema Update
2021-08-04 Martin RenvoizeBug 22435: (follow-up) Set CREATE offset for credits...
2021-08-04 Martin RenvoizeBug 22435: Update DBIC Schema's
2021-08-04 Martin RenvoizeBug 22435: (follow-up) Update POS for reduced offset...
next