Needs review
Project:
WURFL
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 22:52 UTC
Updated:
12 Dec 2012 at 23:01 UTC
Jump to comment: Most recent file
The release of Mobile Tools 6.x-2.6 introduced some important changes that affect the WURFL module. The maintainer writes:
"Note that this release of Mobile Tools renamed a number of API functions in order to fix a critical bug. Modules which used these API functions will need to rename their hook implementations accordingly in order to continue to function."
The current version of the WURFL module is using outdated hooks. As of the 6.x-2.6 release, it will no longer integrate with Mobile Tools.
That said, I've created a patch that should correct this. I'll post it below.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | update_WURFL_hooks-1865180.patch | 2.01 KB | slanger |
Comments
Comment #1
slanger commentedThis patch will update all of WURFL's hooks, enabling the module to once again be recognized by Mobile Tools.
If you encounter any problems, feel free to post a patch of your own to correct it. There are plenty of ways to configure Mobile Tools. This patch has only been tested with the most general setup.
Comment #1.0
slanger commentedFixed a type; did some reformatting