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

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

Created: 2008-10-09 12:39:06 -0500 (2 months 30 days ago) | Author: bromine | Changeset: 182

Fooled around with recursive stuff.

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

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

hmmm testing