| bromine:/branches/cake/app/app_controller.php |
Line History |
History |
latest revision Branch cake227 annotated / raw | Diffs: previous, other | Lines: 93 ( +8, -12 ) 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: 97 ( +24, -2 ) 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 ( +6, -63 ) 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: 132 ( +2, -1 ) Created: 2008-11-02 17:40:29 -0600 (2 months 6 days ago) | Author: bromine | Changeset: 209 Added project selection when logging in.
207 annotated / raw | Diffs: previous, other | Lines: 131 ( +5, -4 ) Created: 2008-11-01 15:51:45 -0500 (2 months 7 days ago) | Author: bromine | Changeset: 207 Updated menu system. No longer horribly bugged.
202 annotated / raw | Diffs: previous, other | Lines: 130 ( +10, -9 ) Created: 2008-10-31 10:33:46 -0500 (2 months 8 days ago) | Author: bromine | Changeset: 202 Continued visti's work on a menu system. Tied it up in the ACL system. It's horribly bugged for now. Go directly to users/login for logging in, as the redirect stuff aint working. updated css to display cake errors real pretty
190 annotated / raw | Diffs: previous, other | Lines: 129 ( +5, -5 ) 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.
186 annotated / raw | Diffs: previous, other | Lines: 129 ( +10, -2 ) Created: 2008-10-11 16:49:52 -0500 (2 months 28 days ago) | Author: bromine | Changeset: 186 Added ACL system.You can edit the rights of groups and users by going to /admin/acl Known issues: Updating a users group does not work with the ACL system Deleting the current user you are logged in with will mess up the app untill you delete your cookies login with admin/1234
|