koha.git
2021-01-07 Nick ClemensBug 27252: Add deprecation warning, cross_fields pref...
2021-01-06 Andrew Fuerste... Update release notes for 20.05.07 release
2021-01-06 Andrew Fuerste... Increment version for 20.05.07 release
2021-01-06 Koha translatorsTranslation updates for Koha 20.05.07
2021-01-05 Jonathan DruartBug 27004: Prevent claim resolution to fail
2021-01-05 Tomas Cohen... Bug 27004: Regression tests
2021-01-05 Kyle M HallBug 27276: Fix syntax error
2021-01-05 Jonathan DruartBug 27276: Prevent borrowers-force-messaging-defaults...
2021-01-05 Victor Grousset... Bug 27055: Fix compatibility with newer Firefox+Seleniu...
2021-01-04 Owen LeonardBug 27099: Stage for import button not showing up
2021-01-04 Jonathan DruartBug 27247: Re-add highlighting to the quote editor
2021-01-04 Jonathan DruartBug 27230: Display OPAC description for OPAC_SUG
2021-01-04 Jonathan DruartBug 26956: Allow guarantor's controls to be set when...
2021-01-04 Andrew IsherwoodBug 22243: Fix unescaped apostrophe in Z target
2020-12-28 Martin RenvoizeBug 27256: Update click handler for point of sale
2020-12-28 Mirko TietgenBug 14564: Set permissions on configuration backups
2020-12-28 Martin RenvoizeBug 24519: Match paycollect form validation for change...
2020-12-28 Julian MauriceBug 26849: Fix Array::Utils dependency in cpanfile
2020-12-28 Jonathan DruartBug 27117: Only place_holds permission is needed to...
2020-12-28 Jonathan DruartBug 27205: Improve logic readability in conditional
2020-12-28 Tomas Cohen... Bug 27205: Check valid pickup location on POST /holds
2020-12-28 Tomas Cohen... Bug 27205: Check valid pickup location on PUT /holds...
2020-12-28 Tomas Cohen... Bug 27209: (follow-up) Add ->is_pickup_location_valid
2020-12-28 Tomas Cohen... Bug 27209: Add Koha::Hold->set_pickup_location
2020-12-28 Tomas Cohen... Bug 27209: Unit tests
2020-12-18 Nick ClemensBug 27166: [20.05.x] Set destination_loc to item->homeb...
2020-12-18 Nick ClemensBug 27166: Unit tests
2020-12-18 Martin RenvoizeBug 26536: Assignment fix
2020-12-18 Martin RenvoizeBug 26536: WRITEOFF not writeoff
2020-12-18 Martin RenvoizeBug 26536: Fix incorrectly scoped variable
2020-12-17 Jonathan DruartBug 25583: Improve wording
2020-12-17 Jonathan DruartBug 25583: Disable the "claim returned" button if the...
2020-12-17 Owen LeonardBug 26905: Purchase suggestion button hidden for users...
2020-12-17 Martin RenvoizeBug 26946: Set maxlength for cash register name
2020-12-17 Martin RenvoizeBug 27108: Add 21.05 release team to teams.yaml
2020-12-16 Andrew Fuerste... Bug 26938: Compiled CSS
2020-12-15 Jonathan DruartBug 12430: Fix Search.t failure
2020-12-15 Jonathan DruartBug 12430: Fix selenium/regressions.t failure
2020-12-15 David CookBug 12430: Add unit tests for C4::Search::buildQuery
2020-12-15 David CookBug 12430: Use releance ranking without QueryWeightFields
2020-12-15 Jonathan DruartBug 16067: Remove FastMmap
2020-12-15 Nick ClemensBug 26336: Add hint before and remove select after...
2020-12-15 Jonathan DruartBug 26336: Disable 'Item processing' dropdown if no...
2020-12-15 Jonathan DruartBug 26976: Display 0 if renewalsallowed is not defined
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...
next