08:55:57 <ubrog> I'm trying to update a template to flux 7.0 and I have some problems. The template uses flux:flexform.field.group and that doesn't seem to exist in 7.0
08:57:23 <ubrog> I'm not sure what I should use instead in the new version
09:07:10 <ubrog> Ah ok, I've read that page. But specifically form.field.group is not listed
09:08:41 <ubrog> And also not in the documentation. I think it maybe doesn't exist anymore?
09:09:26 <ubrog> But I was confused because the documentation doesn't list anything for flux:form for version 7.0, but I've just seen that the docs for master are ok
09:21:43 <ubrog> that one was flexform.container before, doesn't seem to be the same thing
09:22:48 <ubrog> But I'm looking through the list of helpers now to find an alternative to flexform.field.group. I think I'll just have to convert that to something else.
09:23:07 <Denyerec> What was group actually doing ?
11:08:30 <xaver__> i have a TCA field with link wizard and need a link in FE. My problem is the link is somewhere in v:format.json.encode in fluid. I need to create a <a-tag> before. or is where any nice way todo it in js
11:11:07 <ubrog> Denyerec: I just had a duplication of content elements after an Upgrade von TYPO3 6.1 to 6.2 and Flux to 7.0
11:11:20 <Denyerec> Did it cnotinue or was it just one time ?
11:11:37 <ubrog> They were inside a container and after the update they displayed twice, once inside the container and once outside
11:11:52 <ubrog> It continued. Not sure what's wrong yet
11:12:51 <ubrog> But I had some upgrade troubles with flux in that installation and i did the upgrade manually
11:13:26 <ubrog> I'm repeating the upgrade using the Extension manager now and I was hoping the problem will be gone then
11:18:04 <xaver__> ubrog: 2 things for a upgrade. before you do the compare which drops a index you need to start the flux 7 update script. Second thing is to update the tempaltes afterwards
11:20:59 <ubrog> It starts the update script if I upgrade from the extension manager, right?
11:49:24 <jlumpe> cedricziel: happen to know how i can access teh current request in a signal handler?
11:49:39 <jlumpe> it's s protected property of the controller, and there doesn't seem to be a method like getRequest()
13:05:25 <ubrog> it works, I tested it. But I can't make a screenshot at the moment, I'm still trying to update
13:06:04 <Denyerec> arguement table not registered...
13:06:10 <Denyerec> I think I might be looking at an update...
13:06:26 <cbleicker> question about grid templating in 6.2. as far as i know there is no core support for contentelements like gridrows or something like this. what do you use to make this possible? gridelements? or is this supported by some FluidTYPO3 extension? just trying to figure out the perfect extension list for my future typo3 development.
13:07:22 <Denyerec> BenjaminR - the docs don't have a table field for fiel.select - something you know that we don't :)
13:08:33 <BenjaminR> fuck! no... definitely not :D
13:08:43 <BenjaminR> seems to been replaced with flux.field.relation
13:48:34 <BenjaminR> if you write v:or in inline syntax as i pointed out before you can use it whereever you want to use one var or as fallback another one
14:09:56 <macro11> hello guys, is there a possibillity to access a datafield from the parent element? (fluidcontent) e.g. imputfield "width"
14:11:25 <ubrog> yes I was using field.group in 6.x and now field.tree
14:12:17 <ubrog> or actually it was flexform.field.group in 6.x I think
14:16:35 <Denyerec> I just need a "startingpoint" control like from FlexForms
14:16:41 <Denyerec> My Gist contains hat tx_news does :/
14:16:58 <ubrog> yes that's exactly what it looks like in flexform
14:18:25 <ubrog> if you need an overview: http://www.typo3-snippets.de/snippets/extension-programmierung/die-unterschiedlichen-arten-von-flexform-feldern.html
14:21:10 <macro11> @ubrog: was the field.tree a answer to my question?
14:21:47 <ubrog> macro11: no, related to Denyerecs field.group
14:21:52 <Denyerec> ubrog - when I use field.tree I get a tree with checkboxes
14:21:57 <Denyerec> I don't get the pagebrowser icon
14:22:04 <Denyerec> and the suggest field doesn't work with field.tree
14:22:05 <ubrog> macro11:I don't understand your questions completely
14:22:25 <ubrog> The tree view is correct, that's what it does
14:22:25 <Denyerec> So whilst field.tree *works*, it's not the same as the flexform approach
14:22:33 <Denyerec> So it's inconsistent with the rest of the UI.
14:23:07 <Denyerec> Here is field.tree: http://denyerec.co.uk/stuff/.screencaps/2014-05-14_13-22-55.png
14:23:47 <Denyerec> Here's the startingpoint from flexform: http://denyerec.co.uk/stuff/.screencaps/2014-05-14_13-23-34.png
14:24:32 <ubrog> the kind of UI that field.tree uses is used in other places too no, so I'm not sure what's better to use
14:25:11 <ubrog> Did you look at field.related? I don't know how it renders, but it might be closer UI-wise
14:25:15 <macro11> ubrog: my use case: i have a FCE with some columns, the width of these columns can differ. now i want to place a (responsive) image in the column. i have to configure the image for the maximum column size because i am not sure where it is placed. but i want to reduce the size of the image when it is a small column
14:25:38 <Denyerec> Field.relation just renders a selectbox
14:25:58 <Denyerec> And worse, it just list all pages in the selectbox :?
14:26:04 <ubrog> macro11: when you move it to a smaller column or when the column is displayed smalled due to responsiveness?
14:26:31 <ubrog> well, that won't look too nice. In that case you're probably stuck with field.tree
14:26:57 <ubrog> I have no idea why they removed the group field in the new version
14:27:40 <ubrog> the same UI is also used for categories, so maybe the devs want to move away from the old UI element alltogether?
14:27:57 <macro11> ubrog: forget about the responsive thing in this moment. i just want to reduce the output size to e.g. 250px because i know this column will never be broader than this.
14:28:26 <macro11> ubrog: otherwise i have to output the image with e.g. 1024 px width to fit in all columns
14:28:38 <macro11> without getting bad quality images
14:29:15 <macro11> i could work with different image FCE or a dropdown to select the width, but i would like to do this automatically
14:29:58 <Denyerec> ubrog - you ever used the width field? It doesn't seem to do anything for me on field.tree
14:31:20 <ubrog> no, haven't tried width on field.tree
14:31:46 <ubrog> macro11: you should be able to set the maximum width for your column in typoscript: styles.content.imgtext.maxW = 200
14:34:22 <macro11> ubrog: i do not use a backend layout or something like this. i use a FCE to define the column style.. so the user can have different column layouts on one page
14:34:59 <macro11> where flexible, but bringing some problems like this
14:44:47 <Denyerec> Since updating to typo3 6.2.3 my media records don't seem to be playing nice.
14:45:03 <Jeff_Tollwerk> Guys! Major problem with translations here. We're using danilobuerger's latest development-version of FLUX (https://github.com/hmspl/flux/tree/development). We have a FCE on language [ALL]. When we create a new FCE inside this FCE and translate it to a second language, the FCE does not know the parent-relation in the translation. Is there a way to
15:04:42 <Denyerec> As usual, simple when you know how ;)
15:06:23 <mrboe> @Denyerec here is a switchcase https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ThreeColumn.html
15:06:37 <Denyerec> mrboe I pasted the one from NavigationList too ;)
15:19:02 <Denyerec> SO then I look up resource.image and is says this about Identifier : The FAL combined identifiers (either CSV, array or implementing Traversable).