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