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
before_script: | |
- apt-get update -yqq | |
- apt-get install -yqq git | |
- 'which ssh-agent || ( apt-get install -qq openssh-client )' | |
- mkdir -p ~/.ssh | |
- eval $(ssh-agent -s) | |
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' | |
stages: | |
- deploy | |
deploy:staging: |
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\NamespaceExt\Task; | |
use TYPO3\CMS\Core\Charset\CharsetConverter; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
class GenerateValidSegmentPath { | |
/** |
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\NamespaceRedirect\Tests\Unit\Hooks; | |
use My\NamespaceRedirect\Hooks\RequestHandlerHook; | |
use My\NamespaceRedirect\Service\DomainDataService; | |
use My\NamespaceRedirect\Service\HeaderService; | |
use My\NamespaceRedirect\Service\RedirectDataService; | |
use TYPO3\CMS\Core\Core\Environment; | |
use TYPO3\CMS\Core\Core\SystemEnvironmentBuilder; |
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
{ | |
"meta": { | |
"version": "2.7.12", | |
"build": 1554467925 | |
}, | |
"pods": { | |
"395": { | |
"id": 395, | |
"name": "project", | |
"label": "Projekte", |
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
openapi: 3.0.0 | |
servers: | |
- url: https://localhost/ | |
info: | |
description: My API description | |
title: My API title | |
version: '1.0' | |
paths: | |
/some-data/: | |
get: |
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
{ | |
"openapi": "3.0.0", | |
"servers": [ | |
{ | |
"url": "https://api.test.lulu.com" | |
} | |
], | |
"info": { | |
"version": "1", | |
"description": "The Platform provides APIs for creating, processing and ordering both electronical and printed books.", |
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
<config> | |
<type>group</type> | |
<internal_type>db</internal_type> | |
<allowed>pages,tx_news_domain_model_news</allowed> | |
<size>1</size> | |
<minitems>1</minitems> | |
<maxitems>1</maxitems> | |
<show_thumbs>0</show_thumbs> | |
</config> |
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
RTE.default.tx_linkhandler.tx_news { | |
label = Newsbeitrag | |
listTables = tx_news_domain_model_news | |
pageTreeMountPoints { | |
# storagepid of news entries | |
1 = 16 | |
} | |
} |
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
CONTENT = COA | |
CONTENT { | |
10 = COA | |
10 { | |
10 < styles.content.get | |
10.select.where = colPos = 1 | |
if.isTrue.numRows { | |
# diese Seite überprüfen | |
pidInList = this |