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
Docs. More... over 15 years ago
Docs. More... over 15 years ago
Docs. More... over 15 years ago
Docs. More... over 15 years ago
Minor performance improvement for when the app is running without any plugins installed. More... over 15 years ago
Moved the injection code to always be done on request start. It didn't make sense to only run it when routes were not cached. This way other developers can use the same technique when creating plugins. More... over 15 years ago
Refactoring the recent CGI stuff. Now it behaves more like ColdFusion in that whatever you request from the CGI scope you always get something back (a blank string if it doesn't exist for example). More... over 15 years ago
Spelling and syntax changes. More... over 15 years ago
refactor of changes in r3237 to copy over the entire cgi scope that coldfusion allows us to and then only loop over and copy extra cgi variables that wheels needs. Thanks to Tony for his thoughts and input on this. More... over 15 years ago
whoops! removed my gettickcount() More... over 15 years ago
updates to the code to fix issue #294. Removed the duplicate() from wheels/functions.cfm since duplicate was not working for all variables needed in the framework. Added a new appliction.wheels scope variables named cgi that holds an array of cgi variable names that the framework uses and wants to copy over on every request. updated onapplicationstart() and onrequeststart() to loop over the list and copy the variables from the cgi scope to request.cgi. This has the intended consequence of making sure that all cgi variables needed in the framework are available. This also provides clarity as to what information needs to be setup for the framework is run. More... over 15 years ago
Commented out a test that was for code that has since been reverted (r3220 reverted in r3234). More... over 15 years ago
Removed unnecessary singularization for hasOne associations. Reported here: http://groups.google.com/group/cfwheels/browse_thread/thread/65fb1d70f03c12ff/0ff67ea33081654d?lnk=gst&q=Pluralization+and+ExpandedAssociations#0ff67ea33081654d More... over 15 years ago
Reverted r3220. More... over 15 years ago
Documented findAll in a way that makes it possible to parse the content and include in website docs. More... over 15 years ago
starting an official changelog More... over 15 years ago
update model error function to take and perform actions with properties and name errors More... over 15 years ago
add model error tests More... over 15 years ago
added exists model tests More... over 15 years ago
Corrected IIS 7 rewrite rules. More... over 15 years ago
Added the Railo specific cfquery attribute called "psq". By setting it to false we avoid Railo setting an extra quote around values that already has quotes. Adobe CF will simply ignore this value. More... over 15 years ago
Removed a preserveSingleQuotes call that made no sense in the context it was in (it was doing it on a column name). More... over 15 years ago
when a condition is put on a validation. the validation should only trigger when the condition is met. More... over 15 years ago
flash() regression. a struct was being returned when a key was provided but didn't exist in the flash. More... over 15 years ago
Fixed comments in web.config, also moved the XML declaration to the top. More... over 15 years ago
timeAgoInWords and timeUntilInWords tests More... over 15 years ago
timeAgoInWords and timeUntilInWords allow hard valued arguments to be passed for testing More... over 15 years ago
include duplicating global scope to loc scope in test time. More... over 15 years ago
duplicating cgi scope into a request scope variable. fixes issue 277 More... over 15 years ago
tests for 3136 More... over 15 years ago