koha.git
2024-04-05 Andreas JonssonBug 36439: Remove duplicate section in columns_settings
2024-04-05 Tomas Cohen... Bug 36384: Fix 'Used saved' typo in guided reports
2024-04-05 Jonathan DruartBug 36516: Fix useless warning from translation script
2024-04-05 Brendan LawlorBug 35708: Update default system preference for AutoRen...
2024-04-05 Nick ClemensBug 36173: (follow-up) Tidy
2024-04-05 Jonathan DruartBug 36173: Display basket info when cancelling an order
2024-04-05 Marcel de RooyBug 36268: Add a mock for ReplyToDefault
2024-04-05 Owen LeonardBug 36469: Fix conflict between _header.scss and addbib...
2024-04-05 Marcel de RooyBug 36031: Remove obsoleted script
2024-04-05 Jonathan DruartBug 36395: Remove useless fetch in admin/marc_subfields...
2024-04-05 Fridolin SomersBug 35868: Warning sign for using a patron category...
2024-04-05 David CookBug 27198: Fix syntax in marc21-retrieval-info-auth...
2024-04-05 Per LarssonBug 36442: Fix typo in EDIFACT messages list
2024-04-05 Fridolin SomersBug 35599: Fix Pronouns and HidePersonalPatronDetailOnC...
2024-04-05 Pedro AmorimBug 35685: Fix after creation actions
2024-04-05 Lucas GassBug 23296: Set patron branchcode when preparing non...
2024-04-05 Lucas GassBug 36507: Allow non-superlibrarians to set desk and...
2024-04-05 Pedro AmorimBug 36521: Checkbox preferences should be allowed to...
2024-04-05 Jonathan DruartBug 35714: Prevent items not linked with processing...
2024-04-05 Julian MauriceBug 35573: Correctly display warning when placing a...
2024-04-05 Thibaud GuillotBug 35573: Revert "Bug 30687: Allow pickup location...
2024-04-05 Nick ClemensBug 36053: Correct input name for item replacement...
2024-04-05 Jonathan DruartBug 36349: Add tests
2024-04-05 Jonathan DruartBug 36349: Remove passing CGI params from sco/printslip.pl
2024-04-05 Jonathan DruartBug 36349: Fix AutoSelfCheckAllowed
2024-04-05 Nick ClemensBug 36349: Make sure CSRF token is included for all...
2024-04-05 Jonathan DruartBug 35610: DBIC schema changes
2024-04-04 Tomas Cohen... Bug 35614: Update cpanfile for Mojolicious::Plugin...
2024-04-04 Thomas KlausnerBug 36269: Elasticsearch: publisher-location (pl) shoul...
2024-04-04 Tomas Cohen... Bug 35129: Return 400 if _per_page=0 passed
2024-04-04 Tomas Cohen... Bug 35129: Regression tests
2024-04-04 Nick ClemensBug 36341: (QA follow-up) Use future inclusive on staff...
2024-04-04 Martin RenvoizeBug 36341: Add futureinclusive to future holds
2024-04-04 Julian MauriceBug 36432: Remove circular dependency from Koha::Object
2024-04-04 Nick ClemensBug 36394: Fix 'Filter' selection in new line
2024-04-04 Jonathan DruartBug 36394: Fix footers behaviour on the ES mapping...
2024-04-04 Nick ClemensBug 36376: (QA follow-up) Tidy
2024-04-04 Fridolin SomersBug 36376: Display library limitations alert in patron...
2024-04-04 Phil RingnaldaBug 36461: Advanced editor should disable RequireJS...
2024-04-04 Tomas Cohen... Bug 36421: Make sure pre-controller errors are correctl...
2024-04-04 Lucas GassBug 36227: Remove item group option if there are no...
2024-04-04 Lucas GassBug 36227: Add warning when item group has no holdable...
2024-04-04 Katrin FischerBug 36294: Replace 'book' in system preference descriptions
2024-04-04 Lucas GassBug 36187: Corrected set data.patron_id in select_sugge...
2024-04-04 Katrin FischerBug 35610: DBRev 23.12.00.015
2024-04-04 Victor Grousset... Bug 35610: (QA follow-up): tidy up code
2024-04-04 Jonathan DruartBug 35610: Set branchcode to NULL before adding the FK
2024-04-04 Jonathan DruartBug 35610: Add FK on old_reserves.branchcode
2024-04-03 Katrin FischerBug 36244: (follow-up) Remove atomicupdate
2024-04-03 Fridolin SomersBug 24879: (follow-up) Fix test suite
2024-04-03 Fridolin SomersBug 36323: Move koha_perl_deps.pl to misc/devel
2024-04-03 Jonathan DruartBug 24879: Exclude koha_perl_deps.pl
2024-04-03 Jonathan DruartBug 24879: Use perl shebang to list the exec
2024-04-03 Jonathan DruartBug 24879: Add check_cookie_auth when missing
2024-04-03 Jonathan DruartBug 24879: Adjust tests
2024-04-03 Jonathan DruartBug 24879: Remove installer/externalmodules.pl
2024-04-03 Jonathan DruartBug 24879: Add new test to catch missing auth statement
2024-04-03 Jonathan DruartBug 36322: Redirect docs dir to 404
2024-04-03 Julian MauriceBug 35960: Use .val() instead of string concat to preve...
2024-04-03 Katrin FischerBug 36244: DBRev 23.12.00.014
2024-04-03 Kyle M HallBug 36244: Add atomic update to check for affected...
2024-04-03 Andreas JonssonBug 36244: Do template toolkit processing first
2024-04-03 Andreas JonssonBug 36244: Unit test for tt syntax in parameters
2024-04-03 Pedro AmorimBug 36302: members-home.pl defers loading, member.pl...
2024-04-03 Pedro AmorimBug 36302: Reinstate defer_loading
2024-04-02 Kyle M HallBug 36447: Circ rules slow to load when many itemtypes...
2024-04-02 Kyle M HallBug 36159: (QA follow-up) Tidy code
2024-04-02 Kyle M HallBug 36159: Add unit test
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-04-02 Marcel de RooyBug 36368: (QA follow-up) Remove unneeded line
2024-04-02 Emmi TakkinenBug 36368: Declare template param "op" after variable...
2024-04-02 Pedro AmorimBug 34886: Comment failing tests
2024-04-02 Marcel de RooyBug 34886: (QA follow-up) chmod, remove POD
2024-04-02 Pedro AmorimBug 34886: Add selenium tests
2024-04-02 Nick ClemensBug 34886: Adjust other opac detail scripts
2024-04-02 Nick ClemensBug 34886: Adjust holdability checks on opac details...
2024-04-02 Victor Grousset... Bug 36418: opac/svc/club: switch content-type to applic...
2024-04-02 Lucas GassBug 36418: Catch more cases where header response shoul...
2024-04-02 Jonathan DruartBug 36418: Set header response content type to applicat...
2024-04-02 Lucas GassBug 36418: Explicitly set response to json
2024-04-02 Jonathan DruartBug 36302: Restore passing deferLoading to DT
2024-03-26 Martin RenvoizeBug 35346: Update template logic to display 'Essential'
2024-03-26 Victor Grousset... Bug 35347: (QA follow-up): swap "essential" and "all...
2024-03-26 Martin RenvoizeBug 35347: Display 'More information' button regardless...
2024-03-26 Victor Grousset... Bug 34793: (QA follow-up): forgotten 'Cookie consents...
2024-03-26 Martin RenvoizeBug 34793: (follow-up) Add table classes to popup
2024-03-26 Aude CharillonBug 34793: (follow-up) Rename 'Cookie consents' to...
2024-03-26 Aude CharillonBug 34793: Add default HTML Customisations for cookie...
2024-03-26 Julian MauriceBug 35882: (QA follow-up) Fix wrapper parameter (panelg...
2024-03-26 Owen LeonardBug 35882: Use template wrapper for accordions: Notices
2024-03-26 Owen LeonardBug 35883: Use template wrapper for accordions: Table...
2024-03-26 Owen LeonardBug 35880: Use template wrapper for accordions: Patrons...
2024-03-26 Owen LeonardBug 35877: (follow-up) Correct accordion wrapper parame...
2024-03-26 Owen LeonardBug 35877: Use template wrapper to build Bootstrap...
2024-03-26 Julian MauriceBug 36347: Avoid return claims table being loaded twice
2024-03-26 Jonathan DruartBug 36426: Fix 'Set request as pending'
2024-03-26 Owen LeonardBug 36035: Wrong text colour in addorderiso2709.pl
2024-03-25 Pedro AmorimBug 35107: (QA follow-up) Use TT filter
2024-03-25 Pedro AmorimBug 35107: Add tests
next