Bug 25078: Separate update "report" from its description
[koha.git] / Koha /
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...
2021-08-04 Martin RenvoizeBug 22435: Update accountline-details page to show...
2021-08-04 Martin RenvoizeBug 22435: Fix _set_found_trigger
2021-08-04 Martin RenvoizeBug 22435: Fix CREATE offset amounts
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-08-04 Martin RenvoizeBug 22435: Use 'CREATE' offset type in Koha::Account...
2021-08-04 Martin RenvoizeBug 22435: Use 'CREATE' offset type in Koha::Account
2021-08-04 Tomas Cohen AraziBug 28741: (follow-up) Silence warning
2021-08-04 Nick ClemensBug 28741: Fix use of resumption token params
2021-07-30 Jonathan DruartBug 28585: Revert of the 3 commits
2021-07-27 Jonathan DruartBug 17600: (follow-up) Fix wrong import in Koha::I18N...
2021-07-26 Jonathan DruartBug 17600: (follow-up) Fix other occurrences in svc
2021-07-26 Jonathan DruartBug 17600: Fix wrong import in Koha::I18N - LC_MESSAGES
2021-07-26 Jonathan DruartBug 17600: Fix other occurrences in svc
2021-07-26 Kyle M HallBug 25464: Add ability to specify client IP and SIP...
2021-07-26 Martin RenvoizeBug 28640: Expose EDI Status on basket details page
2021-07-26 Nick ClemensBug 22801: (follow-up) Use date-of-publication directly
2021-07-26 Fridolin SomersBug 22801: Advance search yr must use date-of-publicati...
2021-07-26 Tomas Cohen AraziBug 28585: Use the datetime_parser for handling API...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Jonathan DruartBug 20472: DBIC schema changes
2021-07-12 Martin RenvoizeBug 20310: (follow-up) Rename method to get_marc_host
2021-07-12 Martin RenvoizeBug 20310: (follow-up) Move syspref check into controller
2021-07-12 Marcel de RooyBug 20310: Adding a pref to control behavior
2021-07-12 Marcel de RooyBug 20310: (follow-up) Add or remove orgcode in second try
2021-07-12 Marcel de RooyBug 20310: Introduce Koha::Biblio->host_record
2021-07-12 Kyle M HallBug 27883: Add ability to preserve patron field from...
2021-07-12 Jonathan DruartBug 11879: DBIC schema changes
2021-07-12 Jonathan DruartBug 11879: Remove primary_contact_method from REST API
2021-07-12 Nick ClemensBug 14237: (follow-up) Make the routines exclusively...
2021-07-12 Aleisha AmohiaBug 14237: Schema updates
2021-07-06 Jonathan DruartBug 22544: TT plugin should return hashref only if...
2021-07-06 Josef MoravecBug 22544: Add default language value to KohaNews templ...
2021-07-06 Josef MoravecBug 22544: Enhance exception description
2021-07-06 Josef MoravecBug 22544: Clarify documentation and change param ...
2021-07-06 Josef MoravecBug 22544: Update search_for_display to be able to...
2021-07-06 Josef MoravecBug 22544: Update to current codebase
2021-07-06 Josef MoravecBug 22544: Refactor searching of news items
2021-07-06 Josef MoravecBug 22544: Move GetNewsToDisplay to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move get_opac_news to Koha namespace
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-23 Tomas Cohen AraziBug 28588: (follow-up) Make the API use the new method
2021-06-23 Tomas Cohen AraziBug 28588: Add Koha::Checkouts::ReturnClaim->resolve
2021-06-23 Tomas Cohen AraziBug 28604: Prevent double encoding of MARC::Record...
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-06-23 Marcel de RooyBug 28581: Use from_email_address in the codebase
2021-06-23 Martin RenvoizeBug 28581: Add 'from_email_address' method and use...
2021-06-23 Jonathan DruartBug 28616: (bug 28220 follow-up) Replace Data::Printer...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-22 Jonathan DruartBug 28514: Set lang to default is not passed
2021-06-21 Jonathan DruartBug 28514: Remove getletter
2021-06-21 Marcel de RooyBug 28582: Fix hashref in a warning message
2021-06-21 Jonathan DruartBug 28271: Add the ability to set a new lost status...
2021-06-21 Tomas Cohen AraziBug 28586: (follow-up) updated_by should be set
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: Reverse transfer upon...
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: Cancel transfer with...
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: (QA follow-up) Fix ModIte...
2021-06-15 Martin RenvoizeBug 24434: DBIC Update
2021-06-15 Martin RenvoizeBug 24434: Reinstate updateWrongTransfer
2021-06-14 Tomas Cohen AraziBug 27931: Add GET /items/:item_id/pickup_locations
2021-06-14 Joonas KylmäläBug 28490: Add DBIx schema changes for testing
2021-06-14 Joonas KylmäläBug 28490: Revert "Bug 26995: Remove references to...
2021-06-14 Jonathan DruartBug 28489: DBIC schema changes
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Pass 'replace' through to...
2021-06-04 Nick ClemensBug 28482: Refresh line from DB to get stored value
2021-05-25 Tomas Cohen AraziBug 28369: Set additionalProperties: false and fix...
2021-05-25 Tomas Cohen AraziBug 28424: Fix patron credits route (POST)
2021-05-20 Tomas Cohen AraziBug 28273: Add Koha::Biblios->pickup_locations
2021-05-19 Fridolin SomersBug 27724: Use lenient also in Elasticsearch authoritie...
2021-05-17 Ere MaijalaBug 28268: Improve memory usage when indexing authoriti...
2021-05-17 Jonathan DruartBug 28220: UI changes
2021-05-17 Jonathan DruartBug 28220: Add more tests
2021-05-17 Jonathan DruartBug 28220: Handle NonRepeatable
2021-05-17 Jonathan DruartBug 28220: Handle InvalidType
2021-05-17 Jonathan DruartBug 28220: prevent patron to be created if attributes...
2021-05-17 Jonathan DruartBug 28220: Deal with merge
2021-05-12 Tomas Cohen AraziBug 28189: (QA folloq-up) Fix fallback case
2021-05-12 Tomas Cohen AraziBug 28189: Move swagger file to YAML format
2021-05-12 Tomas Cohen AraziBug 18989: (QA follow-up) Make Koha::Biblio->hidden_in_...
2021-05-11 Jonathan DruartBug 28293: (bug 20443 follow-up) Fix wrong key in Patro...
2021-05-11 Tomas Cohen AraziBug 28272: issues.notseen needs to be marked as a boolean
2021-05-11 Tomas Cohen AraziBug 28272: Fix many things...
2021-05-10 Jonathan DruartBug 28272: Fix note_seen, desk_id, cancellation_reason
2021-05-10 Jonathan DruartBug 26995: DBIC schema changes
2021-05-10 Kyle M HallBug 26995: Remove references to relationship column
2021-05-10 Jonathan DruartBug 28286: Replace < 1 with <= 0
2021-05-10 Petro VashchukBug 28286: show "Place hold" button if item is holdable
2021-05-10 Julian MauriceBug 28276: Do not fetch config ($KOHA_CONF) from memcached
2021-05-10 Nick ClemensBug 24154: (follow-up) Make parameter and variable...
2021-05-10 Nick ClemensBug 24154: Get rules rather than values to determine...
2021-05-07 Colin CampbellBug 27793: Store FTX free text in vendor note
2021-05-07 Julian MauriceBug 28278: Improve $KOHA_CONF parsing speed by using...
2021-05-07 Ere MaijalaBug 27584: Refactor OAI-PMH paging to improve performance
2021-05-07 Jonathan DruartBug 14723: DBIC schema changes
2021-05-04 Martin RenvoizeBug 28254: (QA follow-up) override -> force
next