4
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 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... almost 17 years ago
Preparing for plugins... More... almost 17 years ago
Preparing for plugins... More... almost 17 years ago
Preparing for plugins... More... almost 17 years ago
Bug fix related to calling model methods when no CFC file exists. More... almost 17 years ago
Missing file. More... almost 17 years ago
Oops, left a cfdump call in the middle of the code ;O More... almost 17 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... almost 17 years ago
"plugins" folder added. More... almost 17 years ago
Some prep work for 0.8.3. More... almost 17 years ago
[no comment] More... almost 17 years ago
Support for the IN operator (only SQL Server so far). More... almost 17 years ago
Fixes issue 111. More... almost 17 years ago
Improved pluralization / singularization. More... almost 17 years ago
Added back updateByKey and deleteByKey. Small fix to URLFor. More... almost 17 years ago
Fixed so the highlight function does not highlight inside HTML tags. More... almost 17 years ago
Fixed ampersand issue in redirectTo. Changed "get" to "findByKey". More... almost 17 years ago
Fixes case sensitivity issue on Unix etc. More... almost 17 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... almost 17 years ago
Made a small change so you can set the app to maintenance mode even when the database is down. More... almost 17 years ago
Changed error text. More... almost 17 years ago
Fixes issue 107. More... almost 17 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... almost 17 years ago
More informative Wheels error throwing. More... almost 17 years ago
[no comment] More... almost 17 years ago
Upper / lower case related changes. More... almost 17 years ago
Upper / lower case related changes. More... almost 17 years ago
Fixes issue 89. More... almost 17 years ago
Closes issue 104. More... almost 17 years ago
Forgot to change a few things for issue 95. More... almost 17 years ago