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
Syntax and spelling. More... almost 16 years ago
Another fix for issue 235. More... almost 16 years ago
Some ground work for issue 63. More... almost 16 years ago
Fix for pagination in SQL Server, issue 235. More... almost 16 years ago
respect uncheckedValue for checkboxes More... almost 16 years ago
refactored checkBox()checked logic: checked loc.value equals checkedValue, restricted boolean numeric logic to only equate 1 as true. added tests. More... almost 16 years ago
$dateOrTimeSelect() wasn't properly handling integers being passed in for values. $yearSelectTag() handles years less than the startyear. added tests. More... almost 16 years ago
cleanup up tests. disabling the old plugin tests. More... almost 16 years ago
Fixes issue 229. More... almost 16 years ago
Added a dependency warning for plugins. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
Cleaning up Wheels files outside of the wheels folder for easier upgrades in the future. Also changing the plugin handling to allow calling a method of the plugin without injecting it to any Wheels objects (by making a view variable named after the plugin point to the plugin in the application scope). More... almost 16 years ago
Patch applied, issue 230. More... almost 16 years ago
Added an argument called "returnAs" to findAll. When set to "objects" it will return an array of objects instead of a query. Will be useful when adding/editing multiple objects in one form (need code to handle the form side of that first though). More... almost 16 years ago
See previous. More... almost 16 years ago
See previous. More... almost 16 years ago
Skipped controller action for congratulations page. More... almost 16 years ago
See previous. More... almost 16 years ago
Reverting plugin code (will be re-adding soon). More... almost 16 years ago
Correction for CF 8.0 compatibility. More... almost 16 years ago
Plugins: allow manual installation of plugins. More... almost 16 years ago
Reverting r2534 since it broke the ability to pass in an empty value on the option element in select and selectTag. More... almost 16 years ago
Fix for passing in named arguments to a partial. More... almost 16 years ago
Fix for association method that uses exists() in the background. It was passing in an empty key (NULL) and errored out because of that. More... almost 16 years ago