Bug 27883: Add ability to preserve patron field from being overwritten by import
[koha.git] / opac /
2021-07-12 Maryse SimardBug 11879: (follow up) Some fixes and code cleanup
2021-07-12 Bin WenBug 11879: Add a new field to patron record: main conta...
2021-07-12 Marcel de RooyBug 27948: (QA follow-up) Remove NewsChannels reference
2021-07-12 Marcel de RooyBug 27948: (QA follow-up) Remove unused $disclaimer...
2021-07-12 Agustin MoyanoBug 27948: (follow-up) Use Koha.news and PROCESS koha_n...
2021-07-12 Agustin MoyanoBug 27948: Add disclaimer to article request
2021-07-12 Jonathan DruartBug 28561: Remove DBIC warning in opac-shelves
2021-07-12 Marcel de RooyBug 28561: Fix noisy warning about $direction too
2021-07-06 Josef MoravecBug 22544: Clarify documentation and change param ...
2021-07-06 Josef MoravecBug 22544: Refactor searching of news items
2021-07-06 Josef MoravecBug 22544: Move GetNewsToDisplay to Koha namespace
2021-07-06 Tomas Cohen AraziBug 28299: Make buildKohaItemsNamespace accept Koha...
2021-07-06 Jonathan DruartBug 28299: Take OpacHiddenItems into account on opac...
2021-07-06 Jonathan DruartBug 28409: Simplify data validation
2021-07-06 David CookBug 28409: Comprehensively validate category in opac...
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-24 Tomas Cohen AraziBug 28600: (bug 18989 follow-up) Resolve variable scope...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-22 Jonathan DruartBug 28591: Don't pass debug to get_template_and_user
2021-06-21 Marcel de RooyBug 28545: Noisy uninitialized warn at opac-MARCdetail...
2021-06-21 Owen LeonardBug 28422: OPAC MARC detail view doesn't correctly...
2021-06-21 Joonas KylmäläBug 28513: Fix analytics search links so they don't...
2021-06-21 Nick ClemensBug 28526: (QA follow-up) Don't search if query is...
2021-06-21 Fridolin SomersBug 28526: Impossible to search only zero
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...
next