Bug 27498: (follow-up) Update to display logic
[koha.git] / 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
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-12 Jonathan DruartBug 26145: Allow multi covers per item
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-12 Jonathan DruartBug 26145: Display the cover image at the OPAC
2020-10-09 Lucas GassBug 23420: (QA follow-up) Remove more AllowPurchaseSugg...
2020-10-09 Lucas GassBug 23420: Add OPACSuggestionUnwantedFields system...
2020-10-02 Tomas Cohen AraziBug 22343: (QA follow-up) Wrap email creation inside...
2020-10-02 Tomas Cohen AraziBug 22343: Adapt controller scripts
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch attepts to return via SCO
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add handling to SCI
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add handling to SCO
2020-10-01 Nick ClemensBug 24155: Apply weights if not advanced search
2020-10-01 Nick ClemensBug 24155: Make weighting an option on advanced search
2020-10-01 Timothy Alexis VassBug 26266: Add jQuery validator to opac-password-recove...
2020-09-18 Marcel de RooyBug 26464: Code correction in opac-main when news_id...
2020-09-18 David CookBug 26301: Use CanBookBeRenewed when renewing via self...
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-09 Nick ClemensBug 26388: Do not show 'Renew all' or 'Renew selected...
2020-09-03 Katrin FischerBug 15851: (QA follow-up) Fix booleans to uppercase...
2020-09-03 Tomas Cohen AraziBug 15851: Only display the analytics link when required
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-08-31 David GustafssonBug 20057: System preference for auto approval of patro...
2020-08-13 Emmi TakkinenBug 16371: Combine get_daily_quote and get_daily_quote_...
2020-08-13 Olli-Antti KivilahtiBug 16371: Quote of the Day (QOTD) - Display in differe...
2020-08-13 Emmi TakkinenBug 16371: Move GetDailyQuote to get_daily_quote
2020-08-05 Jonathan DruartBug 26133: Remove GetMarc* calls in detail.pl
2020-07-30 Owen LeonardBug 26070: Remove GoogleIndicTransliteration system...
2020-07-30 Didier GautheronBug 25982: OPAC shelves RSS link output is xml
2020-07-30 Jonathan DruartBug 26063: Use Koha::Plugins->call for some other hooks
2020-07-30 Tomas Cohen AraziBug 25961: Add hooks for plugins to inject variables...
2020-07-23 Jonathan DruartBug 5087: Add server-side check
2020-07-23 Tomas Cohen AraziBug 5087: (QA follow-up) Fix leakage in opac-downloadsh...
2020-07-23 Tomas Cohen AraziBug 5087: (QA follow-up) Rename the attribute to fit...
next