openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ColdFusion on Wheels (CFWheels)
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
May 30, 2023 — May 30, 2024
Showing page 160 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Docs.
Per Djurner
More...
over 15 years ago
Docs.
Per Djurner
More...
over 15 years ago
Docs.
Per Djurner
More...
over 15 years ago
Docs.
Per Djurner
More...
over 15 years ago
Minor performance improvement for when the app is running without any plugins installed.
Per Djurner
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.
Per Djurner
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).
Per Djurner
More...
over 15 years ago
Spelling and syntax changes.
Per Djurner
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.
James Gibson
More...
over 15 years ago
whoops! removed my gettickcount()
James Gibson
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.
James Gibson
More...
over 15 years ago
Commented out a test that was for code that has since been reverted (r3220 reverted in r3234).
Per Djurner
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
Per Djurner
More...
over 15 years ago
Reverted r3220.
Per Djurner
More...
over 15 years ago
Documented findAll in a way that makes it possible to parse the content and include in website docs.
Per Djurner
More...
over 15 years ago
starting an official changelog
Tony Petruzzi
More...
over 15 years ago
update model error function to take and perform actions with properties and name errors
Tony Petruzzi
More...
over 15 years ago
add model error tests
Tony Petruzzi
More...
over 15 years ago
added exists model tests
Tony Petruzzi
More...
over 15 years ago
Corrected IIS 7 rewrite rules.
Per Djurner
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.
Per Djurner
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).
Per Djurner
More...
over 15 years ago
when a condition is put on a validation. the validation should only trigger when the condition is met.
Tony Petruzzi
More...
over 15 years ago
flash() regression. a struct was being returned when a key was provided but didn't exist in the flash.
Tony Petruzzi
More...
over 15 years ago
Fixed comments in web.config, also moved the XML declaration to the top.
Per Djurner
More...
over 15 years ago
timeAgoInWords and timeUntilInWords tests
Tony Petruzzi
More...
over 15 years ago
timeAgoInWords and timeUntilInWords allow hard valued arguments to be passed for testing
Tony Petruzzi
More...
over 15 years ago
include duplicating global scope to loc scope in test time.
Tony Petruzzi
More...
over 15 years ago
duplicating cgi scope into a request scope variable. fixes issue 277
Tony Petruzzi
More...
over 15 years ago
tests for 3136
Tony Petruzzi
More...
over 15 years ago
←
1
2
…
156
157
158
159
160
161
162
163
164
…
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree