koha.git
2020-11-25 Kyle M HallBug 26819: (QA follow-up) authorized_value should be...
2020-11-25 Kyle M HallBug 26819: Fix calls to AuthorisedValues.GetDescription...
2020-11-24 Owen LeonardBug 27072: Don't process staff interface CSS with rtlcss
2020-11-24 Tomas Cohen... Bug 27044: Mark the PayPal integration as deprecated...
2020-11-24 Victor Grousset... Bug 18267: (QA follow-up) fix typo: overriden => overridden
2020-11-20 Tomas Cohen... Bug 26922: Regression tests
2020-11-20 Tomas Cohen... Bug 26922: Better error handling in SendAlerts
2020-11-20 Jonathan DruartBug 26557: (bug 23463 follow-up) Fix Batch import when...
2020-11-20 Fridolin SomersBug 25548: (follow-up) Remove those rewrite redirects...
2020-11-20 David CookBug 25548: Remove Apache rewrite directives that trigge...
2020-11-20 Nick ClemensBug 7607: (follow-up) Address OPAC and limits
2020-11-20 Nick ClemensBug 7607: (follow-up) Disable rather than remove inputs
2020-11-20 Nick ClemensBug 7607: Remove empty inputs when submitting search...
2020-11-20 Jonathan DruartBug 25514: Try to fix random failure from REST/Plugin...
2020-11-20 Jonathan DruartBug 27062: Fix pickup_location tests when existing...
2020-11-20 Jonathan DruartBug 27007: Don't call GetMarcSubfieldStructure with...
2020-11-20 Jonathan DruartBug 22343: (follow-up) Correctly handle password on...
2020-11-20 Jonathan DruartBug 26938: Compiled CSS
2020-11-20 Nick ClemensBug 26984: (follow-up) Don't delete patrons and checkou...
2020-11-20 Jonathan DruartBug 26984: Make tests pass if AnonymousPatron is set
2020-11-20 Frédéric DemiansBug 26992: Fix serial issue and related items deletion...
2020-11-20 Jonathan DruartBug 26854: Remove log of STDERR
2020-11-20 David CookBug 26854: Close STDERR when forking stage-marc-import.pl
2020-11-20 Jonathan DruartBug 26031: Remove the failing tests and the diag
2020-11-20 Mason JamesBug 26031: Remove 4 failing tests from t/db_dependent...
2020-11-20 Nick ClemensBug 24083: (follow-up) Assign renewals remaining string...
2020-11-18 Jonathan DruartBug 26939: Add missing filters
2020-11-18 Tomas Cohen... Bug 25313: (QA follow-up) DelAuthority tests
2020-11-18 Marcel de RooyBug 25313: Add skip_merge to ModAuthority
2020-11-18 Tomas Cohen... Bug 25313: Regression tests
2020-11-18 Nick ClemensBug 26337: Pass skip_merge to DelAuthority when removin...
2020-11-18 Andrew Fuerste... Bug 26944: Point help link to automatic item mod in...
2020-11-18 Jonathan DruartBug 26846: Fix regressions - Preselect expected and...
2020-11-18 Martin RenvoizeBug 26939: Use AV description in sales table display
2020-11-18 Martin RenvoizeBug 26938: Prevent flash of unstyled sales table
2020-11-17 Jonathan DruartBug 26986: Prevent Selenium's StaleElementReferenceExce...
2020-11-17 Jonathan DruartBug 26973: (bug 26119 follow-up) Restore patron's attri...
2020-11-17 Nick ClemensBug 26903: Pass record ids and records through to updat...
2020-11-17 Nick ClemensBug 26903: Unit tests
2020-11-17 Tomas Cohen... Bug 26988: (QA follow-up) Unit tests
2020-11-16 Martin RenvoizeBug 27002: Update callers for changed return
2020-11-16 Martin RenvoizeBug 27002: Update Koha::Biblio->pickup_locations to...
2020-11-16 Nick ClemensBug 26516: Don't accept incorrect values for copyrightd...
2020-11-16 Tomas Cohen... Bug 27021: Make chaining ->empty always return an empty...
2020-11-16 Tomas Cohen... Bug 27021: Regression tests
2020-11-16 Colin CampbellBug 18267: Refactored Edifact Price Calculations
2020-11-16 Martin RenvoizeBug 25761: (QA follow-up) Consistent flag names
2020-11-16 Kyle M HallBug 25761: Implementation of too_many_overdue has unint...
2020-11-16 Joonas KylmäläBug 27012: Fix incorrect SQL syntax in hold merging
2020-11-16 Joonas KylmäläBug 27012: Add test for C4::Reserves::MergeHolds
2020-11-13 Nick ClemensBug 26988: Adjust for bug 26963
2020-11-13 Jonathan DruartBug 26988: No need to check if hold is linked to a...
2020-11-13 Agustin MoyanoBug 26988: (follow-up) Change event to focus
2020-11-13 Nick ClemensBug 26988: (follow-up) Fix filter and encode api values...
2020-11-13 Nick ClemensBug 26988: (follow-up) Adjust code to use api field...
2020-11-13 Tomas Cohen... Bug 26988: (QA follow-up) Make the API return proper...
2020-11-13 Tomas Cohen... Bug 26988: Make ->patron prefetchable
2020-11-13 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-13 Jonathan DruartBug 26963: Ignore existing libraries
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix up tests and cover case...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix cases where we expected...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Update mocked return of picku...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Don't delete existing data...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Migrate unit tests into picku...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Convert to ResultSets
2020-11-13 Nick ClemensBug 26963: (follow-up) Change subroutine name for QA...
2020-11-13 Nick ClemensBug 26963: Don't call 'can_be_transferred' for each...
2020-11-13 Nick ClemensBug 26963: Unit tests
2020-11-13 Jonathan DruartBug 22818: Fix the last_insert_id call
2020-11-12 Martin RenvoizeBug 26948: Regression tests
2020-11-12 Joonas KylmäläBug 26948: Remove double encoding from sent emails
2020-11-12 Jonathan DruartBug 26990: (bug 22284 follow-up) Prevent hold to be...
2020-11-12 Andrew IsherwoodBug 22818: (QA follow-up) Respond to feedback
2020-11-12 Andrew IsherwoodBug 24083: (QA follow-up) Fix DB upgrade
2020-11-12 Andrew IsherwoodBug 24083: (QA follow-up) Fix failing tests
2020-11-11 Jonathan DruartBug 22818: Fix TestBuilder.t
2020-11-11 Jonathan DruartBug 24083: DBRev 20.06.00.069
2020-11-11 Jonathan DruartBug 24083: Compiled CSS
2020-11-11 Jonathan DruartBug 24083: DBIC schema changes
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Make requested changes
2020-11-11 Jonathan DruartBug 24083: Swap the column for "Unlimited" handling
2020-11-11 Jonathan DruartBug 24083: Delete the new rule when needed
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Squashed follow ups
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Include SelfCheckInModule
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Respond to QA feedback
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Fix params to AddRenewal
2020-11-11 Andrew IsherwoodBug 24083: Add unit tests
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-11 Andrew IsherwoodBug 24083: Add circ rules management
2020-11-11 Andrew IsherwoodBug 24083: Required atomic updates & DB update
2020-11-11 Jonathan DruartBug 26987: (bug 23463 follow-up) Fix serial receipt...
2020-11-11 Jonathan DruartBug 23019: DBRev 20.06.00.068
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix test permissions and API...
2020-11-11 Jonathan DruartBug 23019: (follow-up 2) set table name to import_batch...
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix other things
2020-11-11 Agustin MoyanoBug 23019: (follow-up) set table name to import_batch_p...
2020-11-11 Nick ClemensBug 23019: (QA follow-up) fix test fiule permissions
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix usability issues
2020-11-11 Agustin MoyanoBug 23019: (QA follow-up) Fix typo Pre fill
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
next