04:50:58 <Outdoorsman> NamelessCoder, I have a correction for the ViewHelper reference on this page... http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html
04:52:46 <Outdoorsman> Maybe I should be telling danilobuerger, but titleFields on the page just mentioned uses the word "navtitle" serveral times when it should be "nav_title"
04:54:24 <Outdoorsman> I'm not sure if I'm the only one that has noticed but for the life of me I can't get that option to work anyway. Here's what I'm entering and it is not respecting it no matter what I do or how much cache I clear.
05:17:23 <Outdoorsman> I just submitted an issue to VHS for this.
11:26:28 <Denyerec> He could have overloaded the style with an inline block if he'd needed to
11:41:42 <jlumpe> man, can anybody tell me, why my extbase extension keeps trying to load my listAction, when i clearly defined that this plugin is supposed to use the latestAction iny extconf?
12:35:12 <jlumpe> Denyerec: lol, after installing uncache: Fatal error: Call to a member function getBackend() on a non-object in /www/htdocs/w00b04a1/customtattoo.lum.pe/typo3_src-6.2.0/typo3/sysext/core/Classes/Cache/Cache.php on line 105
17:09:08 <soee> randomresult: than try first one with different value :)
17:34:15 <Outdoorsman> randomresult I've been having trouble getting <v:page.menu titleFields="nav_title,title"> to work. I am modifying ftbcustomiser's Navigation.html to overlay fluidbootstraptheme's Navigation.html. I can't get Alternate Navigation Title to work to work. See this vhs issue for more details... https://github.com/FluidTYPO3/vhs/issues/555
17:35:54 <Outdoorsman> bjo3rnf commented and can't reproduce the issue so I am suspecting one of your extensions so could you see if you can reproduce the same thing on your end and comment in the issue?
17:36:21 <Outdoorsman> Maybe I'm doing something wrong but I can't think what it would be?
17:36:23 <randomresult> i will check localy as i override the menu too
17:38:03 <Outdoorsman> I have verified that my overlay is working and other parameters to page.menu are working... just not that one. And by the way, according to the docs, I shouldn't even have to specify that option since nav_title,title is the default anyway but I was explicity stating it to just to make sure.
17:40:26 <Outdoorsman> Just a side note randomresult... that Navigation.html Gist that is put in the issue is the default from fluidbootstraptheme copied to ftbcustomiser. I wanted to use the most recent version of Navigation.html to test with.
17:40:49 <Outdoorsman> Neith seemed to work though.
17:41:00 <randomresult> i dont get the navigtiontitle
17:41:19 <randomresult> just checking to take this directly in ftb
17:41:27 <soee> guys do you know it it possible to access in action view varaible taht was passed to FLUIDTEMPLATE object (page) ?
17:42:48 <bjo3rn> Outdoorsman I misunderstood your actual issue, sorry.
17:46:18 <bjo3rn> Outdoorsman manual rendering is what you are doing when iterating over the variable {menu}. there's also auto rendering using the viewhelper standalone and there it works.
17:47:30 <bjo3rn> I assume in manual rendering mode you get the raw page record and have to access the desired value yourself. in auto rendering mode this is, well, automatic ;)
17:48:34 <Outdoorsman> bjo3rn So where can I see an autorender example... I've only seen it this way. I understand fundamentally but practically I don't :)
17:51:00 <randomresult> if you dont like the way it autorenders, you can do it your way: manually
17:51:44 <randomresult> so you can define every single level for example and/or add stuff you like/need like icons or special classes (which is mostly also possible with autorendering)
17:52:18 <bjo3rn> confirmed, Outdoorsman, it doesn't work with manual rendering.
18:06:05 <jlumpe> time to stop working, it's a holiday after all
18:06:18 <bjo3rn> autorendering is the fire-and-forget solution that covers lots of use cases but there are many that require more tweaks and that's where manual rendering comes in handy.
18:06:20 <Outdoorsman> Wow you guys know this code like you wrote it... he he.
18:06:42 <randomresult> well... bjo3rn wrote it :)
18:10:04 <Outdoorsman> bjo3rn This example isn't working but the other one did... {f:if(then: '{nav_title}', else: '{name}', condition: '{nav_title}')}
18:15:15 <Outdoorsman> bjo3rn, here's what I'm using and it actually makes it so the menu doesn't even render, must by syntax, https://gist.github.com/Outdoorsman/aec26c4526ff076712f1
18:18:33 <randomresult> it would be great to get all your brains into the documentation and get it translated so that stupid ones like me understand it
18:18:41 <bjo3rn> I remember having something to do with that linktext thing...
18:19:03 <danilobuerger> bjo3rn lets look at the blame ;)
18:23:07 <Outdoorsman> I like this solution MUCH better than the conditional. Nevertheless I like knowing about that conditional because it's very powerful... haven't used it yet in action but will keep it tucked away.
18:23:46 <Outdoorsman> randomresult, can you update your Navagation.html templates?
18:27:56 <jlumpe> what am i doing wrong? first time i am actually trying to use the sys language feature.
18:28:16 <jlumpe> I added languages to the root, i translated a few records into a 2nd language
18:28:29 <jlumpe> and then using a ts condition i changed the syslanguage for the page tree
18:28:33 <Outdoorsman> randoresult I noticed there a number of differences between the two Navagation.html templates. I'm assuming that's in part because one evolved and the other has caught up or are they intentionally that different?
18:28:52 <jlumpe> but still the records aren't being show in their translated version
18:29:15 <jlumpe> (i'm trying to translate records which are inside of a sysfolder, no CEs, but rather object from my own extension)
18:30:00 <bjo3rn> jlumpe did you add a language to the folder as well?
18:33:49 <randomresult> every file copied and then modified from fluidbootstraptheme to fbtcustomiser will be take if it has the same name and lays in the same folder
18:34:03 <randomresult> so you can customize you web based on another extension
18:37:56 <bjo3rn> jlumpe what I mean is the page, that the plugin is on, has to be translated as well of course but I assume you did that.
18:55:45 <TYPO3ua> I made flux elements and 4 content records using this flux elements.
18:56:40 <TYPO3ua> Can I output all my flux elements records and to make for them a total wrap, in other words how I can to make the flux elements records list?
19:00:54 <TYPO3ua> For example I have on the page (ID=10) have 4 contents elements (records).... Can I output all my records on the page using FLUID and VHS
19:02:21 <bjo3rn> TYPO3ua that's what v:content.render or v:content.get are for
19:03:14 <TYPO3ua> But I do not know how to help me make the sample
19:04:21 <bjo3rn> <v:content.render column="0" /> would output all content elements from colPos 0
19:05:55 <TYPO3ua> For example I have on the page (ID=10) have 4 contents elements (records).... Can I output all my records on the page using FLUID and VHS
19:06:30 <TYPO3ua> output all my flux elements on the page ID = 20
19:06:32 <bjo3rn> you mean on a different page than where they are on?
19:49:01 <jlumpe> oh and i'm using fluidpages + fluidcontent aswell for the pages
19:49:13 <jlumpe> not sure if that has anything to do with the issue though
19:50:43 <jlumpe> i was expecting that setting the sys_language_uid would be enough to have the repository fetch the correct records
21:25:11 <Outdoorsman> Noooo... I think I'm running into another bug or improperly coded extension.
21:26:27 <Outdoorsman> When I create a CE and drag a standard Text CE into it (FCE-style), it appears to stay there, but when I reload the page in the backend it's won't stay there and pops back to where it came from (randomresult thinks this may be an old issue that was happening with fluidcontent)
21:27:07 <randomresult> i know it was a bug - danilobuerger fixed it
21:27:27 <randomresult> quite sure . lemme doublecheck if it happens in my dev-environment
21:29:07 <Outdoorsman> It appears to behave that way for any of the bootstrap CE's that allow you to put other CE's in them.
21:29:42 <randomresult> created a modal - created a text (outside the modal - normal c-type text) - moved text into the modal ... refreshed page in backend --> stays where it should stay --> inside the moda
21:31:11 <Outdoorsman> Hmmmm... so what could be causing that. Maybe I should see if I can dig up the closed issue and see if there are comments on it.
21:34:53 <benjamin_654> Outdoorsman: i hat the same issue
21:35:38 <benjamin_654> Outdoorsman: this fixed it for me partly: https://github.com/BenjaminBeck/flux/commit/5be45879810b165c49850b6123c7da233c258670
21:36:02 <Outdoorsman> Has this not been commited to flux yet then?
21:36:44 <benjamin_654> i was not sure if its a bug or some wrong config etc. on my side
21:37:23 <Outdoorsman> I believe I had that issue a while back but it seemed to resolve itself if I remember right. But now I see it's happening agian.
21:38:20 <benjamin_654> i described this "bug" also here: https://github.com/FluidTYPO3/flux/pull/541
21:38:56 <benjamin_654> in the screenshot you can see, that the record which is been updated has uid=0 ..
21:41:42 <benjamin_654> danilobuerger: can you have a look at this?
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.
13:38:17 <floxx> everything works - except f:debug
17:21:43 <Guest|62372> hi, is there a way to style the backend columns for "flux:grid.column"..the style attribute does not seem to render correctly...i just wanna change the background color for the columns
18:53:22 <artisticMink> Hello, as i am rendering a content element via the v:content.render view helper, is there a quick way to access the content elements uid similiar to {page.uid} when rendering a page template?
01:04:01 <xaver> danilobuerger: what do you do at epicgames=
05:32:43 <artisticMink> May i pass data to a content element (via using v:content.render) similiar to partials? I would need one of my parameters inside a content element.
09:14:33 <bjo3rn> for the record: that debug problem _is_ related to ft3 (vhs and assets). I added a fix yesterday so current dev branch should work.
10:59:23 <jlumpe> trying to get the languagemenuviewhelper to work atm
10:59:35 <bjo3rn> floxx would you mind replacing line 147 with if (TRUE === isset($GLOBALS['debugParseTime']) && FALSE === (boolean) $GLOBALS['debugParseTime'])
11:04:55 <jlumpe> bjo3rn: sorry for bothering: in a single tree setup, in realurl i do not have to specify a prefix for the default language for the L-valueMap, right?
09:58:51 <cedricziel> Denyerec: most functions dont support chaining as you'd need a object returned. in php, you could mock this for plain functions via closures
10:06:43 <jlumpe> bjo3rn: everythign works now as expected :)
11:12:32 <Guest|89010> I tried to add the xsd-schemas to my flux-templates. The problem is as soon as I add a <div> or <html>-structure around my fluid-tags (as suggested) the template seems corrupted.
11:13:56 <Guest|89010> The template still shows up in the page-settings, but with no label and when i select it the template the configuration-tab gives some errors like "Data Structure ERROR: No proper configuration!"
11:48:40 <BrianJ> jlumpe If 'postVarSets' is 'fixedPostVars' then my URL works but throws an error: Reason: Segment "golf-i-dyrehaven" was not a keyword for a postVarSet as expected on page with id=9220.
13:01:27 <benjamin_654> hi, is there a way to get information about the column/grid a flux-ce is inside? (eg. for different width) I see there is a variable {_all.grid} - what´s this for?
13:32:38 <danilobuerger> jlumpe a combination... most of them in a single tree since same content... north america on its own tree... but yeah there are some issues with that ...... about c&p we did a lots of fixes (> 20 bugfixes) for all commands (new / localize / d&d / etc) already and c&p is the only one left
14:48:34 <gencha^> I'm currently building a site with fluidbootstraptheme and fbtcustomiser. When I add a new template to my extension, it doesn't show up when I create a new content element
14:52:07 <gencha^> Erm, yeah, so my question is, is there some sort of common mistake people make that results in this behavior or is fbtcustomiser really only able to override but not add functionality
14:52:33 <jlumpe> i didn't use fbtcustomiser yet :(
14:53:51 <jlumpe> but i assume it is used to override existing templates
14:55:02 <gencha^> yeah, it is. that part works fine. i would have assumed that i can also add new templates though. and i'm pretty sure i can, i'm just not doing it right
15:30:17 <jlumpe> Note that {arrayVariable.{offset}.name} is not possible due to the way Fluid parses nodes; the above piece of code would try reading arrayVariable.{offset}.name as a variable actually called "arrayVariable.{offset}.name" rather than the correct arrayVariable[offset][name].
15:58:54 <pedda> assuming you already use a provider extension, fluidbootstrap can be seen as a template-swiss-tool providing you with some bootstrap components
15:59:40 <pedda> unlike vhs being a swiss knife for creating custom themes with some logic
16:03:17 <jlumpe> pedda: if you read the docs, they state that you can use fbtcustomiser to excent fluidbootstrap easily (including adding new components)
16:03:50 <jlumpe> all i'm saying is that the wording feels wrong, because you cannot just download the extension and add a new template. it won't work since it doesn't register itself as a provider
16:03:56 <jlumpe> so that step is just missign on the docs
16:22:16 <pedda> general question: if a customer asks you to fix some css issue on an android 2.3.x device, what do you do?
16:22:18 <BenjaminR> randomresult: pm me for bootstraptheme-for-typo3/fbtcustomiser#5 if you like
16:22:19 <FT3BOT> Issue 5: Should register itself as a provider extension https://github.com/bootstraptheme-for-typo3/fbtcustomiser/issues/5
16:23:24 <jlumpe> BenjaminR: the issue was just that the docs specifically state that you can add content, and the steps do not involve registering the extension as provider extension
16:23:37 <jlumpe> but of course, updating the docs would also resolve the 'issue'
16:24:36 <BenjaminR> jlumpe i will ask randomresult for his opinion but i think we demonstrate ext:view here and its not meant as skeleton for fluidcontent/fluidpages
16:24:52 <BenjaminR> what wouldnt be needed anyway because of ext:builder
09:23:58 <Bomwollen> i am experiencing something really weired with fluidcontent, and I hope I am right in this chatroom. Lets say I have 2 languages, german/english configurated , i already have a german conent element , when I edit this content element to create an english reference "English New" within editing mode, the english content element is referenced to the german language view in the backend. It is...
09:24:00 <Bomwollen> ...also shown in the german language in the frontend
09:24:56 <bjo3rn> Bomwollen which versions are you using?
09:25:53 <bjo3rn> there have been some fixes re i18n issues in the current dev branch
09:26:10 <Bomwollen> i am using typo3 6.2 and have updated the extensions flux, fluidpages, fluidcontent to the master-branch version
09:27:32 <Bomwollen> i understand, so you would recommend me to download the dev branch?
09:27:37 <bjo3rn> master-branch is in sync with current ter version. you should go for the dev branch.
09:27:48 <bjo3rn> the thing is: there are some bc breaks
09:28:08 <gencha1> can some explain to me why SimpleResponsiveImage and the underlying ImageViewHelper always scale images to the given size, unconditionally of their current dimensions? i faintly remember a maxWidth and minWidth attribute, but that doesn't seem to exist anymore
09:33:30 <gencha1> but if the input image is only 100x100, no need to upscale it to 500x500 and waste the bandwidth
09:33:47 <bjo3rn> well, I once did a viewhelper for picturefilljs which made some more sense imho
09:34:13 <gencha1> jlumpe: yeah, i get that. i was messing with it directly in a new template, but f:image complains about non-existing minWidth and maxWidth attributes
09:35:04 <gencha1> i just figured someone would have more insights if i mention SimpleResponsiveImage. since that labels the width attribute with "max width" in the UI
09:35:33 <gencha1> well, i guess that is technically correct, but it also means "min width" at the same time :P
09:43:42 <xaver__> anybody used eid in 6.2. i tried this dispatcher, but looks like it has some problems with 6.2 and the TSFE lines http://t3-developer.com/extbase-fluid/cheats-extbase/extbase-allgemein/ajax-dispatcher-eid-in-typo3-61/ (german link)
09:45:33 <jlumpe> xaver__: i'm using ajax, but i use a custom page type
09:46:38 <xaver__> yes but its a lot slower and i don't need urls this time. If i need more core functions i also use typenum :)
09:48:29 <Bomwollen> bjo3n one issue seems to be solved, another not. standard content elements are now referenced nicely, but when I have a bootstrap column element with standard content elements inside then the translation still does not work
09:48:31 <xaver__> i also wanted to try fluidwidget and the ajax function
09:49:32 <xaver__> but i think its no eid - i can't find something in Docu about eid
10:21:44 <gencha1> a bit off-topic, but, are any of you aware of an ios related issue when accessing a website on the local network which tries to load css/js from the internet?
10:22:12 <gencha1> i'm currently hosting the site i'm working on on my machine and access it via my lan ip address
10:22:35 <gencha1> works fine on chrome/android, but on ios it starts rendering the site for a split second and then tells me the connection was closed
10:30:48 <bjo3rn> mrboe's hint should only apply in case you are using vhs assets
10:30:56 <Eumolp> Using T3 V6.2 with latest Versions from TER. Moving from 6.1 I renamed all viewhelpers to the new convention. Page Templates Work korrekt, but my FCEs all fail to render. The Content Wizard gives no FCE-Tab, selecting FluidContent as CE says only: "Fluid Content type: No contenttypes available". No debug output.... clueless...
11:34:05 <bjo3rn> and now for something completely different.
11:46:20 <mrboe> @gencha1 here you can finde some informations about the environment i testet the latest release https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/releases/tag/v.0.6.0
11:46:32 <gencha1> about that ios issue from earlier. i've now moved the site to a server available on the internet and everything works fine
11:47:28 <gencha1> mrboe: i don't know why i got that dependency resolution error just now. all extensions worked fine locally. this only happened when i just moved the site to another server
11:48:33 <gencha1> ...and i just copied the ext folder from local to remote
11:49:12 <gencha1> either way, this was primarily a test, to see if it resolves the ios issue
11:55:20 <gencha1> mrboe: i'll definitely check out that link again for the final deployment, to make sure we have a stable setup
12:01:34 <Defos> Hey lads. I am using the v:iterator.random helper, is there a way to make it work in a cached environment?
12:29:29 <BenjaminR> have to have a look at v:render.uncache what it exactly does
12:52:35 <gencha1> when rendering a menu, is it possible to access properties set for that page through flux? like, i have a string property to set a fontawesome icon for each page, and i would now like to render that icon in the menu
12:53:51 <bjo3rn> gencha1 that icon property is defined via flux/flexform/fluidpages?
13:11:21 <gencha1> something isn't working right. i just get {flux:form.data(table="pages", field="tx_fed_page_flexform", uid="2") -> v:var.set(name:"flexFormData")} rendered into my page
13:12:35 <gencha1> i'm assuming that's not supposed to happen :D
13:14:29 <gencha1> i must not be using it right. when i use the form <flux:form.data table="pages" field="tx_fed_page_flexform" uid="{menuItem.uid}"></flux:form.data>, i get "Array" rendered into the page. i took that as a good sign
13:14:37 <bjo3rn> then you either missed to add the namespace of flux or vhs
14:40:28 <hans> i now just have this content tpl: https://gist.github.com/anonymous/770bb8e6b2e75dd5dffd
14:40:47 <hans> the flux debugger is telling it is registrated (in green)
14:41:02 <hans> but i just can´t see the wizardTab="Media"
14:42:17 <hans> "Flux Debug: Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from file ...../typo3conf/ext/speciality/Resources/Private/Templates/Content/test.html"
15:28:16 <Defos> Is this possible with the VHS if-ViewHelper? <f:if condition="{rootline.1.uid} == 1 || {rootline.1.uid} == 42 || {rootline.1.uid} == 39">
09:46:23 <shaggz> I'm using flux 6.0.2 and get sometime following error: Core: Error handler (FE): PHP Warning: DOMDocument::load(): Start tag expected, '<' not found in .../typo3conf/ext/mytest/Resources/Private/Language/locallang.xml, line: 2 in .../typo3conf/ext/flux/Classes/Core/ViewHelper/AbstractFlexformViewHelper.php line 232
09:47:48 <shaggz> The problem is that the locallang.xml is overwritten but only with the xml tag and the rest is empty
09:52:10 <randomresult> @bjo3rn did u hear him saying something?
10:04:12 <randomresult> it belongs to which extension?
10:04:16 <Denyerec> Well, depends. There's being arty, and there's knowing how Photoshops memory architecture works so you can structure things accordingly.
10:06:03 <bjo3rn> Denyerec he's doing it right I can assure. only those composings are that big. the source fotos are taken at real high resolutions also.
10:40:55 <randomresult> what does this tell me Fatal error: Call to a member function getSingle() on a non-object in /Users/glatz/Sites/biestmilch2014/typo3conf/ext/flux/Classes/ViewHelpers/Be/ContentAreaViewHelper.php on line 75
10:42:44 <randomresult> help @bjo3rn @danilobuerger
10:43:06 <danilobuerger> that you didnt clear all caches properly
10:43:45 <randomresult> fuck - forgot this on local environment... live is completely empty
12:37:06 <randomresult> after updating, all my grids are empty. well ... 50% of it
12:37:53 <randomresult> i had the copy and paste --> I have 2 of the same CEs (Same Id diffrent position) this mornign and updated to 6.2.2 and the new flux-dev
13:07:31 <randomresult> when i edit an element and save it ...
13:07:32 <danilobuerger> there is only one single command missing and thats pasteAfter
13:07:53 <danilobuerger> everything else should work
13:08:30 <randomresult> well... im on 77ce079ba9e3d641c162ba52e87d0879694b0cc1 now
13:08:49 <randomresult> and when i edit an element, and save it... i shows up 2 times
13:11:14 <randomresult> danilobuerger when i checkout the latest dev-branch, in most of my grids the ce's are gone. they are still in list view but not in the grids.
13:28:16 <danilobuerger> you will have to update to the latest dev version as there are fixes in flux dev that depend on fluidpages having those fixes too
13:54:54 <danilobuerger> so what commit are you on now?
13:58:31 <Tjark> hi, strange Bug within flux:field.inline.fal. Everytime i add more than 53 (!) Images i get a the following error Message (Validating the security token of this form has failed. Please reload the form and submit it again.)
13:58:53 <danilobuerger> Tjark thats not a strange bug, but a misconfiguration
15:37:07 <NamelessCoder> specific and more performant variant of f:if (but it is not a condition as such)
15:39:02 <floxx1> i think livefilter on fluidtypo3.org is broken: if i type e.g. meta - it finds…nothing http://fluidtypo3.org/viewhelpers/vhs/development.html
16:30:02 <danilobuerger> however dom traversel up has very good performance support across all browsers because thats what always happens if you have chained selectors in css
16:31:42 <floxx1> link.parentsUntil('.root').show(); should do the trick
16:32:20 <danilobuerger> personally i think parents() will be fine performance wise
16:35:12 <floxx1> i would go for parentsUntil() ;)
16:36:29 <danilobuerger> if the filter is near the root, parents() will be faster by a magnitude since it doesnt have to compare the selector on every parent
16:57:55 <floxx1> however - both solutions solve the problem
17:37:12 <benjamin_654> to go up in the dom tree its: closest() ..
17:37:47 <benjamin_654> up (for me) is into root direction (:
17:56:24 <benjamin_654> this is the first time i use page configuration (fluidpages). how can i prevent inheritance? i did flux:flexform.field.checkbox inherit="0" - but this does not work ..
18:00:10 <cedricziel> once a flexform inherited values, it wont revert
18:01:07 <bjo3rn> inheritance is a little wonky atm.
18:01:41 <bjo3rn> btw. +1 from me for benjamin_654's closest()
18:04:03 <benjamin_654> i tried changing the namen, its still inheriting ):
18:07:41 * bjo3rn is trying to understand the inheritance logic in AbstractProvider
18:09:06 <bjo3rn> it seems inherit="0" is not taken into account atm?
18:18:08 <Outdoorsman> @NamelessCoder, just thought I'd mention the merge that's waiting to happen here: https://github.com/FluidTYPO3/flux/issues/546#issuecomment-42172591
18:22:49 <cedricziel> Outdoorsman: there's no open Pull Request. danilobuerger will open one when he's convinced his solution fits the case.
18:23:50 <danilobuerger> cedricziel i am convinced ;-)
18:24:31 <Outdoorsman> Ahhh... sorry about that, I'm still getting used to the GIT workflow so didn't think to check that.
18:28:14 <Outdoorsman> I'll move to that one until I see a merge. I have a major presentation to a client today and I've been holding off for a solution to this issue.
11:43:40 <BenjaminR> when you create a fresh provider extension id say its absolutely safe because what you need is what you test before you go in production
11:43:56 <BenjaminR> updating to dev on production... no one does that :) you have a staging for that..
11:44:12 <Denyerec> Just wondering if there's a reason to update if everything's wokring :)
11:44:59 <BenjaminR> if everything is working and you dont need additinal features from new versions and there is nothing critical (there were no security fixes in the last time) ... no
14:33:41 <bjo3rn> but it's in an early development stage.
14:38:05 <Guest|30612> I think that would be it. But for now I better think about my training methods once more. Punishments for disobidient editors or something like that. ;)
15:32:43 <randomresult> is there anyway to slide a contentarea?
15:33:23 <randomresult> i mean to put content in on f.ex. on the Homepage and then it displays on all subpages until it hits another page with content in it ...
17:05:59 <Denyerec> WHat would cause this kind of thing in my output (debug context)
17:06:00 <Denyerec> Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from file /home/denyerec/htdocs/alba/typo3conf/ext/albatemplate/Resources/Private/Templates/Page/Frontpage.html
17:06:34 <bjo3rn> Denyerec setting flux debug level to 1 would
17:08:10 <mrboe> @bjo3rn you mean generally or explicit per substance?
17:08:44 <bjo3rn> ehm, I see. too sensible information ^^
17:12:41 <randomresult> but i smoke one last night... and will smoke a chig tonight
17:13:13 <randomresult> i will quit in the next holidays. but sitting here in the office with 5 persons smoking in front of my window... this is too hard.
17:13:28 <randomresult> well at least i mange not to smoke here...
21:42:50 <BenjaminR> hope its as good as fluid is :D
21:44:08 <BenjaminR> been afk a second - sending an email to a business partner asking for using sf2 instead of typo3 CMS for a non time critical project :)
21:44:17 <BenjaminR> telling him it would be the first one ^^
21:55:39 <bjo3rn> fx: you create one basic layout with some blocks containing defaults and you include/inherit from that template for different pages overriding those blocks where required
22:23:14 <cedricziel> play runs on top of netty webserver which is non-blocking and wires it to Akka which is an actor system and then allows non-blocking requests and promise like request processing in controller actions
22:31:18 <cedricziel> oh btw, the activator is not a strict requirement, so you could skip the ui if you wanted. but it is able to carry around tutorials and so on
22:59:42 <cedricziel> let's switch to github: https://github.com/playframework/playframework/tree/2.2.3/samples/java/zentasks
23:01:31 <cedricziel> this is a example ajax application with end to end testing including javascript testing, functional tests and unit tests with junit
23:02:32 <cedricziel> oh nice, they omitted the tests on github -.-
23:03:06 <cedricziel> oh man this turns into my personal nightmare and i'm more and more for showing you my very own code to show you the benefit ;)
23:03:27 <bjo3rn> but...but...where's the benefit of all that jazz?
23:11:23 <cedricziel> you can compile it into a jar, war or zip file
23:11:31 <cedricziel> i personally do it like that:
23:11:51 <cedricziel> i have a target host which has a private git repo over ssh
23:12:55 <cedricziel> on post-receive, i recompile the app, then stop 1 of 2 instances behind nginx->haproxy setup, upgrade it, run migrations, start it again and fo the same with the second instance
23:14:00 <cedricziel> here's my setup btw: https://gist.github.com/cedricziel/4ec91a5c594b1e8fc7d0
23:14:43 <cedricziel> the second option is a binary deployment as you can imagine via jar or war file
23:16:41 <cedricziel> which gives me clean api docs and almost fool-proof programming as the IDE knows the weak spots
23:17:24 <cedricziel> then there's the dependency management
23:17:36 <cedricziel> i use ivy/maven for anything
23:18:27 <cedricziel> i pull in webjars (webjars.org) for the libs i use in the frontend and it provides the libraries, a convenient requirejs setup out of the box and cdn integration on conext switching
23:19:50 <cedricziel> i can use js compilers like less and coffeescript to compile my assets as the jvm can run Rhino and Nashorn, which are NodeJS(JavaScript) runtimes
23:20:15 <cedricziel> all in one single (admittedly big in development) box
23:20:20 <bjo3rn> all of this sounds so much out of scope compared to what I do =)
23:21:58 <cedricziel> it may seem so, and i only scratch surface-but for me, as i needed a bazillion of toolchains in the last iteration, this is one box-i open it, "oh, i need this"-pull in the tool i need, and it just integrates.
23:22:49 <cedricziel> one nice thing i crafted these days is an actor which pulls in geonames.org stuff and synchronizes entities
23:22:57 <bjo3rn> then I'm really curious about the final result :)
23:23:35 <cedricziel> with php, this would have been a new (CLI) context. with play, i use the akka subsystem-tell it to run all 24h hours, and it will do so
10:28:37 <randomresult> is there a known bug/feature that with an update to the latest git-dev branches of vhs/pages/content my hidden Pages are shown in the menu...
10:35:38 <randomresult> seems that my menu does not respect deactivated Pages
10:40:52 <Jeff_Tollwerk> Hey guys, we're having a really hard time trying to get a bi-languaged TYPO3-page to work using fluid typo3. It seems that FCE-containers, which are set to "all languages" are rendered multiple times. Do we really have to copy whole structures and set ALL Content elements to the translated languages? This seems really annoying. Also the function to
10:40:53 <Jeff_Tollwerk> copy-and-translate ALL Content elements does only copy the outer elements.
10:44:04 <BenjaminR> Jeff_Tollwerk: did you checkout danilobuerger ´s fixes to commands
10:45:12 <BenjaminR> But if i am uptodate c&p is one of the last commands with bugs in a localized page. danilobuerger would certainly appreciate a sponsor for this fix because already the others in workbench/commands have been a lot of work.
12:13:43 <hans__> i´ve also used the same example as on: http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html
12:25:04 <bjo3rn> I quote: Thus if you use xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers" you don't have to set the old Fluid-style namespace {namespace flux=FluidTYPO3\Flux\ViewHelpers} in your fluid templates.
12:25:26 <cedricziel> ahh the new kid on the block!
12:30:28 <bjo3rn> I had the same issue though. what was it...
12:33:03 <hans__> :-/, ok the namespace is gone, now: Could not analyse class:flux\ViewHelpers\FormViewHelper maybe not loaded or no autoloader? (1289386765)
12:36:50 <bjo3rn> hans__ I can reproduce your issue with your gist. one second please.
12:42:18 <bjo3rn> when copying the code from http://fluidtypo3.org/documentation/templating-manual/appendix/fluid-autocompletion.html you can't have both. period. danilobuerger?
13:01:35 <P0RING> Hi guys. I've been debugging all morning because this snippet here : https://gist.github.com/ALRO/3f81fff57dc3f8d54c97 breaks for me. Both instances of {testVar} output "First" instead of the expected "Second". I've managed to track down the issue to this commit https://github.com/FluidTYPO3/vhs/commit/0c365eb7c5b22908335f10b1e13b8303a714e88b - because the parent doesn't know that it is the original it doesn't clean up the variables anymore.
13:07:29 <P0RING> BenjaminR, a subnavigation, ie a second level of a navigation for example
13:08:10 <BenjaminR> well i ask myself whats the difference in functionality to a toplevel menu viewhelper
13:08:18 <BenjaminR> didnt hear about it before :D
13:10:41 <P0RING> afaik the page.menu.sub viewhelper is exactly the same as the page.menu but it fetches the settings from the parent page.menu viewhelper
13:10:57 <P0RING> and exactly that data seems to not be cleaned up properly afterwards (
13:51:50 <benjamin_654> if those variables are arrays or objects you may need to query different, maybe 0:news_files.0 - you can try to test it with a simple <f:if condition="…" ..
13:54:58 <Alyssa> they are only fields from tt_news table
13:55:24 <Alyssa> btw its bad, that still no one has re-developed tt_news to the new engine ;)
13:56:17 <Alyssa> i am new to typo3, extbase and fluid, so i have no exp with configuration of extensions.. but i do my best and learn much :D
14:06:20 <randomresult> anyone worked with t3 6.2.2 and view?
14:15:06 <Torstenn> Hi there, i want to build a menu with page.menu, i have a shortcut in this menu, and the menu shows the title of the target of the shortcutpage, but it should show the title of the page which is in the menu, any ideas?
14:15:56 <ndee> hey guys http://fluidtypo3.org/blog/news/viewhelper-references-updated.html <-- I don't get auto completion when using following template: https://gist.github.com/anonymous/6c08a41553294973a9df is there a setting in phpstorm I could be missing?
14:18:22 <Torstenn> randomresult what do you mean with "view" ?
15:33:23 <cedricziel> note to self: check solvency of customers before working.
15:38:32 <mrboe> is it possible to deactivate the drag function of flux:form.objects
15:42:08 <Jeff_Tollwerk> Hey guys, we had problems with multi-language in Fluid Typo3. You sent me this Bugfix: https://github.com/hmspl/flux/commit/cc92cfe9a9bbb095402dc06bbcc02d6a9c4c851f Which version is this using? We're using Flux Version 7 and it appears that the Bugfix is for an older version?
15:48:56 <cedricziel> this is a workbench maintained by danilobuerger and it's based on the development branch which is currently Flux 7, yes
15:50:24 <Jeff_Tollwerk> Ok we'll try updating to the most current development branch again. We did this before but it crashed our system. We'll try.
15:50:42 <cedricziel> you should try to catch danilo to discuss you problems
15:51:59 <danilobuerger> my branch is based on the current development branch.. so use my fork with the development branch Jeff_Tollwerk
15:58:55 <P0RING> Is there an equivalent of levelfield in fluid?
16:05:56 <Jeff_Tollwerk> We just updatet our Flux to the current development version and now recieve the PHP-Error "PHP Fatal error: Call to a member function get() on a non-object in /www/accounts/methodpark/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php on line 119
16:05:57 <Jeff_Tollwerk> ". We didn't use the update-script, yet.
16:07:07 <danilobuerger> Jeff_Tollwerk you didnt clear your caches properly if you get that error
16:10:31 <Jeff_Tollwerk> Clearing the caches in typo3backend and manually emptying the typo3temp-folder didn't help. Are there any other caches ore dependencies?
16:19:12 <oliver_1234> Hi guys. I've got a problem with fluidcontent_core . I overlay the template and partial paths with ext:view . it works finde in the frontend, but when I change the configuration section of Text.html, it always falls back to the default configuration section of fluidcontent_core . Is this a known issue?
16:20:20 <cedricziel> i think fcc uses it's own overlay mechanism, doesnt it bjo3rn?
16:21:04 <Jeff_Tollwerk> clearing the caches in install tool worked for me.
16:21:27 <Jeff_Tollwerk> ^ speaking about my problem before, not yours oliver_1234, sorry.
17:16:06 <randomresult> you young guys (gays) better shut up
17:16:46 <bjo3rn> TAKE A SEAT FOR A MINUTE TO CALM DOWN AND CATCH SOME AIR, PA
17:17:21 <bjo3rn> randomresult can you confirm that be log is not working with ext:view enabled in 6.2.2?
17:22:10 <Defos> Hey guys. Is there a way to move the contents from v:page.header after the conents from v:asset.script ?
17:23:17 <Defos> make that v:asset.style instead of script
17:23:36 <Defos> In my case I want to add respond.js, but it only works when the CSS-Files were already loaded.
17:24:26 <Defos> And I'm using v:page.header because of conditional comments
18:21:44 <GRIMMCREATIVE> sorry but i must ask again: is there a way to get a configuration i set in fluidpages inside a typoscript?
18:41:22 <benjamin_654> GRIMMCREATIVE: this i dont know, but i used typoscript to define variables which i also used in templates with: http://fluidtypo3.org/viewhelpers/vhs/master/Var/TyposcriptViewHelper.html
18:43:18 <GRIMMCREATIVE> Thanks, but i need the other way :D - think i must rethink my plan
18:48:12 <benjamin_654> GRIMMCREATIVE: maybe this helps: http://www.t3node.com/blog/combining-fluid-viewhelpers-and-typoscript-in-typo3-5-basic-examples/
18:52:31 <GRIMMCREATIVE> thanks, i found this already but its not realy the right thing because its for plugin.tx_onmless { Variables { blub = var from fluidpages} }
19:00:12 <GRIMMCREATIVE> i think i should read the typoscript bible and get the value from tx_fed_page_flexform
20:55:27 <danilobuerger> bjo3rn you dont need ext:view for fcc overlays
14:26:24 <benjamin_654> randomresult_afk: all you need is in your ext_localeconf.php: $extPath = t3lib_div::getFileAbsFileName('typo3conf/ext/'.$_EXTKEY.'/');
13:35:03 <GRIMMCREATIVE> generated by extbase_realurl
13:46:36 <Denyerec> I seem to have .html on al my URLS now :/
13:46:50 <Denyerec> And here's a sample: http://alba.dev/news/alba-news/news/new-news-article.html?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=9eba8936c1a0866f518dd2c4e353fd1a
13:15:19 <BenjaminR> thats what i know about it - not yet supported
13:16:04 <BenjaminR> but would be worth the work to investigate ttcontent and extend imagevh i guess
13:16:26 <BenjaminR> or create a cobject representing these settings done there (by ts i guess)
13:49:54 <woodyc79> Hello! Any Idea why v:security.allow with anyFrontendUser: 'TRUE' does not recognize a logged in frontend user? are there any caching mechanism that could prevent this functionality?
13:53:25 <anhadikal> I need help with flux:field.relation and transform attribute
13:54:09 <anhadikal> I set transform to my Model. In backend I can select the Records of the Model. But int the Frontend the value of the object ist null
13:54:53 <anhadikal> It looks like the storagePid of my Extension is not used, because it always is 0
16:10:31 <cedricziel> rahulthewall: i highly doubt that fluid is the only extension installed.
16:11:04 <rahulthewall> cedricziel: rest are all what came with typo3 6.2; the only plugin that I installed on my own was fluid
16:11:26 <cedricziel> please be exact.. fluid is installed by default in 6.2
16:13:01 <cedricziel> there have to be at least 3 other extensions: fluidcontent, flux and your provider extension
16:13:33 <cedricziel> if it's not one of them, there is either a flaw in one of your templates, or an extension thats added statically in ext_tables or so
16:17:36 <rahulthewall> cedricziel: So, I have these extensions: Fluid Flexforms, Fluid Parse Engine, Fluid Content Rngine, VHS, and my provider extension
16:19:44 <cedricziel> one thing that comes to my mind immediately: powermail
16:20:49 <cedricziel> if this isnt the case-grep your project for the urls in question
16:21:13 <cedricziel> if you still cant find something: use the template module to find what you're searching
10:13:10 <Jeff_Tollwerk> Morning guys, we're currently using danilobuergers latest version of flux (https://github.com/hmspl/flux/tree/development) and copy-paste does not really work. Nested FCE-structures are not inserted at the position we click in the backend and nested relations are lost, so that localization doesn't work either. I stumbled around on github and found
10:13:10 <Jeff_Tollwerk> that this is a current problem. Are there any solutions so far?
10:40:04 <Denyerec> Hang tight and wait for NamelessCoder or danilobuerger
11:27:33 <hans> last week i had strange problem with my fuild extention, found the error: i had old files of extentions still exisiting in the diretory; so i had to delete all and the upload the new!
13:00:52 <GRIMMCREATIVE> how to get a fluidpages partial section inside fluidcontent? i remember there was a way but can´t find it
13:07:42 <bjo3rn> GRIMMCREATIVE can you give some more details about what you are trying to achieve please?
13:10:15 <GRIMMCREATIVE> just wanted to get some section from my partial file who is located inside the partials folder of my fluidpages template ext - to use it inside a fce of fluidcontent
13:11:10 <bjo3rn> you keep fce and page templates in separate provider extensions?
13:11:34 <GRIMMCREATIVE> i think the answer is yes
13:13:00 <bjo3rn> I assume you have a special reason for that?
13:14:23 <GRIMMCREATIVE> not for real :D - i never thought about it - just use it like the examples fluidcontent_bootstrap fluidpages_bootstrap
15:53:19 <cedricziel> so if cooluri hooks into that, all should be good
16:03:16 <jlumpe> guys, did anybody create a powermail form which is submitted using ajax?
16:07:01 <Defos> cedricziel: it works for everything else tho, just not that canonical VH
16:35:13 <jlumpe> cedricziel: got a sec? if so: why is my ext_localconf.php only ever loaded once? i have a 'die' statement in there for testing, but it is never executed (frontend always loads)
16:35:56 <cedricziel> there's some "smart caching"
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).
08:24:35 <jlumpe> it might not be perfect code-wise, but as soon as that works i'll just put it on github, if anybody needs it (will probably only work for single page contact forms anyway)
08:27:30 <Denyerec> I have the ext. go_maps, and it stores addresses in a table called tx_gomapsext_domain_model_address
08:28:03 <Denyerec> Whats the correct VH to use to grab a record from here?
08:29:49 <benjamin_654> cedricziel: thx & good morning, with: ./typo3/cli_dispatch.phpsh phpunit typo3conf/ext/flux/Tests/Unit/Service/ContentServiceTest.php i get the error: PHP Fatal error: Call to undefined method FluidTYPO3\Flux\Service\ContentService::injectRecordService()
08:30:36 <benjamin_654> and ./typo3/cli_dispatch.phpsh phpunit -c typo3conf/ext/flux/Tests/phpunit.xml says: "No tests executed!" ..
09:05:56 <cedricziel> benjamin_654: can you describe your environment please?
09:07:55 <cedricziel> Denyerec: the domain record, or the db record?
09:12:48 <cedricziel> I'd give field.relation a shot
09:13:00 <cedricziel> it should at least give you the db records
09:13:18 <cedricziel> you can try the transform argument to cast it to a domain object
09:37:15 * Denyerec wonders if they finished translating that yet.
09:37:24 <matt_b> heheh - I've got this on another screen: http://docs.typo3.org/typo3cms/ExtbaseFluidBook/3-BlogExample/2-the-stations-of-the-journey.html
09:37:42 <matt_b> Trying to learn this stuff myself
10:34:31 <jlumpe> in case anybody later wants to take a look at something i cooked up: i made an attempt to make basic powermail 2.x forms submit via ajax
10:35:04 <randomresult> maybe mrboe is interested as he is working on bootstraped powermailtemplates
10:35:20 <jlumpe> it's really basic for now, but it works
10:35:39 <jlumpe> i might upload it to github later :)
10:36:05 <mrboe> @jlumpe i can upload my powwermail "extended" versiob
11:25:36 <ubrog> I have a problem with an inline notation of f:cObject, can anyone spot what's wrong here? http://pastebin.com/LneKEgbT
11:26:35 <ubrog> I get: #1237900529: The argument "arguments" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Widget\LinkViewHelper"
11:26:56 <ubrog> I also added {} around f:cObject, but with the same result
11:27:20 <ubrog> The typoscript path contains a number only, I checked that
11:27:40 <ubrog> And when I add the number directly in the template it works
11:28:57 <ubrog> I think there's something wrong with the inline notation of the cObject so it returns an array instead of string, but I don't know what exactly
11:35:57 <Denyerec> thanks BenjaminR - might be able to figure this out afterall! ;)
11:36:10 <jlumpe> ubrog, can you try to change f:cObject(typoscriptObjectPath: 'lib.newscategory' ) to 'f:cObject(typoscriptObjectPath: "lib.newscategory" )'
14:34:06 <randomresult> ok. i will try to understand and redo it
14:37:08 <BenjaminR> randomresult: in your update script you expect to know the fces there have been used with fluidcontent_bootstrap but if one added more fces to it they wont be catched by your update script
14:40:45 <BenjaminR> good look - keep up the good work :)
14:56:50 <BenjaminR> cedricziel: you know where the "Relations" tab in content elements comes from and what it is for?
14:58:16 <BenjaminR> And how to hide the Options Tab for an fce which has no fields
15:03:09 <Torsten> Hey there... when I delete a fluid content element that has a file relation via flux.field.inline.fal, the corresponding row in sys_file_reference is not marked as deleted... am I missing something?
16:33:11 <mrboe> use this https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Button.html
16:33:32 <mrboe> button group and link doesn't work for me
16:36:43 <mrboe> the labels are in the local lang file
16:37:08 <mrboe> if you only want to grap the button @xaver__
17:09:59 <Guest|52787> I wrote a small view-helper to get the file-collection. Now how do you render an object "TYPO3\CMS\Core\Resource\Collection\StaticFileCollection" correctly?
18:16:03 <Denyerec> #1289386765: Could not analyse class:Tx_albatemplate_ViewHelpers_QueryRepositoryViewHelper maybe not loaded or no autoloader? (More information)
18:16:10 <Denyerec> This is just it not being able to load/find the viewhelper
18:35:08 <MartinBless> May I bump into the house with a question right away: It's totally cool to have this documentation at https://github.com/FluidTYPO3/documentation . It's a pity it is in markdown an not in ReST as used generally on docs.typo3.org. The question is: If I converted that documentation to ReST - would you welcome this?
18:44:40 <Denyerec> NamelessCoder is the man you want.
18:44:49 <Denyerec> I *think* the references are autogenerated.
18:49:03 <BenjaminR> Or bjo3rn how is Documentation Manager :)
18:55:16 <BenjaminR> lets try wihout before we build new bugs
18:55:17 <floxx> danilobuerger: i cloned your fork of flux, now i get this fatal error: Call to undefined method FluidTYPO3\Flux\Core::addStaticTypoScript() in /html/typo3/typo3conf/ext/fluidpages/ext_localconf.php on line 8
18:57:52 <cedricziel> floxx: you have to checkout the workbench/commands branch
19:00:55 <Denyerec> #1: PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings::setStoragePageIds() must be of the type array, null given, called in /home/denyerec/clients/alba/htdocs/typo3conf/ext/albatemplate/Classes/ViewHelpers/QueryRepositoryViewHelper.php on line 96 and defined in /home/denyerec/src/typo3-6.2/typo3/sysext/extbase/Classes/Persistence/Generic/
19:00:55 <Denyerec> Typo3QuerySettings.php line 185 (More information)
19:30:37 <mrboe> but the buttons didnt work for me so i wrote a new one which is the Button.html
19:31:52 <mrboe> here the link: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Button.html
19:49:06 <xaver> mrboe: what i don't undersand, you are using the same viewhelper (regular links are working, only file fails)
20:00:14 <Denyerec> I want to explode that to an array, then iterate it.
20:00:29 <Denyerec> So I can dress it up correctly with markup.
20:01:22 <Denyerec> I think if I do it with a bunch of regex's it's going to end up terribly obfuscated
20:01:27 <Denyerec> May as well write it in Perl... ;)
20:01:29 <mrboe> @xaver if you still have problems please report a bug https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues?state=open
20:02:04 <mrboe> here are some information about testet versions https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/releases/tag/v.0.6.0
20:02:35 <BenjaminR> Deny: do it in the or another vh then
20:54:04 <GRIMMCREATIVE> http://fluidtypo3.org/5.2.Gitworkflow link is dead
09:58:36 <mrboe> i will ask random to come with me
10:07:54 <Guest|39918> Hey Guys, i use TYPO3 6.2.2 and fluid etc. If visit my page the first time its not completely builded up. Now i press f5 and i get f. e. one more Navigationpoint. Press f5 again, i get one more content element. What is going on? Typo3 bug or Fluid?!
10:10:17 <cedricziel> Hard to tell. Is it a public project?
10:10:54 <mrboe> @Guest|39918 wich browser do you use
10:12:05 <mrboe> @cedricziel i thougt this sounds like the problem with the "content header length"
10:20:19 <Guest|39918> the problem is in every browser... the site is not published yet. its not only the header. The problem is in the content section and footer section too
10:20:44 <Guest|39918> I dont know... i have some projects which are really bad in performance too... Is my code bad? Or are some bugs known with 6.2.2?
10:34:50 <mrboe> im trying to get that working since yesterday
10:44:25 <cedricziel> mrboe: bjo3rn can tell you more, he had a similar case some days ago
10:44:27 <Denyerec> if I have a VH that returns a generic QueryResult and I want to do some more processing of that, should I make another custom VH that takes a generic query result as an input & mangle it in there ?
10:44:29 <cedricziel> in general, this is considered to be a bad idea
10:45:01 <cedricziel> as far as we stretch the concepts of V in MVC, i simply dont like querying directly in the view layer.
10:45:39 <cedricziel> I suggest you to use a realization of ContentController or PageController to handle it in a Controller and there assign it to the view
10:52:30 <cedricziel> do what you like to do :) you can use a queryresultinterface to iterate over your records, yes
11:03:19 <Denyerec> Well, I guess what I'm asking is "what's the right thing to do"
11:03:19 <Denyerec> I could obviously write a 10000 line procedural function in a viewhelper that pretends to be an extension - it would be a bad idea ;)
11:03:19 <Denyerec> BUT, I am just trying to pull 3 address records :)
11:03:20 <cedricziel> then my answer is: you're doing it wrong but It'll do the trick :)
11:03:21 <Denyerec> So, if I want to pull records (Based on a supplied ID, or perhaps all records of a particular type) what is the correct way ?
11:03:21 <Denyerec> Say in my template I want to say"Render Address 58 here"
11:12:04 <cedricziel> the flow documentation is really nice at explaining the concepts
11:12:28 <cedricziel> just dont confuse Extbase as a framework with FT3 templating too much
11:12:50 <cedricziel> wait, i'll pick some interesting chapters for extbase starter read
11:13:19 <SuburbanWorrier> ok thnx, I'll take a look. The templating part isn't too bad for me - it's what/where are the sql statements made
11:13:57 <SuburbanWorrier> ...relationship between tca files and models (& repositories)
11:14:09 <cedricziel> 1st: Domain Driven Design - the Object Part is what's used in Extbase / Flow: http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartI/ConceptsOfModernProgramming.html
11:14:31 <Denyerec> I think that's the mistake Ive been making... looking at the extbase docs not the flow ones
11:14:47 <cedricziel> 2nd: Short overview on the DDD attempts in Extbase/Flow http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartII/Modeling.html
11:15:27 <cedricziel> The important part is to understand what an AggregateRoot is and what a Repository is, and when it's needed
11:15:49 <cedricziel> This continues here: http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartII/ModelAndRepository.html
11:16:27 <cedricziel> Keep your brain from reading the ORM Annotations, that's doctrine stuff we dont have in the castrated Extbase ORM
11:16:45 <Denyerec> People who use it seem to love it, so when this "clicks" I expect heavenly music and beams of light.
11:17:47 <cedricziel> When you have a basic understanding of "What's a domain model, how can it look like, and how can i theoretically query this thing", you can continue to read about controllers: http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartII/Controller.html
11:18:18 <cedricziel> Dependency injection works a little different in Extbase, so there may be some googling involved
11:19:27 <cedricziel> now and then, you should take a look into Georg Ringers News Extension. It has both a complex and a simple part: https://github.com/georgringer/news
11:19:49 <cedricziel> but it has examples for almost anything you'll read about in the chapters i tell you about
11:20:12 <cedricziel> There's one thing you should note when looking into this:
11:20:40 <cedricziel> Georg uses Tx_.... class names instead of php namespaced classes
11:21:00 <cedricziel> you can only use one of those patterns in your extension.-mind that!
11:21:39 <SuburbanWorrier> this is the difference between TX_word_another_yetmore & Word\another\yetmore syntax?
11:21:45 <cedricziel> The view chapter brings it all together and shows you how data flows from the persistence layer through the controller ionto the view: http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartII/View.html
11:23:33 <cedricziel> if you only program for the frontend, you can completely forget about that kind of stuff
11:23:47 <SuburbanWorrier> we still totally need tca stuff tho?
11:24:21 <cedricziel> if you need to have hooks on records in the backend you're screwed with extbase as this is TCA and $GLOBALS land (though you can grab extbase stuff when you manually bootstrap it)
11:24:45 <SuburbanWorrier> oooh! (totally over my head)
11:25:09 <cedricziel> you'll get into it when you need it :)
11:25:16 <SuburbanWorrier> I'll go read - 1000x thanks for the reading list
11:25:36 <cedricziel> no problem, come back when you're thirsty for more, there's more fish :)
11:26:47 <SuburbanWorrier> is there something (an extension?) I can use to view an Extbase object (other than f:debug in the F.end)?
12:30:54 <mrboe> all other tries with working AC lead to >> Namespace identifier "v" is already registered
12:32:23 <mrboe> here i found an post about that, i think this might be the reason why the AC doesnt work as it sould http://typo3.helmut-hummel.de/post/85031122475/xml-schema-auto-completion-in-phpstorm
12:33:15 <mrboe> i think it could be a problem that the URL's like http://typo3.org/ns/fluid/ViewHelpers has no content
12:36:32 <SuburbanWorrier> bjo3rn: thanks for the heads up. Checking out PhpStorm now
13:04:43 <Guest|39918> hi, if i have contents which are translated and put them in a flux/fluid box they will be hidden.
13:05:47 <Guest|39918> So there are problems in the database with the flux_parent and children
13:31:10 <benjamin_654> Guest|39918: you can look here if its a known bug: https://github.com/FluidTYPO3/flux/issues?direction=desc&sort=created&state=open
13:34:12 <SuburbanWorrier> cedricziel: to whom should I address fixing typos in the docs you suggested earlier?
13:36:26 <benjamin_654> Guest|39918: If its something new, please open a issue with the information which versions typo3/flux, what values are wrong in the database and the steps that brought you there..
13:55:58 <dokma> Got a simple domain Conversation, Message, Visitor, Administrator for a visitor support AJAX chat with angularjs
13:56:27 <dokma> just started learning Fluid and extbase so I can't wrap my head around how I am supposed to persist my messages
13:56:59 <dokma> I've managed to get the chat gui to show a Conversation single view that contains Message List view and New view
13:57:11 <dokma> so now I can submit a Message with angular
13:57:32 <dokma> but I don't know how to persist this to the DB
14:59:00 <floxx1> i'm trying to link to a page of type "external page" with v:page.link, but it doesn't work. the link is built with the provided path but the domain is substituted with my server domain. is there an attribute i should set?
15:03:36 <xaver> cedricziel: i don't care - fuck IE really -> Only IE is the Icon font position wrong and no setting had success
15:11:02 <xaver> cedricziel: the icon font looks also on the demo site broken
16:21:04 <ndee_> hey guys, just to be sure: http://fluidtypo3.org/viewhelpers.html <-- when using the <html>-tag, there is nothing else I need in phpstorm for the auto-completion, right?
16:33:19 <randomresult> we struggeld a lot making this work
16:33:35 <randomresult> we dont know if this is the correct soluiton but in the end it works
16:37:45 <SuburbanWorrier> in f:link.action can addQueryString be used to build upon existing links?
16:39:33 <SuburbanWorrier> ..so if I've already got an argument tx_plugin[type]=1 can I retain it and add tx_plugin[another_arg]=x to e.g. filter records?
16:40:48 <ndee_> randomresult: I had it working with linking to the xsd so... let's see if that works :)
16:52:35 <ndee_> randomresult: restarted phpstorm but to no avail. So, having it for each project is still the way to go I assume.
17:05:04 <cedricziel> SuburbanWorrier: additionalParameters i think
17:15:52 <SuburbanWorrier> cedricziel: in the Page TSConfig?
17:20:57 <SuburbanWorrier> I added config.no_cache = 1 to the page my extension lives in. Uninstalled the extension, reinstalled, cleared caches and STILL I get cHash! :/
17:24:40 <cedricziel> config.no_cache is to be set in the ts template, not in PageTS
17:25:00 <SuburbanWorrier> yeah - caught my own error there & removed that
17:28:33 <redpop> Hello, I use TYPO3 6.2.2 and the latest fedext extensions: flux, vhs, fluidpages, fluidcontent, fluidpages_bootstrap and fluidcontent_bootstrap. I use the GitHub Repos - master. Also I've checked the development branch. The problem is, that when I used a Twitter Bootstrap CE 'Column Row', the child element in this grid shows me in the Relation Tab
17:28:33 <redpop> 'Content area of parent': INVALID Value: http://picpaste.com/content_area_of_parent_01-LRnwrM4V.png
17:31:21 <redpop> In special cases, I can not include a news plugin record into a grid, after I switch the page backend module suddenly the news plugin record is an another place, no longer in the grid.
17:34:00 <danilobuerger> redpop fluidpages_bootstrap and fluidcontent_bootstrap are deprecated
17:40:12 <redpop> @danilobuerger: an the solution is what? is there alternative extensions from fedext team or a documentation for creating a own boostrap extension?
17:42:19 <danilobuerger> nobody from the fluidtypo3 team is developing one, but randomresult_afk is... there is no documentation on how to create a __bootstrap__ extension, because why should there? bootstrap is one of many libraries... there is however documentation on how to create your own extension and content elements
19:00:18 <redpop> @danilobuerger: now I created a new provider extension and have the same issue in the relation tab 'Content area of parent': INVALID Value: http://picpaste.de/content_area_of_parent_01-H600MxdC.png, http://picpaste.de/content_area_of_parent_02-79rOrA1k.png
19:01:13 <redpop> but the content elements are stored now
19:02:03 <redpop> only the INVALID VALUE an the missing columnFirst (column #1) is curious
08:44:24 <soee> you have 4 columns in one row in grid, in each column the same fce with text and image, and in one column the preview and the image are notr rendered, both BE and FE ?
09:17:00 <Guest|96381> Good morning guys. I built a T3-Template with fluid and now i have a problem in chrome. If I visit the site for the first time, i just see one or two contents. Then i refresh the site and i can see one more content etc... any solutions? thank you.
09:18:05 <BenjaminR> Guest: Fluid or Fluidcontent, Fluidpages?
09:18:22 <BenjaminR> If only fluid you should consult #typo3
09:21:26 <Guest|96381> i use fluid, vhs, flux, fluidpages, fluidwidget, fluidcontent
09:22:43 <randomresult> BenjaminR no - it means he was on your sever - we once had 2 wordpress-Blogs in one space and in the end it turned out that we were hacked in wordpress a and the hacker placed files in wordpress b
10:37:22 <soee_> ok found it http://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20140310&tx_fluidtypo3org_content%5Bcontroller%5D=Content&cHash=36836665f850b3c71b4f033fc9b276f3#15:17:25
10:41:41 <soee_> looks liekusing FAL in FCE is totally broken
10:46:24 <jlumpe> what'S the advantange of using FAL over using the file field?
11:00:20 <soee_> is there big difference between flux 7.0.0 and the latest dev ?
11:02:55 <BenjaminR> soee_ bugfixes especially regarding commands
11:09:17 <soee_> any idea if i rename flux dir and clone from git i have this error: The package "fluidcontent_bootstrap" depends on "flux_" which is not present in the system. ?
11:28:29 <soee> inn one word you have to be ninja :o
11:28:36 <cedricziel> i mean, everybody knows pieces of JS, but thats not suitable for bigger projects
11:28:36 <Teddybears> the fluidpages_bootstrap is not indicated as deprecated. but why not. if i use the example code from http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html to create a new template, i have this error
11:32:28 <soee> [11:30] <randomresult> it should yes, but the migrationscript is not ready yet i guess ->>>> [11:31] <randomresult> uninstall the old *bootstrap and install fluidbootstraptheme and run migration
11:38:01 <randomresult> and the XSD-Files are wrong
11:38:09 <soee> cedricziel: so this bug https://github.com/FluidTYPO3/flux/issues/533#issuecomment-43341007 it will be more T3 fault or flux shouldnt instantiate datamaper when T3 compares DB structure ?
11:38:22 <randomresult> and i think the team does not use AC at all
11:39:23 <jlumpe> generic question: when i have a provider extension, i end up still doing quite some ts config inside of typo3 (things like changing config pased on PIDs etc). Anti-pattern? is there a better way?
12:24:20 <Denyerec> I have got myself into a position where the only TS on site is there to define UIDs for content elements pulled through into parts of the template
12:39:07 <Denyerec> You're pretty mcuh exactly in the same boat
12:39:13 <Denyerec> though... I did include my page config in my extension
12:39:29 <Denyerec> I figured because the extension was the whole site, basically, that it could live there.
12:39:29 <wazum> *hiya!* I used the gist here: https://gist.github.com/benjaminrau/10246131 for textpic with fluidcontent_core … but I get no form in the backend; fronted output works (when I edit the template); how is that supposed to work/look like? tia
12:39:40 <Denyerec> The only thing I have in my site TS is the overloads for the various content UIDs
12:39:56 <jlumpe> Denyerec: yeah i put the page config into the extension
12:40:23 <jlumpe> well for the page object that is
13:34:39 <randomresult> @cedricziel you should read this : https://www.cedric-ziel.com/knowledge-base/artikel/?tx_news_pi1[news]=6&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=25d59cc3abf754da8dd0830737bad396
16:05:30 <gencha2> one of my coworkers is trying to get the extension suite installed in his local copy of 6.2.2. whenever he tries to install fluidpages the extension manager will display an empty error and the extension will not be installed
16:06:02 <gencha2> any hints as to what to look into? php error log does not have anything related in it
16:06:18 <Denyerec> Stupd question, the TER is up to date right ?
16:06:54 <cedricziel> gencha2: from source or from TER?
16:12:38 <gencha2> with a completely fresh installation of 6.2.2 he can install fluidpages apparently, but not with the installation he was working on :(
16:36:05 <cedricziel> tss.. mixers. I got the beats, the car and the babes! http://s116.photobucket.com/user/MRCHOLO_323/media/0502lrm_pimpjuice01z.jpg.html
16:40:22 <gencha2> it's the best reason i could come up with so far anyway
16:40:51 <cedricziel> git push production master && echo "Hell yeah!"
16:41:06 <bjo3rn> makes sense. the issue is rooted in that version conflict
16:41:15 <gencha2> fbt didn't install because fluidcontent wasn't installed (which also depended on flux 7.0.99). upon fixing that and installing fluidcontent, he could now also install fbt
16:58:10 <Denyerec> <Denyerec> Hey Claus. I'm wondering about how I would add examples to the FluidTypo3 documentation. I know a lot of it is auto-generated, so I wasn't exactly sure if this was in fact possible.
16:58:23 <Denyerec> I struggle with there not being clear examples in the docs website, so I figure, when I work something out, if I can add an example to the docs, others may benefit,
16:58:26 <cedricziel> normal markdown code block would suffice
16:58:40 <Denyerec> What about the autogeneration though ?
17:13:26 <bjo3rn> let's see how long it takes to the next crash of textual...
17:40:00 <hsp2n> @cedricziel cedric, excuse my ignorance, why exactly did you close the issue report I posted about the schemamaker?
17:41:23 <hsp2n> I mean, it is an issue, it is not resolved, why close it? would be good if it remained open until it is actually fixed, or am I wrong?
18:33:00 <jlumpe> gencha: they all look more or less broken to me
18:33:19 <jlumpe> all the examples only show the final result, not the snippets
19:57:51 <Outdoorsman> indexed_search or solr... which one should I use. I have a 150 page government site I am developing.
20:07:17 <jlumpe> hmm, just updated to the latest dev branches, now my page module is broken, anybody else having this issue?
20:07:38 <jlumpe> nevermind, must be an issue with my ext
20:08:46 <jlumpe> Fatal error: Call to undefined method FluidTYPO3\Fluidcontent\Service\ConfigurationService::sortObjectsByProperty() in /www/htdocs/w011f3a1/public/typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 231
20:26:05 <Outdoorsman> I don't know the right way to do it, but when I ran into a similar issue, I just manually changed that version requirements and then installed. Once it was installed, it was easy enought to just do a "git pull origin development" to update.
10:44:02 <s-andersen> Hello, I have some problems with latest TER release of fluidcontent and fluidcontent_bootstrap. It does not detect the different content types, so I can't use the fluidcontent element
10:47:01 <danilobuerger> s-andersen fluidcontent_bootstrap is deprecated
10:49:45 <s-andersen> danilobuerger: Is there another extension providing the same functionality?
10:50:40 <danilobuerger> s-andersen as far as i know randomresult is developing one
10:51:15 <mrboe> @s-andersen have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
12:13:30 <hans> I want to display teaser on my frontpage of new content added in one spezific Page (and it´s subpages). The content Elements are FCE (fluid ...).
12:13:46 <hans> Is there a usefull extention for this?
13:03:36 <hans> ok, i thing this should do the jog (ContentTeaser): <v:content.render column="0" limit="10" pageUid="113,118,119,120,121" order="'sorting'" sortDirection="'ASC'" />
13:03:47 <hans> but there are no contents shown ?!
13:04:40 <vizArt> but i always gat a select-bos with all necessary elements
13:08:26 <vizArt> so a "flux:field.relation" doesn't make sense if i need "tt_content" elements
13:08:56 <vizArt> but if there would be a tiny little browse button ... everything went fine :)
13:42:27 <mrboe> in this "issue" NamelessCoder told me to use the sectionObject.id >> https://github.com/FluidTYPO3/flux/issues/554
13:48:41 <mrboe> this only works when i create the FCE, save it, and then but the object in. If create "objects" before i saved no IDs were created
14:11:24 <hans> ok, i can render the content of one page, but i want all content from the subpages, here is my current markup: <v:content.render column="0" limit="10" pageUid="113" order="'sorting'" sortDirection="'ASC'" render="1" />
14:11:42 <hans> how do i get the elements of the subpages ?
16:09:07 <jlumpe> inside the rte the p-tags show fine, when i output the text inside my template using f:format.html or f:format.raw, <h2> and <br /> are there, but <p> is gone
16:23:39 <Guest|70757> can someone help me ... i dont understand the <v:iterator.random> function
16:24:05 <Guest|94761> Hi all. I just tried to copy a contentelement in typo3 and paste it on a other site. I can copy but if i paste, the site resreh and i cant see the copy of the element. Can you help me? thx
16:24:34 <Guest|94761> the elements are in other FCEs
16:29:11 <Guest|94761> i use 6.2.2 and new flux dev
16:55:27 <mrboe> @Guest|94761 have you cleard typotemp folder
16:55:59 <mrboe> there is a .FED... File which is not removed by rm -rf
16:57:04 <Guest|94761> just cleared the cache with the install tool
16:57:22 <Guest|94761> u mean i should delete temp completely?
16:57:41 <mrboe> everything inside the temp folder
16:58:02 <Guest|94761> okay i will try. thank you!
16:59:11 <mrboe> @danilobuerger i got blank page on 6.2.2 + latest dev from today when i use v:render.uncache
22:38:59 <macro11> hey guys, is there a known problem with translations and nested elements? - if i click "Copy default content elements" all elements are created in the second language as i could see in list mode, but in page mode i only see the parent element without any children
10:36:20 <Guest|35656> Good morning guys. I built a dropdown menu with 3 levels. I used the v.page.menu.directory viewhelper. Is there a possibility to turn off the dropdown? thx
11:32:14 * bjo3rn doesn't understand what you are saying
11:32:35 <Guest|73757> Hello, everyone. I'm new to typo3 and i want to use fce in my typo3 6.2.2, so i found Fluid Powered TYPO3 but how can i use this ?
11:33:09 <Guest|73757> I wanted an alternative to TemplaVoila
11:34:59 <bjo3rn> Guest|73757: you might want to have a look at https://worksonmymachine.org/blog/fluidtypo3-quickstart
11:35:21 <bjo3rn> but be aware that this guide is a little outdated
11:35:29 <cedricziel> my last point was only about custom extensions
11:35:43 <bjo3rn> the naming of flux' viewhelpers has changed since versino 7.0
11:49:28 <jlumpe> cedricziel: is is possible to use the wizard to relate extbase models?
11:49:45 <georg_t> I stumbled upon https://github.com/FluidTYPO3/flux/issues/283 where NamelessCoder said "suggest wizard works with select and group".
11:50:17 <georg_t> group is deprecated, so I used select
11:51:06 <georg_t> > to relate extbase models - I'll check this
11:53:38 <cedricziel> hm, good q. i usually use input fields for that
11:54:17 <cedricziel> if you need multiple selects, you seem to require a controller action which gives you an instance of QueryResult
12:00:40 <georg_t> <flux:wizard.suggest table="tx_myext_domain_model_something" /> inside flux:field.input does not work
12:01:14 <cedricziel> relation with pages, does that work?
12:02:26 <georg_t> sorry. no. thats the answer to "is is possible to use the wizard to relate extbase models?"
12:03:02 <georg_t> I checked if the models are configured correctly. TCA and Extbase/Fluid do work
12:04:38 <georg_t> and yes. relation with pages in an fluidcontent element do work.
12:08:26 <Guest|73757> bjo3rn: I did the first part and getting this when i open the extension manager "typo3_src-6.2.2/typo3conf/ext/quickstart//composer.json"."
12:08:53 <Guest|73757> No composer manifest file found at
12:09:48 <cedricziel> the new package manager, which was introduced way after that article was written, requires you to place a composer manifest in the root of your extension
12:12:44 <cedricziel> i'll bring one fancy nineties one if my fiance didnt kill it
12:13:08 <bjo3rn> I have a "Ute, Schnute, Kasimir" towel. no kidding.
12:13:38 <bjo3rn> but srsly, you asked "is that true?" above.
12:17:04 <cedricziel> for select field which requires items argument ( you seem to require a controller action which gives you an instance of QueryResult)
12:17:25 <cedricziel> if he wants to have a suggest wizard for pages
12:25:58 <georg_t> perhaps I#m on the wrong way: as I really like fluidcontent I put together some tables which could be filled via the BE and wanted to get rid of all the plugin stuff.
12:26:31 <georg_t> Instead I created a fluidcontent element which should point to one db entry and output the result
12:28:04 <georg_t> as said above: using flux:field.relation it works
12:28:52 <bjo3rn> Guest|73757 are you using TER versions of the extensions?
12:28:53 <georg_t> but flux:field.relation lists all db entries orderd by uid (order bsy is ignored because of "select uid from...")
13:15:48 <hans> i looked at the viewhelper: page.content.render, its just posible to fetch content of one page and optional slide up to the root
13:16:18 <hans> but i see no solution by the present viewhelpers to fetch content from subpages
13:16:46 <bjo3rn> you can fetch page uids first using the menu viewhelper
13:17:49 <hans> ok, but when i want to grap content of the i will use the page.content.render vh, but then i alwasy get for example 2 (limit) of the singel pages
13:18:14 <hans> but i want to sort and order the content of all defined pages as a whole!
13:18:52 <hans> i would need somthing like this : <v:page.content.render pageUids="118,119 .."
13:26:55 <bjo3rn> there are a lot of hidden gems in html5 it seems
13:27:05 <BenjaminR> Info an Kunde: HTML5 Autocomplete ist eng verstrickt mit dem Input "name"-Attribut. Extbase hat seinen eigenen fest definierten Naming Convetions für Controller Action Parameter und damit für Feldnamen. Es scheint das passt nicht gut zusammen. Mehr aber keine exakten Aussagen hier: http://wiki.whatwg.org/wiki/Autocomplete_Types
16:05:26 <Romm> We are begining the build of a generic extension, named pagelist, which allows to easily list a set of pages. The goal is the same as tt_news or news does, but we use pages instead. I'd like to have a PageRepository in my controller which automatically build an object of a specific page's fields, including mm like medias.
16:05:43 <Romm> Then give it to my Fluid view and do whatever I want, of course. :p
16:06:26 <Romm> If you have some tips, I'll take it. =)
16:06:53 <bjo3rn> what about \TYPO3\CMS\Frontend\Page\PageRepository() for starters?
16:07:23 <cedricziel> i may sound reluctant, but for me it doesnt make sense :)
16:07:40 <cedricziel> and the repo is close to useless unless you have a proper domain object
16:40:00 <Guest|99706> Hello, doing my first steps with fluidtypo3. I managed to make a FCE and as an admin I can choose this element for page content, but as an editor I don't see this FCE. How can the editor use this FCE?
16:57:18 <Romm> Pages model & repository working by here :p
16:57:38 <Romm> One thing left : properly link the media property to the associated files
16:58:18 <Romm> Should I get a rope right now, or wait for that ? O:)
17:40:48 <Romm> cedricziel: got my repository working with correct links to the FileReference =D !
17:44:33 <Guest|99706> @cedricziel: I did check (the only one with fce btw) "tx_fed_fcefile" under "allowed exclude fields" under "page content". Or did you mean something else?
18:36:27 <BenjaminR> mrboe you need a ticket for t3cs?
09:38:04 <cedricziel> but if there's no way around it.. try to get there tonight and tomorrow and stay till the lights go down
09:41:25 <mrboe> hey cedricziel, claus told me to create BE columns with the name of the sectionObject.id so if the "section Items" get sorted inside the FCE the content of the BE columns stay attached to them
09:43:57 <mrboe> is there any way to force the save bevor section items could be added
09:46:37 <mrboe> or do you have any other ideas to solve that
09:48:52 <cedricziel> hey mrboe, it's absolutely true-relations to other objects cant be established before saving. thats the true nature of flexforms. yeah.
13:07:26 <xaver_> if you have 1000 commits and somewhere an issue was created. it will start at commit 500 if you say good it between 501 and 1000, if you say bad its between 0 and 500
13:08:50 <randomresult> well only thing i did was to add some tags...
14:00:14 <Guest|86030> hey guys, i have some CEs in the normal col of t3. now i want to put it in a FCEs build with flux. If i put the CE in this box, i cant see it anymore :( any solutions?:)
14:02:52 <Guest|86030> i use t3 6.2.2 and flux new dev
22:23:27 <Guest|11578> I installed fluid content elements in my typo3 (6.2.3) installation today. I configured it and created some multi column elements that can contain other content elements.
22:23:27 <Guest|11578> Now I experience a problem though:
22:23:27 <Guest|11578> When I create a regular content element in the multi column element, everything works fine. Once I try to add a Plugin in that column (e.g. tt_news) it just gets created in the main content column outside of the fluid content element instead of my fluid content element and then it can't be moved into the fluid content element either. I experience a
22:23:27 <Guest|11578> lso a similar problem with content elements that are created outside of the fluid content element and are moved into it. They always are saved back into the main column. Or sometimes disappear completely. All elements created in the fluid content element can be moved around columns just fine.
22:23:27 <Guest|11578> Since google could not help me so far I hope that anyone here might have an idea.
13:17:11 <arrluk> hey, i want to overwrite the default template for widget "paginate" and i read that i have to include this path into my setup plugin.tx_myext.view.widget.TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.templateRootPath but this doesn't seem to work
13:18:42 <arrluk> the value should be the absolute path with filename insetad of just e.g fileadmin/ext/myext/Templates/...both options dont work
13:19:21 <arrluk> can anyone give me a hint what i made wrong?
13:26:58 <arrluk> nevermind...i just found it...it has to be plugin.tx_myext.view.widget.Tx_Fluid_ViewHelpers_Widget_PaginateViewHelper.templateRootPath = EXT:myext/Resources/Private/Templates/
19:20:55 <erredeco> Hi I need help with the news extension. I know it's not about fluid, but I really need help
19:57:50 <arrluk> can anyone help me....how can i get all fal elements associated to a foreign fluid fce...is there a VH for this purpose? <v:content.render> only renders the whole FCE....
21:09:21 <arrluk> good evening, i asked this before and i did not solve it yet...i built a FCE for filedownloads and i need to get the FAL objects inside another fce because i want to list the files on another page with different styling...can anybody help me with this?
11:18:11 <Tjark> hi, copy / paste an FCE with an image fal element throws the following error. "No fileusage (sys_file_reference) found for given UID."
11:18:23 <cedricziel> JsonViews are relatively new backported to 6.2
11:18:37 <fger> hi guys, i try to get autocomplete of f/vhs viewhelpers working in phpStorm 7
11:30:45 <mrboe> hey Tjark here is an example of an fal gallery https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
11:31:45 <danilobuerger> Tjark i have no idea at the moment why it wont work for you, i am trying to tackle the pasteAfter issue next week, so your problem might get fixed by that too
11:33:21 <jlumpe> danilobuerger: past after is the last issue for copy/cut ?
11:33:33 <jlumpe> have any other fixes alrady been merged into the dev branch?
11:33:53 <randomresult> jlumpe you need to take danilobuerger 's branch
11:34:12 <mrboe> @fger i tried many other way for AC - this is the only think that i working
11:34:14 <danilobuerger> jlumpe yes pasteAfter is the only issue left.. other fixes from my branch might get merged THIS evening if cedricziel is up for it ;-)
11:35:27 <randomresult> im on danilobuerger's branch and it is working good
11:35:50 <danilobuerger> yeah but i dont want to maintain that branch so i am more than happy if everything gets merged back into the main branch
11:39:01 <randomresult> fger mrboe described the problem here https://github.com/FluidTYPO3/fluidtypo3org/issues/5
11:42:46 <fger> ok, found the phpStorm 5 (not 6) setup of an old project, but that doesnt work anymore it seems in phpStorm 7, even with the new URLs pointing to fluidtypo3.org
11:42:58 <fger> thx for sharing your solution on github mrboe
11:56:01 <bjo3rn> ah, finally back in our mother language!
12:08:11 <bjo3rn> get yourself some badass headphones for the next trip.
12:08:21 <cedricziel> the only thing missing was a sentence like "my name is lector; hanibal lector"
12:08:49 <nimius|thephpjo> hello there. Inspired by cedrics talk this weekend i decided to build a custom element tailored to my needs using flux. I was wondering if i could "replace" the default Textelement with my own one. I don't want to confuse my client by having 2 Textfield options and only one is "the right one"
12:08:51 <bjo3rn> hehe, or take some raw kotelett with you and put it on the table
12:09:19 <cedricziel> hey Johannes, did you visit my last talk?
12:09:19 <bjo3rn> ok, back to topic. hi nimius|thephpjo
12:09:43 <nimius|thephpjo> at t3cs, i was at the second one
12:10:08 <cedricziel> oookay, in the last one, we showed of fluidontent_core-which is a perfect replacement for css_styled_content
12:10:48 <cedricziel> it is only a choice for new projects, to make that clear
12:11:38 <cedricziel> oh and it has some rough edges re editing comfort atm, but nevertheless should fit your needs as it supports versions and variants
12:12:06 <nimius|thephpjo> how hard is it to switch?
12:12:12 <cedricziel> nimius|thephpjo: you could poke Wolfgang as he filmed that one as well
12:12:42 <cedricziel> ou should try it out first before switching :)
13:01:32 <randomresult> i allready changed that to 2.0.99
13:01:47 <cedricziel> 1 sec, I'll go through it, Johannes
13:03:12 <cedricziel> did you add the following line to AdditionalConfiguration?: $GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array('fluidcontentcore/Configuration/TypoScript/');
13:04:04 <nimius|thephpjo> yes, it is in my AdditionalConfig
13:05:50 <nimius|thephpjo> I have a custom content element and a extension at the moment, nothing else
13:06:16 <cedricziel> if you followed all steps, the result should be, that under "typische seiteninhalte", if you select fx "Text", the resulting form should be differen from.. normal :)
13:36:24 <moger> hi there. We're using TYPO3 4.7 in a multi-tree / multisite project and want to use ext:view to override single template files for an extension depending on the tree.
13:39:41 <moger> but I don't get the right view syntax. i want fluid to look for a template in folder of ext:con_ext2 when the List template from ext:con_ext1 is requested.
13:39:53 <moger> how do i configure that via typoscript?
13:40:44 <xaver> bjo3rn: where is the image with cedricziel and the cup?
13:40:48 <randomresult> moger like this plugin.tx_fluidbootstraptheme.view.overlays.fbtcustomiser.partialRootPath =
13:41:10 <randomresult> in this example fluidbootstraptheme gets overlayed by fbtcustomiser
13:44:50 <Guest|19896> Hi all. If I copy a flux fce and paste it on a other site, the element is not visible anymore. I see it only in the List-Module. I use typo3 6.2.2 and new flux dev.
14:13:49 <danilobuerger> i still dont know what stuff to "tweet"
14:14:03 <mrboe> this is also great http://www.aktivwelt.de/Senioren-Technik/Computer/Tastaturen/Grossschrift-Funktastatur-Geemarc-Gelb-XXL-inklusive-Funk-Maus.html
14:16:03 <dasFelix> Hi... Is there any howto about how all the EXT has been to installed. I remember a page on the older website with some step-by-step instrucions about the order of fluidpages, fluidcontent, vhs and so on....
14:18:24 <dasFelix> randomresult, thx... its what I did. I get an error on seleting the bootstrap template on page properties... (The error code is 1289386765 and the message states: Could not analyse class:Tx_Vhs_ViewHelpers_Page_Content_RenderViewHelper maybe not loaded or no autoloader?) but VHS is installed
14:24:12 <dasFelix> bjo3rn, I just installed typo3 6.2.3 WITH introduction package. I removed the intro-package and try so "switch" to fedext/fluidtypo3. And yes I also installed fluidpages_bootstrap and fluidcontent_bootstrap.... so Yeah!
14:24:13 <danilobuerger> xaver but only if its in plastic bottles
14:24:29 <cedricziel> bjo3rn: refreshing a feature branch we learned merges are better, aye?
14:25:17 <bjo3rn> randomresult how's it going re: the bootstrap theme? /cc dasFelix
14:25:53 <bjo3rn> dasFelix the bootstrap packages are not really maintained but there's a theme package coming up.
14:26:20 <bjo3rn> you can fix the error locally though by correcting the viewhelper name from v:page.content.render to v:content.render
14:27:05 <dasFelix> hmm last year the bootstrap package was a good way to start (with typo3 4.5). So it was my intention to start with that to have some examples ready for me
14:27:21 <dasFelix> okay... thx I will have a look for that.... thanks for the hint
14:27:27 <bjo3rn> see https://github.com/FluidTYPO3/fluidpages_bootstrap/blob/development/Resources/Private/Templates/Page/FrontPage.html#L67
14:27:45 <bjo3rn> and talk to randomresult or mrboe. they are on that topic iirc
14:29:46 <randomresult> dasFelix you could give https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme a try
14:29:58 <randomresult> its a combination of both extensions
14:30:05 <randomresult> and we fixed some problems
14:30:13 <randomresult> so they might be a good alternative
14:30:38 <dasFelix> oh very nice... thx randomresult ... will try in a sec
15:01:43 <MatthiasKrappitz> I just try to get started with fluidcontent after T3CS14 this weeked. I built a two column container content element. How can I display the two content element columns besides each other and not underneath in the page module?
15:02:39 <randomresult> in configsection should do the trick
15:02:53 <cedricziel> yes, exactly, it's all about the composition in grid.row and grid.column
15:03:19 <randomresult> see here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html#L28
15:03:45 <MatthiasKrappitz> But what do i need to put into the <f:section name="Preview">...</f:section> part. I have grid - row - column in the Configuration section.
15:08:31 <MatthiasKrappitz> I don't get it - I have it like this and my content element columns are displayed under each other in the page module - what did I do wrong? <f:section name="Configuration">
15:28:04 <dasFelix> randomresult_afk and mrboe - I tried the fluidpagestheme. Seems to work so far in FE (it renders the content). but in BE I don't have any columns (grid) in the page module although 'QuickEdit' shows up some content. What could cause this?
15:29:22 <dasFelix> randomresult_afk & mrboe - Oh... I've had an invalid selection in field "backend layout" from my old installation. It caused the problem. so *SOLVED*
15:30:14 <moger> @randomresult: ext:vhs - Thank you! It Worked!!
16:03:59 <dasFelix> hmmm I wanted to update flux by "git pull". But it want me to commit or stash before merging. "git stash drop" did not help. How can I just get the newest dev branch by git pull? I don't need any local changes.... thx in advance
16:09:03 <dasFelix> cedricziel - thx... so for flux is " git reset --hard origin/development" okay? At least git pull says "I'm up-to-date"... thx :D
16:10:51 <xaver> dasFelix: the problem is you modified a file and you would override it. Stash is a storage in git without commit .... -> reset hard and all your changes are gone or checkout the file
16:11:24 <xaver> danilobuerger: you want to attend a "nice" big event
16:12:03 <xaver> next weekend - church day - 60k problem
16:12:53 <dasFelix> xaver.,.. thx It's fine like this. I don't need any local changes... :)
16:13:12 <randomresult> git checkout . maybe helps too
17:48:35 <danilobuerger> thats what i was looking for :-)
17:48:40 <alex_schnitzler> Just typed git submodule depth into google :P
17:49:13 <danilobuerger> ah actually i think it wont work... "This is useful when the submodule(s) are huge and you're not really interested in anything but the latest commit."
17:49:32 <danilobuerger> my submodule might not be on the latest commit
18:28:38 <Outdoorsman> Nice, didn't know about that one. Sure would be nice if functionalities that this extension has would be added to TYPO3 core at some point.
18:31:06 <dasFelix> I cannot delete/add/copy any BE-User with T3 V6.2.3 and FLUX dev-branch. Get error
18:31:06 <dasFelix> Fatal error: require_once(): Failed opening required '/var/www/htdocs/typo3conf/ext/flux/Classes/Service/RecordService.php' (include_path='FOOOO') in /usr/share/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 189 ... can someone confirm?
20:25:15 <jlumpe> wouldn't it be possible to just parse out the dependencies for each package and then run the install command for the package manager?
20:26:42 <alex_schnitzler> I guess that's possible, yes
20:29:15 <jlumpe> it might be possible to come up with a generic script which could be included with the composer.json in your project, which will then just be executed for each installed package
20:29:16 <danilobuerger> and its just ./typo3/cli_dispatch.phpsh extbase extension:install whatever
20:44:42 <danilobuerger> why would you want the ts equivalent of that?
20:45:18 <Outdoorsman> Good question because I like this format MUCH better. However...
20:47:29 <Outdoorsman> I'm trying to match the default method for adding assets, etc that has been used in fluidbootstraptheme. It originally was using tags like I just posted here but NamelessCoder told randomresult that he should use TS instead for some reason.
20:48:08 <Outdoorsman> I don't like it, but just wanted to stick with a standard, whatever that should be. I didn't delve into WHY it should be this way.
20:48:26 <danilobuerger> probably with page.meta -> http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Meta/Index.html
20:50:17 <Outdoorsman> Ha ha, thought there may be some reason to use your v:page.header.meta since you created it.
20:50:47 <danilobuerger> well if you want to add it via fluid
21:04:21 <Outdoorsman> So out of the priciple (not that I want to do it) how can I convert it?
21:05:16 <Outdoorsman> Is there an easy method to know how to do it? When looking at what I already saw in my previous gist it wasn't perfectly clear to me.
21:10:59 <Denyerec> They wouldn't let my code near the core if you paid them ;)
21:11:12 <danilobuerger> the author was georg ringer
21:15:11 <Outdoorsman> So maybe I just don't understand here then. I see that danilobuerger has done 46 commits to vhs, https://github.com/FluidTYPO3/vhs/graphs/contributors
21:15:28 <Outdoorsman> I don't see georg ringer anywhere there.
21:15:51 <Outdoorsman> When you say v:page.header.meta, isn't that referring to vhs and not core?
22:01:35 <bjo3rn> I'm still wondering in what headers could be different for several layouts
22:01:36 <danilobuerger> for example once upon atime we used conditional commets for the html class (like h5bp did) ... this was terible to get into typoscript
22:02:29 <danilobuerger> but yes my head is different between layouts
22:02:43 <danilobuerger> pretty useful for the raw feature in fluidpages
22:03:28 <bjo3rn> what abou the infamous hmspl branch. the time has come?
22:03:30 <danilobuerger> also i want the tags inside the head to be in a specific order... this is something you can't do with TS (i think)... correct me if i am wrong with that statement bjo3rn
22:05:28 <danilobuerger> bjo3rn for example your meta charset tag must be in the first 1024 bytes of the document ( http://www.w3.org/TR/html5/document-metadata.html )
22:05:40 <danilobuerger> so i want to explicitly control that
22:56:11 <xaver> danilobuerger: i wrote a comment - i think the only way is to add the tables in ext_tables.sql because the IF NOT EXISTS won't work in a quick test in compare solution in TYPO3
23:06:47 <danilobuerger> xaver yeah, when the hook to TableConfigurationPostProcessor is remove, db compare works perfectly
23:10:17 <danilobuerger> probably alex_schnitzler knows the solution ;-)
23:29:59 <alex_schnitzler> By default the Backend is set to NullBackend in my installation
23:31:00 <danilobuerger> alex_schnitzler could be, in that case just set it to something else ;-)
23:32:19 <danilobuerger> alex_schnitzler #566 might be the solution but i am unsure
23:33:27 <alex_schnitzler> Yeah, I guess it's best to do so
23:33:49 <danilobuerger> i mean we dont need to post process the tca anyway when in install...
23:33:58 <danilobuerger> but i dont know about any ancient obscure side effects
23:34:00 <alex_schnitzler> I spoke to another Extbase guy this weekend and he told me that the caching configuration gets overridden during install anyway
08:16:23 <jlumpe> danilobuerger: seems that using composer hooks isn't as easy as we thought. Since after typo3 has been installed, we need to go through the install process first before being able to actually installing dependencies
08:16:41 <jlumpe> checking right now if there is a way to do that from the cmd line
08:16:55 <jlumpe> i'm even thinking about curl'ing the script
09:39:13 <jlumpe> danilobuerger: maybe we can come up with something
09:40:25 <jlumpe> danilobuerger: maybe adding a config file to the root dir, which contains the DB config, then after the core is installed, we can curl the install tool, posting then ecessary info, so that it will set up the db etc.
09:40:48 <jlumpe> but i'm not sure if composer hooks wait for being completed before installing other dependencies
09:41:13 <jlumpe> also, we would not have any error reporting from the install tool, which is a bummer :/
09:41:24 <jlumpe> in case some permissions are off etc.
09:50:53 <jlumpe> danilobuerger: shouldn't we be able to do that with a simple insert query?
09:51:40 <jlumpe> randomresult: thinking about cooking up a script which will automatically install typo using composer and also activate all extensions you specify as dependencies
09:51:52 <jlumpe> so that in the end you only ave to do: composer install
09:52:03 <randomresult> something like a distribution?
09:53:06 <jlumpe> for a basic raw install with fluidpages, fluidcontent etc.
09:53:36 <jlumpe> it would be neat to just be able to edit the db config file, or a generic config file, since you also need to provide admin login data
09:53:43 <jlumpe> and then just type "composer install"
09:53:57 <jlumpe> lean back, and in the end have a fully installed system, with all extensions already activated
09:54:16 <jlumpe> not so much a distribution with demo pages etc.
09:54:19 <randomresult> why not using a bashscript?
09:54:38 <randomresult> which does both, dbstuff and composer?
09:55:21 <randomresult> well i didnt follow your conversation. so i quit telling stupid stuff :)
09:55:24 <jlumpe> well since composer gives you the ability to call back after each installed dependency i figured it might be nicer to do it this way, since you can install the extensions in order
09:55:56 <jlumpe> because composer will install dependencies bottom to top
09:56:05 <jlumpe> but of course a bash script would also work
09:56:15 <jlumpe> the real issue is that i do not want to go through the install tool process
09:56:21 <jlumpe> and figure out how to automate that
09:57:08 <jlumpe> but this might be error prone, since the tool might report some errors which you wouldn see if we were to skip the first info step and just post some form data using curl or something
09:57:55 <jlumpe> it was just an idea i had yesterday, so i'm not sure if that is really possible, since the install tool is kind of a bummer
10:12:59 <nimius|thephpjo> i made a custom element using flux. That element contains a flux:field.text with an RTE. However the frontend output is not formatted. For example: I have this in my RTE: https://www.dropbox.com/s/q7dnayzuy98byji/Screen%20Shot%202014-05-27%20at%2010.11.13.png but in my frontend i have the same thing without the linebreaks: https://www.dropbox.com/s/vob9ebmvjjbzls0/Screen%20Shot%202014-05-27%20at%2010.12.37.png
10:14:02 <nimius|thephpjo> the same thing with links
10:16:10 <jlumpe> nimius|thephpjo: did you use a formatting helper?
10:16:39 <nimius|thephpjo> yes, i just discovered, that i have to use the nl2br viewhelper
11:29:31 <randomresult> so the final answer is: 42
11:29:31 <xaver> randomresult: i have new case idears :)
11:30:16 <danilobuerger> xaver i guess we release once https://github.com/FluidTYPO3/fluidcontent_core/issues?state=open are all fixed and somebody peer reviewed all templates
11:31:49 <xaver> i ask because maybe here has somebody a problem if i use so new stuff in a dev branch. The release date of the site is in ~2 weeks.
11:33:05 <danilobuerger> xaver you could help ;-) all the open issues are straight forward to do
11:34:47 <xaver> danilobuerger: you don't stop until i'm involved?
11:35:07 <danilobuerger> well its the quickest way to get stuff done ;-)
12:09:52 <floxx> is the merge of hmspl fork finished?
13:03:55 <alex_schnitzler> So flux has been force pushed? danilobuerger
13:04:40 <danilobuerger> alex_schnitzler yes NamelessCoder did that yesterday, and earlier today i commited the conflicting commits so that the merge is all done
13:17:08 * randomresult has enough problems for all of ya
13:18:01 <jlumpe> so what do you guys think? for a custom project, which needs localization in the backend, having the ability to create different language versions of pages is enough?
13:18:29 <jlumpe> opposed to being able to create localized copies of a single element inside a page
13:20:49 <jlumpe> soee: not typo3 related, custom project. but yeah. I posted a query a bit further up for fetching a localized row for a given id or the default fallback
13:21:39 <soee> jlumpe: ah so you just want to get some content from t3 database ?
13:21:40 <jlumpe> but that method works only for a single rows (at least with teh current way i wrote the query) so i'm thinking about just having the abiltiy to translate a root node (page-like) instead of being able to translate each content item inside of a page
13:22:36 <jlumpe> i'm think thinking about the general way of allowing the user to easily translate stuff in the backend without getting overly complex :)
13:23:28 <Denyerec> I got 99 problems and the majority are Typo3 related.
13:23:31 <jlumpe> so just allowing pages to be translated and then just adding content elements to the localized child seems logical, but feedback is nicer :)
13:24:04 <soee> Denyerec: there is no problem we cant solve :)
13:24:43 <soee> Whets the problem with T3 in UK ?:)
13:25:52 <soee> jlumpe: i think you can do it several ways, depends what db structure you want, in backend its not so hard to program iterface to translate records
13:36:57 <jlumpe> [14:25] <soee> jlumpe: i think you can do it several ways, depends what db structure you want, in backend its not so hard to program iterface to translate records
13:37:08 <jlumpe> i'm aware of that soee :) I was asking about my specific query i posted above :D
13:37:31 <jlumpe> but right now i feel that having translatable pages seems to be "good enough" to begin with
13:37:53 <jlumpe> since i can always query for the same id, just with a different language and i will get the translated version back, so that's nice
13:39:45 <bjo3rn> it's raining cats and dogs here but the sun is shining out of my behind, cedricziel
13:39:55 <alex_schnitzler> randomresult: Now I know. I talked about the understatement of the talk and danilobuerger started a nice little speach about FluidTYPO3 being THE way, ever.
14:08:53 <randomresult> not what they call a coder in here
14:09:01 <danilobuerger> randomresult is a pixel schubse
14:09:03 <jlumpe> what do they call a coder in here? :9
14:09:17 <nimius|thephpjo> the text field is defined like this: <flux:field.text cols="150" rows="30" name="text" enableRichText="TRUE" validate="required" />
14:09:20 <randomresult> well unless u are nerd like danilobuerger is ... your not a coder
14:09:26 <cedricziel> nimius|thephpjo: did you play with the arguments at stage? https://github.com/FluidTYPO3/flux/blob/development/Classes/ViewHelpers/Field/TextViewHelper.php#L44
14:18:08 <danilobuerger> jlumpe what i like to play nowadays is tichu if i have little time or once a year i fly to vegas for a week and play as much texas NL as i can
14:18:13 <randomresult> dunno - was smoking to much that time
14:34:34 <nimius|thephpjo> OK… so now i configured the RTE to have the fields i want, but i can not add custom RTE styles using defaultExtras. (I want to add a "button" style, so the client can easily embed a button in his text)
14:35:42 <nimius|thephpjo> (sorry if i am asking a lot of dumb stuff, i am kind of noobish)
14:36:10 <randomresult> nimius|thephpjo where i look at sometimes for RTE related stuff is speciality ext
14:39:00 <randomresult> nimius|thephpjo https://github.com/Ecodev/speciality - may that helps
14:39:43 <danilobuerger> nimius|thephpjo i could gist you my RTE setup, but its weird
14:43:09 <randomresult> @danilobuerger just looking at the tasks in fcc
14:43:23 <danilobuerger> randomresult the first 3 should be straight forwar
15:00:25 <randomresult> let me get that clear. we dont think an element like the text-with-image element should be used like CSC makes it possible to use it AND it would be too much pain to rebuild it we skip it. BUT this means, fluidcontent-Core is not for existing but for new TYPO3 Websites.
18:39:27 <bjo3rn> do you have an idea re Tjark's issue?
18:40:30 <danilobuerger> well no, basically i have to overlay the form next week, so i am wondering as well... if it doesnt work, i need to fix it next week
18:40:39 <Tjark> dam, adding tx_fed_page_flexform did not work
18:41:09 <bjo3rn> the original issue is something else here. the flexform doesn't show up at all on the translated page.
18:41:33 <danilobuerger> Tjark when you add it to the overlay, you also need to add the field to the actual overlay table
08:26:46 <danilobuerger> it all depends... for flux me and NamelessCoder talked about going down the nested set route with a wrapper on top to capsulate it
10:09:16 <Guest|52347> I got a few questions regarding fluidcontent and fluidpages.
10:09:16 <Guest|52347> My problem is that page content elements are not being rendered and displayed. Neither regular content elements nor fluid content Elements.
10:09:16 <Guest|52347> My setup: I'm unsing TYPO3 6.2.3, flux 7.0.0, fluidpages 3.0.0, fluidcontent 4.0.0, vhs 1.8.5 and created a provider extension with builder 0.11.0. I am able to render cObjects, so Menus are working fine, but <v:content.render column="1" /> doesn't seem to deliver anything. I tried a debug, there is an array with the number of elements inserted at
10:09:16 <Guest|52347> the section, but no content is rendered. Not even the dummy content element provided by the builder generated extension.
10:09:16 <Guest|52347> Any clue, what I might be doing wrong?
10:09:16 <Guest|52347> Also I was wondering how and where the name for the Template file is determined. Do I have to use MyPageTemplate.html? I was unable to find the binding of that file.
10:13:43 <bjo3rn> the layout file name is determined by what is set in <f:layout name="..."/>
10:14:20 <bjo3rn> which is set again in page template files
10:15:01 <Guest|52347> right, but it says: <f:layout name="Page" />
10:15:35 <bjo3rn> sorry, file names are arbitrary afaik
10:16:00 <bjo3rn> layouts and templates are connected via <f:layout />
10:17:02 <bjo3rn> you can have several templates for one layout or vice versa
10:18:26 <Guest|52347> Oki, thank you, I'll guess I'll figure it out somehow, I tried changing the name to more straightforward speaking names, but then the file couldn't be found anymore, although <f:layout /> remained the same, so I was wondering, especially regarding multiple files
10:19:19 <bjo3rn> you might have to clear all caches through the install tool
10:19:46 <Guest|52347> Yeah, I guess it's a caching problem, thank you for that. But that's a minor problem right now, since I'm kind of goind nuts with the flexible content rendering.
10:20:02 <Denyerec> If you're debugging somethign in the BE, what's the function call to var_dump things nicely ?
10:24:59 <Guest|52347> Well, it's not a lot of code. It's just <f:render section="ContentTopLeft" /> in the Layout file Page.html and right now I was trying something like this in tha template file: https://gist.github.com/phil-schreiber/8044b0571bd9f7b63512
10:29:56 <Guest|52347> Sry, Denyerec, you're talking to me? There are no controllers in my provider extension, which I could use for the debug call....
10:32:42 <Guest|52347> But I did debug the output with <f:debug and it gives me an array with the number of elements that are inserted in the section, but each element contains only an empty string
10:34:58 <cedricziel> Guest|52347: you have an indentation problem in your gist :)
10:35:11 <cedricziel> if you want manual rendering, you should use v:content.get
10:38:10 <Guest|52347> It's a bit dirty, sry for that. I tried v:content.get. Same problem. Even if I give contentUids.
10:41:15 <Denyerec> Is this a reasonable bugreport?
11:02:33 <Denyerec> I think it was coding standards trimming trailing whitespace
11:35:18 <xaver> i use the json viewhelper from vhs and its really great to get in object in FE, but i have a problem.RTE links aren't converted. any idea for a solution?
12:00:59 <xaver> danilobuerger: what did you say - always a helpful answer in view minutes
12:48:01 <ponten> hi! may i direct your attention to my SO question? -> http://stackoverflow.com/questions/23909519/typo3-duplicate-content-elements-and-fields-after-fed-update
13:00:36 <cedricziel> dont get me wrong-i think this could easily be done - i just have to double check
13:01:03 <cedricziel> maybe one can add some when embeding-then we could prepare them
13:04:59 <soee> youtube desnt have option to autocreate subs ?
13:05:37 <cedricziel> even if-i have to ask for permission. jweiland publishes them and it would be cool if we can have it all on their youtube channel
13:05:54 <cedricziel> NamelessCoder doesnt like youtube btw-so vimeo remains as viable option
13:09:29 <ponten> Cedricziel I have to correct myself, sorry! The update was from flux 6.0.2 and I upgraded using the info from the Migration page. After the update from FED to Flux everything still worked. I got two projects confused in my head (busy week) ;-)
14:07:00 <xaver> for VARIABLE in flux fluidcontent_core fluidcontent fluidpages vhs view builder; do; git clone -b development https://github.com/FluidTYPO3/$VARIABLE.git > /dev/null 2>&1 &; done;
14:15:16 <ponten> cedricziel, I just installed the fluidtypo3org-master provider extension from git into a clean 6.2.2 installation and i just get the following: http://imgur.com/udjnXgf
14:16:42 <ponten> could it be my apache environment=
14:18:19 <ponten> any special requirements? php version, libs, etc? something i could check?
15:41:35 <cedricziel> xaver, please PR to vhs re rights: https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/AssetService.php#L313
15:42:26 <cedricziel> should be simple as checking global setting afterwards and owerwriting them with settings from install tool if existent (mybe there's a core method?) and chmod
17:53:31 <benjamin_654> Outdoorsman: did you "clear all caches" in the install tool?
17:53:31 <bjo3rn> blank screens are always hidden exceptions
17:53:41 <Outdoorsman> Parse error: syntax error, unexpected '===' (T_IS_IDENTICAL), expecting function (T_FUNCTION) in /home/netchd/public_html/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 1010
17:58:54 <TeddyBears> i'm using flux 7.0 and fluidpages. i add a section in the configuration section for my page and in subpage i have a inheritance error
17:59:09 <TeddyBears> i saw in IRC log and stackflow that this error is fixed
17:59:27 <TeddyBears> but if i have always this error
18:02:18 <TeddyBears> if i use inherit=0 for the flux:form.section and the flux:form.object. i don't have error on the sub pages. But in the first page i have a error that inherit was not registered
18:02:50 <bjo3rn> TeddyBears this is fixed in current dev but not in TER
18:37:59 <benjamin_654> bjo3rn: @https://github.com/BenjaminBeck/flux/commit/432c - i did the "TRUE === is_array($val)" , but i am not sure if it is really needed, is_array can only return true or false
18:40:52 <xaver> benjamin_654: is_array can only return a boolean if(is_array($xy)) is secure and enough
18:42:02 <Denyerec> Is it possible to create multiple content elements at one ?
18:42:11 <benjamin_654> yes, so the general rule is if the function can return something else than boolean the use TRUE === ?
18:42:13 <Denyerec> Be really useful if I could bulk edit right now.
18:43:08 <xaver> normally yes, because if the return type is unsecure it can fail
18:43:34 <xaver> if( (array) $var !== $var) {is no array} else {array} is faster
18:45:30 <benjamin_654> xaver: http://stackoverflow.com/questions/6126931/cast-to-array-vs-is-array "The problem […] Is that it's faster than is_array for small arrays, but disastrously slower for large ones."
18:46:31 <benjamin_654> xaver: but the quoted one has only 1 reputation ..
18:47:29 <xaver> is array is fast anyway ;) and other functions are much worse
21:41:53 <xaver> submodules have only a small referenz and commit hash
21:42:24 <randomresult> so i can have a t3 install with all the dependencies as submodule - and this could be cloned in new projects with there own provider extensions
21:42:41 <randomresult> we are planning a master slave system for a customer with x websides.
21:46:26 <randomresult> but i talked to danilobuerger and he nearly jumped at me when i told him how i work. now i think of another way. this could be one
21:46:42 <randomresult> and: tower makes it quite easy to work with submodules
21:47:01 <randomresult> thats why i want a base git and this as a submodule
21:47:27 <randomresult> commit the correct states in the base. chekcout the complete submodules (--recursive) in all webs.
21:47:39 <randomresult> one time hassle.... x-times fun
21:48:58 <randomresult> i talk about the following ext (as example) in my base: typo3-core / flux / fluidpages / vhs / fluidcontent / powermail / view / baseprovider
21:49:42 <randomresult> well ... i will need to check it out
22:07:43 <Outdoorsman> That's what the title suggests. I guess I'm not sure how that's a benefit because most sites have a unique page structure so to copy a theme to a new website may not translate well since there are different PID's there.
22:12:01 <Outdoorsman> I'm still trying to wrap my brain around the new concept of TYPO3 distributions (I previously wrote themes... oops).
22:13:18 <Outdoorsman> It's pretty much a copy/paste of your extension and away you go with a preconfigured design. When you use flexforms, none of those values are stored in the extension correct?
22:26:59 <Outdoorsman> 1. I set the slider "Width of sidebar" in the flexform options under Page Configuration and then click save.
22:27:49 <Outdoorsman> 2. I come back to page properties and look at that slider again. Sometimes the slider is clear to the left as if it hasn't been set even though it was just set.
22:28:18 <randomresult> could u raise a bugreport on github pls.
22:28:19 <Outdoorsman> It behaves appropriately in the frontend but doesn't seem to be showing correctly in the BE.
11:03:18 <SuburbanWorrier> I've uploaded an extension made @ home to my work dev machine & now I get an error
11:03:40 <SuburbanWorrier> PHP Warning: Illegal offset type in isset or empty in blah..ypo3/sysext/extbase/Classes/Persistence/Generic/Session.php line 157
13:21:43 <SuburbanWorrier> Hmm. My exception "Illegal offset type in isset or empty in /typo3_src-6.2.2/typo3/sysext/extbase/Classes/Persistence/Generic/Session.php line 157" relates to a findByUid() line in my controller
13:22:13 <SuburbanWorrier> I shouldn't need to define findByUid manually should I?
13:41:38 <SuburbanWorrier> k thanxs - I'll check permissions
15:12:34 <SuburbanWorrier> For the log - the error I get on my dev server doesn't appear on my production site
15:13:19 <SuburbanWorrier> ..which has PHP 5.3 (like my mac)
15:25:31 <SuburbanWorrier> Having built an extension with the extension builder do I prettify the BE using the generated TCA files or can I do it in a Fluid template?
15:41:33 <Denyerec> benjamin_654 - I sorted the defaults
15:41:40 <Denyerec> Now I'm just investigating if I can make it slide.
16:33:29 <Denyerec> benjamin_654 - are you about ?
10:22:42 <ad_on_is> @bjo3rn found documentation about f:swith here: http://docs.typo3.org/flow/TYPO3FlowDocumentation/stable/TheDefinitiveGuide/PartV/FluidViewHelperReference.html
10:22:52 <ad_on_is> supports default with f:defaultCase
10:25:52 <ad_on_is> oh.. sorry... "break" was the missing feature... i'm too tired today :D
10:27:07 <bjo3rn> ad_on_is father's day hangover? ^^
10:29:36 <ad_on_is> working on bridge days is a bad idea :D
10:29:48 <bjo3rn> ah, 'bridge day'. you are German ^^
10:34:48 <bjo3rn> there's an upside to working on bridge days: you get to do stuff as no client calls. in theroy.
10:34:50 <ad_on_is> that really exists only in german :D
10:35:30 <ad_on_is> but ther's also the downside :D
10:36:02 <ad_on_is> you absolutely don't feel like doing anything :P
10:38:13 <xaver> ad_on_is: its often nice you can do a lot of stuff and you take your holidays another time. A holiday is ~8h work (depends on your contract) and the efect is always the same :)
10:38:48 <Denyerec> How do you set a width on a flux:grid.column ?
10:40:24 <cedricziel> there's a style attribute for that
10:42:48 <xaver> yesterday i tried to use github, but i failed like always. I will try today hub cli to create a pullrequest :)
10:43:21 <ad_on_is> thats true, but on the other hand, you get 4 free days in a row, at the cost of only one holiday
10:43:35 <cedricziel> oh xaver, i feel your pain re git
10:44:13 <xaver> always if i use the ui from github - i fail :)
10:44:19 <cedricziel> people copying stuff without knowing what thery're doing :/
11:02:07 <Denyerec> The argument "inherit" was registered with type "boolean", but is of type "integer" in view helper "FluidTYPO3\Flux\ViewHelpers\Field\InputViewHelper". (1240227732)
16:14:20 <floxx> how do you guys handle ft3 in your projects? flux etc. as submodules? subtrees? using composer?
16:18:38 <Denyerec> No querstiono xaver, just interested in how you get on.
16:20:20 <xaver> i would start with never using wordpress ;)
16:21:46 <cedricziel> floxx: depends on the target environment, budget etc
16:22:49 <cedricziel> i usually do rsync deployments of typosconf and keep anything in vcs using my provider extension which depends on anything the environment needs
16:23:03 <cedricziel> so it results in a one-klick install in a new env
16:23:48 <xaver> Denyerec: next step, a good job for a intern to learn stuff and i don't need to touch wordpress.
16:24:13 <Denyerec> xaver - normally I wouldn't either.
16:24:21 <Denyerec> Though it IS a decent blog, I hate how people try and use it for CMS.
18:22:54 <Outdoorsman> True... hmmm I could do that.
18:23:32 <Outdoorsman> So what is expandAll supposed to do?
18:24:23 <Outdoorsman> By default it's set to 0 according to http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html
18:24:24 <xaver> expandAll Type: boolean, default value: false If TRUE and $levels > 1 then expands all (not just the active) menu items which have submenus
18:32:18 <Outdoorsman> I just did a quick experiment and tried various iterations of level, expandAll, and settings.entryLevel. I don't see any change really.
18:36:22 <cedricziel> i didnt experience this ever
18:36:35 <cedricziel> so it'd be nice if you could pass me your template
18:37:15 <Outdoorsman> I just thought it would intelligently read my mind :) (Please note that I'm still a newbie to this fluid stuff so you can assume user error is quite possible as well).
18:38:01 <Outdoorsman> I'll gist it. I have to leave the office, but I'll check back again in about 2.5 hours when I get back.
21:26:39 <xaver> hi think expandAll has no effect if you don't use the autorenderer
21:26:49 <Outdoorsman> I got the feeling that possibly since I am doing a manual rendering, I will have to create my own logic to not render all submenus even though expandAll="0"
21:57:45 <Outdoorsman> Wow... the world of fluid is open up.
21:58:32 <Outdoorsman> I got this from template someone else wrote. I'm trying to understand how it works. {settings.entryLevel -> v:math.ceil() -> v:math.sum(b: 1)}
21:59:53 <Outdoorsman> (By they... I have a working submenu now. Now I'm working on getting it to do one more thing)
22:00:18 <Outdoorsman> I want the menu to show this...
22:01:36 <Outdoorsman> I've done this before with TS before but now I'm reinventing the wheel :)
22:06:13 <Outdoorsman> I think it was entryLevel=-3 to achieve that
23:06:32 <Outdoorsman> WHY? It doesn't seem that this works... <v:page.menu entryLevel="-1">. Can't entryLevel accept negative numbers like typoscript did?
23:07:36 <Outdoorsman> I'm using manual rendering.
01:41:01 <Outdoorsman> Well I get the idea of what you're saying.
01:44:24 <xaver> you can do everything start a a level - this is a way to get the current level and you can use math functions inf vhs to subtract -1 to get a lower level
01:55:15 <Outdoorsman> I will have to play with that one for a while.
22:22:13 <xaver> *unicore image* This page is taking way too long to load. Sorry about that. Please try refreshing and contact us if the problem persists.