Releases for Pathauto
pathauto 6.x-1.0
Download: pathauto-6.x-1.0.tar.gz
Size: 61.63 KB
md5_file hash: c9355aae82a7547c1f601c93d4598732
First released: April 30, 2008 - 01:40
Last updated: April 30, 2008 - 01:45
This is the 6.x compatible release based upon the 5.x-2.x branch.
Before upgrading be sure to read the 5.x to 6.x upgrade guide.
This release still has bugs, but many of them are actually in token, so...
The reason to create a release is so that users can have a stable version to use and to report bugs against.
pathauto 5.x-2.2
Download: pathauto-5.x-2.2.tar.gz
Size: 51.89 KB
md5_file hash: e5767e2b1c9f112933b2a69104cd470c
First released: April 28, 2008 - 15:30
Last updated: April 28, 2008 - 15:35
This is largely a bugfix release. The faster bulk generates might be seen as a feature, but either way - they are definitely good.
Changes since DRUPAL-5--2-1:
- bug #243538 by stennie: cast the concatenated join value to be able to use the url_alias index (faster bulk generates)
- bug #219726 by psynaptic: 'update path aliases' node operation breaks publish operation
- doc bug #227147 found by iantresman patch by greggles: php compatibility in README no longer applicable
- small notice in pathauto_taxonomy.inc
- bug #228775 by greggles: Deleting nodes with feed aliases doesn't delete the feed alias
- bug #228696 by greggles: bulk delete didn't include blogs or forums in list (add them)
- bug #224243 by greggles: Slashes for [termalias] token field must not be removed.
- task #229242 by Junyor, greggles: provide better bulk update instructions
- task #241132 by steamedpenguin: coding standards cleanup
- task #239556 by dsnopek: documentation for disabling pathauto per node type
- bug #212327 by aufumy: faster bulk generates - followup
- bug #243538 by beholder: Empty 'termalias' placeholder after #241132
- adding id to js
pathauto 5.x-2.1
Download: pathauto-5.x-2.1.tar.gz
Size: 51.85 KB
md5_file hash: 84b8c81c0911ec5bbfd88b8d8f91a591
First released: February 21, 2008 - 09:11
Last updated: February 21, 2008 - 09:15
This is primarily a stability fix on the 5.x-2.0 release of Pathauto though it does include some new "features" they were considered to be quite important in order to be added.
Changes since DRUPAL-5--2-0:
- feature #191393 by greggles, pinpoint problem for 'not valid within the scope of tokens' errors
- feature #83993 by greggles, Blog path alias created for users who have no permissions to have own blog
- feature #144366 by greggles, provide [bookpathalias] token
- bugfix #191187 by greggles, change includes to requires to highlight file inclusion problems more clearly
- bug #192300 by greggles, if there is no pattern, don't alter the node form
- feature #32956 by greggles, More on Verbose option - decide who can see the alias changes information
- bugfix #192949 by bainome and greggles, Fatal error Unsupported operand types when editing a user
- bug #194669 by greggles, undefined function pathauto_cleanstring in some scenarios
- bugfix no nid by greggles: tracker default should use -raw
- temporary bugfix for #195044, reported by lylep, call to undefined function db_change_column on pgsql
- bug #192298 by greggles and jbjaaz, collapse token list to reduce UI clutter
- bug #195153 by vito_swat, no table prefixing in url_alias_extra query
- bug #192126 reported by skizzo patch by greggles, incorrect use of t function
- #199264 by greggles: allow really long patterns, found by Stefan Vaduva
- #196465 by vito_swat, Editing taxonomy name doesn't change taxonomy alias
- add translation of punctuation settings
- #188606 by vito_swat, universal aliasing for taxonomies (so image galleries and ...work)
- #198413 by vito_swat, bug Duplicate entry error in url_alias_extra
- cleanup from last bit removing opening question mark/exclamation
- #197929 by greggles, on nodeapi delete try to delete the alias in case the user is not a path admin
- #201153 by greggles: ui fix, remove big warning about bulk updates and just leave it in README.txt for really curious people
- #195044 by HorsePunchKid and greggles, make pathauto_install work on more pgsql systems
- #198138 by greggles: feature, if src and dst are the same don't create the alias
- #201784 by hinrichsislcocom, cleanup from last commit which caused syntax error - whoops
#198138 by greggles: feature, if src and dst are the same don't create the alias - message cleanup - #193733 by Junyor and greggles, Access Denied after account creation when using ldapauth and securesite
- #197929 by greggles, on nodeapi delete try to delete the alias in case the user is not a path admin - followup for copy/paste bug
- bug #210640 by greggles, found by beginner: notices on nodes without taxonomy.
- feature #207797 by Island Usurper: Allow other object types in Bulk Delete form
- small notice error on user edit with no user defined roles
- bug #214051 by jgoldberg: duplicate entry warning for */feed aliases
- #175772 by greggles: document WYSIWYG conflicts (also slight indentation cleanup after last commit)
- bug #208820 by quicksketch and greggles: only add javascript and only take actions if there is a path box to modifiy (prevents conflicts with webform)
- reverting #193733 because it caused regression #214724 : when admin edits user account creates incorrect alias
- bug #106296 by greggles and J-K: allow admins to specify whether the URL should be all lower case or leave patterns alone
- bug #201659 pathauto overwrites admin created alias when 'automatically alias' has been unchecked if followup edit is done by non-path-admin
- bug #217160 by jgoldberg: debug code accidentally left in
- bug #218552 by greggles: path_set_alias only takes 3 arguments
- reverting #180440 if an alias is manually created, don't automatically update it (among other related issues)
- feature #219726 by wad: Add update path aliases as a node operation
- bug #221189 by greggles: only offer to bulk delete aliases for enabled modules
- feature #216245 by greggles: add back the node feeds, og uses them and others might too
- bug #171659 by greggles: if token isn't available (which happens apparently in profiles sometimes) guard against a WSOD
- bug #221512 by greggles: warn users about spaces and + since they aren't generally a good idea
- bug #169250 by patryk: transliteration failed with non-latin characters
- bug #210968 by greggles: Path redirect integration forwards front page to new location
- bug #218279 by greggles: ensure aliases are unique among existing aliases and redirects
- bug #217992 by greggles: Can't create panel pages because of Path field locked
- feature #138460 by greggles: allow admin to configure feed alias pattern
- bug #224112 by sun: typo in permission used in access check
A few changes were added and then reverted prior to release since they introduced a lot of bugs. If you are interested in fixing the "node form checkbox forgets its state" issue, see a roadmap for ideas on where to help implement this code.
- bug #175830 by greggles: regression from #180440, automatically alias new nodes
- features #180440 and #193558 by greggles, if admin creates alias don't replace it with a pathauto value on subsequent edits and provide a 'delete pathauto aliases' feature
Thanks to mlsamuelson for testing/issue queue maintenance and horsepunchkid and vito_swat for help with patches.
pathauto 5.x-2.0
Download: pathauto-5.x-2.0.tar.gz
Size: 52.46 KB
md5_file hash: f0936b50e0053216d75c14b45f2fdd60
First released: November 5, 2007 - 15:00
Last updated: November 5, 2007 - 15:05
This is the initial release of the Drupal 5.x-2.0 version of Pathauto. There have been a few betas, but this is the first full release.
New features For an overview of the new features see Pathauto 5.x-2.x Features
Upgrade notes If you are upgrading Pathauto on your site, please be sure to read the Pathauto 5.x-2.x upgrade guide.
Changelog For a list of complete improvements from the 5.x-1.x see the release notes on each of the 5.x-2.x releases.
Screenshots
Pathauto 5.x-2.x Administrator Settings Page
Pathauto 5.x-2.x bulk delete page
Changes since DRUPAL-5--2-0-BETA5:
Bugfixes:
- #184293 by greggles, followup because my regex was greedy which caused problems
- #187937 by homolicsan, handle inverted exclamation/question marks ¿¡
- reverted #187937 since the characters get broken somewhere in transmission
- #188762 by greggles, incorrect feed alias for forums
- slight thinko in install, 1 is replace, not 0
Features:
- #185348 by greggles, optionally reduce strings to ascii128
Translations:
- Updated German translation for 5.x-2.x release.
- Some German translation corrections
- updating pot file and adding da.po
pathauto 5.x-2.0-beta5
Download: pathauto-5.x-2.0-beta5.tar.gz
Size: 45.2 KB
md5_file hash: 87ca7e73bfb0ff8d117fc334a8c9217f
First released: October 29, 2007 - 13:34
Last updated: October 29, 2007 - 13:35
I think this will be the last beta before a release candidate and a release.
Please read (and review) the Pathauto 5.x-1.x to 5.x-2.x Upgrade Guide prior to download/installation.
Changes since DRUPAL-5--2-0-BETA4:
- #184724 by John Morahan, pathauto_help() returns '' when there is no help
- #147527 by antgiant, Pathauto bulk update stops working with lots of similar titles and/or transliteration
- #185285 by Stealth AIDS, proper use of t() in pathauto_node.inc
- #185304 by greggles, when transliteration is enabled don't remove forward slashes from tokens
- #184177 by setvik, forum/tid aliases not created on Bulk Update
- cleaning up UI and removing a debug message
- #184119 by greggles, weird behavior if punctuation action is set to remove for separation character
- #100835 by jjeff and greggles, If path redirect is installed provide new update option 'Create a new alias. Redirect from old alias.'
- #183848 by Poetro and greggles, help users with a full transliteration for the whole Unicode character set
- syntax error in install from 184118 - oops. Also cleanups from coder and made update action text a little more consistent
- #184293 by greggles, make the need for the use of -raw more obvious and warn if users use the wrong tokens
- #118676 by WimLeers and greggles, separate aliasing for forums and forum containers port to 5.x-2.x
- #184293 by greggles, followup to make this work on defaults and the 'specialized' patterns
- various E_ALL fixes backported from HEAD and more followup from #194293
- #187499 by greggles, if i18n-ascii.txt is removed, reset the transliterate option since it is disabled and the admin can't do it
pathauto 5.x-2.0-beta4
Download: pathauto-5.x-2.0-beta4.tar.gz
Size: 43.48 KB
md5_file hash: d850283f796dbc6e04e376469efe7431
First released: October 17, 2007 - 16:10
Last updated: October 17, 2007 - 16:15
This is primarily a security release in response to the token_values potential Cross Site Scripting issue. Pathauto on its own is not affected, but token values provided by Pathauto were not properly checked and may have caused a problem if used by another module (no known examples exist).
Other Changes since DRUPAL-5--2-0-BETA3:
- #177058 by greggles, provide a warning not to use punctuation in strings to remove field
- #179066 by Rob Loach, incorrect use of links in t() function broke link to admin page
- #179793 by fysa, Increase bulkupdate limit field length from 3 to 4 characters.
- #143831 by greggles and others, punctuation character fixes and a few other random fixes
pathauto 5.x-2.0-beta3
Download: pathauto-5.x-2.0-beta3.tar.gz
Size: 42.14 KB
md5_file hash: b45b69ae7b230c13f114bc0a0561aa79
First released: September 17, 2007 - 20:42
Last updated: September 17, 2007 - 20:45
Some new bugfixes, some new features, still known bugs (so you may not want to upgrade if you were using 5.x-1.2 and kept with it due to punctuation problems.
Changes since DRUPAL-5--2-0-BETA2:
Features:
- #170673 by meatbites/dmitrig01/greggles, override pathauto with your own alias (oh, hello jquery)
- #106296 by greggles, allow users to specify whether the URL should be all lower case or leave patterns alone
- #128366 by greggles, provide admin feature to delete all aliases of certain types
Bugfixes:
- #167764 by greggles, Pathauto adds /feed to node alias when it isn't requested to
- #168280 by greggles, partial fix for Reports 0 aliases generated when several need to be created.
- #143295 by greggles, start of upgrade documentation: documenting [user] is [author-name] and [cat] is now [term] for nodes
- #167787 by greggles with help from chx - use unicode character classes. also #169250 by nexus7 partial solution to accents removing a on end of words
- #168383 by greggles with help from freixas, call to undefined function pathauto_get_placeholders
- #168383 followup by principessaDS, call to undefined function pathauto_get_placeholders
- #171281 by greggles, idea by AdrianB, add token depency to install.txt
- #168280 by greggles, version2: only try to alias nodes that have patterns
- #167072 by mikesmullin, path updates use old values on user edit
- #159216 by greggles, provide catalias token
- #147527 by themselves and flexer, ensure aliases with sequence numbers will fit in the database prior to insertion
- #173429 by meatbites, Auto alias generation without explicit permission, fixing regression from #170673
- #173854 by greggles found by Josh B, With Taxonomy turned off - Call to undefined function taxonomy_get_parents_all()
- #176414 by knseibert, contrib folder missing -> include_once error
pathauto 5.x-2.0-beta2
Download: pathauto-5.x-2.0-beta2.tar.gz
Size: 39.05 KB
md5_file hash: 0ac58a0058588bf22c9542a75b1a33ce
First released: August 15, 2007 - 15:33
Last updated: August 15, 2007 - 15:35
This is a "brown paper bag" release after the Last Beta
Please read that announcement page.
Also, some tokens have changed names and/or functions so if one of them stops working for you please add it to this issue
Changes since DRUPAL-5--2-0-BETA1:
pathauto 5.x-2.0-beta1
Download: pathauto-5.x-2.0-beta1.tar.gz
Size: 39.06 KB
md5_file hash: 630fb24ce5d60db32d7cb237ebcffd49
First released: August 13, 2007 - 23:52
Last updated: August 13, 2007 - 23:55
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
pathauto 5.x-1.2
Download: pathauto-5.x-1.2.tar.gz
Size: 40.08 KB
md5_file hash: 96d7922c16cee05f76a55810b3a47396
First released: June 4, 2007 - 22:11
Last updated: June 4, 2007 - 22:15
See the cvs messages for details
Features/Enhancements:
#118676 by Wim Leers, separate aliasing for forums and forum containers AND a solution to the catpath bug
#141617 by gusgsm1, po file for the Spanish translation of Pathauto 5.1
#125869 provide uid pattern for nodes, by ahoeben
Bugfixes:
#123186 by gerd riesselmann, reset the static in node_load to prevent white screen of death (Memory)
#134998 by add1sun, Code cleanup to match coder.module's set of rules for Drupal code style
#133849 by RobRoy, pathauto uninstall ignores database prefixes and other minor comment cleanups/style fixes
curly quotes fixes, by hass
And several others...
pathauto 5.x-2.x-dev
Download: pathauto-5.x-2.x-dev.tar.gz
Size: 56.75 KB
md5_file hash: 5b4a16f121ec953e1bfeeed7c8a3da1d
First released: March 20, 2007 - 03:15
Last updated: May 13, 2008 - 12:09
New release for changed features and additional bugfixes. May cause problems, but also may fix some. I hope for this to be generally usable and appreciate testers and people who can provide feedback in the issue queue.
The 1.x branch of Pathauto is the feature complete upgrade of the 4.7 to Drupal5.x
The major point of this 2.x branch of Pathauto is to get rid of old cruft and start implementing the token.module to provide the patterns.
pathauto 5.x-1.1
Download: pathauto-5.x-1.1.tar.gz
Size: 30.38 KB
md5_file hash: b5ad2cf8a1f6a43fd50742ce85b3c2f2
First released: March 20, 2007 - 02:53
Last updated: March 20, 2007 - 02:55
A slight update to the 5.x-1.0 version of this module.
Has slightly better support for different kinds of taxonomy terms.
This will likely be the last version on this branch and the next version - based on the token module - will be developed on a new branch.
pathauto 5.x-1.0
Download: pathauto-5.x-1.0.tar.gz
Size: 25.43 KB
md5_file hash: 3243bd8b6d271d55463148a98998ce92
First released: January 20, 2007 - 23:44
Last updated: January 20, 2007 - 23:45
Drupal 5 Compatible 1.0 release of pathauto. This release has a few known bugs (see the pathauto issue queue for details) but is generally at least as stable and functional as the 4.7 version of Pathauto.
I do believe that a 1.1 release will be necessary in the next few weeks so users are encouraged to upgrade to this release, provide feedback in the issue queue for any problems that you may find, and look out for a 1.1 release.
If you wish to discuss paths and Pathauto in general you can also read up on the Paths group on Groups.Drupal.org
Pathauto has changed somewhat since the Drupal4.7 - partcularly in terms of the transliteration. Please read the INSTALL.txt for details.
pathauto 6.x-1.x-dev
Download: pathauto-6.x-1.x-dev.tar.gz
Size: 65.95 KB
md5_file hash: c866a3b64b46600576b6f8dfb834c6f7
First released: November 11, 2006 - 09:14
Last updated: May 13, 2008 - 12:09
CVS HEAD version which is used while the next version of Drupal is still not released to provide the version compatible with the next release of Drupal.
As of January 2008 it is compatible with Drupal6.
If you are upgrading from 5.x to 6.x be sure to read the Pathauto 5.x to 6.x upgrade guide.
pathauto 4.7.x-1.x-dev
Download: pathauto-4.7.x-1.x-dev.tar.gz
Size: 22.19 KB
md5_file hash: 3cb26483453c93b8348e5e36740b28dc
First released: February 16, 2006 - 02:00
Last updated: October 26, 2007 - 00:07
