view_alias 7.x-1.0-alpha2

Bug fixes
New features

A major refactoring of the code to:

  • Support Term ID (with depth) arguments
  • Support multiple arguments in a single view
  • Fully configurable paths
  • Improvements during bulk updates

If you are upgrading from a previous 7.x release, you need to visit the settings page and set the alias patterns explicitly.

view_alias 6.x-2.3-beta1

Bug fixes

* Fix some bad uses of t()
* Clean up _find_view_arguments(0 and _get_aliasable_views()
* Only support views where we can handle all the arguments
* Support views in code.

view_alias 7.x-1.0-alpha1

Bug fixes

First cut at a clean 7.x release.

* Supports Page views with paths containing no more than a single % token.

view_alias 6.x-2.1

Bug fixes

fixed issue table prefixes being hard coded, this has been occurring since I never merged the changes back into HEAD when I initially made them.

view_alias 6.x-2.0-beta9

Bug fixes

There were two table prefixes hardcoded, beta8 fixed one, this fixes the other.

view_alias 6.x-2.0-beta4

Bug fixes

Somehow, i had a vi snafu and delete a few lines of code. So I added those back in and also had to rework the cached aliases so they worked correctly.

view_alias 6.x-2.0-beta3

Bug fixes

There was a spelling error in the cache id name, which was causing errors. This is the fix for #399662: No views available to select.

view_alias 6.x-2.0-beta1

New features

Here it is. First release of views alias for Drupal6.

So whats new?

Firstly, I'm now integrating with the pathauto API. Making use of the hooks helped with deleting and configuration.
Also, since the last version was for Views1, this version is now compatible with Views2 and works with multiple page displays on a single view.

view_alias 5.x-1.1

Bug fixes

Added some small bug fixes that someone pointed out to me at Do It With Drupal conference.

Prepping for D6 branch.

Subscribe with RSS Subscribe to Releases for View Alias