Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

cake 225 207

latest revision Branch cake

225 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.

207 new annotated / raw | Lines: 38 ( +38, -0 )

Created: 2008-11-01 15:51:45 -0500 (2 months 7 days ago) | Author: bromine | Changeset: 207

Updated menu system. No longer horribly bugged.