openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ColdFusion on Wheels (CFWheels)
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
May 30, 2023 — May 30, 2024
Showing page 169 of 190
Search / Filter on:
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.
Tony Petruzzi
More...
almost 16 years ago
added deprecation and tests
Tony Petruzzi
More...
almost 16 years ago
Fixes issue 215 and issue 216.
Per Djurner
More...
almost 16 years ago
Syntax changes.
Per Djurner
More...
almost 16 years ago
Fixes issue 213.
Per Djurner
More...
almost 16 years ago
Fixes issue 214.
Per Djurner
More...
almost 16 years ago
Changed version number to 0.9.3 since that will be the next release.
Per Djurner
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.
Per Djurner
More...
almost 16 years ago
issue 211 - Add ability to get and set properties globally in a model.
Tony Petruzzi
More...
almost 16 years ago
Added functionality for handling the afterFind callback when using findAll.
Per Djurner
More...
about 16 years ago
Added 3 new callback types: afterNew, afterFind and afterInitialization.
Per Djurner
More...
about 16 years ago
Added database introspection for default column values. Added new methods to get and set default values on objects.
Per Djurner
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).
Per Djurner
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).
Per Djurner
More...
about 16 years ago
Correction for PostgreSQL adapter.
Per Djurner
More...
about 16 years ago
See previous.
Per Djurner
More...
about 16 years ago
See previous.
Per Djurner
More...
about 16 years ago
Experimental support for PostgreSQL.
Per Djurner
More...
about 16 years ago
See previous.
Per Djurner
More...
about 16 years ago
Removing non-functional support for Apache Derby Embedded. We'll revisit this in the future.
Per Djurner
More...
about 16 years ago
Support for getting the last inserted primary key value when using Oracle, more info in issue 206.
Per Djurner
More...
about 16 years ago
Railo does not accept empty Application.cfc files so I added the cfcomponent tag to it with no content.
Per Djurner
More...
about 16 years ago
revert 2627, 2628
Tony Petruzzi
More...
about 16 years ago
Changed query() to $query() so it does not clash with the query() function in Railo 3.1.
Per Djurner
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).
Per Djurner
More...
about 16 years ago
fixed bug in includePlugin() so original function is overwriiten. Added tests to test overwritten functionality.
Tony Petruzzi
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
Tony Petruzzi
More...
about 16 years ago
added testing framework
Tony Petruzzi
More...
about 16 years ago
Removed use of "component" since it's a keyword.
Per Djurner
More...
about 16 years ago
Fixes issue 203.
Per Djurner
More...
about 16 years ago
←
1
2
…
165
166
167
168
169
170
171
172
173
…
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree