I've updated Soundings, my ColdFusion Survey application. Changes include:
- I know some (poor) people are unable to create mappings with their host. Soundings will now work without a mapping.
- Those same (poor) people may be with a host with limited datasources. You can now use the "tableprefix" property so that Soundings can live in another database.
- My recent fix for CFMX7 charts broke compatibility with CFMX6. That should be fixed now.
- There was a bug with some charts being too short. I've given them all growth hormones and they are all now the same size. They are quite big... but I figured one size for all was fine.
Enjoy. As always, you can download the code from the project page. Today's build was brought to you by Ferry Corsten, best trance DJ I've ever heard.
Archived Comments
We poor people thank you ;)
Did you use the same growth hormones that Barry Bonds took? If so, the charts are jacked! Of course, they might be dead before they're 60, so be careful. ;)
I noticed that on the report page and the survey itself the options for multi/single are not showing according to the designated ranking.
I see that. Will add it to the next release.
If you don't want to wait for the update, find question.cfc, getAnswers, and to the query, add order by rank asc, then do reinit=1 in the url to refresh the cache and that should do it.