Commits on Source (17)
-
Joris Vercammen authored
Issue #3395567 by Rajeshreeputra, mkalkbrenner, borisson_: Config imports of facets leads to fatal errors
-
Joris Vercammen authored
-
Joris Vercammen authored
Issue #3101464 by Fernly, SiliconValet, borisson_: Allow altering facets summary processor plugins through hook
-
Issue #3342656 by LOBsTerr, alanburke, borisson_: Facets Searchbox Widget: Allow to search everywhere in the text and not by first symbols
-
Joris Vercammen authored
-
Joris Vercammen authored
-
Joris Vercammen authored
-
Joris Vercammen authored
Issue #3313850 by Berdir, Rajeshreeputra, borisson_: All facet options marked as active when showing reset all option
-
Issue #3430401 by ankitv18, Project Update Bot, svendecabooter, borisson_: Automated Drupal 11 compatibility fixes for facets
-
Joris Vercammen authored
Issue #3459093 by volkerk, chr.fritsch, idebr, borisson_: Config validation error for facets_processor.*
-
Joris Vercammen authored
Issue #3251920 by gnuget, nmillin, Grimreaper, marcvangend, borisson_: Facets summary: facet order ignored
-
Joris Vercammen authored
-
Joris Vercammen authored
Issue #3117495 by MykolaVeryha, jyotimishra-developer, lammensj, vensires, smustgrave, borisson_: Cannot read property 'makeDropdown' of undefined
-
Joris Vercammen authored
-
Joris Vercammen authored
-
Jimmy Henderickx authored
-
Issue #3254732 by bramdriesen, p-neyens, rohit.rawat619, danielehrenhofer: Facets summary compatibility with views_ajax_history
Showing
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- composer.json 5 additions, 5 deletionscomposer.json
- config/schema/facets.facet.schema.yml 1 addition, 1 deletionconfig/schema/facets.facet.schema.yml
- config/schema/facets.processor.schema.yml 4 additions, 1 deletionconfig/schema/facets.processor.schema.yml
- facets.info.yml 1 addition, 1 deletionfacets.info.yml
- js/dropdown-widget.js 2 additions, 2 deletionsjs/dropdown-widget.js
- js/facets-views-ajax.js 4 additions, 4 deletionsjs/facets-views-ajax.js
- modules/facets_range_widget/facets_range_widget.info.yml 1 addition, 1 deletionmodules/facets_range_widget/facets_range_widget.info.yml
- modules/facets_rest/config/schema/facets.views.styles.schema.yml 7 additions, 0 deletions.../facets_rest/config/schema/facets.views.styles.schema.yml
- modules/facets_rest/facets_rest.info.yml 1 addition, 1 deletionmodules/facets_rest/facets_rest.info.yml
- modules/facets_rest/tests/rest_view/rest_view.info.yml 0 additions, 1 deletionmodules/facets_rest/tests/rest_view/rest_view.info.yml
- modules/facets_searchbox_widget/facets_searchbox_widget.info.yml 1 addition, 1 deletion.../facets_searchbox_widget/facets_searchbox_widget.info.yml
- modules/facets_searchbox_widget/js/searchbox.js 1 addition, 1 deletionmodules/facets_searchbox_widget/js/searchbox.js
- modules/facets_searchbox_widget/tests/src/Unit/Plugin/widget/SearchboxCheckboxWidgetTest.php 0 additions, 2 deletions...ts/src/Unit/Plugin/widget/SearchboxCheckboxWidgetTest.php
- modules/facets_searchbox_widget/tests/src/Unit/Plugin/widget/SearchboxLinksWidgetTest.php 10 additions, 7 deletions...tests/src/Unit/Plugin/widget/SearchboxLinksWidgetTest.php
- modules/facets_summary/config/schema/facets_summary.processor.schema.yml 3 additions, 3 deletions...summary/config/schema/facets_summary.processor.schema.yml
- modules/facets_summary/facets_summary.info.yml 1 addition, 1 deletionmodules/facets_summary/facets_summary.info.yml
- modules/facets_summary/src/FacetsSummaryManager/DefaultFacetsSummaryManager.php 14 additions, 0 deletions.../src/FacetsSummaryManager/DefaultFacetsSummaryManager.php
- modules/facets_summary/src/Form/FacetsSummaryForm.php 2 additions, 0 deletionsmodules/facets_summary/src/Form/FacetsSummaryForm.php
- modules/facets_summary/src/Processor/ProcessorPluginManager.php 1 addition, 0 deletions...s/facets_summary/src/Processor/ProcessorPluginManager.php
... | ... | @@ -12,19 +12,19 @@ |
"support": { | ||
"issues": "https://www.drupal.org/project/issues/facets", | ||
"irc": "irc://irc.freenode.org/drupal-search-api", | ||
"source": "git://git.drupal.org/project/facets.git" | ||
"source": "https://git.drupalcode.org/project/facets" | ||
}, | ||
"license": "GPL-2.0+", | ||
"require-dev": { | ||
"drupal/search_api": "^1.28||1.x-dev", | ||
"drupal/jquery_ui_slider": "~2.0", | ||
"drupal/jquery_ui_touch_punch": "~1.1" | ||
"drupal/search_api": "1.x-dev", | ||
"drupal/jquery_ui_slider": "^2.1", | ||
"drupal/jquery_ui_touch_punch": "^1.1" | ||
}, | ||
"suggest": { | ||
"drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work", | ||
"drupal/jquery_ui_touch_punch": "Required for the 'Facets Range Widget' module to work" | ||
}, | ||
"conflict": { | ||
"drupal/search_api": "<1.14" | ||
"drupal/search_api": "<1.30" | ||
} | ||
} |