10:39:12 <danilobuerger> its open source under gpl3... if he wants money for that, people will just build themselves and offer binary downloads... i dont think that quote is accurate anymore considering http://blog.macromates.com/2012/textmate-2-at-github/
10:40:17 <bjo3rn> hm. fair enough. let's see what 2.0 final will bring.
10:59:49 <cedricziel> markdown syntax. phpstorm also has a plugin for that. you will get to know that there's a difference between `, `` and ``` in markdown
11:03:12 <randomresult> @cedricziel where is the differece between `` and `- looks the same for me
11:03:45 <randomresult> and im using phpstorm for that ... i keeps changing things... i get mad
11:09:17 <randomresult> ok. i have two locallang.xml in one row of my md-file... as soon as i add ``tothefirst`` everything is beautiful... when i change the ``second`` it removes one ` in the end of the first...
11:10:11 <randomresult> THIS is driving me crazy...
11:12:04 <randomresult> someone needs a new macbook pro? get in front of my window... and catch it if u can!
11:12:28 <randomresult> took me hours now to change this f*cking file... simple changes.
11:21:23 <randomresult> @danilobuerger or bjo3rn is there a force-commit option in tower? cause everytime i commit (amend) and push, it wants to merge my changes with the file online
12:16:39 <cedricziel> issue "git rebase -i HEAD~10" as you have 10 commits
12:17:30 <cedricziel> upcoming editor, change the beginning line of every line except the one of your latest commit (check the sha!) from pick to squash
12:36:22 <randomresult> when i do this : git rebase -i HEAD~10 - then i get 10 commits containing one from NamelessCoder or danilobuerger ... and so on
12:36:37 <randomresult> so there is only one commit (because i amended ? )
13:49:23 <randomresult> is there a way to set a stylesheet in a contentelement (like a background color) and use this in a page layout? so an editor can set a background color which affects the page? like he enters #000 and the body of the page where it is used it set to {background-color} ?
13:49:46 <randomresult> means passing a variable from an fce to a pagelayout ?
13:51:54 <randomresult> and another question : i want to display a variable in my lable
13:52:25 <randomresult> i now made it like this label="Content (size = {col1} )
13:52:47 <randomresult> but now i want to put this label in my localang as well... is it possible?
13:53:24 <randomresult> (where col1 is a field in my configuration where the user can set the width of an element)
14:41:36 <randomresult> sometimes its quiet in here...
15:06:15 <danilobuerger> soooo who wants to write a little tiny script? randomresult_afk maybe?
15:07:20 <randomresult> @danilobuerger what u mean?
15:07:43 <danilobuerger> randomresult did you see http://git.io/sh9SvA ?
15:09:05 <randomresult> i would prefer the core hack :)
15:10:16 <randomresult> so u mean a shell-script or something?
15:10:51 <randomresult> so do we need to replace all templates with this in the future?
15:16:48 <danilobuerger> randomresult well the core patch is already in 6.2 and will be backported to 6.0 / 6.1 on the next release, so the alias mapping will work pretty soon for those versions, however new templates should use the new style, and old templates should have a easy migration path... thus we need a simple replace script for this
18:49:35 <randomresult> my partner did something... it looks for changes in ext ... but as soon as i apply that patch, nothing works no more
18:49:54 <randomresult> i get the following error #1289386765: Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Form\Field\InputViewHelper maybe not loaded or no autoloader? (More information)
18:51:08 <danilobuerger> randomresult because there is no flux:form.field.input