Closed (fixed)
Project:
Journal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 02:10 UTC
Updated:
23 Jan 2011 at 02:00 UTC
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
Comment #1
sunSorry, forgot to enable the dev snapshot. Can you test whether it works? If so, I'd create an official release.
Comment #2
sunAny updates?
Comment #3
sunCreated the D7 release.
Comment #4
kristi wachter commentedThanks, 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!
Comment #5
sunLet'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.