5.x-2.1 release imminent

greggles's picture
public
group: Paths
greggles - Tue, 2008-02-19 17:58

Hello folks,

I've fixed a bunch of bugs in Pathauto recently and think it's about time for a 5.x-2.1 release. The current 5.x-2.x-dev is basically what I plan on tagging as a 5.x-2.1. If I could get some "yes, looks good" or "no, need to fix bug #x beforehand" that would be really helpful.

This is likely to be the last release for a couple of months so I'd like it to be really solid.

Thanks.


I tested

albies - Fri, 2008-03-21 13:48

5.x-2.x-dev, but have always problem with taxonomy;
I use taxonomy_menu and while for node pathauto work, for taxonomy not work;

I think pheraphs problem is this: if analyze url aliases I see that for
node have this
Alias........................System
content/article01.......node/7

and for taxonomy this
Alias......................................System
mycategory/menu1/submenu..........taxonomy/term/11

but while the real url for node is
site.com/node/7 so is correct remove/recognize System: node/7

for taxonomy the real url is this
site.com/mycategory/2/11 your module cannot remove/recognize mycategory/2/11 for insert Alias

mycategory is the name tha I can set in taxonomy_menu, is the text field
called Module page and is "How should be the first item on the menu, Example: categories/1/2/3, technology/1/2/3" (I choiche mycategory)