Downloads
Download tar.gz
39.06 KB
MD5: 630fb24ce5d60db32d7cb237ebcffd49
SHA-1: c667e34950568dfc2d27fdfe8b4b7c8240aac1c1
SHA-256: 4b855bf33572b77a13b53088ab503190368e9e41569af0c44eb068f095397cff
Download zip
52.4 KB
MD5: 44200f277c1c4a2116cceccc388c256f
SHA-1: 4a9b24c4920b3de8341bd1303ca5c55b2eefc4e9
SHA-256: 374255e21d545de7d6be675ddf3abd9b8131f78c7f502f98397bb705e3a1c2b5
Release notes
This latest version of Pathauto has several new features, but the biggest one is the use of tokens for pattern replacement which should provide greater reliability in the pattern replacement.
Compatability notes
You will now need to use the token module version 5.x-1.8.
Also, Pathauto has improved support for other languages in this release which requires the use of PHP4.4 or higher, or the use of PHP5.1 or higher.
Changes since Branching from HEAD:
Removed "features"
- #88195 Remove the updates that didn't actually do anything, by greggles, also did some small whitepace changes near these fixes
- #113499 by greggles, stop checking patterns for compatability with max length
- #91105 remove the listing page functionality (including index aliases), by greggles
New Features
- #98964 by greggles, make transliteration optional (but disable it unless the i18n-ascii.txt exists)
- Several fun changes. Yay.
#129482 by greggles, use token module for patterns -
mostly works, probably has some bugs or important enhancements to shake out.
The contrib (event and i18n) token interaction is completely untested. - #142762 by greggles, bulk updates should only update un-aliased nodes
- #67665 by greggles with ideas from killes, perform bulkupdate in configurable sized chunks to improve scalability
Bugfixes
- #66795 by greggles with advice from davidstrauss and ashtonium, variable name compatibility with long CCK names
- #158281 by greggles, set pathauto's weight a little heavier to improve taxonomy handling - note requires running update.php
- #123186 White Screen Of Death on bulk update (Memory), by gerd riesselmann
- #124459 by greggles, default patterns should not be "dangerous" (forgot these at first)
- #152819: Module .info files should not define 'version' in CVS
- #160816 by greggles with idea by fago, flush the token cache in case other token modules (auto node title) have inserted stale values into the tokens
- #155273 by greggles noticed by fhelmschrott, catpath didn't get all parents
- #160822 by jscheel and fhelmschrott, match bulk update description to the actual task of generating for not yet aliased items
- #155273 by greggles, when using taxonomy_get_parents_all we can't also add on the category->name because it doubles up the term as parent/term/term
- #153915 by greggles, Multiple consecutive 'separators' not stripped and a notice fix
- #162595 by greggles, book and CCK token help not showing
- #134473 by greggles with help from chx, Fix CTYPE required but not available by using new pattern
- #162740 by henry polte revised by greggles, remove slash from catpath as it gets built to prevent weird urls
- #60526 by greggles, refactor includes to pull hooks into the module and #167056 by greggles, use more specific permissions