You are here

CHANGELOG.txt in Pathauto 5

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
***DRUPAL-5 only***
2006-11-11
  .inc files are now hardcoded instead of being dynamically included
  	Note: may break your site if you use additional .inc files
  New Defaults:
  	Use - (dash) as the separator by default
  	Limit aliases and components to 100 characters
  	Make "Create new alias, replacing the old one." the default update action

2006-10-12
  Allow users to specify a list of words to strip out of the url

***DRUPAL-4-7 only***
2006-01-02
  More changes to support 4.7:
    Removed array2object() calls, replaced with (object) casts.
    Support for Drupal string API.
    Remove %u for uids.

2005-10-30
  Initial port for Drupal 4.7:
    Replaced node_list() with node_get_types().
    Removed theme('page'...) call.
    Implemented new forms API.
  
***DRUPAL-4-6 only***
2005-10-26
  Fix bug with tracker bulk update, introduced with "support stripping
  slashes in individual components".
 
2005-10-22
  Fixed bug where taxonomy info is sometimes ignored.

2005-10-2
  Fix bug with book paths not translating spaces to separators.
  
2005-9-26
  Fix bug with taxonomy bulk update, introduced with "support stripping
  slashes in individual components".
  
2005-9-18
  Added a maximum alias component length setting.
  Make enabling of feed aliases specific to the content type.

2005-9-12
  Support for extensions from modules which extend node/taxonomy.
  Support stripping slashes in individual components.
  Support for incorporating menu paths into node patterns.
  Added a maximum alias length setting.
  Some improvement in transliteration of unicode characters.
  Corrected HTML for placeholder documentation.
  Corrected description in node form.
  
2005-8-20
  Fixed bug in paging of index pages.
  
2005-7-25
  Also exlude "blog" and "admin" as alises.
  Un-implement blog_pathauto_page() - leave the default blog behavior.

2005-7-24
  Implemented blog_pathauto_page().
  Don't create menu items for unimplemented foo_pathauto_page()
    callbacks.
  No longer treat hyphens as alphanumerics (i.e., replace them with
    separators).
  Don't allow "user" as an alias.
  
2005-7-6
  Fixed bug - [bookpath] having no effect during bulk update.
  
2005-7-4
  Added verbose option, to display alias change/create actions.
  Fixed problem with timed-out bulk updates "sticking" and trying to
    execute on all subsequent visits to the settings page.
  Switched to using vocabulary IDs instead of names in pattern vars.
  Added support for forum aliasing to pathauto_taxonomy.inc.
  Put API documentation into separate file.
  Added support for tracker URLs (user/[uid]/track), code contributed
    by Matt England.
  Fixed problem with existing aliases being deleted when there's no
    pattern.
2005-6-26
  Index aliases now only generated for nodes - bulk update creation
  for other content types was broken.

2005-6-25
  Implemented generation of index aliases.
  [bookpath] placeholder added.
  Fix issue with taxonomy aliases using depth parameters not being
  used in the outgoing direction.
2005-6-6
  Fix bug with empty separator

***DRUPAL-4-5 only***
2005-5-23
  drupal_get_path replaced with module_get_path

***DRUPAL-4-5, DRUPAL-4-6 releases***
2005-5-15
  Fixed bug in user/blog bulk updates - need to ignore user 0.
  
2005-5-14
  Fixed bug when creating users if blog module is enabled - missing 
  argument.

2005-5-9
  Fixed bug in updating already-aliased content - "replace" option
  didn't work correctly.

2005-5-7
  Added depth parameter of '0' to taxonomy URLs, so feed URLs are
  generated correctly.
  Added 'supportsfeeds' to the settings hook, enabling implementors
  to indicate that feed aliases may be automatically generated for
  that content type.
  Restored automatic feed generation (had been disabled in the
  refactoring).
  Added option to control behavior when updating already-aliased
  content.
  Added version tracking (based on webform's version tracking). Will
  automatically fix up variable names that changed after the 2005-4-23
  release.

2005-4-30
  Refactoring of pathauto. Instead of building support for various
  content types directly into pathauto.module, we now use a modular
  design which allows support for different content types to be added
  without touching pathauto itself.

2005-4-23
  Support for user and blog aliases.
  Conversion of accents and ligatures to ASCII equivalents.
2005-4-10
  Support for node-specific patterns
2005-4-8
  Bulk update bugs fixed.
2005-4-2
  [type] and [book] placeholders added.
2005-3-26
  Support for feed aliases added.
2005-2-21
  Fixed bug when taxonomy module was not enabled.
2005-2-15
  Initial merger of Mike Ryan's autopath with Tommy Sundstrom's 
  path_automatic.

File

CHANGELOG.txt
View source
  1. ***DRUPAL-5 only***
  2. 2006-11-11
  3. .inc files are now hardcoded instead of being dynamically included
  4. Note: may break your site if you use additional .inc files
  5. New Defaults:
  6. Use - (dash) as the separator by default
  7. Limit aliases and components to 100 characters
  8. Make "Create new alias, replacing the old one." the default update action
  9. 2006-10-12
  10. Allow users to specify a list of words to strip out of the url
  11. ***DRUPAL-4-7 only***
  12. 2006-01-02
  13. More changes to support 4.7:
  14. Removed array2object() calls, replaced with (object) casts.
  15. Support for Drupal string API.
  16. Remove %u for uids.
  17. 2005-10-30
  18. Initial port for Drupal 4.7:
  19. Replaced node_list() with node_get_types().
  20. Removed theme('page'...) call.
  21. Implemented new forms API.
  22. ***DRUPAL-4-6 only***
  23. 2005-10-26
  24. Fix bug with tracker bulk update, introduced with "support stripping
  25. slashes in individual components".
  26. 2005-10-22
  27. Fixed bug where taxonomy info is sometimes ignored.
  28. 2005-10-2
  29. Fix bug with book paths not translating spaces to separators.
  30. 2005-9-26
  31. Fix bug with taxonomy bulk update, introduced with "support stripping
  32. slashes in individual components".
  33. 2005-9-18
  34. Added a maximum alias component length setting.
  35. Make enabling of feed aliases specific to the content type.
  36. 2005-9-12
  37. Support for extensions from modules which extend node/taxonomy.
  38. Support stripping slashes in individual components.
  39. Support for incorporating menu paths into node patterns.
  40. Added a maximum alias length setting.
  41. Some improvement in transliteration of unicode characters.
  42. Corrected HTML for placeholder documentation.
  43. Corrected description in node form.
  44. 2005-8-20
  45. Fixed bug in paging of index pages.
  46. 2005-7-25
  47. Also exlude "blog" and "admin" as alises.
  48. Un-implement blog_pathauto_page() - leave the default blog behavior.
  49. 2005-7-24
  50. Implemented blog_pathauto_page().
  51. Don't create menu items for unimplemented foo_pathauto_page()
  52. callbacks.
  53. No longer treat hyphens as alphanumerics (i.e., replace them with
  54. separators).
  55. Don't allow "user" as an alias.
  56. 2005-7-6
  57. Fixed bug - [bookpath] having no effect during bulk update.
  58. 2005-7-4
  59. Added verbose option, to display alias change/create actions.
  60. Fixed problem with timed-out bulk updates "sticking" and trying to
  61. execute on all subsequent visits to the settings page.
  62. Switched to using vocabulary IDs instead of names in pattern vars.
  63. Added support for forum aliasing to pathauto_taxonomy.inc.
  64. Put API documentation into separate file.
  65. Added support for tracker URLs (user/[uid]/track), code contributed
  66. by Matt England.
  67. Fixed problem with existing aliases being deleted when there's no
  68. pattern.
  69. 2005-6-26
  70. Index aliases now only generated for nodes - bulk update creation
  71. for other content types was broken.
  72. 2005-6-25
  73. Implemented generation of index aliases.
  74. [bookpath] placeholder added.
  75. Fix issue with taxonomy aliases using depth parameters not being
  76. used in the outgoing direction.
  77. 2005-6-6
  78. Fix bug with empty separator
  79. ***DRUPAL-4-5 only***
  80. 2005-5-23
  81. drupal_get_path replaced with module_get_path
  82. ***DRUPAL-4-5, DRUPAL-4-6 releases***
  83. 2005-5-15
  84. Fixed bug in user/blog bulk updates - need to ignore user 0.
  85. 2005-5-14
  86. Fixed bug when creating users if blog module is enabled - missing
  87. argument.
  88. 2005-5-9
  89. Fixed bug in updating already-aliased content - "replace" option
  90. didn't work correctly.
  91. 2005-5-7
  92. Added depth parameter of '0' to taxonomy URLs, so feed URLs are
  93. generated correctly.
  94. Added 'supportsfeeds' to the settings hook, enabling implementors
  95. to indicate that feed aliases may be automatically generated for
  96. that content type.
  97. Restored automatic feed generation (had been disabled in the
  98. refactoring).
  99. Added option to control behavior when updating already-aliased
  100. content.
  101. Added version tracking (based on webform's version tracking). Will
  102. automatically fix up variable names that changed after the 2005-4-23
  103. release.
  104. 2005-4-30
  105. Refactoring of pathauto. Instead of building support for various
  106. content types directly into pathauto.module, we now use a modular
  107. design which allows support for different content types to be added
  108. without touching pathauto itself.
  109. 2005-4-23
  110. Support for user and blog aliases.
  111. Conversion of accents and ligatures to ASCII equivalents.
  112. 2005-4-10
  113. Support for node-specific patterns
  114. 2005-4-8
  115. Bulk update bugs fixed.
  116. 2005-4-2
  117. [type] and [book] placeholders added.
  118. 2005-3-26
  119. Support for feed aliases added.
  120. 2005-2-21
  121. Fixed bug when taxonomy module was not enabled.
  122. 2005-2-15
  123. Initial merger of Mike Ryan's autopath with Tommy Sundstrom's
  124. path_automatic.