Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
55.55 KB
MD5: 37c8eaa37d69d60303e702c271f99f9e
SHA-1: da489101eeec4873b8e3a773ede65614236c4a02
SHA-256: fc822d8a90655a9598c93061eb79d680775f16609a24959f92b69674a3ef2286
Download zip
64.2 KB
MD5: accdc36ae5df30fe685b8ef27d2e0103
SHA-1: 7de4522f7745bc81669b94cf9081b35a62683645
SHA-256: 9c8574751d283b5ca656512d1e24a590b8965af5f5edf85a91c11c33f506560a
Release notes
Changes since DRUPAL-7--1-0-ALPHA2:
- by Dave Reid: Provide 'pathauto' context for token replacement.
- Convert to using $node->path['pathauto'] instead of $node->path['pathauto_perform_alias'] or $node->pathauto_perform_alias.
- by Dave Reid: Fixed global tokens not displayed in the token tree UI.
- by Dave Reid: Changed to use token_element_validate() instead of token_element_validate_token_context().
- #969036 by Dave Reid, CodyCraven: Fixed vertical tabs summary changes for D7.
- by Dave Reid: Fixed file documentation for pathauto.inc still references removed function _pathauto_include().
- by Dave Reid: Try to get Pathauto tests working.
- #876768 by Dave Reid: Fixed pattern variables not renamed or deleted if node type or taxonomy machine names are changed or deleted.
- #931740 by Dave Reid, grendzy: Fixed do not auto-update taxonomy term or user account aliases if path['pathauto'] is FALSE.
- #876768 by Dave Reid: Fixed pattern variables not renamed or deleted if node type or taxonomy machine names are changed or deleted.
- by Dave Reid: Small fixes to docs, removing old update functions, and converting delete queries to db_delete().
- #876768 follow-up by Dave Reid: Fixed default taxonomy term path not set correctly.
- #867582 by Dave Reid: Stop supporting feed aliases (because they're sub-paths too!).
- by Dave Reid: Fixed tests updated for token renaming with url token types.
- #1009116 by Freso, CrashTest_, Dave Reid | tsvenson: Changed use of 'node' to 'content' to comply with D7 UI text standardization.