Changes since 7.x-1.3:
Changes since 7.x-1.2:
Changes since 7.x-1.1
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:
First final release.
Changes since 7.x-1.0-beta2:
Thanks for providing feedback, help and patches in the issue queue.
fixes a critical follow up to the base path issue: http://drupal.org/node/1861786#comment-6969762
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.
Since alpha9, you need a recent dev version of Search API or apply this patch.
Changes since 7.x-1.0-alpha8:
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:
this release fixes some minor bugs:
Issue #1727980: Doesn't work when value is "0" by khiminrm, dasjo Issue #1727974: Escape points as values that start with "." cause permission denied
most importantly, #1434462: ApacheSolr module integration has been fixed. but watch out for #1649010: Beta release blockers.
just a new branch from the 7.x-1.x code
Pretty path encoding & decoding is now pluggable. For details see http://drupal.org/node/1431682#comment-6024310
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'.
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.
Enable / disable pretty facet paths per search at admin/config/search/facetapi_pretty_paths
Initial release, requires Facet API 7.x-1.0-rc3 or higher. Tested with search_api. For apachesolr integration see #1434462: ApacheSolr module integration
Initial release