facetapi_pretty_paths 7.x-1.4

Bug fixes
Unsupported

Changes since 7.x-1.3:

  • #2420325 by Lendude: facetapi_pretty_paths causes error: undefined function ctools.get_plugins

facetapi_pretty_paths 7.x-1.3

Bug fixes
New features
Unsupported

Changes since 7.x-1.2:

  • #2233741 by jaydub: Facetapi_pretty_paths and page_manager gives a solr error on every cache clear
  • #2413319 by dasjo: Add base path provider plugins

facetapi_pretty_paths 7.x-1.2

New features
Unsupported

Changes since 7.x-1.1

  • #1935782 by jaydub: Added Support pretty paths for Facet API per-facet setting to only allow one active item.

facetapi_pretty_paths 7.x-1.1

Bug fixes
Unsupported

Deprecated alter hook:

  // Allow other modules to alter the coder definitions.
 drupal_alter('facetapi_pretty_paths_facetapi_pretty_paths_coders', $coders); 

New alter hook:

  // Allow other modules to alter the coder definitions.
  drupal_alter('facetapi_pretty_paths_coders', $coders);

Changes since 7.x-1.0:

facetapi_pretty_paths 7.x-1.0

Bug fixes
Unsupported

First final release.

Changes since 7.x-1.0-beta2:

  • #1953606 by jaydub: Added Use natural sort for url segments.
  • #1868576 by drewmacphee | mh86: Fixed Missing taxonomy coder for Apache Solr?.

Thanks for providing feedback, help and patches in the issue queue.

facetapi_pretty_paths 7.x-1.0-beta1

New features
Bug fixes
Unsupported

We finally closed all #1649010: Beta release blockers.

Most importantly, #1861786: Fix base path issues has been committed. This should make previous, related Search API patches redundant.

facetapi_pretty_paths 7.x-1.0-alpha9

New features
Bug fixes
Unsupported

Since alpha9, you need a recent dev version of Search API or apply this patch.

Changes since 7.x-1.0-alpha8:

facetapi_pretty_paths 7.x-1.0-alpha8

New features
Bug fixes
Unsupported

Note that since alpha8, paths aren't sorted by default but you may enable doing so using the admin config page. Sorted paths lead to unique, canonical urls. Keep in mind that this will replace the order in which user clicked the facets.

Changes since 7.x-1.0-alpha7:

facetapi_pretty_paths 7.x-1.0-alpha4

Bug fixes
Unsupported

minor updates:
d354cbf Need to decode path aliases twice.
b0b2c27 Access additions.
4cb7475 Issue #1570556: Permission should not be 'access administration pages' by dagomar: Permission should not be 'access administration pages'.

facetapi_pretty_paths 7.x-1.0-alpha3

New features
Bug fixes
Unsupported

3ae4bca Issue #1546786: $_GET should be sanitised before use by Jovean: should be sanitised before use.
ece1756 Issue #1514980: Support for breadcrumb by mrfelton: Support for breadcrumb.

facetapi_pretty_paths 7.x-1.0-alpha2

New features
Unsupported

Enable / disable pretty facet paths per search at admin/config/search/facetapi_pretty_paths

facetapi_pretty_paths 7.x-1.0-alpha1

New features
Unsupported

Initial release, requires Facet API 7.x-1.0-rc3 or higher.
Tested with search_api. For apachesolr integration see #1434462: ApacheSolr module integration

Subscribe with RSS Subscribe to Releases for Facet API Pretty Paths