koha.git
2020-02-04 Owen LeonardBug 23533: Reindent patron entry form (memberentrygen.tt)
2020-02-04 David RobertsBug 24490: Clarify wording and function of Purchase...
2020-02-04 Jonathan DruartBug 24440: Rename current_holds with current_item_level...
2020-02-04 Jonathan DruartBug 24440: Adding 2 more tests for ->biblio
2020-02-04 Tomas Cohen... Bug 24440: (follow-up) Make related objects prefetchable
2020-02-04 Tomas Cohen... Bug 24440: ->biblio tests
2020-02-04 Tomas Cohen... Bug 24440: Add ->current_holds to Koha::Acquisition...
2020-02-04 Tomas Cohen... Bug 24440: Unit tests
2020-02-04 Jonathan DruartBug 24171: Check auto_renew if confirmation is needed
2020-02-04 Jonathan DruartBug 24171: Preserve auto_renew when triggering itemBarc...
2020-02-04 Martin RenvoizeBug 18936: DBRev 19.12.00.018
2020-02-04 Jonathan DruartBug 18936: (QA follow-up) Fix failing test in api/v1...
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Fix failing test
2020-02-04 Jonathan DruartBug 18936: (QA follow-up) Remove 2 new occurrences...
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Convert remaining tests to...
2020-02-04 Jonathan DruartBug 18936: (follow-up) More fixes
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Add missing POD
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Fix checkouts endpoint and its...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Adjust circ rule related tests...
2020-02-04 Jonathan DruartBug 18936: Fix IssuingRules/guess_article_requestable_i...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Make possible to have unlimited...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Add cloning of circulation rules...
2020-02-04 Jonathan DruartBug 18936: (QA follow-up) Fix inconsistencies in Issuin...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Add missing import of Koha:...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Fix typo in documentation
2020-02-04 Jonathan DruartBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Jonathan DruartBug 18936: (follow-up) Fix the delete rule buttons
2020-02-04 Jonathan DruartBug 18936: Replace '*' with undef
2020-02-04 Jonathan DruartBug 18936: Insert default rules during the onboarding...
2020-02-04 Jonathan DruartBug 18936: (follow-up) Make sure we default to '*'...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Add missing circulation rule...
2020-02-04 Jonathan DruartBug 18936: Fix some more tests
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Don't retrieve unused issuing...
2020-02-04 Jonathan DruartBug 18936: Fix warning about page about wrong lengthunit
2020-02-04 Jonathan DruartBug 18936: fixes from comment #88
2020-02-04 Jonathan DruartBug 18936: Fix Update DB entry
2020-02-04 Jonathan DruartBug 18936: Add missing filters
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jonathan DruartBug 18936: Fix Circulation.t
2020-02-04 Jonathan DruartBug 18936: Replace an other insert into issuingrules
2020-02-04 Jonathan DruartBug 18936: new holds_per_day
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
2020-02-04 Jonathan DruartBug 18936: chargename removed by bug 21753
2020-02-04 Jonathan DruartBug 18936: Fix several issues
2020-02-04 Jonathan DruartBug 18936: Fix syntax issue
2020-02-04 Jonathan DruartBug 18936: Remove last bit of Koha::IssuingRule
2020-02-04 Jonathan DruartBug 18936: Move guess_article_requestable_itemtypes...
2020-02-04 Jonathan DruartBug 18936: move get_opacitemholds_policy method
2020-02-04 Jesse WeaverBug 18936: (follow-up) Fix tests, replace old get_onshe...
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix tests, null vs. empty behavi...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Remove issuingrules from kohastr...
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix rental discount lookup
2020-02-04 Jesse WeaverBug 18936: (follow-up) Update REST definition for ...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Tomas Cohen... Bug 18936: Fix api/v1/holds.t
2020-02-04 Tomas Cohen... Bug 18936: (follow-up) Fix upgrade step
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-31 Martin RenvoizeBug 21674: (RM follow-up) Fix updatedatabase error
2020-01-31 Jonathan DruartBug 24546: Fix intentions of build_sample_item in Club...
2020-01-31 Jonathan DruartBug 24213: Fix Koha::Object->get_from_storage if the...
2020-01-31 Jonathan DruartBug 24213: Add tests
2020-01-31 Josef MoravecBug 24467: (QA follow-up) Clarify tests wording for...
2020-01-31 Josef MoravecBug 24467: (QA follow-up) Fix POD in Koha::Biblio
2020-01-31 Tomas Cohen... Bug 24467: Remove _count methods introduced for API use
2020-01-31 Tomas Cohen... Bug 24528: Add a syntax to x-koha-embed to specify...
2020-01-31 Tomas Cohen... Bug 24528: Add *_count support to to_api
2020-01-31 Tomas Cohen... Bug 24528: Unit tests for Koha::Object->to_api
2020-01-31 Lucas GassBug 24523: Add missing </p>
2020-01-30 Kyle M HallBug 24330: When importing patrons from CSV, automatical...
2020-01-30 Martin RenvoizeBug 21674: DBRev 19.12.00.017
2020-01-30 Jonathan DruartBug 21674: Remove duplicates from library_groups before...
2020-01-30 Jonathan DruartBug 21674: Prevent to insert twice the same library...
2020-01-30 Jonathan DruartBug 21674: DB changes
2020-01-30 Nick ClemensBug 24377: Record passed branch if renewing via cron
2020-01-30 Nick ClemensBug 24377: Unit test
2020-01-30 Jonathan DruartBug 24543: Fix wrong test in api/v1/checkouts.t
2020-01-30 Jonathan DruartBug 24487: Add 2 more tests
2020-01-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-30 Agustin MoyanoBug 24487: Regresion test
2020-01-30 Jonathan DruartBug 23031: Make 'add to basket' accessible in one click...
2020-01-30 Owen LeonardBug 24347: (follow-up) Remove custom catalog search...
2020-01-30 Owen LeonardBug 24347: Add a 'search to order' option similar to...
2020-01-30 Jonathan DruartBug 23594: Fix bad resolution conflict with bug 16784
2020-01-30 Jonathan DruartBug 23594: Add missing html filters
2020-01-30 Jonathan DruartBug 23594: Restore previous view after delete or update...
2020-01-30 Jonathan DruartBug 23594: Fix [un]checkall links
2020-01-30 Jonathan DruartBug 23594: Batch modification for itemtypes on suggesti...
2020-01-30 Owen LeonardBug 23915: Replace OPAC list sort menu with Bootstrap...
2020-01-30 Marcel de RooyBug 23896: logaction should pass the correct interface...
2020-01-30 Katrin FischerBug 17697: Improve NotesBlacklist system preference...
2020-01-30 Jonathan DruartBug 24542: (bug 23049 follow-up) Add missing use statem...
2020-01-30 Jonathan DruartBug 23493: Fix selenium/regressions.t
2020-01-30 Martin RenvoizeBug 23493: (RM follow-up) Let datatables calculate...
2020-01-30 Martin RenvoizeBug 22868: DBRev 19.12.00.016
2020-01-30 Jonathan DruartBug 22868: Move suggestions_manage subperm out of acqui...
2020-01-29 Jonathan DruartBug 23493: Remove commented lines
2020-01-29 Martin RenvoizeRevert "Bug 23493: (follow-up) Switch to aDataSort...
2020-01-29 Martin RenvoizeRevert "Bug 23493: (follow-up) Disable rowGroup on...
2020-01-29 Martin RenvoizeBug 23493: (follow-up) Disable rowGroup on due date...
2020-01-29 Martin RenvoizeBug 23493: (follow-up) Switch to aDataSort for multi...
next