Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
meta level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/kohana/modified/kohana trunk/kohana)
|
|
|
|
|
|
|
|
|
|
all dashboard blocks are stored in modules.
|
|
|
|
|
|
|
|
|
|
modular structure.
|
|
|
|
block.
|
|
|
|
routing and know whether we're going to an /admin page or a regular
one.
|
|
figure out how to share forms between user and admin editing.
Incremental improvement
|
|
|
|
|
|
1) They must all start with "admin_". This pattern is not directly
routable.
2) Their urls must be /admin/xxx.
3) The Admin_Controller will take the xxx and look for Admin_Xxx_Controller
and will delegate to that admin controller, after doing security checks.
Moved the users and dashboard views into individual modules for now.
|
|
|
|
|
|
|
|
|
|
|
|
development, to simplify the process. Admin specific styles go in admin_default/css/screen.css. Moved jquery files out to css and js.
|
|
|
|
|
|
|
|
|
|
|