Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Malf Furious <m@lfurio.us>
|
|
In preparation for the release, I'm renaming this directory since
'examples' is confusion and misleading. Really this directory just
holds some old code that needs re-integrated, so I name it 'todo'.
Signed-off-by: Malf Furious <m@lfurio.us>
|
|
|
|
|
|
Setup to perform an iteration of development focused on a simpler
implementation and eliminating redundancy in design.
|
|
This reverts commit 112a510bb7ba358fd4195b5b2f3c8203ab4fb91d.
Conflicts:
app/model/obj.mod.php
|
|
In the Obj MVC, rename group in the model to obj. This will help with
referencing the active object from template views without knowing what
type of object it is.
|
|
|
|
|
|
Finish initializing the Obj MVC by writing an empty view/action for
groups.
|
|
|
|
|