09:26:10 <bjo3rn> ok, let's gather the details: you have two page trees, each page tree has sys_language_uid set in its root, uid 0 has both languages added.
09:46:21 <jlumpe> i didn't get the fixes yet, how much is still broken?
09:47:06 <jlumpe> danilobuerger: quick question, because this is rather weird
09:47:29 <jlumpe> i was just talking with bjo3rn about my language issue. turns out, if i set the sys_language_uid with a PIDinRootline condition, it doesn't work
09:47:40 <jlumpe> now that i tried to set it via a hostname condition
12:28:23 <jlumpe> In my tree root (uid 1) i have a typoscript template, which sets the sys_language_uid per tree based on the host (it was PIDinRootline earlier, but that didn't seem to work)
12:28:43 <jlumpe> Each page tree has a domain record attached (de.domain.tld, en.domain.tld etc)
12:29:08 <jlumpe> I have an extbase extension which has some translations
12:29:26 <jlumpe> And this extension has records (images and categories)
12:29:31 <BenjaminR> page has to be translated to target language uid
12:30:03 <jlumpe> i translated the categories in the sysfolder, but the extension always gets the default ones, instead of the ones for the specified sys_language_uid
12:30:17 <jlumpe> BenjaminR: ah, can you explain why setting the sys_language_uid isn't enough?
12:30:39 <jlumpe> I ended up, doing it like this (translating the page) but that kind of defeats the purpose of having multiple trees
12:30:54 <bjo3rn> Just a random thought: are you sure pid _is_ actually in rootline?
12:31:22 <jlumpe> but since i changed it to hosts anyway now, it definitly works
12:31:31 <jlumpe> since the html-tag attributes get the new values
12:31:51 <jlumpe> just the translated content isn't show, as long as i do not translate the page to the target language
12:32:10 <jlumpe> BenjaminR: can you tell me why that is necessary and why setting sys_language_uid is not enough?
12:32:49 <BenjaminR> well i think its part of the typo3 design that typo3 checks if a page is available in the target sys language uid. if not if works as syslanguageoverlay is configured
12:33:21 <jlumpe> yeah i noticed that it would for example hide all content
12:33:34 <BenjaminR> page and content overlay are sepearted in t3
12:56:29 <cedricziel> hehe, yes, but it uses the bindings, not the binaries
12:57:27 <GRIMMCREATIVE> ok - just used now the old way http://cactuslab.com/imagemagick/
13:08:33 <hans> when i call the homepage i get following error in the logfiles : PHP Catchable fatal error: Argument 1 passed to FluidTYPO3\Flux\Provider\AbstractProvider::setDefaultValuesInFieldsWithInheritedValues() must be an instance of FluidTYPO3\Flux\Form, null given, called in ./typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 285 and defined in ./typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 753
13:09:18 <hans> in the backend i can´t open the page attributs of the root page, also gata blank page there :-/
15:54:23 <ad_on_is> this code is in my frontpage.html
15:54:23 <BenjaminR> if the page where you want to use v:page.header.title is prepared correct for usage the title tag is non existent or empty before using the vh
15:57:53 <ad_on_is> <v:page.header.title title="{f:if(condition:'{page.uid}!=1', then:'{page.title} - ', else:'')}{f:translate(id:'{LLL}:pagetitle')}" /> - this one works perfectly
15:59:04 <ad_on_is> so let's say ... if i use this one in my frontpage.htm: <v:page.header.title title="{f:if(condition:'{page.uid}!=1', then:'Testworks - ', else:'')}{f:translate(id:'{LLL}:pagetitle')}" />
15:59:12 <ad_on_is> title is renered as Testworks - mypage
15:59:50 <BenjaminR> then this doesnt have anything to do with v:page.header.title
18:42:34 <Riccardo> Hi. a question about <v:asset.script>: is it possible to remove the type="text/javascript" attribute?
18:43:48 <pedda> iirc correctly this is possible if you include your asset via typoscript and add type = raw to it
18:45:23 <Riccardo> urk... no, thanks ;) the cure seems worse that the illness
18:45:28 <pedda> the solution is available here: http://fluidtypo3.org/community/irc-logs.html as NamelessCoder explained this a few weeks (?) ago. But there is no search feature available for the logs actually
18:52:31 <Riccardo> and it is not called media, because it throws an error: "Argument "media" was not registered."
18:53:09 <pedda> optionally fork the vhs repo, extend the asset.style viewhelper and pr it
18:57:01 <Outdoorsman> bug alert? When I drag n drop a CE into an FCE it appears to work. However, the frontend never shows it and as soon as you reload the page in the backend it's right back where it was before the drag/drop.
19:07:22 <Outdoorsman> So can someone set me straight. Is FCE or Flexible Content Element still an appriate term for fluidTYPO3 content elements that allow for child content elements, etc.
19:07:59 <Outdoorsman> I'm not sure if FCE was just a Templavoila term or not.
19:08:25 <Riccardo> FCE is an acronym used by Templavoilà (Flexible Content Element)
19:08:41 <Outdoorsman> What's the comparable term here then?
19:08:42 <Riccardo> but you can also say FCE= FLUID Content Element :D
19:09:33 <Riccardo> let's say it would be better have a different acronym to avoid confusion ;)
19:10:04 <Outdoorsman> I seem to recall reading a term for it somewhere but it was a long time ago.
19:11:58 <pedda> FCE is still a suitable acronym because templavoila development has stopped
19:13:06 <Outdoorsman> Never mind I have 50 sites use TV, but I'm secretly glad to move to something so much more flexible and clean like FluidTYPO3.
19:15:00 <Outdoorsman> I'm a little nervous though because I'm running spending more time reporting bugs than I am getting work done and I can't keep up this pace indefinitely.
19:16:38 <Outdoorsman> What i am excited about is how responsive people are in this micro community about fixing things. I report something and people are generally on it right away.