Skip to content

Instantly share code, notes, and snippets.

@lerni
lerni / .gitignore
Last active January 22, 2020 22:21
deploy SilverStripe with PHP-Deployer per git-repo
# ignore everything...
/*
# ...but
# htaccess is ignored since we have a different versions for each stage see in /deploy
!/.gitignore
!/composer.json
!/composer.lock
!/.editorconfig
!/README.md
@lerni
lerni / config.yml
Last active November 16, 2016 13:55
workaround UploadField iframe incorrect height - https://github.com/silverstripe/silverstripe-framework/issues/2862
LeftAndMain:
extra_requirements_javascript:
- mysite/javascript/fixUploadField.js
From 0629f85aa04c1c2d4bde345f55fa3b0aa1e0d0db Mon Sep 17 00:00:00 2001
From: lerni <[email protected]>
Date: Mon, 7 Nov 2016 20:59:29 +0100
Subject: [PATCH] fix italian language-file
---
lang/it.yml | 30 ++----------------------------
1 file changed, 2 insertions(+), 28 deletions(-)
diff --git a/lang/it.yml b/lang/it.yml