Pathauto

Subscribe to Pathauto feed
Updated: 7 hours 53 min ago

pathauto 6.x-1.6

Mon, 10/31/2011 - 11:54
Last updated: October 31, 2011 - 15:55View usage statistics for this release Download Size md5 hash pathauto-6.x-1.6.tar.gz 41.18 KB 6f0b256bcc1db017b4ee444001db71a0 pathauto-6.x-1.6.zip 46.67 KB 0b14068199a24fa98a4e5d21351a3cb8 Official release from tag: 6.x-1.6
Last updated: October 31, 2011 - 15:55View usage statistics for this release

Changes since 6.x-1.5:

  • #1267144: Fixed mismatched table alias in taxonomy and forum term bulk aliasing.
  • #167786: Fixed check_plain()'d token values using decode_entities() before stripping tags.
  • #1020412: Prevent automatic aliases from overriding existing folder and file paths.
  • #834198 by Dave Reid, donquixote, mikeytown2: Added static caching to pathauto_cleanstring() for performance.
  • #167786: Remove tags from token values in pathauto_cleanstring().
  • #876768: Fixed pattern variables not renamed if node type machine name changed. Fixed pattern variables not deleted when node types or vocabularies are deleted.
  • #921188: Assign proper language to redirects.
  • #931740 by Dave Reid: Fixed Pathauto processing should be skipped if the pathauto_perform_alias attribute is defined for taxonomy terms or user accounts.
  • #1078040: Restore blank line after opening PHP tags.
  • #319070 by Dave Reid, Josh Waihi, DrDeth, JoelKleier, jamespharaoh, tuffnatty: Provide a wrapper for cross-db and cross-field-type concatenation.
  • Drupal.org Git Migration: Removing translation directories
  • Drupal.org Git Migration: Stripping CVS keywords
  • #1056090 by Dave Reid, jordi: Fixed mis-converted strings in i18n-example.ascii.txt.
  • #298788 by Magnus: Imported translation to localization server and removed CVS file.
  • #1001502 by Dave Reid: Updated tests for latest Simpletest and Token code.
  • #991986 by Dave Reid: Fixed bulk generation queries.
  • by Dave Reid: Removed unnecessary call to module_load_include('inc', 'pathauto').

pathauto 6.x-2.0

Mon, 10/31/2011 - 11:49
Last updated: October 31, 2011 - 15:50View usage statistics for this release Download Size md5 hash pathauto-6.x-2.0.tar.gz 42.78 KB f0a5b1712621351a5cbbfeff142cbb89 pathauto-6.x-2.0.zip 47.8 KB efd20b535788db3658647208e3575549 Official release from tag: 6.x-2.0
Last updated: October 31, 2011 - 15:50View usage statistics for this release

Changes since 6.x-2.0-rc2:

  • #1289550: The source and language contexts could not be altered from hook_pathauto_alias_alter().
  • #1325976: Improved and shortened text on edit forms.
  • #1322902: Abstracted the unique variant code into pathauto_alias_uniquify().
  • #167786: Fixed check_plain()'d token values using decode_entities() before stripping tags.

pathauto 7.x-1.0

Mon, 10/31/2011 - 10:52
Last updated: October 31, 2011 - 14:55View usage statistics for this release Download Size md5 hash pathauto-7.x-1.0.tar.gz 36.32 KB 6edd617da0cfa31ddde247933d670ef4 pathauto-7.x-1.0.zip 41.48 KB 584227b59ad419fda9104fa60d19aab3 Official release from tag: 7.x-1.0
Last updated: October 31, 2011 - 14:55View usage statistics for this release

Changes since 7.x-1.0-rc2:

  • #1289550: The source and language contexts could not be altered from hook_pathauto_alias_alter().
  • #1325976: Improved and shortened text on edit forms.
  • #1322902: Abstracted the unique variant code into pathauto_alias_uniquify().
  • #1302158: Added workaround for core issue #1003788 to suppress exceptions thrown when calling menu_get_item().
  • #1279270: Fixed taxonomy and forum bulk updating did not actually loop through all terms.
  • #167786: Fixed check_plain()'d token values using decode_entities() before stripping tags.
  • #1244470: Fixed pathauto_field_extra_fields_alter() should actually be path_field_extra_fields() on behalf of path.module.
  • Fixed the pathauto.tokens.inc file was committed prematurely before it was finished and had tests.