CARVIEW |
rip747
(tony petruzzi)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- tony petruzzi
- Website/Blog
- https://rip747.wordpress.com
- Location
- florida
- Member Since
- Sep 08, 2008 (about 1 year)
Following 15 coders and watching 20 repositories view all →
Public Repositories (12)
-
popupwindow
a jquery plugin for creating a javascript popupwindows
Last updated Fri Feb 12 12:07:25 -0800 2010
-
mywheels
this is my personal clone of the cfwheels repo for work and experimentation
Last updated Tue Feb 09 17:59:43 -0800 2010
-
cfwheels
this is a git clone for the subversion repository of ColdFusion on Wheels
Last updated Tue Feb 09 08:11:22 -0800 2010
-
UploadFiles
CFWheels plugin for uploading file
Last updated Wed Jan 13 13:35:53 -0800 2010
-
SplashCMS
CFML based CMS. Designed to be extremely simple and elegant.
Forked from russjohnson/SplashCMS Fri Jan 08 09:49:18 -0800 2010
Last updated Tue Jan 05 09:03:06 -0800 2010
-
DefaultScope
This is a defaultScope plugin for the CFWheels.org framework
Forked from illuminerdi/DefaultScope Wed Dec 09 05:48:58 -0800 2009
Last updated Fri Dec 18 10:57:31 -0800 2009
-
cffileupload
Last updated Mon Sep 21 12:41:45 -0700 2009
-
cfwheels.tmbundle
Textmate bundle for the CFWheels ColdFusion framework.
Forked from russjohnson/cfwheels.tmbundle Fri Jul 17 09:52:42 -0700 2009
Last updated Fri Jul 17 09:14:15 -0700 2009
-
supermodel
Hot Coldfusion ORM framework
Forked from asoltys/supermodel Wed May 27 15:25:46 -0700 2009
Last updated Tue May 26 18:26:46 -0700 2009
-
cf8xml
ColdFusion 8 dictionary for use with CFEclipse
Last updated Wed Feb 04 06:56:08 -0800 2009
-
usesguid
A much faster version of the usesguid plugin for Rails (uses MySQL to generate GUIDs)
Forked from BMorearty/usesguid Wed Aug 12 10:54:39 -0700 2009
Last updated Fri Jan 02 21:16:52 -0800 2009
-
coldfusion-routes
A Rails inspired routing system built on ColdFusion 8.
Forked from shaynesweeney/coldfusion-routes Sun Feb 01 17:25:26 -0800 2009
Last updated Mon Dec 15 15:51:28 -0800 2008
Public Activity 
License?

-
tpetruzzi@gmail.com committed 75dc24a7:
remove duplicate conditional_validation test

-
per.djurner committed 09b61ab3:
Tests for filters.
-
per.djurner committed 9fd23b16:
Tests for filters.
-
per.djurner committed 220d1ac0:
Tests for filters.
-
james.t.gibson committed d783d921:
fixes for changes in r4090 that broke controller caching. also updated the internal redirection script.
-
per.djurner committed 120ee266:
Removed the check for length before rendering. This way you can do renderNothing() in a before filter and the action's view will not be rendered.
-
per.djurner committed fb1c7046:
Change so that when you render content inside a filter the remaining filters are not run.
-
per.djurner committed a911d920:
Changed "args" to "#theFunctionName#Arguments" when you want to pass through arguments to a filter method and need to make sure they don't clash with the filters() arguments.
-
james.t.gibson committed 520ae393:
bug fix for cf8 & cf9 where boolean field values set to an empty string would cause errors. The errors are now trapped and the value is set to a blank string like the boolean value in the query row.
-
james.t.gibson committed 3cc60074:
bug fix for $createParams().
-
per.djurner committed aaf76e55:
SQLite support.
-
per.djurner committed b468bf46:
Closes issue 382.
-
per.djurner committed 3ce503f6:
Added a deletePluginDirectories setting, closes issue 385.
-
per.djurner committed 8dd3cf45:
Closes issue 392.
-
per.djurner committed 145c4d5e:
Added a filterChain() method. Consolidated before and after filters into just one array in the variables scope.
-
james.t.gibson committed 97ffc18c:
update to forms to:
-
james.t.gibson committed 2dd10652:
added back in Tony's group by test is group by functionality now exists in the code base.
-
james.t.gibson committed 1d5edde9:
update to exists to return true even if more that 1 record is found when using a where clause.
-
per.djurner committed a5d546c0:
Added the ability to pass in arguments to filters. Can be passed in both as named arguments and to the "args" argument.
-
per.djurner committed 705ba334:
Added an error message when a filter function is not found.

-
tpetruzzi@gmail.com committed 2043e43d:
Revert "remove hasChanged() on updates."
-
per.djurner committed a15324d7:
More controller decoupling to make it easier to use the test suite. You can now do set(controllerPath="someotherfolder"), the path is stored inside the controller's class instance, no more use of application variables inside of objects etc.
-
per.djurner committed b0dee4a7:
Added datetime2 to MS SQL adapter, fixes issue 401.
-
per.djurner committed 51946b69:
Decoupled controller filter tests from the dispatcher.

-
tpetruzzi@gmail.com committed 61f17d03:
remove hasChanged() on updates.

-
james.t.gibson committed 2adba140:
new method to get the controller name.
-
james.t.gibson committed f6ef5126:
updated the request with the following:
-
james.t.gibson committed ccbb4d5d:
update to nested attributes to:
-
james.t.gibson committed 9f39fb96:
update to setting assocations to default all values for nested attributes
-
james.t.gibson committed df42f8d4:
addition of new form helpers to easily add checkboxes and radio buttons to hasMany relationships on a model.
-
james.t.gibson committed 4c07c3e9:
updates to:
-
james.t.gibson committed 3b1bb513:
to new internal methods to turn an array into a structure and $mapStruct() to give back a map of a structure to easily manipulate the structure as needed.
-
james.t.gibson committed 4070f5aa:
extra id setting before the label call.
-
james.t.gibson committed 8f288ba2:
update to checkBoxTag() and checkBox() so that checkBoxTag() can have unchecked goodness like checkBox().
-
james.t.gibson committed c921953e:
change to set the id for a form field before calling label so that the label does not have to create the id again. This update was necessary to keep new object ids distinct.
-
james.t.gibson committed 855ed740:
removing of extra duplicates that are not needed for plugin injection.
-
james.t.gibson committed 5f4b6fe8:
update to $create() to check a new configuration property "setUpdatedAtOnCreate" to see if wheels should update the updatedAt property on create.
-
james.t.gibson committed 46c33a91:
allow findOne() to find multiple records with includes.
-
james.t.gibson committed 6c6e3a99:
update to remove an extra injection call for plugins
-
james.t.gibson committed da171251:
change to serialize output in json in case the params have nested structs or arrays.
-
james.t.gibson committed 69ef1f64:
update to properties to allow both structs and array for nested attributes.
-
james.t.gibson committed fc7b5b19:
update to $registerCallback() to only insert a function name once per type.
-
james.t.gibson committed 01801d37:
update to $queryCallback to only set the request scope once if the query is changed instead of in the loop. whoops...

-
tpetruzzi@gmail.com committed fc892e66:
fixed broken protectedproperties test
-
tpetruzzi@gmail.com committed 1c4c6edf:
fixed tests to work with toXHTML
-
tpetruzzi@gmail.com committed dfb8bbf0:
added toXHTML to public methods
-
tpetruzzi@gmail.com committed f011ae7c:
corrected column name in sql server db test script
-
andybellenie committed 1cec087e:
Allows you to disable error elements appearing on form fields by setting errorElement=""

-
tpetruzzi@gmail.com committed 77a01e86:
fixed broken accessible properties test
-
tpetruzzi@gmail.com committed 06156650:
added $listClean() to global functions
-
james.t.gibson committed 9b007b6c:
update to settings to have defaults for truncate and wordTruncate, added new method wordTruncate() so that a developer could truncate without splitting words.
-
james.t.gibson committed ccbb5c13:
updates to models for nested attributes!
-
james.t.gibson committed 9385107e:
change to error message to say what model object is missing the method.
-
james.t.gibson committed 14289ee0:
change to findOne to return multiple records for joins when return objects. this allows nested objects to be found and added to the main model object.
-
james.t.gibson committed 1f4e1922:
change to how plugins are injected so original methods are not overridden in the core struct.
-
james.t.gibson committed b243dc06:
part of the nested attributes commit:
-
james.t.gibson committed 14aa2948:
update plugin inclusion to not trap errors for plugins as it keeps developers from seeing what errors they have in the plugin code.

-
tpetruzzi@gmail.com committed 03c4c512:
fixes issue 395 - allow access to changed values in after callbacks

-
tpetruzzi@gmail.com committed 9cec85b0:
update changelog
-
tpetruzzi@gmail.com committed 2e6c073d:
closes issue 388 - Callbacks shouldn't need to be pre-loaded
-
tpetruzzi@gmail.com committed c4dad6cf:
closes issue 391 - Cannot specify a blank value for dateSelectTag
-
tpetruzzi@gmail.com committed 754dd1c4:
removing left in debug code
-
tpetruzzi@gmail.com committed 1a7b3171:
closes issue 390

-
james.t.gibson committed c5081002:
change to inject plugins before seeing if we are in maintenance mode in case developers need plugin methods in the onmaintenance.cfm template.

-
james.t.gibson committed 46e0257c:
updates to models including:

-
tpetruzzi@gmail.com committed d7e562c7:
refactor: remove loop in $registerAssociation

-
per.djurner committed 115d68b1:
Fixed struct assignment code that broke on CF 8 (without 8.0.1 updater)

-
james.t.gibson committed 1bb82e2e:
update to wheels to add GROUP BY functionality

-
tpetruzzi@gmail.com committed 7272c463:
move from crud to initialization

-
tpetruzzi@gmail.com committed 25d8ebe6:
tests for using private methods as filters were invalid

-
james.t.gibson committed 46ae9e71:
update to $createParams to deserialize an infinite levels deep of form or url parameters. This means that create params will now deserialize a form item with a name like user[1][subscriptions][1][magazine].
AJAX support?
No mixin attribute in the plugin

-
james.t.gibson committed 2b41db8d:
fixed a bug with $getobject() so that it will evaluate objects that are a part of an array
-
james.t.gibson committed 0338c35f:
updated findAll() to allow for more than one association as long as they are direct. This means that you can do an include like include="objects,someotherobject" but not include="object(someotherobject)".
-
james.t.gibson committed b0cf1a76:
added a new argument to pagination links to decide whether the page parameter should be part of the route or just a param. It did not make sense to assume that the if a route was specified, that the page parameter should be a part of the route.
-
james.t.gibson committed b1652a68:
change to add back in the returns striped with simpleFormat so developers and strip the tags and keep the original returned format to display in a textarea for editing.
-
james.t.gibson committed 618210ab:
fix to add the changed query to the request so it would be picked up with pagination, etc.
-
james.t.gibson committed c8db028c:
added and error check in URLFor to let the developer know if they are missing an argument that is required for the route.
-
james.t.gibson committed 0afa012c:
added some margin to the bottom of the dubug info.
-
james.t.gibson committed c5b00632:
change to allow dispatch to try and call onMissingMethod in the controller if the action is not found. Allows for the developer to specify an onMissingMethod() method in their controller.