This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace FoobarCom\Site\Command; | |
use Neos\ContentRepository\Domain\Model\NodeInterface; | |
use Neos\Eel\FlowQuery\FlowQuery; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\Flow\Cli\CommandController; | |
use Phlu\Corporate\Factory\ContextFactory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Visol\FoobarCom\Security\Authorization\Privilege\Doctrine; | |
/* | |
* This file is part of the Neos.Media package. | |
* | |
* (c) Contributors of the Neos Project - www.neos.io | |
* | |
* This package is Open Source Software. For the full copyright and license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\FoobarCom\Form\Validation; | |
/* * | |
* This script belongs to the TYPO3 Flow package "Neos.Form". * | |
* * | |
* It is free software; you can redistribute it and/or modify it under * | |
* the terms of the GNU Lesser General Public License, either version 3 * | |
* of the License, or (at your option) any later version. * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Visol\FoobarCom\Form\Finishers; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\FluidAdaptor\View\StandaloneView; | |
use Neos\Form\Core\Model\AbstractFinisher; | |
use Neos\Form\Exception\FinisherException; | |
use Neos\Utility\ObjectAccess; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From dfd8bbe308f92687b6bfc0096ebb58ddd7e593dd Mon Sep 17 00:00:00 2001 | |
From: Andy Meier <[email protected]> | |
Date: Tue, 15 Dec 2020 12:53:59 +0100 | |
Subject: [PATCH] [BUGFIX] wrong width and height properties taken from EXIF | |
(refs #20853) | |
--- | |
Classes/Service/Extractor/MetaDataExtractor.php | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file is part of the "foobarsite" Extension for TYPO3 CMS. | |
* | |
* For the full copyright and license information, please read the | |
* LICENSE.txt file that was distributed with this source code. | |
*/ | |
namespace Visol\Foobarsite\ViewHelpers; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\FoobarCom\Migration\Transformations; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\ContentRepository\Domain\Factory\NodeFactory; | |
use Neos\ContentRepository\Domain\Service\ContextFactory; | |
use Neos\ContentRepository\Domain\Model\NodeData; | |
use Neos\ContentRepository\Migration\Transformations\AbstractTransformation; | |
use Neos\Eel\EelEvaluatorInterface; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\Site\ViewHelpers; | |
/* | |
* ### Variable: Get | |
* | |
* ViewHelper used to read the value of a current template | |
* variable. Can be used with dynamic indices in arrays: | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Acme\Site\ViewHelpers\Form\FrontendValidation; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\Flow\Validation\Validator\AbstractValidator; | |
use Neos\Flow\Validation\Validator\AlphanumericValidator; | |
use Neos\Flow\Validation\Validator\EmailAddressValidator; | |
use Neos\Flow\Validation\Validator\IntegerValidator; | |
use Neos\Flow\Validation\Validator\NotEmptyValidator; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="lazyload" data-bgset="{v:srcSet(image: media.1, ratio: 1, maxWidth: 1920)}"> | |
Foo | |
</div> | |
{namespace v=Visol\Foobar\ViewHelpers} |
NewerOlder