4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deprecation: Refactored. Now testing the returned template name for the benefit against other CFML engines. Rewrote method comment to add example and cleaup wording. More... almost 16 years ago
added deprecation and tests More... almost 16 years ago
Fixes issue 215 and issue 216. More... almost 16 years ago
Syntax changes. More... almost 16 years ago
Fixes issue 213. More... almost 16 years ago
Fixes issue 214. More... almost 16 years ago
Changed version number to 0.9.3 since that will be the next release. More... almost 16 years ago
Added a "defaults" argument to the "new", "create" and "save" methods. The convention is that "new" will not return object with database default values set but "save" will (can be overridden with "set" function in config files as usual). Does not include empty string defaults since that is treated like a NULL inside Wheels. More... almost 16 years ago
issue 211 - Add ability to get and set properties globally in a model. More... almost 16 years ago
Added functionality for handling the afterFind callback when using findAll. More... about 16 years ago
Added 3 new callback types: afterNew, afterFind and afterInitialization. More... about 16 years ago
Added database introspection for default column values. Added new methods to get and set default values on objects. More... about 16 years ago
Fix for pagination (it did not use the correct column when a property of a different name had been mapped). More... about 16 years ago
Bug fix for order by clause (did not work when property was mapped to a column with a different name). More... about 16 years ago
Correction for PostgreSQL adapter. More... about 16 years ago
See previous. More... about 16 years ago
See previous. More... about 16 years ago
Experimental support for PostgreSQL. More... about 16 years ago
See previous. More... about 16 years ago
Removing non-functional support for Apache Derby Embedded. We'll revisit this in the future. More... about 16 years ago
Support for getting the last inserted primary key value when using Oracle, more info in issue 206. More... about 16 years ago
Railo does not accept empty Application.cfc files so I added the cfcomponent tag to it with no content. More... about 16 years ago
revert 2627, 2628 More... about 16 years ago
Changed query() to $query() so it does not clash with the query() function in Railo 3.1. More... about 16 years ago
Fixed so functions added to events/functions.cfm are globally available in the app (previously only worked when called from CF events). More... about 16 years ago
fixed bug in includePlugin() so original function is overwriiten. Added tests to test overwritten functionality. More... about 16 years ago
plugins must now be loaded independantly by calling includePlugin() from the constructor of the object. Added tests for new functionality More... about 16 years ago
added testing framework More... about 16 years ago
Removed use of "component" since it's a keyword. More... about 16 years ago
Fixes issue 203. More... about 16 years ago