View gist:8953882
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
page = PAGE | |
page.10 = TEXT | |
page.10 { | |
data = levelmedia:-1, slide | |
} |
View ImportMeasurement.php
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 Typofree\Typo3Benchmark\Domain\Model; | |
/* * | |
* This script belongs to the TYPO3 Flow package "Typofree.Typo3Benchmark".* | |
* * | |
* */ | |
use TYPO3\Flow\Annotations as Flow; | |
use Doctrine\ORM\Mapping as ORM; |
View AdditionalConfiguration.php
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
if (!empty($_SERVER['CONTEXT'])) { | |
if (TYPO3_MODE == 'FE' && $_SERVER['CONTEXT'] === 'Production') { | |
// Avoid cookie set by session_start in rsaauth | |
if (isset($TYPO3_CONF_VARS['EXT']['ignoredExt'])) { | |
$TYPO3_CONF_VARS['EXT']['ignoredExt'] .= ',rsaauth'; | |
} else { | |
$TYPO3_CONF_VARS['EXT']['ignoredExt'] = 'rsaauth'; | |
} | |
} | |
} |
View gist:9529896bed1d02c8b675
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
# Vagrant | |
alias vu="vagrant up" | |
alias vh="vagrant halt" | |
alias vr="vagrant reload" | |
alias vs="vagrant ssh" | |
alias vbu="vagrant box update" |
View gist:7240a711605f5ed53f60
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
Verifying that +tuurlijk is my blockchain ID. https://onename.com/tuurlijk |
View Permissions.yaml
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
-- | |
TYPO3: | |
BE: | |
Permissions: | |
keyParts: | |
- isUserGroup | |
- hasDoktype | |
- hasBackendLayout | |
- hasColumnPosition | |
ruleSets: |
View BackendGroups.yml
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
--- | |
TYPO3: | |
Access: | |
be_groups: | |
- | |
cruser_id: "2" | |
db_mountpoints: "14" | |
description: "The simple editors group demonstrates a handy and realistic set of permissions and options for every day backend users who simply manages content and pages. More detailed and advanced features are hidden for embers of this user group to give a more simple interface\n" | |
explicit_allowdeny: | |
- "tt_content:CType:header:ALLOW" |
View enable-xdebug.sh
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
#!/bin/bash | |
# | |
# We need to re-build the php version because we removed it when compressing the box. | |
# | |
# In a newer version . . . I can pre-build the xdebug module when building the box, but 'disable' it by default. | |
# This can also be done for other common modules. | |
source /etc/profile.d/phpbrew.sh | |
phpbrew use php-5.5.32 |
View BackendLayouts.ts
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
lib.layout.content = COA | |
lib.layout.content { | |
10 < styles.content.get | |
10.select { | |
where = colPos={field:colPos} | |
where.insertData = 1 | |
where.stdWrap.noTrimWrap = || AND NOT sys_language_uid = 0| | |
where.stdWrap.noTrimWrap.if.isTrue.postUserFunc = TypoScript\PageIsCopyModeTranslation->evaluate | |
includeRecordsWithoutDefaultTranslation = 1 |
View logstash.conf
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
input { | |
tcp { | |
port => 5000 | |
codec => json_lines { | |
} | |
} | |
} | |
## Add your filters / logstash plugins configuration here | |
filter { |
OlderNewer