00:24:54 <mneuhaus> xaver: lol :D "Note: In order to ship our implementation of srcset in time for Windows 10, Microsoft Edge currently does not support the width (w) descriptor – we’re working on adding this in a future update."
00:25:07 <mneuhaus> the width descriptior is the most useful part ^^
00:44:34 <intva> I have a strange problem. made a simple file field, saved an image. in the var the whole path and the imagename is saved but v:media.image just renders the URL. same with f:image
02:13:51 <intva> hi rosieres. right now I changed it to fal inside the sections. but this doesn't work too
02:14:19 <intva> is it possible to use flux:field.inline.fal inside a section-object
02:15:25 <intva> this is my code: http://pastebin.com/i0e6tQST
02:15:52 <MarcHH> Hi. When using the TYPO3 content element "Insert Record" to make a reference to another content element I get an error in the FE which breaks down to the wrong SQL-statement "SELECT * FROM tt_content WHERE uid IN () ORDER BY sorting ASC". TYPO3 6.2.14, current flux,vhs etc. PageProvider build with FluidPowered TYPO3, content rendering with fluidcon
02:41:32 <intva> haha, yes it is just for me testing and quick and dirty
02:42:35 <rosieres> and why don't you set settings.previewImage ? in form.object
02:46:47 <MarcHH> Hi again. :-) When using the TYPO3 content element "Insert Record" to make a reference to another content element I get an error in the FE which breaks down to the wrong SQL-statement "SELECT * FROM tt_content WHERE uid IN () ORDER BY sorting ASC". TYPO3 6.2.14, current flux,vhs etc. PageProvider build with FluidPowered TYPO3, content rendering wit
02:47:23 <rosieres> intva: you are also good advised to use sheets -> flux:form.section -> flux:form.sheet
02:47:46 <MarcHH> I've seen related bug reports (#103, #160) but can't figure out which is already fixed and which may be a good/bad idea to patch locally...
03:16:32 <rosieres> intva: removing unessecary nesting and using sheets as best practice should make it easier. And maybe the translation then appears.
03:17:54 <intva> but unessecary nesting? I just want a section with some fields inside. thats it
03:19:41 <rosieres> intva: see the first listing -> https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/language-usage.html
03:58:09 <sitegeist_alex> Good morning everybody! If have a question regarding https://github.com/FluidTYPO3/vhs/issues/808
03:59:40 <sitegeist_alex> We are still in progress with the update of vhs and found out that the following was working before the update of vhs to the current development branch:
06:00:10 <NamelessCoder> sitegeist_alex is <v:resource.image> itself outputting "Array" or does it put "Array" as identifier? In any case: issue re-opened!
06:02:01 <7GHAAT81V> [builder] NamelessCoder closed pull request #71: [TASK] Updated extension name field description (development...updateLabel) https://github.com/FluidTYPO3/builder/pull/71
06:02:01 <18VAADLRE> [builder] NamelessCoder pushed 2 new commits to development: https://github.com/FluidTYPO3/builder/compare/62a96cd8e2f6...6617cecc1b04
06:02:01 <18VAADLRE> builder/development cfb5992 jmverges: [TASK] Updated extension name field description
06:53:38 <Guest|67067> hi, I have fluidcontent_core running and want to add a checkbox to the upload.html. is this possible?
08:03:25 <moger-xx> I am running fluidpages and have a page template "category" with a corresponding categoryAction in my pageController. I also have a "detail" template with a detail action. Now , in categoryAction, I want to forward to detailAction. I get an exception: "Could not analyse class:Tx_ConMyprovider_Controller_PageController maybe not loaded or no autol
08:03:41 <moger-xx> i simply do $this->forward('detail');
08:04:39 <moger-xx> what I want to archieve is a typo3 page that switches dynamically between two page templates.
08:05:14 <moger-xx> of course I could also do this with one template, a variable and two partials but i prefer two distinct actions and templates.
09:13:00 <Timross> Hi, I'm trying to override one of the partials in fluidcontent_core with my own partial in my extension. but it doesn't seem to work.
09:14:16 <Timross> I've added the following to my setup text in my ext,
09:38:16 <Guest|82794> Hi I get the error '"" is not a valid template resource URI.' if I use the current development flux version
11:02:38 <Timross> For anyone that is interested, the FluxService has a method getDefaultViewConfigurationForExtensionKey() that sets the default template root paths at index 10
11:09:17 <Timross> I don't want a variant though, I want to ALWAYS render an image in a custom way. So I want to make use of the overlay functionality that comes wiht the templateRootPath method
11:09:53 <Timross> the fact that the content_core typoscript sets the index at 0. implies that I can override it at .1
11:10:04 <Timross> But that's not the case as it is also set at .10
11:12:20 <Timross> but I do understand that variants are a flexible solution.
11:27:26 <Timross> ha, I just checked the latest version of https://github.com/FluidTYPO3/flux/blob/development/Classes/Service/FluxService.php#L290
11:27:45 <Timross> the default index is now set to .0
11:28:01 <Timross> I've just got an older version.
11:28:46 <Timross> fixed in dev, but not master yet.
11:30:58 <xaver> Timross: master is only the release from TER
11:50:51 <Timross> @xaver: I installed with composer, but it's all cool. It's working now. Just took me a while to get it all straight in my head. Thanks for your help
15:04:38 <Outdoorsman> Hi again NamelessCoder. Boris Schauer (mrboe) Just tipped me off to adding `\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('tt_content','--div--;Categories,categories','');` to `ext_tables.php` of my provider extension, which makes the Categories tab and it's contents appear on TYPO 7.2 content elements now. For some reason the categories just quit showing up on content elements with the advent of TYPO3 7.2 though it was
15:04:38 <Outdoorsman> worked out of the box in 6.2 and 7.1. I submitted a Forge issue for it... https://forge.typo3.org/issues/68650