Update release notes for 17.11.18 release
[koha.git] / C4 /
2019-04-30 Jonathan DruartBug 22478: Prevent XSS vulnerabilities when pagination...
2019-04-24 Fridolin SomersBug 21832: Restore is_expired in ILS-DI GetPatronInfo...
2019-03-26 David CookBug 22429: Infinite loop in patron card printing
2019-03-12 Mark TompsettBug 18143: Silence ods MARC framework export flood
2019-03-12 Mark TompsettBug 18143: Silence XML MARC Framework export flood
2019-02-22 Jonathan DruartBug 21829: Correctly format dateexpiry in notices ...
2019-02-12 helene hickeyBug 21290: Updating documentation for ModItem
2019-02-04 Jasmine AmohiaBug 19920: Removed unnecessary code from C4/Members.pm
2019-01-16 Nick ClemensBug 22052: Refactor DeleteExpiredOpacReigstrations
2019-01-08 Jonathan DruartBug 21571: Make ACCTDETAILS translatable
2019-01-02 Fridolin SomersRevert "Bug 21848: Remove Text::Unaccent from C4::Members"
2019-01-02 Marcel de RooyBug 21848: Remove Text::Unaccent from C4::Members
2019-01-02 Kyle M HallBug 21849: Two useless Koha::Account::Offset->new calls...
2019-01-02 Nick ClemensBug 21962: Fix authority search using 'all'
2018-12-19 Jonathan DruartBug 21955: Remove Cache::Memory as fallback for L2...
2018-12-05 Marcel de RooyBug 20598: (QA follow-up) Tiny fixes
2018-12-05 Kyle M HallBug 20598: Accruing fines not closed out by longoverdue...
2018-12-05 Jonathan DruartBug 18677: Remove new issue_id param from charlostitem
2018-12-05 Kyle M HallBug 18677: issue_id is not added to accountlines for...
2018-11-28 Joonas KylmäläBug 21015: fix performance issue with C4::Members
2018-11-28 Jonathan DruartBug 21556: Do not crash if a biblio is deleted twice
2018-11-28 Josef MoravecBug 18720: Use exception instead of die in GetBasketAsCsv
2018-11-28 Josef MoravecBug 21581: (QA follow-up) Update comment according...
2018-11-28 Nick ClemensBug 21581: Pass through authorities indexes
2018-11-28 Jonathan DruartBug 21654: Remove refund_lost_item_fee_rules.sql from...
2018-11-28 Mark TompsettBug 20592: Return early in ModItem if nothing to update
2018-11-28 Tomas Cohen AraziBug 18959: Text::CSV::Unicode missing from dependencies
2018-11-26 Andrew IsherwoodBug 21641: (follow-up) Address wrong call method
2018-11-26 Andrew IsherwoodBug 21641: (follow-up) Address additional call
2018-11-26 Alex BuckleyBug 21641: Added C4::Accounts to getnextacctno() call
2018-11-26 Nick ClemensBug 21742: Fix YouTube variable propagation
2018-10-24 Alex ArnaudBug 10382: Course reserves: handle empty values
2018-10-24 Kyle M HallBug 10382: collection not returning to null when remove...
2018-10-15 Fridolin SomersBug 20151: always use current language for stemming
2018-10-11 Jonathan DruartBug 21176: Fix due date calculation when high holds...
2018-10-11 Katrin FischerBug 15971: Add biblioitems to available fields for...
2018-10-03 Jonathan DruartBug 21196: Use replacement cost from the item type...
2018-10-03 Jonathan DruartBug 21323: Handle multi params in redirect after login
2018-10-03 Marcel de RooyBug 21281: (QA follow-up) Introduce _add_backtics
2018-10-03 Mark TompsettBug 21281: Correct t/db_dependent/Creators/Lib.t failures
2018-10-03 Jonathan DruartBug 21281: Surround creator_templates.rows with backquotes
2018-09-24 David CookBug 13779: sessionID declared twice in C4::Auth::checka...
2018-09-24 Tomas Cohen AraziBug 20776: Add Selenium::Remote::Driver to the dependen...
2018-09-21 Kyle M HallBug 21231: BlockReturnofLostItems does not prevent...
2018-09-21 Katrin FischerBug 20631: Remove unused RemoveLostItem from C4::Accounts
2018-09-21 Nick ClemensBug 21075: AutoUnsuspendHolds should unsuspend holds...
2018-08-30 Jonathan DruartBug 21226: Remove xISBN services
2018-08-28 Martin RenvoizeBug 21199: (QA follow-up) Add show_attributes to perldoc
2018-08-28 Jonathan DruartBug 21199: Hide patron's attributes from ILSDI if required
2018-08-28 Nick ClemensBug 18947: LDAP - do not assume anonymous bind if no...
2018-08-27 Jonathan DruartBug 20724: Move the ReservesNeedReturns logic to AddReserve
2018-08-27 Kyle M HallBug 20724: Correctly mark an hold as waiting - Reserves...
2018-07-30 Nick ClemensBug 18822: Check if we have MARC::Record and convert...
2018-07-30 Mirko TietgenBug 20949: Koha depends on Clone
2018-07-26 Nick ClemensBug 12001: [17.11.X] Remove simple calls to GetMemberAc...
2018-07-26 Victor GroussetBug 20084: Fix Industrial2of5 and COOP2of5 patron card...
2018-07-25 Alex ArnaudBug 21046: Return the correct borrowernumber when there...
2018-07-23 Julian MauriceBug 19873: (QA follow-up) Prevent warnings
2018-07-23 Alex ArnaudBug 19873: Ability to search on 0 value
2018-07-12 Jonathan DruartBug 21020: Fix return branch on transfer - SIP
2018-07-04 Jérôme CharaouiBug 20920: Add missing dependency on CGI::Compile
2018-07-04 Mirko TietgenBug 20693: Plack fails, because 'libcgi-emulate-psgi...
2018-06-28 Martin RenvoizeBug 20879: Fix regression in shibboleth when ldap enabled
2018-06-28 Marcel de RooyBug 20702: Bind results of GetHostItemsInfo to the...
2018-06-18 Kyle M HallBug 20285: Lost item refund won't always pay down lost...
2018-06-13 Marcel de RooyBug 18821: (QA follow-up) Last tweaks for performance
2018-06-13 Kyle M HallBug 18821: Convert to using cache with date checking
2018-06-13 Kyle M HallBug 18821: TrackLastPatronActivity is a performance...
2018-06-07 Kyle M HallBug 17561: (QA follow-up) Simplify new ReserveSlip...
2018-06-07 Benjamin RoksethBug 17561: ReserveSlip needs itemnumber for item level...
2018-06-07 Marcel de RooyBug 20696: Fix a few ugly "eq undef" comparisons in...
2018-06-06 Tomas Cohen AraziBug 20191: (QA follow-up) Require Jessie's Test::MockTime
2018-06-06 Mark TompsettBug 20191: Use Test::MockTime to hold time still
2018-05-22 Jonathan DruartBug 20562: Pass the Koha::Checkout object to AddIssuing...
2018-05-22 Kyle M HallBug 20562: issue_id is not stored in accountlines for...
2018-05-22 Marcel de RooyBug 18725: (QA follow-up) Use make_column_dirty instead...
2018-05-22 Kyle M HallBug 18725: Prevent process_message_queue to send duplic...
2018-05-14 Kyle M HallBug 20325: C4::Accounts::purge_zero_balance_fees does...
2018-05-14 Jonathan DruartBug 19578: Remove MARC punctuation in notices (TT syntax)
2018-05-14 Kyle M HallBug 20369: Analytics search is broken with QueryAutoTru...
2018-05-14 Jonathan DruartBug 20455: Fix sort patrons by date expired
2018-04-24 Mark TompsettBug 20474: Explicitly call sendmail to make mocking...
2018-04-23 Kyle M HallBug 19955: Add ability to process only one 'type' of...
2018-04-23 Katrin FischerBug 20067: Fix other checks for linked authorised value...
2018-04-23 Mark TompsettBug 18570: (QA follow-up) Improved POD
2018-04-23 Mark TompsettBug 18570: Send Password Reset Emails immediately
2018-03-23 Jose MartinBug 20348: SIP2 patron identification fails to use...
2018-03-23 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-22 Kyle M HallBug 19530: Don't update the date arrived for closed...
2018-02-22 Kyle M HallBug 19530: Prevent multiple transfers from existing...
2018-02-22 Marcel de RooyBug 4319: (QA follow-up) Consistency in IsAvailableForI...
2018-02-22 Alex ArnaudBug 4319: [OPAC] Allow holds on waiting/transit items
2018-02-16 Marcel de RooyBug 20126: (follow-up bug 10455) Restore MARC field...
2018-02-02 Zoe BennettBug 19827: Removing &checkuniquemember from the export...
2018-02-02 Mark TompsettBug 13990: (follow-up) silence warnings on testing
2018-02-02 Mark TompsettBug 13990: (follow-up) fix various whitespace errors
2018-02-02 Jon KnightBug 13990: ILS-DI LookupPatron requires ID Type
2018-01-23 Olivier CrouzetBug 19971: Typo in the comments of parseQuery routine
2018-01-23 Mark TompsettBug 19937: Silence warnings t/db_dependent/www/batch.t
2018-01-15 Frédéric DemiansBug 19788: Preserve case sensitivity when creating...
next