koha.git
2024-03-01 Nick ClemensBug 34478: Manual fix - Switch to post, update op ...
2024-03-01 Nick ClemensBug 34478: Manual fix - Switch to post, update op,...
2024-03-01 Nick ClemensBug 34478: Manual fix - fix ops and method - deletemem
2024-03-01 Nick ClemensBug 34478: Manual fix - Rename action with op change...
2024-03-01 Jonathan DruartBug 34478: Rename action with op - circ/request-article
2024-03-01 Jonathan DruartBug 34478: Rename action with op - circ/checkout-notes
2024-03-01 Jonathan DruartBug 34478: Rename action with op - catalogue/search...
2024-03-01 Jonathan DruartBug 34478: Rename action with op - admin/library_groups
2024-03-01 Jonathan DruartBug 34478: Rename action with op - admin/item_circulati...
2024-03-01 Jonathan DruartBug 34478: Rename action with op - admin/columns_settings
2024-03-01 Jonathan DruartBug 34478: Rename action with op - acqui/cancelorder
2024-03-01 Martin RenvoizeBug 34478: Remove no longer reference form
2024-03-01 Martin RenvoizeBug 34478: Update label ops 'edit' to 'edit_form'
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud- in pl/pm - Manual parcels.pl
2024-03-01 Jonathan DruartBug 34478: Manual fix - preferences
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud- in pl/pm - Manual preferences.pl
2024-03-01 Jonathan DruartBug 34478: Add method="get" to forms without method
2024-03-01 Jonathan DruartBug 34478: Remove duplicated form in virtualshelves...
2024-03-01 Martin RenvoizeBug 34478: Manual fix - label-edit-profile (cud-save)
2024-03-01 Martin RenvoizeBug 34478: Manual fix - label-edit-template (cud-save)
2024-03-01 Martin RenvoizeBug 34478: Manual fix - label-edit-layout (cud-save)
2024-03-01 Nick ClemensBug 34478: Manual fix - subscription-nuberpatterns...
2024-03-01 Nick ClemensBug 34478: Manual fix - subscription-frequencies ...
2024-03-01 Nick ClemensBug 34478: Manual fix - parcels.pl (cud-confirm cud...
2024-03-01 Nick ClemensBug 34478: Manual fix - edi_ean (cud-ediorder)
2024-03-01 Nick ClemensBug 34478: Manual fix - basketgroups
2024-03-01 Kyle M HallBug 34478: Manual fix - account refund - Add op param...
2024-03-01 Kyle M HallBug 34478: Manual fix - delete baskets - Add csrf include
2024-03-01 Kyle M HallBug 34478: Manual fix - delete baskets
2024-03-01 Kyle M HallBug 34478: Manual fix - account line discount
2024-03-01 Kyle M HallBug 34478: Manual fix - account refund
2024-03-01 Kyle M HallBug 34478: Manual fix - account payout
2024-03-01 Jonathan DruartBug 34478: Display programming errors in case plack...
2024-03-01 Jonathan DruartBug 34478: Manual fix - duplicate_orders (cud-select)
2024-03-01 Jonathan DruartBug 34478: Manual fix - preferences
2024-03-01 Jonathan DruartBug 34478: Manual fix - memberentry (modify)
2024-03-01 Jonathan DruartBug 34478: Manual fix - batchMod
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud- in pl/pm
2024-03-01 Jonathan DruartBug 34478: Manual fix - additem
2024-03-01 Jonathan DruartBug 34478: Manual fix - opac-suggestions
2024-03-01 Jonathan DruartBug 34478: Replace POST with GET when needed - add_form
2024-03-01 Jonathan DruartBug 34478: Adjust selenium tests
2024-03-01 Jonathan DruartBug 34478: Add missing csrf-token.inc for opac
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud- everywhere
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud-
2024-03-01 Jonathan DruartBug 34478: op-cud - Trick CGI directly
2024-03-01 Jonathan DruartBug 34478: op-cud - Rename op with op-cud in templates
2024-03-01 Jonathan DruartBug 34478: op-cud - Adjust C4::Auth code
2024-03-01 Jonathan DruartBug 34478: Move C4::Auth check
2024-03-01 Jonathan DruartBug 34478: Remove check_csrf from pl files
2024-03-01 Jonathan DruartBug 34478: Check CSRF in get_template_and_user
2024-03-01 Jonathan DruartBug 34478: Add 'op' to opac-passwd
2024-03-01 Jonathan DruartBug 34478: Add 'op' to opac-user.tt
2024-03-01 Jonathan DruartBug 34478: Add missing CSRF token to POST forms
2024-03-01 Jonathan DruartBug 34478: Remove generate_csrf from pl
2024-03-01 Jonathan DruartBug 34478: Replace csrf_token input with include file...
2024-03-01 Jonathan DruartBug 34478: Replace csrf_token input with include file
2024-03-01 Jonathan DruartBug 34478: Replace get with post when needed
2024-03-01 Jonathan DruartBug 35955: Add tests
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: (follow-up) extend test to check driver
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-03-01 Jonathan DruartBug 35935: Ensure login branch will be used after incor...
2024-03-01 Jonathan DruartBug 36092: Pass sessionID at the end of get_template_an...
2024-03-01 Jonathan DruartBug 36092: Pass the sessionID from checkauth if we...
2024-03-01 Jonathan DruartBug 36092: Add test
2024-03-01 Jonathan DruartBug 35918: Fix auto library connect (AutoLocation)
2024-03-01 Jonathan DruartBug 35918: Add test
2024-03-01 Jonathan DruartBug 35890: Add tests for AutoLocation
2024-03-01 Jonathan DruartBug 35890: Reject login if IP is not valid
2024-03-01 Victor Grousset... Bug 35904: (QA follow-up): tidy up code
2024-03-01 Jonathan DruartBug 35904: Make C4::Auth::checkauth testable easily
2024-03-01 Jonathan DruartBug 35904: Remove var loggedin
2024-03-01 Jonathan DruartBug 36019: Remove dead code in tags/review
2024-03-01 Jonathan DruartBug 36017: Remove dead code in admin/clone-rules
2024-03-01 Jonathan DruartBug 35949: Remove useless code pointing to branchreserv...
2024-03-01 Marcel de RooyBug 34426: (QA follow-up) Polishing xt script
2024-03-01 Martin RenvoizeBug 34426: Add xt/find-missing-csrf.t
2024-02-14 Andreas JonssonBug 35930: Add guards for plugins_enabled
2024-02-14 Martin RenvoizeBug 35518: Tidy the moved blocks
2024-02-14 Nick ClemensBug 35518: Check authentication and set userenv before...
2024-02-14 Jonathan DruartBug 36034: Add test
2024-02-14 Andreas JonssonBug 36034: (bug 34893 follow-up) fix capture of return...
2024-02-06 Martin RenvoizeBug 29002: Remove whitespace only lines
2024-02-06 Jonathan DruartBug 35962: (bug 35843 follow-up 2) Fix BackgroundJob...
2024-02-02 Tomas Cohen... Bug 34893: Unit tests for C4::Auth::checkpw
2024-02-02 Kyle M HallBug 34893: (QA follow-up) Tidy code for qa script
2024-02-02 David CookBug 34893: Add checkpw change to REST API
2024-02-02 Kyle M HallBug 34893: ILS-DI can return the wrong patron for Authe...
2024-02-02 Kyle M HallBug 34893: Add unit tests
2024-02-02 Matt BlenkinsopBug 32474: (follow-up): Tell the tests to wait for...
2024-02-02 Jonathan DruartBug 35962: (bug 35843 follow-up) Fix BackgroundJob...
2024-02-01 Matt BlenkinsopBug 35940: Close modal before typing
2024-02-01 Jonathan DruartBug 35940: (bug 35477 follow-up) Fix cypress tests
2024-02-01 Jonathan DruartBug 35506: Move the checkouts table load delay logic...
2024-01-31 Owen LeonardBug 34862: (follow-up) Fix some misplaced messages...
next