Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

cake 227 181

latest revision Branch cake

227 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -2 )

Created: 2008-11-21 08:02:06 -0600 (48 days ago) | Author: bromine | Changeset: 227

The $needsproject variable now also determines if the model uses beforeFind / beforeSave logic.

225 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -1 )

Created: 2008-11-18 07:49:29 -0600 (51 days ago) | Author: bromine | Changeset: 225

Created extra authorization for the project part of Bromine. Add "var $needsproject=true;" or "var $needsproject=array('method1','method2',...);" to a controller to include this extra authorization in it, or for specific methods. See requirements_controller.php and tabs_controller.php for examples. See app_controller.php for the authorize code part.

181 new annotated / raw | Lines: 70 ( +70, -0 )

Created: 2008-10-09 05:40:11 -0500 (2 months 30 days ago) | Author: bromine | Changeset: 181

hmmm testing