add details view for collection & databox; add sphinxconf; add users import & export;

add tests
This commit is contained in:
Nicolas Le Goff
2012-08-14 17:33:11 +02:00
parent b66f9b01f9
commit e62d1e924c
33 changed files with 2372 additions and 2237 deletions

View File

@@ -52,20 +52,6 @@ class Databases implements ControllerProviderInterface
*/
$controllers->get('/', $this->call('getDatabases'))->bind('admin_databases');
/**
* Reset cache
*
* name : admin_database_new
*
* description : Reset all cache
*
* method : POST
*
* parameters : none
*
* return : Redirect Response
*/
$controllers->post('/', $this->call('postDatabases'))->bind('admin_database_new');
/**
* Upgrade databases
@@ -187,17 +173,6 @@ class Databases implements ControllerProviderInterface
)));
}
/**
*
* @param \Silex\Application $app
* @param \Symfony\Component\HttpFoundation\Request $request
* @return \Symfony\Component\HttpFoundation\Response
*/
public function postDatabases(Application $app, Request $request)
{
}
/**
*
* @param \Silex\Application $app