Tom Maiaroto

Results 66 issues of Tom Maiaroto

The controllers will have admin_ methods....This makes things more organized, but also allows us to apply a filter to the Dispatcher so that we can inspect each request and say...

todo up for grabs

There should be a few routes (for development environments only, checked with Environment class -- or a link that an admin can go to once logged in) that allow Minerva...

todo up for grabs

Use li3_paginate library for pagination. This will just be another required library like li3_flash_message, etc. /minerva/config/bootstrap/dependencies.php should then be updated so that li3_paginate is added to the list. Then all...

todo up for grabs

Also will need routes to match the admin_ controller methods. This can be done with continuation routes. For example: ``` php Dispatcher::config(array( 'rules' => array( 'admin' => array('action' => 'admin_{:action}')...

todo up for grabs

Most of the controller methods serve both the admin area and the public facing area... I thought this was nice to combine methods, and it still may be...But it's really...

todo up for grabs

Is this supported? Maybe it's just some option I need to pass? The application window bar titles contain blurry text. The text within the app is sharper, but not the...