Bug 25814: Tidy code
[koha.git] / Koha /
2023-10-25 Tomas Cohen AraziBug 33970: DBIC schema
2023-10-25 Martin RenvoizeBug 33970: Compatability schim
2023-10-25 Tomas Cohen AraziBug 10762: DBIC schema
2023-10-25 Marcel de RooyBug 33608: (QA follow-up) Remove ->insert method
2023-10-25 Marcel de RooyBug 33608: (QA follow-up) Restore older gt zero tests
2023-10-25 Marcel de RooyBug 33608: (follow-up) Default value for interface...
2023-10-25 Marcel de RooyBug 33608: Polish Koha::Statistic further
2023-10-25 Marcel de RooyBug 33608: Redirect UpdateStats to Koha namespace
2023-10-25 Marcel de RooyBug 33608: Add UpdateStats to item->store
2023-10-25 Martin RenvoizeBug 31503: (follow-up) Use KohaPlugins.feature_enabled
2023-10-25 Martin RenvoizeBug 31503: (follow-up) Add 'feature_enabled' to Koha...
2023-10-25 Marcel de RooyBug 31503: Make opac-patron-consent more generic
2023-10-24 Tomas Cohen AraziBug 27153: DBIC schema
2023-10-24 Nick ClemensBug 27153: Add filter option to Elasticsearch indexing
2023-10-24 Marcel de RooyBug 35001: Simplify ->is_active in light of activity...
2023-10-24 Martin RenvoizeBug 35030: Add 'article' to patron activity triggers
2023-10-24 Marcel de RooyBug 15504: (QA follow-up) Final changes
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Rename cache key
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-23 Nick ClemensBug 33547: (QA follow-up) Tidy
2023-10-23 Jonathan DruartBug 33547: DBIC schema changes
2023-10-23 Jonathan DruartBug 33547: Add print slip
2023-10-23 Jonathan DruartBug 31383: (bug 29691 follow-up) Remove get_opac_news_by_id
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
next