I hereby claim:
- I am vixe76 on github.
- I am vixe (https://keybase.io/vixe) on keybase.
- I have a public key whose fingerprint is 7D5C FBC1 BF82 3D2C 8665 51ED A33B 7C22 7229 0059
To claim this, I am signing this object:
| $('#calendar').fullCalendar({ | |
| viewRender: function(currentView){ | |
| var minDate = moment(), | |
| maxDate = moment().add(2,'weeks'); | |
| // Past | |
| if (minDate >= currentView.start && minDate <= currentView.end) { | |
| $(".fc-prev-button").prop('disabled', true); | |
| $(".fc-prev-button").addClass('fc-state-disabled'); | |
| } | |
| else { | 
| # Redis (has to be configured to different databases on shared hosting) | |
| TYPO3_TypoScript_Content: | |
| backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
| backendOptions: | |
| defaultLifetime: 0 | |
| Flow_Mvc_Routing_Resolve: | |
| backend: TYPO3\Flow\Cache\Backend\RedisBackend | |
| backendOptions: | |
| defaultLifetime: 0 | 
| <?php | |
| namespace Acme\Demo\Controller; | |
| /* * | |
| * This script belongs to the TYPO3 Flow package "Acme.Demo". * | |
| * * | |
| * */ | |
| use TYPO3\Flow\Annotations as Flow; | |
| use Acme\Demo\Domain\Model\Token; | 
| <?php | |
| namespace Some\Package\Domain\Model; | |
| use TYPO3\Flow\Annotations as Flow; | |
| use Doctrine\ORM\Mapping as ORM; | |
| use TYPO3\Flow\Security\Policy\Role; | |
| use TYPO3\Party\Domain\Model\AbstractParty; | |
| /** | |
| * A User | 
| All the ViewHelper options are documented in: | |
| /Packages/Application/TYPO3.Media/Classes/TYPO3/Media/ViewHelpers/ImageViewHelper.php | |
| {namespace m=TYPO3\Media\ViewHelpers} | |
| <f:if condition="{model.image}"> | |
| <m:image image="{model.image}" maximumHeight="72" alt="Profilbild" /> | |
| </f:if> | 
| TYPO3: | |
| Flow: | |
| # disable reflection for non psr-0 compliant 3rd party packages | |
| object: | |
| excludeClasses: | |
| 'gedmo.doctrineextensions' : ['Gedmo\\.*'] | |
| # register soft deletable filter & event listeners | |
| persistence: | |
| doctrine: | 
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace My\Package\Validation; | |
| class ExistsValidator extends \TYPO3\Flow\Validation\Validator\AbstractValidator { | |
| /** | |
| * @var array | |
| */ | |
| protected $supportedOptions = array( | |
| 'repository' => array(NULL, 'Repository to look for the unique property', 'TYPO3\Flow\Persistence\RepositoryInterface', TRUE), | 
| TYPO3: | |
| Flow: | |
| # disable reflection for non psr-0 compliant 3rd party packages | |
| object: | |
| excludeClasses: | |
| 'gedmo.doctrineextensions' : ['Gedmo\\.*'] | |
| # register soft deletable filter & event listeners | |
| persistence: | |
| doctrine: | 
| <?php | |
| namespace Famelo\Saas\Domain\Model; | |
| use Doctrine\ORM\Mapping as ORM; | |
| use TYPO3\Flow\Annotations as Flow; | |
| /** | |
| * @Flow\Entity | |
| */ | |
| class Example { | |
| /** |