Bug 29407: Make the pickup locations dropdown JS reusable
[koha.git] / opac / opac-search.pl
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-25 Nick ClemensBug 29284: (follow-up) Fix code that I copied from too
2021-09-20 Nick ClemensBug 28847: (follow-up) Handle branch_group_limit
2021-09-20 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-08-25 Jonathan DruartBug 28784: Remove code related to num_paragraph cookie
2021-08-16 Jonathan DruartBug 12561: Remove HighlightOwnItemsOnOPAC and Highlight...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
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-10 Lucas GassBug 28241: Fix regex to allow for content before and...
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-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
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
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
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-07-30 Owen LeonardBug 26070: Remove GoogleIndicTransliteration system...
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-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-06-24 Katrin FischerBug 11994: OpenSearch plugins needs to be delivered...
2020-05-15 Tomas Cohen AraziBug 25416: Let OPAC XSLTs know if the context is an...
2020-03-24 Katrin FischerBug 24854: Remove IDreamBooks integration
2020-02-21 Jonathan DruartBug 17896: Remove duplicated use statements
2020-02-21 Nick ClemensBug 17896: load BakerTaylor module with use
2020-02-19 Nick ClemensBug 24103: Add option to dump search query to templates
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-04 Jonathan DruartBug 18936: Move guess_article_requestable_itemtypes...
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-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-06 Marcel de RooyBug 16111: (QA follow-up) Few additional corrections
2019-09-06 Jonathan DruartBug 16111: Fix content type for RSS feed
2019-07-04 Nick ClemensBug 14419: Expanding facets (Show more) performs a...
2019-07-02 Jonathan DruartBug 23058: Prevent XSS vulnerabiliies when 'tag' is...
2019-06-19 Owen LeonardBug 23122: When searching callnumber in simple search...
2019-04-30 Nick ClemensBug 22010: Check preferences for ebook integration
2019-04-29 Josef MoravecBug 8995: (follow-up) Add tests, move open_url/coins...
2019-04-29 Julian MauriceBug 8995: Show OpenURL links in OPAC search results
2018-11-08 Josef MoravecBug 21719: Fix typos
2018-11-07 Alex ArnaudBug 20602: Use weighted fields in OPAC simple search
2018-11-02 Marcel de RooyBug 14385: (QA follow-up) Additional changes and fixes
2018-11-02 Mark TompsettBug 14385: Squash of a lot of patches rebased
2018-11-02 Mirko TietgenBug 14385: (follow-up) C4::Borrowers not found
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-10-01 SrdjanBug 17602: OPAC integration of RecordedBooks
2018-09-07 Marcel de RooyBug 17530: (QA follow-up) Move may_article_request...
2018-09-07 Marcel de RooyBug 17530: Use may_article_request method in opac-search
2018-07-12 Julian MauriceBug 19502: Retrieve index.max_result_window from ES
2018-07-12 Nick ClemensBug 19502: (follow-up) Pass parameters to avoid making...
2018-07-12 Nick ClemensBug 19502: Limit pagination to first 10000 results...
2018-06-04 Jonathan DruartBug 20838: (bug 16735 follow-up) Fix search by group...
2018-05-11 Jonathan DruartBug 20722: Display search results when searching only...
2018-04-02 Charlotte CordwellBug 19892: Replace numbersphr variable with Koha.Prefer...
2018-02-18 Jonathan DruartBug 19978: Fix ITEMTYPECAT behaviour
2018-02-12 Kyle M HallBug 20157: Use group 'features' to decide which groups...
2018-02-12 Kyle M HallBug 16735: Use libraries in all subgroups, not just...
2018-02-12 Kyle M HallBug 16735: Migrate library search groups into the new...
2018-01-30 Jonathan DruartBug 19975: Fix search by tags at the OPAC
2017-10-27 SrdjanBug 16660: Moved Opac Supression filtering from opac...
2017-10-09 Aleisha AmohiaBug 13205: [FOLLOW-UP] Fixing math and variable names
2017-10-09 Aleisha AmohiaBug 13205: [FOLLOW-UP] Some extra logic
2017-10-09 Aleisha AmohiaBug 13205: Last/first page options for result list...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-14 Chris CormackBug 18854 - Protect from DOS
2017-07-05 Jonathan DruartBug 17843: Replace C4::Koha::getitemtypeinfo with Koha...
2017-05-12 Marcel de RooyBug 18400: [QA Follow-up] Move sort outside the loop
2017-05-12 Nick ClemensBug 18400 - Noisy warns in opac-search.pl during itemty...
2017-04-14 Marcel de RooyBug 17835: [QA Follow-up] Fix opac-search.pl
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-02-17 Jonathan DruartBug 17627: Move C4::Koha::GetItemTypesByCategory to...
2017-02-14 EmmaBug 17134: Replace item types codes with category in...
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2016-11-18 Koha Team Lyon 3Bug_17484 Search with date range limit (lower and upper...
2016-09-25 Jonathan DruartBug 16551: Display the name of lists to the search...
2016-09-09 Jonathan DruartBug 17089: Koha::Ratings - Remove GetRating
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Assign a list
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatRevert "Bug 12478: Display facet terms ordered by numbe...
2016-04-26 Jonathan DruartBug 12478: Take the FacetMaxCount pref into account
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress
2016-04-26 Robin SheatBug 12478 - authorities can now be stored in ES
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code
next