mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
Merge branch 'master' into PHRAS-1631-collection-unpublish
This commit is contained in:
10
bin/console
10
bin/console
@@ -24,8 +24,11 @@ use Alchemy\Phrasea\Command\Thesaurus\FindConceptsCommand;
|
||||
use Alchemy\Phrasea\Core\Version;
|
||||
use Alchemy\Phrasea\Command\CreateCollection;
|
||||
use Alchemy\Phrasea\Command\Collection\UnPublishCollectionCommand;
|
||||
use Alchemy\Phrasea\Command\Collection\PublishCollectionCommand;
|
||||
use Alchemy\Phrasea\Command\Collection\ListCollectionCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\CreateDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\UnMountDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\MountDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\Databox\ListDataboxCommand;
|
||||
use Alchemy\Phrasea\Command\MailTest;
|
||||
use Alchemy\Phrasea\Command\Compile\Configuration;
|
||||
@@ -114,14 +117,15 @@ $cli->command(new \module_console_fieldsRename('fields:rename'));
|
||||
$cli->command(new \module_console_fieldsMerge('fields:merge'));
|
||||
|
||||
$cli->command(new CreateCollection('collection:create'));
|
||||
|
||||
$cli->command(new UnPublishCollectionCommand('collection:unpublish'));
|
||||
|
||||
$cli->command(new PublishCollectionCommand('collection:publish'));
|
||||
$cli->command(new ListCollectionCommand('collection:list'));
|
||||
|
||||
$cli->command(new ListDataboxCommand('databox:list'));
|
||||
|
||||
$cli->command(new CreateDataboxCommand('databox:create'));
|
||||
$cli->command(new UnMountDataboxCommand('databox:unmount'));
|
||||
$cli->command(new MountDataboxCommand('databox:mount'));
|
||||
|
||||
|
||||
$cli->command(new UserCreateCommand('user:create'));
|
||||
|
||||
|
Reference in New Issue
Block a user