mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge pull request #800 from romainneutron/remove-license-comments
[3.9] Fix license comments
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2010 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace KonsoleKommander;
|
namespace KonsoleKommander;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
use Alchemy\Phrasea\Core\Version;
|
use Alchemy\Phrasea\Core\Version;
|
||||||
use Alchemy\Phrasea\Command\BuildMissingSubdefs;
|
use Alchemy\Phrasea\Command\BuildMissingSubdefs;
|
||||||
use Alchemy\Phrasea\Command\CreateCollection;
|
use Alchemy\Phrasea\Command\CreateCollection;
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2010 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2010 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace KonsoleKommander;
|
namespace KonsoleKommander;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
use Alchemy\Phrasea\Core\Version;
|
use Alchemy\Phrasea\Core\Version;
|
||||||
use Alchemy\Phrasea\Command\UpgradeDBDatas;
|
use Alchemy\Phrasea\Command\UpgradeDBDatas;
|
||||||
use Alchemy\Phrasea\Command\Setup\Install;
|
use Alchemy\Phrasea\Command\Setup\Install;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Authentication\Phrasea;
|
namespace Alchemy\Phrasea\Authentication\Phrasea;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Authentication\Phrasea;
|
namespace Alchemy\Phrasea\Authentication\Phrasea;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\ApcCache as DoctrineApc;
|
use Doctrine\Common\Cache\ApcCache as DoctrineApc;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ApcCache extends DoctrineApc implements Cache
|
class ApcCache extends DoctrineApc implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\ArrayCache as DoctrineArray;
|
use Doctrine\Common\Cache\ArrayCache as DoctrineArray;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ArrayCache extends DoctrineArray implements Cache
|
class ArrayCache extends DoctrineArray implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\Cache as DoctrineCache;
|
use Doctrine\Common\Cache\Cache as DoctrineCache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Cache extends DoctrineCache
|
interface Cache extends DoctrineCache
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Cache;
|
namespace Alchemy\Phrasea\Cache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\MemcacheCache as DoctrineMemcache;
|
use Doctrine\Common\Cache\MemcacheCache as DoctrineMemcache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class MemcacheCache extends DoctrineMemcache implements Cache
|
class MemcacheCache extends DoctrineMemcache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\CacheProvider;
|
use Doctrine\Common\Cache\CacheProvider;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RedisCache extends CacheProvider implements Cache
|
class RedisCache extends CacheProvider implements Cache
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\WincacheCache as DoctrineWinCache;
|
use Doctrine\Common\Cache\WincacheCache as DoctrineWinCache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WinCacheCache extends DoctrineWinCache implements Cache
|
class WinCacheCache extends DoctrineWinCache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,11 +13,6 @@ namespace Alchemy\Phrasea\Cache;
|
|||||||
|
|
||||||
use Doctrine\Common\Cache\XcacheCache as DoctrineXcache;
|
use Doctrine\Common\Cache\XcacheCache as DoctrineXcache;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class XcacheCache extends DoctrineXcache implements Cache
|
class XcacheCache extends DoctrineXcache implements Cache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -16,12 +16,6 @@ use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Rebuild only missing subdefs
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class BuildMissingSubdefs extends Command
|
class BuildMissingSubdefs extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -18,12 +18,6 @@ use Symfony\Component\Console\Command\Command as SymfoCommand;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Abstract command which represents a Phraseanet base command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class Command extends SymfoCommand implements CommandInterface
|
abstract class Command extends SymfoCommand implements CommandInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,12 +17,6 @@ use Symfony\Component\Console\Input\InputOption;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a collection Command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class CreateCollection extends Command
|
class CreateCollection extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Command\Developer;
|
namespace Alchemy\Phrasea\Command\Developer;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Command\Command;
|
use Alchemy\Phrasea\Command\Command;
|
||||||
|
@@ -21,12 +21,6 @@ use Symfony\Component\Console\Input\InputOption;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a record command
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RecordAdd extends Command
|
class RecordAdd extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -15,13 +15,6 @@ use Alchemy\Phrasea\Command\Command;
|
|||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* Rescan Technical Datas command : Rescan all records of all databases and
|
|
||||||
* rescan technical datas.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RescanTechnicalDatas extends Command
|
class RescanTechnicalDatas extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\Console\Input\InputInterface;
|
|||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use vierbergenlars\SemVer\version;
|
use vierbergenlars\SemVer\version;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class UpgradeDBDatas extends Command
|
class UpgradeDBDatas extends Command
|
||||||
{
|
{
|
||||||
protected $upgrades = [];
|
protected $upgrades = [];
|
||||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Http\DeliverDataInterface;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class AbstractDelivery implements ControllerProviderInterface
|
abstract class AbstractDelivery implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function deliverContent(Request $request, \record_adapter $record, $subdef, $watermark, $stamp, Application $app)
|
public function deliverContent(Request $request, \record_adapter $record, $subdef, $watermark, $stamp, Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Dashboard implements ControllerProviderInterface
|
class Dashboard implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Databox implements ControllerProviderInterface
|
class Databox implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Databoxes implements ControllerProviderInterface
|
class Databoxes implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Publications implements ControllerProviderInterface
|
class Publications implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Root implements ControllerProviderInterface
|
class Root implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class SearchEngine implements ControllerProviderInterface
|
class SearchEngine implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Controller\Admin;
|
namespace Alchemy\Phrasea\Controller\Admin;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Silex\Application as SilexApplication;
|
use Silex\Application as SilexApplication;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
@@ -23,11 +18,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Setup implements ControllerProviderInterface
|
class Setup implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(SilexApplication $app)
|
public function connect(SilexApplication $app)
|
||||||
|
@@ -15,11 +15,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Subdefs implements ControllerProviderInterface
|
class Subdefs implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2010 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
@@ -18,11 +18,6 @@ use Silex\ControllerProviderInterface;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Users implements ControllerProviderInterface
|
class Users implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2012 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of Phraseanet
|
* This file is part of Phraseanet
|
||||||
*
|
*
|
||||||
* (c) 2005-2012 Alchemy
|
* (c) 2005-2013 Alchemy
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Datafiles extends AbstractDelivery
|
class Datafiles extends AbstractDelivery
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Controller;
|
namespace Alchemy\Phrasea\Controller;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Permalink extends AbstractDelivery
|
class Permalink extends AbstractDelivery
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class BasketController implements ControllerProviderInterface
|
class BasketController implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Edit implements ControllerProviderInterface
|
class Edit implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -23,11 +23,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Feed implements ControllerProviderInterface
|
class Feed implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Prod;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Language implements ControllerProviderInterface
|
class Language implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,14 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\Filesystem\Exception\IOException;
|
use Symfony\Component\Filesystem\Exception\IOException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Lazaret controller collection
|
|
||||||
*
|
|
||||||
* Defines routes related to the lazaret (quarantine) functionality
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Lazaret implements ControllerProviderInterface
|
class Lazaret implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -16,11 +16,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class MoveCollection implements ControllerProviderInterface
|
class MoveCollection implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -25,11 +25,6 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Order implements ControllerProviderInterface
|
class Order implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
|
|||||||
use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
|
use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Printer implements ControllerProviderInterface
|
class Printer implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -26,11 +26,6 @@ use Symfony\Component\HttpFoundation\Response;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Push implements ControllerProviderInterface
|
class Push implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
protected function getUserFormatter()
|
protected function getUserFormatter()
|
||||||
|
@@ -19,11 +19,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Query implements ControllerProviderInterface
|
class Query implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\Finder\Finder;
|
use Symfony\Component\Finder\Finder;
|
||||||
use Alchemy\Phrasea\Helper;
|
use Alchemy\Phrasea\Helper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Root implements ControllerProviderInterface
|
class Root implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(SilexApplication $app)
|
public function connect(SilexApplication $app)
|
||||||
|
@@ -20,11 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Story implements ControllerProviderInterface
|
class Story implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class TOU implements ControllerProviderInterface
|
class TOU implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -19,11 +19,6 @@ use Silex\Application;
|
|||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Tools implements ControllerProviderInterface
|
class Tools implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -17,11 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
* @todo Check if a user has access to record before sending the response
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Tooltip implements ControllerProviderInterface
|
class Tooltip implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -24,14 +24,6 @@ use Symfony\Component\HttpFoundation\File\UploadedFile;
|
|||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Upload controller collection
|
|
||||||
*
|
|
||||||
* Defines routes related to the Upload process in phraseanet
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Upload implements ControllerProviderInterface
|
class Upload implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class UsrLists implements ControllerProviderInterface
|
class UsrLists implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -21,11 +21,6 @@ use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
|||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WorkZone implements ControllerProviderInterface
|
class WorkZone implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -18,11 +18,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Developers implements ControllerProviderInterface
|
class Developers implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -16,11 +16,6 @@ use Alchemy\Phrasea\Feed\Aggregate;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class RSSFeeds implements ControllerProviderInterface
|
class RSSFeeds implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Controller\Utils;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class ConnectionTest implements ControllerProviderInterface
|
class ConnectionTest implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -15,11 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Silex\Application;
|
use Silex\Application;
|
||||||
use Silex\ControllerProviderInterface;
|
use Silex\ControllerProviderInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class PathFileTest implements ControllerProviderInterface
|
class PathFileTest implements ControllerProviderInterface
|
||||||
{
|
{
|
||||||
public function connect(Application $app)
|
public function connect(Application $app)
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Core\Provider;
|
namespace Alchemy\Phrasea\Core\Provider;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Notification\Deliverer;
|
use Alchemy\Phrasea\Notification\Deliverer;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Core;
|
namespace Alchemy\Phrasea\Core;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
protected static $number = '3.9.0-alpha.8';
|
protected static $number = '3.9.0-alpha.8';
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\Link;
|
namespace Alchemy\Phrasea\Feed\Link;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Exception\InvalidArgumentException;
|
use Alchemy\Phrasea\Exception\InvalidArgumentException;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\Link;
|
namespace Alchemy\Phrasea\Feed\Link;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Feed\FeedInterface;
|
use Alchemy\Phrasea\Feed\FeedInterface;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\Link;
|
namespace Alchemy\Phrasea\Feed\Link;
|
||||||
|
|
||||||
use Alchemy\Phrasea\Feed\FeedInterface;
|
use Alchemy\Phrasea\Feed\FeedInterface;
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\RSS;
|
namespace Alchemy\Phrasea\Feed\RSS;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package Feeds
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image implements FeedRSSImageInterface
|
class Image implements FeedRSSImageInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Feed\RSS;
|
namespace Alchemy\Phrasea\Feed\RSS;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package Feeds
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface ImageInterface
|
interface ImageInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -14,11 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
|||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Helper
|
class Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Helper;
|
namespace Alchemy\Phrasea\Helper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Prod extends Helper
|
class Prod extends Helper
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Bridge extends RecordHelper
|
class Bridge extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -15,11 +15,6 @@ use Alchemy\Phrasea\Application;
|
|||||||
use Alchemy\Phrasea\Model\Entities\Basket;
|
use Alchemy\Phrasea\Model\Entities\Basket;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Helper extends \Alchemy\Phrasea\Helper\Helper
|
class Helper extends \Alchemy\Phrasea\Helper\Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -15,15 +15,6 @@ use Alchemy\Phrasea\Application;
|
|||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
|
||||||
* Edit Record Helper
|
|
||||||
* This object handles /edit/ request and filters records that user can edit
|
|
||||||
*
|
|
||||||
* It prepares metadatas, databases structures.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Printer extends RecordHelper
|
class Printer extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -13,15 +13,6 @@ namespace Alchemy\Phrasea\Helper\Record;
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper;
|
||||||
|
|
||||||
/**
|
|
||||||
* Edit Record Helper
|
|
||||||
* This object handles /edit/ request and filters records that user can edit
|
|
||||||
*
|
|
||||||
* It prepares metadatas, databases structures.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Push extends RecordHelper
|
class Push extends RecordHelper
|
||||||
{
|
{
|
||||||
protected $flatten_groupings = true;
|
protected $flatten_groupings = true;
|
||||||
|
@@ -18,11 +18,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Edit extends \Alchemy\Phrasea\Helper\Helper
|
class Edit extends \Alchemy\Phrasea\Helper\Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -17,11 +17,6 @@ use Alchemy\Phrasea\Notification\Receiver;
|
|||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup;
|
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordSetup;
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Manage extends Helper
|
class Manage extends Helper
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -14,15 +14,6 @@ namespace Alchemy\Phrasea\Helper;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Alchemy\Phrasea\Model\Entities\Basket as BasketEntity;
|
use Alchemy\Phrasea\Model\Entities\Basket as BasketEntity;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* WorkZone provides methods for working with the working zone of Phraseanet
|
|
||||||
* Production. This zones handles Non-Archived baskets, stories and Validation
|
|
||||||
* people are waiting from me.
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class WorkZone extends Helper
|
class WorkZone extends Helper
|
||||||
{
|
{
|
||||||
const BASKETS = 'baskets';
|
const BASKETS = 'baskets';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Audio Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Audio extends Provider
|
class Audio extends Provider
|
||||||
{
|
{
|
||||||
const OPTION_AUDIOBITRATE = 'audiobitrate';
|
const OPTION_AUDIOBITRATE = 'audiobitrate';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* FlexPaper Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class FlexPaper extends Provider
|
class FlexPaper extends Provider
|
||||||
{
|
{
|
||||||
protected $options = [];
|
protected $options = [];
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Gif Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Gif extends Image
|
class Gif extends Image
|
||||||
{
|
{
|
||||||
const OPTION_DELAY = 'delay';
|
const OPTION_DELAY = 'delay';
|
||||||
|
@@ -13,12 +13,6 @@ namespace Alchemy\Phrasea\Media\Subdef;
|
|||||||
|
|
||||||
use MediaAlchemyst\Specification\Image as ImageSpecification;
|
use MediaAlchemyst\Specification\Image as ImageSpecification;
|
||||||
|
|
||||||
/**
|
|
||||||
* Image Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image extends Provider
|
class Image extends Provider
|
||||||
{
|
{
|
||||||
const OPTION_SIZE = 'size';
|
const OPTION_SIZE = 'size';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Boolean Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Boolean implements OptionType
|
class Boolean implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Enum Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Enum implements OptionType
|
class Enum implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Multi Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Multi implements OptionType
|
class Multi implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface OptionType
|
interface OptionType
|
||||||
{
|
{
|
||||||
const TYPE_RANGE = 'Range';
|
const TYPE_RANGE = 'Range';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
namespace Alchemy\Phrasea\Media\Subdef\OptionType;
|
||||||
|
|
||||||
/**
|
|
||||||
* Range Subdef Option
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Range implements OptionType
|
class Range implements OptionType
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
abstract class Provider implements Subdef
|
abstract class Provider implements Subdef
|
||||||
{
|
{
|
||||||
protected $options = [];
|
protected $options = [];
|
||||||
|
@@ -11,11 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Subdef
|
interface Subdef
|
||||||
{
|
{
|
||||||
const TYPE_IMAGE = 'image';
|
const TYPE_IMAGE = 'image';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Subdef;
|
namespace Alchemy\Phrasea\Media\Subdef;
|
||||||
|
|
||||||
/**
|
|
||||||
* Video Subdef
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Video extends Audio
|
class Video extends Audio
|
||||||
{
|
{
|
||||||
const OPTION_SIZE = 'size';
|
const OPTION_SIZE = 'size';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Audio Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Audio implements Type
|
class Audio implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Document Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Document implements Type
|
class Document implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Flash Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Flash implements Type
|
class Flash implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Image Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Image implements Type
|
class Image implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Type Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
interface Type
|
interface Type
|
||||||
{
|
{
|
||||||
const TYPE_AUDIO = 'audio';
|
const TYPE_AUDIO = 'audio';
|
||||||
|
@@ -11,12 +11,6 @@
|
|||||||
|
|
||||||
namespace Alchemy\Phrasea\Media\Type;
|
namespace Alchemy\Phrasea\Media\Type;
|
||||||
|
|
||||||
/**
|
|
||||||
* Phrasea Video Media Type
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class Video implements Type
|
class Video implements Type
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of Phraseanet
|
||||||
|
*
|
||||||
|
* (c) 2005-2013 Alchemy
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Alchemy\Phrasea\Metadata\Tag;
|
namespace Alchemy\Phrasea\Metadata\Tag;
|
||||||
|
|
||||||
use PHPExiftool\Driver\AbstractTag;
|
use PHPExiftool\Driver\AbstractTag;
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user