Download ColdFusion on Wheels 0.9.3

December 10, 2009

Posted in Community

Posted By: Chris Peters

Wheels matures a little more with version 0.9.3. <a href="http://www.cfwheels.org/download">Download it today.</a> For those of you upgrading from Wheels 0.9.2, the most that you'll probably need to do is delete the <kbd>wheels</kbd> folder from your install and replace it with the new <kbd>wheels</kbd> folder. Voila! <!--more--> What's new in this release? <h2>Bug Fixes</h2> <ul> <li>Fixes to make Wheels run better on <a href="http://www.getrailo.com/">Railo 3.1</a> and the upcoming <a href="http://labs.adobe.com/wiki/index.php/Centaur">Adobe ColdFusion 9</a>.</li> <li>Fix to make it possible to use routes in forms.</li> <li>Fix so that functions added to the <kbd>events/functions.cfm</kbd> file are globally available in the application and not just from ColdFusion events.</li> <li>Fixes to the Oracle database adapter.</li> <li>Fixes to make the <abbr title="Object Relational Mapping">ORM</abbr> work better when mapping properties to columns with different names.</li> <li>…and more minor fixes.</li> </ul> <h2>Feature Enhancements</h2> <ul> <li><a href="http://www.cfwheels.org/docs/chapter/partials">Partials</a> now allow you to pass a query, which will cause the partial to be run for every record in the query.</li> <li>Improvement to the simpleFormat() function.</li> <li>Improvements for display of <a href="http://www.cfwheels.org/docs/chapter/displaying-links-for-pagination">pagination links</a>.</li> <li>For security reasons, Wheels will now abort all requests that don't go through <kbd>index.cfm</kbd> or <kbd>rewrite.cfm</kbd> in the root.</li> </ul> <h2>New Functionality</h2> <ul> <li>Added 3 new <a href="http://www.cfwheels.org/docs/chapter/object-callbacks">object callback</a> types: afterNew(), afterFind(), and afterInitialization().</li> <li>Support for the PostgreSQL <abbr title="Database Management System">DBMS</abbr>.</li> <li>Support for setting default values on objects based on the database settings (through the new(), create(), and save() methods).</li> <li>New dependent setting for <a href="http://www.cfwheels.org/docs/chapter/associations">associations</a>, which decides which join type to use in queries and whether or not to delete associated objects when the parent is deleted.</li> </ul> Watch for updates to the <a href="http://www.cfwheels.org/docs">Documentation</a> over the next few days.
R
reinhard

as u can see i installed it in a demoweb on a virtual machine. with ... Framework: Wheels 0.9.3 (design mode) CFML Engine: Adobe ColdFusion 8,0,1,195765 URL Rewriting: On everything works fine (say/hello for example), but when i want to use the pluginmanager ... http://www.wheelstest.local/rewrite.cfm?controller=wheels&action=plugins&name=pluginmanager error .... The 2 parameter of the Mid function, which is now 0, must be a non-negative integer /webroot/wheelstest/plugins/pluginmanager/PluginManager.cfc: line 46 (webroot is the folder where all the webs of the devserver live in separate subfolders) any guess? thx!

Jul 10, 2009

P
Chris Peters

It looks like this is being handled, according to this discussion thread... http://groups.google.com/group/cfwheels/browse_thread/thread/20f20a26954a9f65?hl=en

Jul 10, 2009

F
John Farrar

Will this be 1.0 by CF United? Will you be there? Would love to meet you guys.

Jul 29, 2009

P
Chris Peters

Sorry John, not by then. Perhaps next year? :)

Jul 29, 2009

Latest Blog Posts