koha.git
2020-12-15 Joonas KylmäläBug 27144: Fix syntax error that prevents deleting...
2020-12-15 Nick ClemensBug 23475: Unset the storage if the values do not exist
2020-12-15 Nick ClemensBug 23475: Use localStorage to preserve simple search...
2020-12-14 Martin RenvoizeBug 27079: Unit tests
2020-12-14 Martin RenvoizeBug 27079: Floating point comparison correction
2020-12-14 Jonathan DruartBug 27092: Remove note about "synced repo" from README.md
2020-12-14 Nick ClemensBug 26518: (QA follow-up) Expect warnings, don't supres...
2020-12-14 Jonathan DruartBug 26518: Move BiblioAutoLink within the transaction
2020-12-14 Jonathan DruartBug 26518: Hide expected DBI warnings
2020-12-14 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-12-14 Jonathan DruartBug 26518: Use Koha::Biblio[item] in AddBiblio
2020-12-14 Nick ClemensBug 27070: Add cross_fields type to our searches
2020-12-14 BlouBug 27082: uncertainprice.pl does not handle pagination
2020-12-14 Martin RenvoizeBug 27002: Update callers for changed return
2020-12-14 Martin RenvoizeBug 27002: Update Koha::Biblio->pickup_locations to...
2020-12-10 Fridolin SomersBug 25548: (follow-up) Remove those rewrite redirects...
2020-12-10 David CookBug 25548: Remove Apache rewrite directives that trigge...
2020-12-10 Nick ClemensBug 7607: (follow-up) Address OPAC and limits
2020-12-10 Nick ClemensBug 7607: (follow-up) Disable rather than remove inputs
2020-12-10 Nick ClemensBug 7607: Remove empty inputs when submitting search...
2020-12-10 Jonathan DruartBug 25514: Try to fix random failure from REST/Plugin...
2020-12-10 Martin RenvoizeBug 26938: Prevent flash of unstyled sales table
2020-12-10 Nick ClemensBug 26903: [20.05.x] Pass record ids and records throug...
2020-12-10 Nick ClemensBug 26903: Unit tests
2020-12-10 Nick ClemensBug 27142: Don't interpolate batch_type variable
2020-12-10 Nick ClemensBug 25942: Fix batch report operations for cardnumbers...
2020-12-09 Jonathan DruartBug 27007: Don't call GetMarcSubfieldStructure with...
2020-12-09 Nick ClemensBug 26984: (follow-up) Don't delete patrons and checkou...
2020-12-09 Jonathan DruartBug 26984: Make tests pass if AnonymousPatron is set
2020-12-09 Tomas Cohen... Bug 14708: (QA follow-up) Add tests
2020-12-09 Kyle M HallBug 14708: (QA follow-up) Use try/catch blocks when...
2020-12-09 Kyle M HallBug 14708: (QA follow-up) Throw exception when deleting...
2020-12-09 Kyle M HallBug 14708: Don't allow merging of other patron records...
2020-12-09 Kyle M HallBug 14708: Don't allow merging of Anonymous Patron...
2020-12-09 Kyle M HallBug 14708: Skip AnonymousPatron in GetBorrowersToExpunge
2020-12-09 Kyle M HallBug 14708: Prevent deletion of Anonymous Patron at...
2020-12-09 Kyle M HallBug 14708: Enforce restriction in delete_patrons.pl
2020-12-09 Kyle M HallBug 14708: The patron set as the anonymous patron shoul...
2020-12-09 Frédéric DemiansBug 26992: Fix serial issue and related items deletion...
2020-12-09 Jonathan DruartBug 26854: Remove log of STDERR
2020-12-09 David CookBug 26854: Close STDERR when forking stage-marc-import.pl
2020-12-09 Tomas Cohen... Bug 25313: (QA follow-up) DelAuthority tests
2020-12-09 Marcel de RooyBug 25313: Add skip_merge to ModAuthority
2020-12-09 Tomas Cohen... Bug 25313: Regression tests
2020-12-09 Nick ClemensBug 26337: Pass skip_merge to DelAuthority when removin...
2020-12-09 Andrew Fuerste... Bug 26944: Point help link to automatic item mod in...
2020-12-09 Jonathan DruartBug 26846: Fix regressions - Preselect expected and...
2020-12-09 Jonathan DruartBug 26986: Prevent Selenium's StaleElementReferenceExce...
2020-12-09 Nick ClemensBug 26516: Don't accept incorrect values for copyrightd...
2020-12-09 Tomas Cohen... Bug 27021: Make chaining ->empty always return an empty...
2020-12-09 Tomas Cohen... Bug 27021: Regression tests
2020-12-09 Victor Grousset... Bug 18267: (QA follow-up) fix typo: overriden => overridden
2020-12-09 Colin CampbellBug 18267: Refactored Edifact Price Calculations
2020-12-08 Tomas Cohen... Bug 26988: (QA follow-up) Unit tests
2020-12-08 Nick ClemensBug 26988: Adjust for bug 26963
2020-12-08 Jonathan DruartBug 26988: No need to check if hold is linked to a...
2020-12-08 Agustin MoyanoBug 26988: (follow-up) Change event to focus
2020-12-08 Nick ClemensBug 26988: (follow-up) Fix filter and encode api values...
2020-12-08 Nick ClemensBug 26988: (follow-up) Adjust code to use api field...
2020-12-08 Tomas Cohen... Bug 26988: (QA follow-up) Make the API return proper...
2020-12-08 Tomas Cohen... Bug 26988: Make ->patron prefetchable
2020-12-08 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-23 Lucas GassUpdate release notes for 20.05.06 release v20.05.06
2020-11-23 Lucas GassIncrement version for 20.05.06 release
2020-11-23 Koha translatorsTranslation updates for Koha 20.05.06
2020-11-23 Fridolin SomersBug 26904: OPAC password recovery allows regexp in...
2020-11-20 Nick ClemensBug 25758: Return on_reserve over too_soon when not...
2020-11-20 Jonathan DruartBug 26557: (bug 23463 follow-up) Fix Batch import when...
2020-11-17 Jonathan DruartBug 26738: [20.05.x] (bug 24819 follow-up) Fix manager...
2020-11-17 Jonathan DruartBug 26973: [20.05.x] (bug 26119 follow-up) Restore...
2020-11-17 Nick ClemensBug 26963: [20.05.x]
2020-11-16 Jonathan DruartBug 26990: (bug 22284 follow-up) Prevent hold to be...
2020-11-16 Jonathan DruartBug 26987: (bug 23463 follow-up) Fix serial receipt...
2020-11-16 Kyle M HallBug 26594: (QA follow-up) Make _UpdateBorrowerDebarment...
2020-11-16 Fridolin SomersBug 26594: Fix patrons merge problem with restrictions
2020-11-16 Fridolin SomersBug 26594: add Unit Test
2020-11-16 Tomas Cohen... Bug 24633: (follow-up) Tweak sample plugin targets
2020-11-16 Tomas Cohen... Bug 24633: Add support for gitlab searching of plugins
2020-11-16 Owen LeonardBug 26727: (follow-up) More markup corrections
2020-11-16 Katrin FischerBug 26727: Fix <p/> appearing in the templates
2020-11-16 Martin RenvoizeBug 26908: (follow-up) Alter template check
2020-11-16 Kyle M HallBug 26908: Restore ability to view and select EDI plugi...
2020-11-16 Jonathan DruartBug 26911: (bug 18936 follow-up) Remove invalid data...
2020-11-16 Jonathan DruartBug 26915: Fix FinePaymentAutoPopup behaviour
2020-11-16 Katrin FischerBug 26190: Allow to close a basket with only cancelled...
2020-11-16 Katrin FischerBug 11460: Remove MARC21 default mapping from itemcalln...
2020-11-16 Fridolin SomersBug 26832: Make Elasticsearch mappings export use UTF-8
2020-11-16 Katrin FischerBug 26696: Fix colspan in payment table when credit...
2020-11-16 Nick ClemensBug 25167: (QA follow-up) Don't add a new variable
2020-11-16 Didier GautheronBug 25167: Fix to a fix wrong inventory results
2020-11-16 BlouBug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
2020-11-16 Lucas GassBug 26853: DBIC changes
2020-11-16 Lucas GassBug 26853: DBRev 20.05.05.003
2020-11-16 David CookBug 26853: Throw a fatal error if import_biblios insert...
2020-11-16 David CookBug 26853: Harmonize import_biblios with biblio and...
2020-11-16 Jonathan DruartBug 26639: Add auto_savepoint to DBIC connection
2020-11-16 Phil RingnaldaBug 26605: Correctly URI-encode query string in call...
2020-11-16 Lisette ScheerBug 26723: Improve link text on OverDriveAuthName syste...
2020-11-16 Owen LeonardBug 26816: Chomp whitespace around i18n strings
2020-11-16 Nick ClemensBug 17515: Order Z3950 server by rank and preserve...
next