Bug 33568: Restore analytics
[koha.git] / Koha /
2024-04-05 Jonathan DruartBug 33568: Restore analytics
2024-04-05 Jonathan DruartBug 33568: Restore bundle items
2024-04-05 Jonathan DruartBug 33568: Display library names instead of codes for...
2024-04-05 Jonathan DruartBug 33568: Display library names instead of codes for...
2024-04-05 Jonathan DruartBug 33568: Display library names instead of codes for...
2024-04-05 Jonathan DruartBug 33568: Course reserves
2024-04-05 Jonathan DruartBug 33568: Separate holdings
2024-04-05 Jonathan DruartBug 33568: Host title
2024-04-05 Jonathan DruartBug 33568: Status
2024-04-05 Jonathan DruartBug 33568: enumchron/volinfo
2024-04-05 Jonathan DruartBug 33568: Item groups
2024-04-05 Jonathan DruartBug 33568: Cover images
2024-04-05 Jonathan DruartBug 35610: DBIC schema changes
2024-04-04 Tomas Cohen AraziBug 35129: Return 400 if _per_page=0 passed
2024-04-04 Julian MauriceBug 36432: Remove circular dependency from Koha::Object
2024-04-04 Tomas Cohen AraziBug 36421: Make sure pre-controller errors are correctl...
2024-04-02 Kyle M HallBug 36159: (QA follow-up) Tidy code
2024-04-02 Kyle M HallBug 36159: (QA follow-up): Simplify code to supress...
2024-04-02 Kyle M HallBug 36159: Patron imports record a change for non-text...
2024-03-25 Pedro AmorimBug 35107: (QA follow-up) Use extended_attributes
2024-03-25 Pedro AmorimBug 35107: Show type disclaimer value and date in reque...
2024-03-25 Victor Grousset... Bug 31286: (QA follow-up): tidy up code
2024-03-25 Fridolin SomersBug 31286: Embed see-from headings into bibliographic...
2024-03-22 Nick ClemensBug 35386: Add RESTAPIRenewalBranch system preference
2024-03-22 David GustafssonBug 35133: Don't lazily define accessor methods when...
2024-03-22 Pedro AmorimBug 34431: Allow for x-koha-embed in ill/backends endpoint
2024-03-22 Pedro AmorimBug 34431: Add 'type' to existing_statuses method
2024-03-22 Tomas Cohen AraziBug 35536: (follow-up) Add missing koha_object(s)_class...
2024-03-22 Jonathan DruartBug 35790: Remove Koha::Template::Plugin::Biblio::CanAr...
2024-03-22 Jonathan DruartBug 35793: Remove Koha::Template::Plugin::Cache
2024-03-22 Jonathan DruartBug 35789: Remove Koha::Template::Plugin::Biblio::Artic...
2024-03-22 Marcel de RooyBug 35536: Remove last two references to resultset...
2024-03-22 Marcel de RooyBug 35536: Silence tests when run from koha-qa.pl
2024-03-22 Marcel de RooyBug 35536: Refine verbose handling in some Koha::Plugin...
2024-03-22 Marcel de RooyBug 35536: Add RemovePlugins calls in plugin unit tests
2024-03-22 Marcel de RooyBug 35536: Add Koha::Plugins->RemovePlugins class method
2024-03-22 Marcel de RooyBug 35536: Add Koha object classes for plugin_data
2024-03-22 Jonathan DruartBug 35783: Replace TT plugin's method Biblio::RecallsCount
2024-03-19 Nick ClemensBug 34611: Add pseudonymize routine to Koha::Statistics
2024-03-19 Nick ClemensBug 27595: Add place_hold method to Koha::Suggestion
2024-03-19 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-18 Katrin FischerBug 33036: (QA follow-up) Tidy code
2024-03-18 Jonathan DruartBug 33036: Improve REST API controller
2024-03-18 Jonathan DruartBug 33036: Use Koha::Objects
2024-03-18 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-18 Pedro AmorimBug 35331: (QA follow-up): Avoid code pattern iterating...
2024-03-18 Pedro AmorimBug 35331: CSRF follow-up
2024-03-18 Pedro AmorimBug 35331: Add table actions hook to ILL table
2024-03-15 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-15 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-15 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-15 Kyle M HallBug 35997: Cancelling a hold should remove the hold...
2024-03-15 Martin RenvoizeBug 35248: Refactor - Move assign_item_for_booking
2024-03-15 Martin RenvoizeBug 35248: Add tests for Koha::Booking->store
2024-03-15 Martin RenvoizeBug 35248: Remove Koha::Booking->intersects
2024-03-15 Martin RenvoizeBug 35248: Drop ->place_booking
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->find_booking
2024-03-15 Tomas Cohen AraziBug 35788: Simplify code
2024-03-15 Jonathan DruartBug 35788: Remove Koha::Template::Plugin::Biblio::Booki...
2024-03-15 Jonathan DruartBug 35787: Remove Koha::Template::Plugin::Biblio::CanBook
2024-03-15 Jonathan DruartBug 35782: Replace TT plugin's method Biblio::HoldsCount
2024-03-12 Tomas Cohen AraziBug 36193: Add more request information on Koha::Middle...
2024-03-08 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-08 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-07 Marcel de RooyBug 31427: Remove a few refs to CanBookBeRenewed
2024-03-07 Marcel de RooyBug 36100: (QA follow-up) Move 400 to 409
2024-03-07 Martin RenvoizeBug 36100: Remove readOnly from bookings definition.
2024-03-07 Pedro AmorimBug 36249: Fix generic_confirm op
2024-03-07 Pedro AmorimBug 36243: Update edit_action to cud-edit_action
2024-03-07 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-03-07 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-07 Martin RenvoizeBug 35398: Fix LRP support for EDI orders with single...
2024-03-04 David CookBug 36219: Re-add missing state param for Oauth/OIDC...
2024-03-01 Jonathan DruartBug 36148: Fix header name
2024-03-01 Jonathan DruartBug 36148: Improve error handling and restore programmi...
2024-03-01 David CookBug 36148: Add explanatory notes
2024-03-01 David CookBug 36148: Allow Koha::Middleware::CSRF to use error...
2024-03-01 Jonathan DruartBug 36148: Move CSRF check to a Plack middleware
2024-03-01 Jonathan DruartBug 36102: If CSRF check fails, try with anonymous
2024-03-01 David CookBug 34478: Manual fix - Make Koha::Token use session...
2024-03-01 Pedro AmorimBug 34478: Move compatibility code
2024-03-01 Pedro AmorimBug 34478: ILL INTRA preparation: Move function to...
2024-03-01 Pedro AmorimBug 34478: ILL OPAC: method => op
2024-03-01 Jonathan DruartBug 34478: op-cud - Trick CGI directly
2024-03-01 Jonathan DruartBug 34478: Remove generate_csrf from pl
2024-03-01 David CookBug 35955: Cache CSRF token in template plugin
2024-03-01 Jonathan DruartBug 36098: Default to 'file' if pref does not exist
2024-03-01 David CookBug 36098: Fix storage_method pass
2024-03-01 Jonathan DruartBug 36098: Allow to pass storage_method
2024-03-01 Martin RenvoizeBug 36098: (QA follow-up) Add POD to Koha::Session
2024-03-01 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-14 Andreas JonssonBug 35930: Add guards for plugins_enabled
2024-02-02 David CookBug 34893: Add checkpw change to REST API
2024-01-29 Jonathan DruartBug 35744: Implement +strings for GET /patrons/:patron_id
2024-01-26 Marcel de RooyBug 35843: Correct invalid exception
2024-01-26 Owen LeonardBug 34913: DataTables upgrade: Update CSS and option...
2024-01-17 Katrin FischerBug 30070: EDIFACT and ID are abbreviations
2024-01-17 Kyle M HallBug 30070: (QA follow-up) Make qa script happy
2024-01-17 Martin RenvoizeBug 30070: (follow-up) Filter out deleted files on...
2024-01-17 Martin RenvoizeBug 30070: Add koha_obejct_class(s) to EdifactMessage
next