Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

cake 225 181

latest revision Branch cake

225 annotated / raw | Diffs: previous, other | Lines: 82 ( +2, -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: 80 ( +2, -0 )

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: 78 ( +1, -0 )

Created: 2008-11-02 17:40:29 -0600 (2 months 5 days ago) | Author: bromine | Changeset: 209

Added project selection when logging in.

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

Created: 2008-10-17 08:37:37 -0500 (2 months 22 days ago) | Author: bromine | Changeset: 188

Editet core cake files to fix some ACL bugs. Now users are created with ARO aliases and when updated their ARO's update as well.

186 annotated / raw | Diffs: previous, other | Lines: 78 ( +3, -6 )

Created: 2008-10-11 16:49:52 -0500 (2 months 27 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

185 annotated / raw | Diffs: previous, other | Lines: 81 ( +20, -1 )

Created: 2008-10-10 06:51:37 -0500 (2 months 29 days ago) | Author: bromine | Changeset: 185

played around with acl stuff and added an icon libary and prototype js framework

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

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

hmmm testing