| 1 |
|
| 2 |
***DRUPAL-5 only***
|
| 3 |
2007-05-16
|
| 4 |
Forum aliases are now handled separately. Forum vocabularies will not get
|
| 5 |
a regular taxonomy/term/[tid] alias and the pattern input is not available.
|
| 6 |
|
| 7 |
Added a "Delete all aliases" function. See tabs at admin/build/path.
|
| 8 |
|
| 9 |
Bulk updates claim that they only impact non-aliased objects but really affect
|
| 10 |
everything (depending on update action). Changed the queries so that now
|
| 11 |
pathauto will only impact items which are not aliased. To get a clean slate
|
| 12 |
|
| 13 |
2007-04-01
|
| 14 |
Major update to use the token module. The pattern set is now _much_ richer.
|
| 15 |
Certain patterns have changed as noted below:
|
| 16 |
Node patterns:
|
| 17 |
[user] => [author-name]
|
| 18 |
[uid] => [author-uid]
|
| 19 |
[cat] => [term] (only for node patterns!!!)
|
| 20 |
[catalias] => Nothing - so far this is not supported
|
| 21 |
|
| 22 |
2006-03-19
|
| 23 |
Removed _pathauto_page capability which wasn't used by many sites
|
| 24 |
nor by any contrib modules. If your site or module used this
|
| 25 |
consider creating a separate contributed module. This also
|
| 26 |
requires removing the index alias function. See the Pathauto section
|
| 27 |
of the handbook for ideas on how to replace this functionality using views:
|
| 28 |
http://drupal.org/handbook/modules/pathauto and more specificially the
|
| 29 |
Pathauto Pattern Recipes: http://drupal.org/node/124462
|
| 30 |
|
| 31 |
2006-11-11
|
| 32 |
.inc files are now hardcoded instead of being dynamically included
|
| 33 |
Note: may break your site if you use additional .inc files
|
| 34 |
New Defaults:
|
| 35 |
Use - (dash) as the separator by default
|
| 36 |
Limit aliases and components to 100 characters
|
| 37 |
Make "Create new alias, replacing the old one." the default update action
|
| 38 |
|
| 39 |
2006-10-12
|
| 40 |
Allow users to specify a list of words to strip out of the url
|
| 41 |
|
| 42 |
***DRUPAL-4-7 only***
|
| 43 |
2006-01-02
|
| 44 |
More changes to support 4.7:
|
| 45 |
Removed array2object() calls, replaced with (object) casts.
|
| 46 |
Support for Drupal string API.
|
| 47 |
Remove %u for uids.
|
| 48 |
|
| 49 |
2005-10-30
|
| 50 |
Initial port for Drupal 4.7:
|
| 51 |
Replaced node_list() with node_get_types().
|
| 52 |
Removed theme('page'...) call.
|
| 53 |
Implemented new forms API.
|
| 54 |
|
| 55 |
***DRUPAL-4-6 only***
|
| 56 |
2005-10-26
|
| 57 |
Fix bug with tracker bulk update, introduced with "support stripping
|
| 58 |
slashes in individual components".
|
| 59 |
|
| 60 |
2005-10-22
|
| 61 |
Fixed bug where taxonomy info is sometimes ignored.
|
| 62 |
|
| 63 |
2005-10-2
|
| 64 |
Fix bug with book paths not translating spaces to separators.
|
| 65 |
|
| 66 |
2005-9-26
|
| 67 |
Fix bug with taxonomy bulk update, introduced with "support stripping
|
| 68 |
slashes in individual components".
|
| 69 |
|
| 70 |
2005-9-18
|
| 71 |
Added a maximum alias component length setting.
|
| 72 |
Make enabling of feed aliases specific to the content type.
|
| 73 |
|
| 74 |
2005-9-12
|
| 75 |
Support for extensions from modules which extend node/taxonomy.
|
| 76 |
Support stripping slashes in individual components.
|
| 77 |
Support for incorporating menu paths into node patterns.
|
| 78 |
Added a maximum alias length setting.
|
| 79 |
Some improvement in transliteration of unicode characters.
|
| 80 |
Corrected HTML for placeholder documentation.
|
| 81 |
Corrected description in node form.
|
| 82 |
|
| 83 |
2005-8-20
|
| 84 |
Fixed bug in paging of index pages.
|
| 85 |
|
| 86 |
2005-7-25
|
| 87 |
Also exlude "blog" and "admin" as alises.
|
| 88 |
Un-implement blog_pathauto_page() - leave the default blog behavior.
|
| 89 |
|
| 90 |
2005-7-24
|
| 91 |
Implemented blog_pathauto_page().
|
| 92 |
Don't create menu items for unimplemented foo_pathauto_page()
|
| 93 |
callbacks.
|
| 94 |
No longer treat hyphens as alphanumerics (i.e., replace them with
|
| 95 |
separators).
|
| 96 |
Don't allow "user" as an alias.
|
| 97 |
|
| 98 |
2005-7-6
|
| 99 |
Fixed bug - [bookpath] having no effect during bulk update.
|
| 100 |
|
| 101 |
2005-7-4
|
| 102 |
Added verbose option, to display alias change/create actions.
|
| 103 |
Fixed problem with timed-out bulk updates "sticking" and trying to
|
| 104 |
execute on all subsequent visits to the settings page.
|
| 105 |
Switched to using vocabulary IDs instead of names in pattern vars.
|
| 106 |
Added support for forum aliasing to pathauto_taxonomy.inc.
|
| 107 |
Put API documentation into separate file.
|
| 108 |
Added support for tracker URLs (user/[uid]/track), code contributed
|
| 109 |
by Matt England.
|
| 110 |
Fixed problem with existing aliases being deleted when there's no
|
| 111 |
pattern.
|
| 112 |
2005-6-26
|
| 113 |
Index aliases now only generated for nodes - bulk update creation
|
| 114 |
for other content types was broken.
|
| 115 |
|
| 116 |
2005-6-25
|
| 117 |
Implemented generation of index aliases.
|
| 118 |
[bookpath] placeholder added.
|
| 119 |
Fix issue with taxonomy aliases using depth parameters not being
|
| 120 |
used in the outgoing direction.
|
| 121 |
2005-6-6
|
| 122 |
Fix bug with empty separator
|
| 123 |
|
| 124 |
***DRUPAL-4-5 only***
|
| 125 |
2005-5-23
|
| 126 |
drupal_get_path replaced with module_get_path
|
| 127 |
|
| 128 |
***DRUPAL-4-5, DRUPAL-4-6 releases***
|
| 129 |
2005-5-15
|
| 130 |
Fixed bug in user/blog bulk updates - need to ignore user 0.
|
| 131 |
|
| 132 |
2005-5-14
|
| 133 |
Fixed bug when creating users if blog module is enabled - missing
|
| 134 |
argument.
|
| 135 |
|
| 136 |
2005-5-9
|
| 137 |
Fixed bug in updating already-aliased content - "replace" option
|
| 138 |
didn't work correctly.
|
| 139 |
|
| 140 |
2005-5-7
|
| 141 |
Added depth parameter of '0' to taxonomy URLs, so feed URLs are
|
| 142 |
generated correctly.
|
| 143 |
Added 'supportsfeeds' to the settings hook, enabling implementors
|
| 144 |
to indicate that feed aliases may be automatically generated for
|
| 145 |
that content type.
|
| 146 |
Restored automatic feed generation (had been disabled in the
|
| 147 |
refactoring).
|
| 148 |
Added option to control behavior when updating already-aliased
|
| 149 |
content.
|
| 150 |
Added version tracking (based on webform's version tracking). Will
|
| 151 |
automatically fix up variable names that changed after the 2005-4-23
|
| 152 |
release.
|
| 153 |
|
| 154 |
2005-4-30
|
| 155 |
Refactoring of pathauto. Instead of building support for various
|
| 156 |
content types directly into pathauto.module, we now use a modular
|
| 157 |
design which allows support for different content types to be added
|
| 158 |
without touching pathauto itself.
|
| 159 |
|
| 160 |
2005-4-23
|
| 161 |
Support for user and blog aliases.
|
| 162 |
Conversion of accents and ligatures to ASCII equivalents.
|
| 163 |
2005-4-10
|
| 164 |
Support for node-specific patterns
|
| 165 |
2005-4-8
|
| 166 |
Bulk update bugs fixed.
|
| 167 |
2005-4-2
|
| 168 |
[type] and [book] placeholders added.
|
| 169 |
2005-3-26
|
| 170 |
Support for feed aliases added.
|
| 171 |
2005-2-21
|
| 172 |
Fixed bug when taxonomy module was not enabled.
|
| 173 |
2005-2-15
|
| 174 |
Initial merger of Mike Ryan's autopath with Tommy Sundstrom's
|
| 175 |
path_automatic.
|
| 176 |
|
| 177 |
$Id: CHANGELOG.txt,v 1.25.4.5 2007/05/18 03:29:28 greggles Exp $
|