Bug 25095: Remove warn left in FeePayment.pm
[koha-equinox.git] / opac /
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-04-06 Jonathan DruartBug 4461: Use inbound_email_address to know if we displ...
2020-04-06 Jonathan DruartBug 4461: Correctly deal with encoding/escaping chars
2020-04-06 Jonathan DruartBug 4461: get_effective_email has been renamed inbound_...
2020-04-06 Aleisha AmohiaBug 4461: Checks on library email before enqueuing...
2020-04-06 Martin RenvoizeBug 4461: Use get_effective_email from bug 22823
2020-04-06 Martin RenvoizeBug 4461: Drop 'from_address' use 'reply_address'
2020-04-06 Jonathan DruartBug 4461: Better error handling
2020-04-06 Jonathan DruartBug 4461: Simplify recipients code
2020-04-06 Jonathan DruartBug 4461: Redirect to 404 if KohaAdminEmailAddress...
2020-04-06 Jonathan DruartBug 4461: Use our local_referer instead of HTTP_REFERER
2020-04-06 Jonathan DruartBug 4461: Use KohaAdminEmailAddress pref as 'from'
2020-04-06 Jonathan DruartBug 4461: Rename report date with created_on
2020-04-06 Aleisha AmohiaBug 4461: (follow-up) Creating sample notice and other...
2020-04-06 Aleisha AmohiaBug 4461: (follow-up) Redirect to 404 if OPACProblemRep...
2020-04-06 Aleisha AmohiaBug 4461: Submit a problem report
2020-04-06 Andrew IsherwoodBug 23173: Provide core infrastructure
2020-04-06 Kyle M HallBug 24537: Tidy code
2020-04-06 David CookBug 24537: Allow IP ranges in ILS-DI:AuthorizedIPs...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-26 David CookBug 24673: Add CSRF token support to opac-messaging.pl
2020-03-25 Marcel de RooyBug 24754: (QA follow-up) Add timestamp, remove 11th...
2020-03-25 Nick ClemensBug 24754: Set userenv for ilsdi requests
2020-03-24 Nick ClemensBug 24476: Allow direct editing of autorenew_checkouts...
2020-03-24 Nick ClemensBug 24759: Move OpacRenewalBranch code to Koha::Item
2020-03-24 Marcel de RooyBug 24052: Rename XSLT_Handler
2020-03-24 Katrin FischerBug 24854: Remove IDreamBooks integration
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-23 Jonathan DruartBug 20443: Remove opac_display and opac_editable from...
2020-03-20 Marcel de RooyBug 24892: Resolve uninitialized warns from opac-member...
2020-03-19 Tomas Cohen AraziBug 24384: Add Access-Control-Allow-Origin support...
2020-03-19 Aleisha AmohiaBug 15775: Show message on OPAC summary if holds are...
2020-03-18 Jonathan DruartBug 22821: Rename method with ->inbound_email_address
2020-03-18 Martin RenvoizeBug 22821: Correct to_address for issue notes
2020-03-18 Martin RenvoizeBug 22821: Use 'reply-to' address in issue notes
2020-03-18 Arthur SuzukiBug 23531: fix ILSDI non-implemented but documented...
2020-03-16 Andreas RoussosBug 24827: Standardise on 'UTF-8' as the encoding name
2020-03-16 Martin RenvoizeBug 22943: (QA follow-up) Add new cases
2020-03-16 Hayley MapleyBug 22943: Renames the in_ipset function to in_iprange...
2020-03-16 Jonathan DruartBug 5103: Refactor the code to avoid repetition
2020-03-16 Aleisha AmohiaBug 5103: (follow-up) Using mapped item fields instead...
2020-03-16 Aleisha AmohiaBug 5103: Format dates in MARC detail using dateformat...
2020-02-24 Jonathan DruartBug 24545: Fix newly added files
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Owen LeonardBug 22880: (follow-up) Loose ends: Better DB update...
2020-02-21 Nick ClemensBug 23482: Fix BakerTaylor cover images on lists
2020-02-21 Jonathan DruartBug 17896: Remove duplicated use statements
2020-02-21 Nick ClemensBug 17896: load BakerTaylor module with use
2020-02-20 Robin SheatBug 14567: Add a browse interface to the OPAC
2020-02-19 Nick ClemensBug 24103: (follow-up) Dump query on opac authorities...
2020-02-19 Nick ClemensBug 24103: Add option to dump search query to templates
2020-02-19 Aleisha AmohiaBug 18933: Allow OPAC messaging SMS number to be set...
2020-02-19 Owen LeonardBug 24249: OPAC lists page should require login for...
2020-02-17 Nick ClemensBug 19718: Show message if patron has existing holds...
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-17 Andreas JonssonBug 24506: Multibranch limit does not work with Elastic...
2020-02-17 Marcel de RooyBug 13574: Fix display of repeatable item subfields
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Jonathan DruartBug 18936: (QA follow-up) Remove 2 new occurrences...
2020-02-04 Jonathan DruartBug 18936: Move guess_article_requestable_itemtypes...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Fix tests, replace old get_onshe...
2020-01-29 Owen LeonardBug 13121: Move search results "action" links ("Place...
2020-01-23 Jonathan DruartBug 19809: Remove some new occurrences
2020-01-23 Jonathan DruartBug 24345: Fix OPACViewOthersSuggestions
2020-01-23 Jonathan DruartBug 24345: Fix process of suggesting purchase of existi...
2020-01-08 Jonathan DruartBug 24327: Redirect to the login form if AnonSuggestion...
2020-01-02 Owen LeonardBug 23913: Use a single menu to sort lists in the OPAC
2020-01-02 Jonathan DruartBug 14963: Add the ability to suggest purchase on exist...
2020-01-02 Jonathan DruartBug 14973: Remove double declaration of suggestions_loop
2020-01-02 Alex ArnaudBug 14973: Check existing biblio when submitting a...
2019-12-23 Jonathan DruartBug 24243: Do not explode if invalid metadata when...
2019-12-13 Jonathan DruartBug 23785: Fix call get_coins on undef value in opac...
2019-11-27 Jonathan DruartBug 23836: exit after output_error
2019-11-27 NickBug 23836: Don't forward form tracklinks if not tracking
2019-11-27 Jonathan DruartBug 23329: Fix tests
2019-11-27 Marcel de RooyBug 23329: (QA follow-up) Resolve warning on wrong...
2019-11-27 Marcel de RooyBug 23329: (follow-up) Allow item URI with a biblionumb...
2019-11-27 Tomas Cohen AraziBug 23329: (follow-up) Use any instead of grep
2019-11-27 Nick ClemensBug 23329: Only redirect tracklinks.pl to urls containe...
2019-11-13 Jonathan DruartBug 23846: Handle exception gracefully at the OPAC
2019-11-07 Martin RenvoizeBug 23293: Apply OPACFineNoRenewalsIncludeCredit preference
2019-11-06 Jonathan DruartBug 23467: Exit after output_html - opac-reserve.pl
2019-11-06 Lari TaskulaBug 23774: Server-side confirmation for hold pickup...
2019-11-03 Agustin MoyanoBug 22581: Show and play musical inscripts
2019-10-24 Martin RenvoizeBug 23049: Update debit_type_code 'Res' to 'RESERVE'
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-24 Nick ClemensBug 23392: Don't display private notes in MARC21
2019-10-22 Martin RenvoizeBug 22445: Custom cover images - opac user (checkout...
2019-10-22 Jonathan DruartBug 22445: Custom cover images - opac reviews
2019-10-22 Jonathan DruartBug 22445: Custom cover images - opac shelves
2019-10-08 David KuhnBug 21701: Have PayPal optionally return to originating...
2019-10-07 Dobrica PavlinusicBug 23723: using exit inside eval to stop sending outpu...
2019-10-02 NickBug 20589: Remove expanded_facet variable and fix tests
2019-10-02 David GustafssonBug 20589: Add field boosting and use query_string...
2019-09-23 Tomas Cohen AraziBug 23623: Remove the svc/patron/show* scripts
next