| bromine:/branches/cake/app/controllers/projects_controller.php |
Line History |
History |
latest revision Branch cake225 annotated / raw | Diffs: previous, other | Lines: 78 ( +7, -4 ) 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: 75 ( +11, -8 ) 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.
209 annotated / raw | Diffs: previous, other | Lines: 72 ( +45, -0 ) Created: 2008-11-02 17:40:29 -0600 (2 months 6 days ago) | Author: bromine | Changeset: 209 Added project selection when logging in.
190 annotated / raw | Diffs: previous, other | Lines: 27 ( +13, -53 ) Created: 2008-10-19 06:19:28 -0500 (2 months 20 days ago) | Author: bromine | Changeset: 190 Added StdFuncs components/std_funcs.php which contains the 5 standard controller functions, add, edit, view, index and delete. Projects controller implements this new system as an example.
|