10:55:16 <fger> seems the tx_flux_parent and tx_flux_column values are set to empty in the pasteAfter method of the contentprovider
11:38:01 <Guest|0177> hello everybody.. can somebody explain me why i have everytime a distance from the header to the content element in fluid? i render the content this way:
11:56:43 <danilobuerger> Guest|0177 why are you declaring namespaces as xmlns and via tje {namespace} tag?
11:57:34 <Guest|0177> i learned this this way.. is this the problem?
11:58:30 <danilobuerger> well you should choose one .. xmlns is prefered see fx https://github.com/FluidTYPO3/fluidcontent_core/blob/development/Resources/Private/Templates/CoreContent/Text.html
11:59:32 <Guest|0177> ok, but this is not the problem, i have deleted the other one..
11:59:52 <danilobuerger> i dont even know the problem, i just joined a few minutes ago
12:00:11 <Guest|0177> ok.. look at this: http://www.directupload.net/file/d/3722/rkipbwzt_png.htm
12:00:28 <Guest|0177> i have a distance from the header to the content element
12:04:10 <danilobuerger> why make it hard to debug something
12:05:59 <Guest|0177> hmm i have the site local on my pc (xampp) :-(
12:06:40 <danilobuerger> i guess you are on your own then
12:12:10 <Guest|0177> if i would have a margin or padding i would see it whith the color in blue or yellow in firebug, but how you can see, i dont have this colors in the pic
12:16:31 <bjo3rn> Guest|0177 please have a look at the generated HTML source. as stated above there's most probably some HTML generated by csc which adds those margins or padding.
13:28:11 <xaver> some tickets are left for t3cm and i also think for t3crr
13:29:34 <BenjaminR> do i maybe leverage that check because of using as="" in the vh?
13:33:07 <Cash2m> Anyone still encountering issues on copy/pasting between FCEs after flux#273885b? tx_flux_children is always empty for me after pasting
13:43:14 <fger> because it really is a great system...
13:44:41 <NamelessCoder> I don't have any problems copy/pasting since https://github.com/FluidTYPO3/flux/commit/a4b9201cfb1b9b98a69eaa571b957da46dcb9e6f
13:44:57 <NamelessCoder> fix is confirmed by other team members
13:45:40 <NamelessCoder> if you still experience problems then please take the time to investigate which special circumstances might come into play on your system but not others. Test it on a clean install, for example.
13:46:04 <NamelessCoder> without the ability to reproduce your reported problems we rely 100% on your continued investigation
13:46:58 <fger> thx, I tested the code just 2 days ago (latest master code) , so was not update - that was exactly the code i was talking about ... seems fixed and will test now, great work
13:49:11 <BenjaminR> NamelessCoder anything in mind that changed regarding fe_group check in v:page.menu? it shows me both, hidden after login and shown for usergroup, links
13:49:19 <NamelessCoder> check if it solves the problem first though ;)
13:49:54 <NamelessCoder> BenjaminR there should be no change. Condition should be generated and used in PageSelectService of VHS
14:14:43 <Cash2m> lol.. forgot everything I said regarding the copy/paste issue... Time to slap around some people
14:25:10 <Cash2m> confirm pasting is working now after recent changes
18:31:26 <ltrebing> I’m building a new plugin in a 6.2/FT3 setup and somehow it doesn’t get rendered at all (not even the header of the plugin content object), is there maybe a common pitfall related to this?
18:44:40 <xaver> ltrebing: you can try the builder validation
22:56:46 <Outdoorsman> Exception alert... here's what I'm getting after updating to the most recent DEV of everything...
22:57:48 <Outdoorsman> #1402663428: No page template selected and no template was inherited from parent page(s) (More information)
22:57:48 <Outdoorsman> RuntimeException thrown in file
22:57:48 <Outdoorsman> typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php in line 224.
22:58:36 <Outdoorsman> I have set the partent page template as well as child template on the root page of site.
22:59:25 <Outdoorsman> The only way to get rid of this error without programming is to assign a page template on every single page of the website.
23:00:21 <Outdoorsman> Could this fluidpages update have something to do with it??? I tried commenting out the line and it didn't seem to help. https://github.com/FluidTYPO3/fluidpages/commit/1ab6cac2efa2b8efac8b62dde8635e1b70084d5c#diff-56f3f4c49f9c4d997940062ff8ba69beR121
23:02:51 <NamelessCoder> hey Charles. I think it's my bad, I killed it with that commit. I'll look into it soon (watching a movie right now)