Bug 34946: Remove the use of event attributes from self checkout and check-in
[koha.git] / Koha /
2023-10-20 Pedro AmorimBug 25393: Add new noautorenewalbefore circulation...
2023-10-20 Martin RenvoizeBug 31383: (QA follow-up) Tidy
2023-10-20 Marcel de RooyBug 31383: Use one query in search_for_display instead...
2023-10-20 Marcel de RooyBug 31383: Check lang and use right column in search_fo...
2023-10-20 Marcel de RooyBug 31383: (QA follow-up) Do not return 0 in ->get
2023-10-20 Jonathan DruartBug 31383: Restore updated_on for individual content
2023-10-20 Jonathan DruartBug 31383: DBIC specific
2023-10-20 Jonathan DruartBug 31383: DBIC changes
2023-10-20 Jonathan DruartBug 31383: Adjust and add tests
2023-10-20 Jonathan DruartBug 31383: Create a parent-child DB relation for additi...
2023-10-20 Marcel de RooyBug 34990: Add persistent header when sending msg to...
2023-10-20 Tomas Cohen AraziBug 35053: Make sure request is checked as an item...
2023-10-20 Tomas Cohen AraziBug 30708: Add missing koha_object(s)_class definitions
2023-10-19 Tomas Cohen AraziBug 32721: DBIC schema
2023-10-19 Martin RenvoizeBug 32721: (QA follow-up) Drop fields from API response
2023-10-19 Matt BlenkinsopBug 32721: Add branch specific userjs and usercss
2023-10-19 Pedro AmorimBug 35105: Fix patron accessor in Illrequest.pm
2023-10-18 Tomas Cohen AraziBug 30708: Tidy perl files
2023-10-18 Jonathan DruartBug 30708: Remove c->validation in API controllers
2023-10-18 Jonathan DruartBug 30708: Do not allow non-authorised users to edit...
2023-10-18 Jonathan DruartBug 30708: Rebase - Use a dedicated 'config' endpoint
2023-10-18 Jonathan DruartBug 30708: Display AV descriptions instead of codes
2023-10-18 Jonathan DruartBug 30708: Set default values for items added in batch...
2023-10-18 Jonathan DruartBug 30708: DBIC
2023-10-18 Jonathan DruartBug 30708: DBIC specific
2023-10-18 Jonathan DruartBug 30708: DBIC schema changes
2023-10-18 Jonathan DruartBug 30708: Do not allow adding new items to a closed...
2023-10-18 Jonathan DruartBug 30708: Do not allow copy item to a train if the...
2023-10-18 Jonathan DruartBug 30708: Do not allow deletion of processings that...
2023-10-18 Jonathan DruartBug 30708: Duplicate/copy items to an opened train
2023-10-18 Jonathan DruartBug 30708: Keep item attributes when editing a new...
2023-10-18 Jonathan DruartBug 30708: Add user_train_item_id
2023-10-18 Jonathan DruartBug 30708: Add Koha Objects
2023-10-18 Jonathan DruartBug 30708: Add REST API controllers
2023-10-18 Marcel de RooyBug 34271: Remove a few Logger statements from REST API
2023-10-17 Julian MauriceBug 27249: Add missing POD for Koha::Exceptions::Calendar
2023-10-17 Julian MauriceBug 27249: Fix code style
2023-10-17 Julian MauriceBug 27249: Prevent infinite loop when searching for...
2023-10-17 Tomas Cohen AraziBug 30719: Rename `batch` for `ill_batch` in Koha:...
2023-10-17 Tomas Cohen AraziBug 30719: Remove unused Koha::Illbatch->requests_count...
2023-10-17 Tomas Cohen AraziBug 30719: Remove unused (and wrong) key in Koha::Illre...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Updating remaining naming
2023-10-17 Tomas Cohen AraziBug 30719: (QA follow-up) Pick better column names...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rename illbatchstatuses
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rewrite remaining ill batches...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rewrite Illbatches list endpoint
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rename illbatches endpoint...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) c->validation fixes
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Squash:
2023-10-17 Tomas Cohen AraziBug 30719: DBIC schema
2023-10-17 Pedro AmorimBug 30719: ILL Batch Statuses
2023-10-17 Pedro AmorimBug 30719: ILL Batches
2023-10-17 Pedro AmorimBug 30719: DB and API
2023-10-17 Katrin FischerBug 26314: (QA follow-up) Improve POD and fix links...
2023-10-17 Martin RenvoizeBug 26314: Update for changes to bug 11175 methodology
2023-10-17 Martin RenvoizeBug 26314: (follow-up) Make title search explicit
2023-10-17 Martin RenvoizeBug 26314: (follow-up) Use clean_search_term
2023-10-17 Martin RenvoizeBug 26314: Only display volumes link when required
2023-10-11 Tomas Cohen AraziBug 16223: Tidy
2023-10-11 Tomas Cohen AraziBug 16223: Mark lift_after_payment as boolean in schema
2023-10-11 Tomas Cohen AraziBug 16223: DBIC schema
2023-10-11 Martin RenvoizeBug 16223: (QA follow-up) Move trigger to apply
2023-10-11 Martin RenvoizeBug 16223: (QA follow-up) Remove GetDebarments
2023-10-11 Emmi TakkinenBug 16223: Add ability to define liftable restrictions
2023-10-11 Marcel de RooyBug 33843: Use filter_by_last_update in Koha::Notice...
2023-10-11 Jonathan DruartBug 33837: Remove datetime parameter
2023-10-11 Marcel de RooyBug 33837: Replace days_inclusive by min_days
2023-10-11 Marcel de RooyBug 33837: filter_by_last_update: Add older_than and...
2023-10-11 Marcel de RooyBug 33837: Add datetime comparison to filter_by_last_update
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Tidy
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Use schema result to fetch...
2023-10-11 Aleisha AmohiaBug 28130: Manage a patron's subscription alerts
2023-10-10 Tomas Cohen AraziBug 31692: Tidy and rebase fix
2023-10-10 Lari TaskulaBug 31692: (follow-up) Adjust reserves.item_level_hold
2023-10-10 Lari TaskulaBug 31692: Add Koha::Hold::change_type and unit tests
2023-10-10 Fridolin SomersBug 26053: Distinguish expired patron restrictions
2023-10-10 Martin RenvoizeBug 12532: DBIC Schema
2023-10-10 Hammat WeleBug 12532: (follow-up) Send email to guarantor using...
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Clean up notice_email_address
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Undo changes to Koha::Email
2023-10-10 Hammat WeleBug 12532: Send email to guarantee and guarantor
2023-10-10 Matt BlenkinsopBug 34883: Stop patron expiry date being set to NULL...
2023-10-10 Tomas Cohen AraziBug 34828: Remove useless variable
2023-10-09 Jonathan DruartBug 34828: Make normalized_oclc use Koha::Biblio::Metad...
2023-10-09 Jonathan DruartBug 34828: Add Koha::Biblio::Metadata::Extractor::MARC
2023-10-09 Jonathan DruartBug 34828: Move to Koha::Biblio::Metadata::Extractor
2023-10-09 Tomas Cohen AraziBug 34828: Introduce Koha::MetadataExtractor and -...
2023-10-09 Frédéric DemiansBug 34467: OAI GetRecord bad encoding for Unimarc
2023-10-04 Aleisha AmohiaBug 34722: Prevent other items from displaying to fill...
2023-10-04 Tomas Cohen AraziBug 9525: DBIC schema
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Fix QA complaints
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-04 Kyle M HallBug 33958: (QA follow-up) tidy normalized_oclc
2023-10-04 Jonathan DruartBug 33958: Koha::Biblio::normalized_oclc
2023-10-04 Martin RenvoizeBug 33690: Convert to x-koha-override
2023-10-04 Kyle M HallBug 33690: Add ability to send welcome notice when...
2023-10-04 Marcel de RooyBug 33245: Introduce patron->is_active
2023-10-04 Pedro AmorimBug 34905: Fix icon
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
next