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
Preparing for plugins... More... over 16 years ago
Preparing for plugins... More... over 16 years ago
Preparing for plugins... More... over 16 years ago
Preparing for plugins... More... over 16 years ago
Bug fix related to calling model methods when no CFC file exists. More... over 16 years ago
Missing file. More... over 16 years ago
Oops, left a cfdump call in the middle of the code ;O More... over 16 years ago
Plugin functionality. It is now possible to program a plugin, zip it up and drop in the "plugins" folder to have all public methods of it override the built-in Wheels methods. You can also add brand new methods this way. Currently it's only possible to override/add to the Model and Controller/View. Also, there is no UI functionality for plugins yet. More... over 16 years ago
"plugins" folder added. More... over 16 years ago
Some prep work for 0.8.3. More... over 16 years ago
[no comment] More... over 16 years ago
Support for the IN operator (only SQL Server so far). More... over 16 years ago
Fixes issue 111. More... over 16 years ago
Improved pluralization / singularization. More... over 16 years ago
Added back updateByKey and deleteByKey. Small fix to URLFor. More... over 16 years ago
Fixed so the highlight function does not highlight inside HTML tags. More... over 16 years ago
Fixed ampersand issue in redirectTo. Changed "get" to "findByKey". More... over 16 years ago
Fixes case sensitivity issue on Unix etc. More... over 16 years ago
"findById" renamed to "get". Merged "updateById" and "update" to just "update" and same thing for the delete equivalent. Added some better error handling. More... over 16 years ago
Made a small change so you can set the app to maintenance mode even when the database is down. More... over 16 years ago
Changed error text. More... over 16 years ago
Fixes issue 107. More... over 16 years ago
Closes issue 106. Also, you can now pass in an object instead of a string to URLfor's key argument and it will convert it to the object's primary key value(s). More... over 16 years ago
More informative Wheels error throwing. More... over 16 years ago
[no comment] More... over 16 years ago
Upper / lower case related changes. More... over 16 years ago
Upper / lower case related changes. More... over 16 years ago
Fixes issue 89. More... over 16 years ago
Closes issue 104. More... over 16 years ago
Forgot to change a few things for issue 95. More... over 16 years ago