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
refactored distanceOfTimeInWords tests More... almost 16 years ago
Plugins: refactored plugins loading tests and fixed test name. More... almost 16 years ago
Fix to set deprecation struct when the show debug setting is true. More... almost 16 years ago
make sure plugins get injected into user created controllers and models before being cached. 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. More... almost 16 years ago
added _setup() and _teardown() methods to testing framework. More... almost 16 years ago
forgot to scope name argument in last commit More... almost 16 years ago
fix for 226 More... almost 16 years ago
moved loading routes after plugins load. More... almost 16 years ago
Fixes issue 225. More... almost 16 years ago
2725 broke commits 2724 and 2723. Readding More... almost 16 years ago
added plugin api and tests. More... almost 16 years ago
Fix for issue 224. 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". More... almost 16 years ago
See previous. 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. More... almost 16 years ago
Fix to compare plugin version with the Wheels version regardless of RC 1, RC 2 etc. More... almost 16 years ago
Closes issue 218. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
Changes to partials. More... almost 16 years ago
Fixes issue 221. More... almost 16 years ago
Syntax change to make Wheels run on Adobe ColdFusion 8 without the 8.0.1 updater installed. 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". 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. 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. More... almost 16 years ago
Fix for timestamping records on update and create. More... almost 16 years ago
Fixed wheelstestdb script and added some test data. More... almost 16 years ago
Fix for issue 217. 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. More... almost 16 years ago