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 168 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
refactored distanceOfTimeInWords tests
Tony Petruzzi
More...
almost 16 years ago
Plugins: refactored plugins loading tests and fixed test name.
Tony Petruzzi
More...
almost 16 years ago
Fix to set deprecation struct when the show debug setting is true.
Per Djurner
More...
almost 16 years ago
make sure plugins get injected into user created controllers and models before being cached.
Tony Petruzzi
More...
almost 16 years ago
Plugins: encapsulated injection code. add () and () methods. fixed bug, if a plugin component mixin arrribute was marked none then it exited the injection instead of using it as a deault. cleanup tests. added ability to inject plugins into user created models and controllers.
Tony Petruzzi
More...
almost 16 years ago
added _setup() and _teardown() methods to testing framework.
Tony Petruzzi
More...
almost 16 years ago
forgot to scope name argument in last commit
Tony Petruzzi
More...
almost 16 years ago
fix for 226
Tony Petruzzi
More...
almost 16 years ago
moved loading routes after plugins load.
Tony Petruzzi
More...
almost 16 years ago
Fixes issue 225.
Per Djurner
More...
almost 16 years ago
2725 broke commits 2724 and 2723. Readding
Tony Petruzzi
More...
almost 16 years ago
added plugin api and tests.
Tony Petruzzi
More...
almost 16 years ago
Fix for issue 224.
Per Djurner
More...
almost 16 years ago
Small change to afterFind callback for findAll. property values are now passed in directly as arguments and not in a variable called "record".
Per Djurner
More...
almost 16 years ago
See previous.
Per Djurner
More...
almost 16 years ago
Updated PluginManager to show and allow install of incompatible plugins. Warning message will be shown for installed incompatible plugins. Added an application setting for allowing installation of incompatible plugins ("loadIncompatiblePlugins", default is "true"), this is useful if you have upgraded Wheels and it fails due to an error in a plugin you can switch off this setting.
Per Djurner
More...
almost 16 years ago
Fix to compare plugin version with the Wheels version regardless of RC 1, RC 2 etc.
Per Djurner
More...
almost 16 years ago
Closes issue 218.
Per Djurner
More...
almost 16 years ago
See previous.
Per Djurner
More...
almost 16 years ago
See previous.
Per Djurner
More...
almost 16 years ago
Changes to partials.
Per Djurner
More...
almost 16 years ago
Fixes issue 221.
Per Djurner
More...
almost 16 years ago
Syntax change to make Wheels run on Adobe ColdFusion 8 without the 8.0.1 updater installed.
Per Djurner
More...
almost 16 years ago
Added functionality to dependent argument. For hasMany/hasOne associations it can now be set to delete, deleteAll, remove, removeAll which will delete associated objects using the method with the same name. You can also set to "join" to not delete objects at all but only use inner join on queries. When set to true it is the same as "delete".
Per Djurner
More...
almost 16 years ago
Added "dependent" argument to belongsTo, hasOne and hasMany. Example: if a Product belongs to a Category and dependent is set to true on the belongsTo call it tells Wheels that no Product should ever exist without a Category (no orphaned records allowed). This allows Wheels to use INNER JOINs instead of LEFT OUTER JOINs on this association.
Per Djurner
More...
almost 16 years ago
Pagination improvements: added new pagination() func to get info in a struct, added showSinglePage arg to be able to hide entire result when not enough records exist for multiple pages. Added append/prepend arg to add html before and/or after entire result. Added args to specify to append/prepend before/after the first/last page number. Removed the requirement to specify an order to findAll(), defaulting to order by primary key now instead. Deprecated the name of 2 args.
Per Djurner
More...
almost 16 years ago
Fix for timestamping records on update and create.
Per Djurner
More...
almost 16 years ago
Fixed wheelstestdb script and added some test data.
Tony Petruzzi
More...
almost 16 years ago
Fix for issue 217.
Per Djurner
More...
almost 16 years ago
Moved test links to corresponding areas in the debugging console. Removed the 'Run Tests' area. Made test links more prominent.
Tony Petruzzi
More...
almost 16 years ago
←
1
2
…
164
165
166
167
168
169
170
171
172
…
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