mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
add details view for collection & databox; add sphinxconf; add users import & export;
add tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user