Skip to content

Instantly share code, notes, and snippets.

View GerDner's full-sized avatar

Philipp Bucher GerDner

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<message>
<request ID="123" PASSWORD="test" METHOD="SETUSER" />
<users PORTALID="22">
<user USERID="1" FIRMA="FIRMA" UMSATZSTID="UMSATZSTID" ANREDE="ANREDE" TITEL="TITEL" VORNAME="VORNAME" NAME="NAME" GEBURTSDATUM="GEBURTSDATUM" ANSCHRIFT="ANSCHRIFT" PLZ="PLZ" ORT="ORT" TELEFON="TELEFON"
TELEFAX="TELEFAX" SYSTEMERROR-NR="0" SYSTEMUSERID="" SYSTEMFIRMAID="" />
</users>
</message>

Keybase proof

I hereby claim:

  • I am gerdner on github.
  • I am gerdner (https://keybase.io/gerdner) on keybase.
  • I have a public key ASA0eKjT37v-GIogCz1BblVAiAhmbTouPeeg9KWHvK5uEwo

To claim this, I am signing this object:

<?xml version="1.0"?>
<phpunit strict="true"
bootstrap="UnitTestBootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="All tests">
<directory>../../Packages/Application/Lindenbraeu.Buchix/Tests/Unit</directory>
</testsuite>
<?php
namespace Lindenbraeu\Buchix\Validation\Validator;
/* *
* This script belongs to the TYPO3 Flow framework. *
* *
* 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. *
* *
{
"name": "typo3/flow-base-distribution",
"description" : "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.0.*",
@GerDner
GerDner / exception
Created September 17, 2013 09:35
Exception
Uncaught Exception
Execution of subprocess failed with exit code 1 and output:
Uncaught Exception
Notice: Undefined variable: modifiedClassNamesWithUnderscores in
/var/www/flow/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Cache/CacheManager.php
line 232
More Information
git clone test.de
<?php
echo "test";
?>

Keybase proof

I hereby claim:

  • I am gerdner on github.
  • I am gerdner (https://keybase.io/gerdner) on keybase.
  • I have a public key whose fingerprint is D82B 2F4F 5D9A FBD0 DD91 EB40 E6B4 CEF2 8C61 E22A

To claim this, I am signing this object:

/* jshint node: true */
module.exports = function(environment) {
var ENV = {
modulePrefix: 'buchix',
contentSecurityPolicy: 'Disabled-Content-Security-Policy' ,
environment: environment,
baseURL: '/',
locationType: 'auto',
EmberENV: {