koha.git
2024-03-01 Jonathan DruartBug 35329: Fix conflict with 33457
2024-03-01 Jonathan DruartBug 35329: (follow-up) Add styling to info and error
2024-03-01 Jonathan DruartBug 35329: Handle duplicate without 500
2024-03-01 Jonathan DruartBug 35329: Adjustment for 34478
2024-03-01 Martin RenvoizeBug 35329: (QA follow-up) Fix for bug 35865
2024-03-01 Jonathan DruartBug 35329: Add styling to info and error
2024-03-01 Jonathan DruartBug 35329: Fix filter vars scope
2024-03-01 Jonathan DruartBug 35329: Add POD + tidy Selenium.pm
2024-03-01 Jonathan DruartBug 35329: Add cypress tests
2024-03-01 Jonathan DruartBug 35329: Add selenium tests
2024-03-01 Owen LeonardBug 35329: (follow-up) Label changes for improved acces...
2024-03-01 Jonathan DruartBug 35329: Prevent XSS
2024-03-01 Owen LeonardBug 35329: (follow-up) Trigger Select2 upon modal open
2024-03-01 Jonathan DruartBug 35329: Remove fixedHeader
2024-03-01 Jonathan DruartBug 35329: Fix neworderempty
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - remove members...
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - suggestion
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - erm
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - routing list
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - edit-batch
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - funds
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - basket
2024-03-01 Jonathan DruartBug 35329: Move patron search to modal - neworderempty
2024-03-01 Jonathan DruartBug 35329: move patron search to modal - Add guarantor
2024-03-01 Jonathan DruartBug 36148: Do not deal with CSRF error in get_template_...
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 Nick ClemensBug 36084: svc - overdrive
2024-03-01 Jonathan DruartBug 36084: Fix file upload and www/batch.t
2024-03-01 Jonathan DruartBug 36084: svc - mana
2024-03-01 Jonathan DruartBug 36084: (follow-up) svc - localization
2024-03-01 Jonathan DruartBug 36084: (follow-up) svc - config/systempreferences
2024-03-01 Jonathan DruartBug 36084: svc - renew
2024-03-01 Jonathan DruartBug 36084: svc - recall
2024-03-01 Jonathan DruartBug 36084: svc - problem_reports
2024-03-01 Jonathan DruartBug 36084: svc - virtualshelves/search
2024-03-01 Jonathan DruartBug 36084: svc - members/add_to_list
2024-03-01 Jonathan DruartBug 36084: svc - localization
2024-03-01 Jonathan DruartBug 36084: svc - creator_batches
2024-03-01 Jonathan DruartBug 36084: svc - cover_images
2024-03-01 David CookBug 36084: Add CSRF token support to svc/authentication
2024-03-01 Jonathan DruartBug 36084: svc - clubs
2024-03-01 Jonathan DruartBug 36084: svc - checkout_notes - OPAC
2024-03-01 Jonathan DruartBug 36084: svc - checkout_notes
2024-03-01 Jonathan DruartBug 36084: Fix is_ajax by setting X-Requested-With...
2024-03-01 Jonathan DruartBug 36084: svc - checkin
2024-03-01 Jonathan DruartBug 36084: svc - config/systempreferences
2024-03-01 Jonathan DruartBug 36084: svc - shelfbrowser.pl - Replace with GET
2024-03-01 Jonathan DruartBug 36084: svc - authorised_values - APIClient now...
2024-03-01 Jonathan DruartBug 36084: Do not allow absence of token
2024-03-01 Jonathan DruartBug 36084: Add a global #messages div
2024-03-01 Jonathan DruartBug 36084: Add a Dialog class
2024-03-01 Jonathan DruartBug 36084: Bring fetch for everywhere
2024-03-01 Jonathan DruartBug 36084: svc - article_request - POC
2024-03-01 Jonathan DruartBug 36084: C4::Auth+plack.psgi for svc?
2024-03-01 Jonathan DruartBug 36102: (follow-up 2) Add cud-login to the login...
2024-03-01 Jonathan DruartBug 36102: Add cud-login to the login form (2FA)
2024-03-01 Jonathan DruartBug 36102: (follow-up) Add cud-login to the login form
2024-03-01 David CookBug 36102: Fix removal of cookie from the installer...
2024-03-01 Jonathan DruartBug 36102: Fix expired session on the login page of...
2024-03-01 Jonathan DruartBug 36102: If CSRF check fails, try with anonymous
2024-03-01 Jonathan DruartBug 36102: Remove cookie from the installer session
2024-03-01 Jonathan DruartBug 36102: Generate a new sessionID if the existing...
2024-03-01 Jonathan DruartBug 36102: Do not repeat op or csrf_token on the login...
2024-03-01 Jonathan DruartBug 36102: (follow-up) Add cud-login to the login form
2024-03-01 Jonathan DruartBug 36102: Do not keep op and csrf_token in param list...
2024-03-01 Jonathan DruartBug 36102: Fix 01-installation.t
2024-03-01 Jonathan DruartBug 36102: Use Koha::Session from C4::InstallAuth
2024-03-01 Jonathan DruartBug 36102: Add cud-login to the login form
2024-03-01 Jonathan DruartBug 34478: serials/routing-preview.pl
2024-03-01 Marcel de RooyBug 34478: (follow-up) Move resend link out of form...
2024-03-01 Jonathan DruartBug 34478: (follow-up) Manual fix - Make Koha::Token...
2024-03-01 Jonathan DruartBug 34478: Fix www/auth_values_input_www.t
2024-03-01 Nick ClemensBug 34478: Manual fix - reopen basket - add cud- -...
2024-03-01 Jonathan DruartBug 34478: Add cud to updatestructure
2024-03-01 Jonathan DruartBug 34478: (follow-up) batchMod
2024-03-01 Jonathan DruartBug 34478: (follow-up) batch_record_modification
2024-03-01 Jonathan DruartBug 34478: Fix delete from addbiblio
2024-03-01 Jonathan DruartBug 34478: Fix delallitems for additem
2024-03-01 Jonathan DruartBug 34478: Fix saveitem and delete for additem
2024-03-01 Jonathan DruartBug 34478: Manual fix - adjust op for acqui/cancelorder
2024-03-01 Jonathan DruartBug 34478: Adjust 'op' on serials/subscription-renew
2024-03-01 Jonathan DruartBug 34478: Prevent renew if logged in user is not allow...
2024-03-01 Jonathan DruartBug 34478: Replace delete links with form - smart-rules
2024-03-01 Jonathan DruartBug 34478: Manual fix - remove cud from members/search
2024-03-01 Jonathan DruartBug 34478: Move to get - reserve/request.tt:248
2024-03-01 Jonathan DruartBug 34478: Move to get - acqui/uncertainprice
2024-03-01 Jonathan DruartBug 34478: Convert form to link - sci-main
2024-03-01 Jonathan DruartBug 34478: (follow-up) Fix circ/set-library
2024-03-01 Owen LeonardBug 34478: Corrections to some serials scripts
2024-03-01 Owen LeonardBug 34478: Correct op name for list edit confirmation
2024-03-01 Owen LeonardBug 34478: OPAC problem reports template update for...
2024-03-01 Owen LeonardBug 34478: Correct op name in CSV profile deletion...
2024-03-01 Owen LeonardBug 34478: Correct op name in notice deletion confirmat...
2024-03-01 Owen LeonardBug 34478: Fixes for MARC modification template management
2024-03-01 Owen LeonardBug 34478: SQUASH Follow-up to previous batch operation...
2024-03-01 Jonathan DruartBug 34478: (follow-up) Changes for opac-password-recovery
next