Bug 36792: Limit POSIX imports
[koha.git] / opac / opac-search.pl
2023-10-09 Matt BlenkinsopBug 33819: Add page numbers to opac results breadcrumb
2023-09-21 Aleisha AmohiaBug 34760: Confirm session ID is set to save OPAC searc...
2023-07-28 Fridolin SomersMerge remote-tracking branch 'translate/23.05.02-transl...
2023-07-28 Michał GórnyBug 34023: Prevent HTML injection in "back to results...
2023-05-09 Fridolin SomersBug 33569: Fix sort by relevance in catalog search
2023-03-02 David CookBug 32639: Send opac-search.osdx without doing an empty...
2022-11-04 Joonas KylmäläBug 31517: Remove unused get_tag function
2022-10-21 Nick ClemensBug 17170: Add search filters to staff and opac interfaces
2022-10-20 Nick ClemensBug 28375: Inefficiencies in fetching COinS
2022-07-22 Jonathan DruartBug 29697: Remove GetHiddenItemnumbers
2022-07-22 Nick ClemensBug 31213: Auto search simple term quoted
2022-07-20 Marcel de RooyBug 31186: Fix the hidingrules test for result numbering
2022-06-09 Kevin CarnesBug 30844: Ensure that allow_nonref is enabled when...
2022-06-06 Kevin CarnesBug 30844: The OPAC detail page's browser is limited...
2022-04-12 Owen LeonardBug 17018: Split AdvancedSearchTypes for staff and...
2022-03-22 Jonathan DruartBug 29940: Don't surround value by quote
2022-02-16 Fridolin SomersBug 30101: Fix OPAC advanced search after Bug 29844
2022-02-10 Jonathan DruartBug 29859: Use iterator instead of as_list
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2021-11-19 Jonathan DruartBug 5229: Remove system preference 'OPACItemsResultsDis...
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
next