Is a 7.x version planned?

If so, could you use help in creating it? I haven't done any 6.x to 7.x module conversions yet, but I might be able to try a first pass if that would be useful.

Thanks!

Comments

sun’s picture

Category: feature » task

Sorry, forgot to enable the dev snapshot. Can you test whether it works? If so, I'd create an official release.

sun’s picture

Any updates?

sun’s picture

Status: Active » Fixed

Created the D7 release.

kristi wachter’s picture

Status: Fixed » Active

Thanks, Sun!

It seems to be working pretty well, with some exceptions.

It did work:

* when enabling a module (admin/modules)
* when changing user permissions (admin/people/permissions)
* when changing a pathauto setting (admin/config/search/path/patterns)

It did NOT work:

* when updating a view configuration (admin/structure/views/edit/viewname)
* when clearing the cache (admin/config/development/performance)

In these cases (when it did NOT work), nothing was added to the journal entries page.

It's good enough for me to continue using it for now. Can I be of any help in tracking down any remaining issues? Would you like me to create a new issue with the above info?

Thanks!

sun’s picture

Status: Active » Fixed

Let's create a separate issue for these. Without having tested it myself, I guess this is caused by the fact that those forms use button-level #submit handlers (which means that form-level #submit handlers are not invoked). That's going to be a tough challenge to resolve.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.