Closed (fixed)
Project:
Pathauto
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Jan 2009 at 06:24 UTC
Updated:
13 Apr 2009 at 19:40 UTC
Jump to comment: Most recent file
Just wanted to let the maintainers of pathauto that I've taken on a maintainership role of the path_redirect module and I'm working on getting things up to shape. The path_redirect integration with pathauto has been broken for a while it seems and the API will be changing slightly. I will post a patch shortly when I get it all working and release an official version of path_redirect with the API change.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 365992-pathauto-path-redirect-integration-D6.patch | 2.13 KB | dave reid |
Comments
Comment #1
gregglesGreat news!
In any specific way? I'm using it on many sites without (noticeable) issue.
Comment #2
dave reidI had it reported at #316411: Pathauto integration not working, but I'm not sure exactly how it's broken (I ran some basic click-around-the-site tests and it didn't work for me before any of the API changes). I'm working on getting a SimpleTest test case written specifically for the pathauto integration so I can figure it out exactly.
Comment #3
dave reidHere's the patch that matches the path_redirect API functions with current path_redirect 6.x-1.x. Ideally I'd like to time official releases of each of our modules at the same time so that there is as little problem with incompatibilities as possible (although I have made the API changes flexible to accept the old function parameters).
Comment #4
dave reidI'm also happy to report that my little test case for pathauto integration is working perfectly now. :)
Comment #5
Freso commentedCommitted to 6.x-2.x and 6.x-1.x. When are you planning on making a release with the new API?
Comment #6
dave reidIt's actually out right now in my beta releases, but I made sure that it was backwards-compatible. I really don't need to change anything. It would be nice to time 'official' releases together, though.