10:08:21 <dkn64738> hi, has anyone tried to use chained/dotted name properties in flux:field configuration? (flux 7.1.0 git version develop branch) more details: https://gist.github.com/danielkuehni/dba1c9b508c834783885
11:10:27 <ltrebing> I have the exact same problem as jlumpe had at http://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20140613&tx_fluidtypo3org_content%5Bcontroller%5D=Content&cHash=c3410a77fe79964f8ed7fdd44440eec9#11:26:54 and am trying to figure out what the solution was
11:14:32 <ltrebing> maybe cedricziel can point me in the right direction?
12:35:59 <mrboe> we had that problem in fluidboostraptheme
12:36:16 <mrboe> we wanted to use settings.Fieldname
12:36:36 <mrboe> but in the secion/object this will not work
12:37:40 <floxx> what's driving me crazy: it's illogical why image.link works
12:37:43 <mrboe> like here: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Button.html
12:38:22 <mrboe> because image.link is a attribute that exists
12:39:33 <floxx> however :-D thank you. will remeber that for the future
13:31:15 <Kaimane> Hey. I cant use xmlns instead {namespace ...} declaration in my ext using typo3 6.2.4. If I use xmlns I got an Exception: Could not analyse class:vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader? How can I solve that?
13:31:44 <Kaimane> By using {namespace v=Tx_Vhs_ViewHelpers} everything works really fine.
13:33:08 <mrboe> there are two possibilities 1. you move all v: to a partial (not use that in layouts) 2. use {namespace v=Tx_Vhs_ViewHelpers} in layouts
13:33:51 <mrboe> like this https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/commit/148ca6071b698ad9ccb7bf9af4cfc8d6cd06e2d0
13:51:35 <NamelessCoder> Kaimane page.content.render is deprecated and removed, content.render works.
14:47:28 <hirnschmalz> Hi there, I updated flux and no got the error 'ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 176' searching in the IRC logs tell me, that I'm not the only one
14:48:08 <hirnschmalz> I already truncated all cf_* tables cleared TYPO3 caches, cleared APC cache and also removed all files in typo3temp - no luck so far
15:13:25 <JustAPoring> at first glance I didn't see anything
15:13:39 <Kaimane> @mrboe that was the problem. v: was used in a layout. when moving v: to another partial there is no execption anymore.
15:21:18 <Kaimane> But when I now use xmlns in a partial e.g. xmlns:v="http://typo3.org/ns/vhs/ViewHelpers" (for v 1.9.1) I got another exception: "Could not analyse class:vhs\ViewHelpers\Asset\StyleViewHelper maybe not loaded or no autoloader?"
15:22:14 <NamelessCoder> Kaiman use http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers
15:23:55 <Kaimane> Got the same exception: "Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Asset\StyleViewHelper maybe not loaded or no autoloader?"
15:24:33 <Kaimane> But with {namespace v=Tx_Vhs_ViewHelpers} there is no exception.
15:27:18 <NamelessCoder> the class clearly exists: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Asset/StyleViewHelper.php so perhaps something's up with the caching or currently checked out version
15:27:42 <xaver> i had similar problems with select and switch to namespaces and stuff
15:27:56 <xaver> my solution was namespaces and development
15:30:41 <Kaimane> Of course, the class exists. Using vhs from ter in version 1.9.1.
15:31:16 <Kaimane> So, using {namespace v=Tx_Vhs_ViewHelpers} everything works fine without any errors.
15:33:32 <mrboe> but @Kaimane thats because you have used that in layouts?
15:34:39 <Kaimane> In my layout there is neither {namespace ...} nor xmlns
15:36:20 <Kaimane> yes. when using xmlns in a partial I got an exception: could not analyse class ...
15:38:02 <mrboe> and you use it like here? https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Page/Render.html
16:49:42 <Kaimane> Want to give you an update. I upgraded chs to version 2.0.0 from git. Now xmlns works perfect without exceptions. No need to use {namespace ...} anymore.
16:50:23 <benjamin_654> i am setting up a new 6.2 project and i am not sure if i should use fedext development oder master branch
16:50:58 <benjamin_654> what do you suggest? what are currently the biggest differences?
16:51:33 <mrboe> its the choice between old or new bug ;)