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
updated tests with new mapping More... over 15 years ago
use fail method instead of assert to invoke failure More... over 15 years ago
make message not required on fail method More... over 15 years ago
adding in the final public methods (i think). that need to be tested for 1.0 release. More... over 15 years ago
finished up adding 1 test per public method that has yet to be tested and set them to fail. This was we can know how many method there are left to test. Changed so things around to follow the convention that Tony set forth. All public method are included except for dynamic association methods for hasmany, hasone and belongsto. More... over 15 years ago
setup of skeleton validations so that we can see how many methods are left to be tested. There will be more tests than this, but at least we know how far we have to go :) More... over 15 years ago
adding in the rest of the skeleton tests for controller public api. We will need to discuss how to test a couple of these areas since the end points are not exactly testable. More... over 15 years ago
added wheels/tests/controller/flash.cfc to test flash funtionality. More... over 15 years ago
Fixed so that dynamic methods can be called through callbacks (typically association methods that go via onMissingMethod). More... over 15 years ago
Added code to keep web bots from accessing congrats and plugins pages. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
See previous. More... over 15 years ago
More cohesive and descriptive rewrite rules. More... over 15 years ago
Return type was incorrect when no records were found on findOne with objects. More... over 15 years ago
Trimming some white space, ugly. Anyone know of a better way to do it? More... over 15 years ago
See previous. More... over 15 years ago
Fix for passing along the original where clause when paginating with a criteria on the joined table. See http://groups.google.com/group/cfwheels/browse_thread/thread/93e29897bf1ddcf8 for more info. More... over 15 years ago
Removed "rewrite.cfm" from the error email's link to the error page. More... over 15 years ago
Set the Dispatch object to be created from root instead (same as how all the other objects are created). More... over 15 years ago
Fixed the link to plugins in the debug area. More... over 15 years ago
Added "Options +FollowSymLinks" to Apache rewrite rules as mentioned in the comments here: http://cfwheels.org/docs/chapter/url-rewriting More... over 15 years ago
Changed tests to run on a specific mapping instead of just "wheels". More... over 15 years ago
fixed failing validations tests. More... over 15 years ago
Peter's rewrite changes. More... over 15 years ago
revert r3122 leaving in the mapping performance fix. More... over 15 years ago