| bromine:/branches/cake/app/controllers/tabs_controller.php |
Line History |
History |
latest revision Branch cake225 annotated / raw | Diffs: previous, other | Lines: 58 ( +5, -0 ) 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.
224 annotated / raw | Diffs: previous, other | Lines: 53 ( +19, -4 ) Created: 2008-11-14 06:49:37 -0600 (55 days ago) | Author: bromine | Changeset: 224 Splitted all project related stuff and all non-project related stuff.Everything project related is basically Bromine, whereas all non-project related stuff is all the configuration; setting up projects, editing users and all the other config stuff.
|