Bug 29543: (follow-up) Add a warning to SelfCheckoutByLogin
[koha.git] / opac /
2022-01-25 Jonathan DruartBug 29543: Prevent user to checkin or renew items they...
2022-01-25 Jonathan DruartBug 29543: Enforce authentication for self-checkout
2022-01-25 Jonathan DruartBug 29543: Remove inputfocus variable
2022-01-25 Jonathan DruartBug 29543: Remove borrower variable
2022-01-25 Nick ClemensBug 29685: Reduce item processing by calculating 'items...
2022-01-10 Jonathan DruartBug 29696: Preserve link to biblio when creating a...
2021-11-22 Nick ClemensBug 28847: (follow-up) Handle branch_group_limit
2021-11-22 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-11-19 Marcel de RooyBug 29321: Remove a last without loop context
2021-11-15 Jonathan DruartBug 28870: Move email address validation to a specific...
2021-11-15 Tomas Cohen AraziBug 28870: Remove traces of Email::Valid
2021-11-11 Jonathan DruartBug 29416: (bug 28941 follow-up) Restore suggestion...
2021-11-11 Nick ClemensBug 28768: (QA follow-up) Remove unused variable
2021-11-11 Lucas GassBug 28768: remove unnessesary template variable
2021-10-29 Nick ClemensBug 29318: Remove permission check from overdrive searc...
2021-10-29 Nick ClemensBug 29284: (follow-up) Fix code that I copied from too
2021-10-29 Nick ClemensBug 29284: (follow-up) Improve error logging to prevent...
2021-10-29 Nick ClemensBug 29284: Don't die on analytics searching error
2021-10-08 Nick ClemensBug 28484: (QA follow-up) Add fix on OPAC
2021-09-23 Kyle M HallMerge remote-tracking branch 'koha-translate/21.05...
2021-09-15 Jonathan DruartBug 28941: Deal with OPACSuggestionUnwantedFields
2021-09-15 Jonathan DruartBug 28941: Filter suggestion inputs at the OPAC
2021-09-15 Jonathan DruartBug 28947: Prevent OPAC user to create new users
2021-09-15 Marcel de RooyBug 28935: No filtering on patron's data on member...
2021-09-15 Jonathan DruartBug 28929: Prevent flags to be sent during patron's...
2021-09-03 Kyle M HallBug 28885: Skip invalid biblios for OpacBrowseResults
2021-09-03 Tomas Cohen AraziBug 26223: (QA follow-up) Fix filter order
2021-09-03 Andreas RoussosBug 26223: include item information in OPAC ISBD view
2021-08-24 Jonathan DruartBug 28784: Remove code related to num_paragraph cookie
2021-08-13 Marcel de RooyBug 28764: (QA follow-up) Add comment, remove two defined's
2021-08-13 Nick ClemensBug 28764: Parse direction parameter in public list...
2021-07-16 Jonathan DruartBug 28561: Remove DBIC warning in opac-shelves
2021-07-16 Marcel de RooyBug 28561: Fix noisy warning about $direction too
2021-07-09 Tomas Cohen AraziBug 28299: Make buildKohaItemsNamespace accept Koha...
2021-07-09 Jonathan DruartBug 28299: Take OpacHiddenItems into account on opac...
2021-07-02 Marcel de RooyBug 28545: Noisy uninitialized warn at opac-MARCdetail...
2021-07-02 Owen LeonardBug 28422: OPAC MARC detail view doesn't correctly...
2021-06-25 Joonas KylmäläBug 28513: Fix analytics search links so they don't...
2021-06-24 Jonathan DruartBug 28409: Simplify data validation
2021-06-24 David CookBug 28409: Comprehensively validate category in opac...
2021-06-24 Tomas Cohen AraziBug 28600: Resolve variable scope issue
2021-05-26 Jonathan DruartBug 20982: Sanitize category to prevent XSS on opac...
2021-05-12 Jonathan DruartBug 18989: Restore hidding items on detail
2021-05-12 Tomas Cohen AraziBug 18989: (QA follow-up) Make controllers use Koha...
2021-05-12 Fridolin SomersBug 18989: Allow displaying biblios with all items...
2021-05-11 Jonathan DruartBug 18112: Use GetAuthValueDropbox from the template
2021-05-11 Lucas GassBug 18112: Add street type to self reg/self mod form
2021-05-10 Lucas GassBug 28241: Fix regex to allow for content before and...
2021-05-07 Tomas Cohen AraziBug 23215: Remove traces of the PayPal feature
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Adding parentheses to fix query
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Implement SearchLibraryLimit...
2021-05-06 Aleisha AmohiaBug 21249: (follow-up) Fixing syspref name, description...
2021-05-06 Jonathan DruartBug 21249: Code cleaning
2021-05-06 Alex BuckleyBug 21249: New syspref controlling branch fields querie...
2021-04-21 Tomas Cohen AraziBug 23583: Handle OpacHiddenItems with yaml_preference
2021-04-21 Lucas GassBug 28162: fix doubled scalar sigil
2021-04-16 Nick ClemensBug 27529: Choose patron's branch or item's homebranch...
2021-04-16 Aleisha AmohiaBug 27979: Modify TrackClicks to verify URL exists...
2021-04-09 Martin RenvoizeBug 28031: (follow-up) Clarify check methods
2021-03-16 Jonathan DruartBug 27860: Fix self-registration if messages with incor...
2021-03-09 Marcel de RooyBug 27268: (QA follow-up) Add Koha::Biblios to basket...
2021-03-09 Aleisha AmohiaBug 27268: Move GetMarcNotes to Koha namespace
2021-03-09 Jonathan DruartBug 27652: Display patron's categories for sysprefs...
2021-03-08 Jonathan DruartBug 27650: Fix variable passed to the template in opac...
2021-03-04 Jonathan DruartBug 22824: Remove C4::Boolean, true_p, boolean_preferen...
2021-02-23 Jonathan DruartBug 27626: Fix self registration if categorycode is...
2021-02-17 Nick ClemensBug 24108: Make export file names consistent
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-16 Jonathan DruartBug 27604: Deal with empty pref
2021-02-15 Jonathan DruartBug 26406: Fix suggestions filter at the OPAC
2021-02-12 Nick ClemensBug 27380: (follow-up) Remove earlier declaration and...
2021-02-12 Nick ClemensBug 27380: Move get_prepped_report to object and use...
2021-02-08 Nick ClemensBug 23763: Make search on staff and opac use new routine
2021-02-08 Jonathan DruartBug 20410: Remove OpacGroupResults and PazPar2
2021-02-08 Jonathan DruartBug 27604: Init to {}
2021-02-08 Nick ClemensBug 27604: (QA follow-up) Limit the libraries during...
2021-02-08 Jonathan DruartBug 27604: Make sure PatronSelfRegistrationLibraryList...
2021-02-01 Jonathan DruartBug 27450: Remove password from the mandatory fields...
2021-01-29 James O'KeeffeBug 27487: Rename system preference reviewson to OPACCo...
2021-01-27 David CookBug 26048: Use ErrorDocument middleware for Plack HTTP...
2021-01-14 Jonathan DruartBug 15448: Remove items fetch
2021-01-14 Jonathan DruartBug 15448: Fix ISE
2021-01-14 Tomas Cohen AraziBug 15448: (follow-up) Adapt to changes on bug 24254
2021-01-14 Tomas Cohen AraziBug 15448: (follow-up) Fetch the patron category once
2021-01-14 Tomas Cohen AraziBug 15448: Filter out items hidden in OPAC on placing...
2021-01-12 Lucas GassBug 26123: Add message notification to patron dashboard
2020-12-26 Jonathan DruartBug 27230: Display OPAC description for OPAC_SUG
2020-12-26 Owen LeonardBug 27200: (follow-up) Browse search interface update
2020-12-26 Agustin MoyanoBug 27148: Fix bug on self registration when user categ...
2020-12-21 Fridolin SomersBug 26941: Fix OPAC password recovery error messages
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Make requested changes
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Include SelfCheckInModule
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-11 Agustin MoyanoBug 20936: (follow-up) add biblio and item relation...
2020-11-11 Agustin MoyanoBug 20936: Add patron's hold history menu in OPAC
2020-11-11 Andrew IsherwoodBug 22818: Add generation and sending of notices
2020-11-09 Fridolin SomersBug 26904: OPAC password recovery allows regexp in...
2020-11-02 Arthur SuzukiBug 22806: (QA follow-up)
2020-10-25 Owen LeonardBug 26752: Convert OPAC list download modal to dropdown
next