15:41:01 <drlimbo> i extended pages with a new field "image" where i can add an image in the page setting - what adds a new record in sys_file_reference
15:41:35 <drlimbo> now i need to get the uid of the image, but i don't know how
15:54:38 <NamelessCoder> drlimbo before I publish https://gist.github.com/drlimbo/5036b2f5d1408ad243ce I need you to fix the "name" property. It should contain lowerCamelCase names only (and LLL will then be resolved automatically).
15:55:41 <drlimbo> i updated the gist NamelessCoder
16:00:43 <NamelessCoder> Xatenev if you're feeling frisky, see https://github.com/FluidTYPO3/extbase_realurl (https://github.com/FluidTYPO3/extbase_realurl#what-does-it-also-do)
16:00:48 <Guest|22037> after updating flux etc. I always get this error message in backend:
16:05:23 <NamelessCoder> 3) map your *plugin* or a dedicated plugin to the typeNum
16:05:54 <NamelessCoder> 4) When building links from controller: use UriBuilder ($this->uriBuilder) and make sure you pass ->setPageType($yourconstant)
16:52:00 <NamelessCoder> it's not until you yourself exploit renderChildren etc. methods that you figure out "aha! so that's why inline and so on..."
16:54:04 <NamelessCoder> mrboe I was thinking about passing control of repositories/TER for fluidcontent_bootstrap and fluidpages_bootstrap over to you and randomresult so you guys can be free to decide what to do about deprecation and migration
16:59:14 <NamelessCoder> randomresult could you give me ownership perms for org:bootstraptheme-for-typo3 for a minute? I need that to pass the repos directly to your org to minimise github redirects
16:59:33 <randomresult> i can give you that for an hour
17:13:49 <NamelessCoder> randomresult if you have a server and want to get some automatic deployment going, I'll help you set up a Gizzle install that can deploy like fluidtypo3.org does now, as well as do TER releases
17:15:25 <randomresult> but i bet he (and i ) will be happy if you give us a helping hand!
17:15:56 <gbod> Yep, I've mentioned your post about it and the code.
17:16:11 <NamelessCoder> basically you just need to copy what's going on here: https://github.com/FluidTYPO3/fluidtypo3-gizzle
17:16:23 <NamelessCoder> and make sure you stuff your secret, token, credentials in there
17:17:17 <NamelessCoder> then you can either attach the "SiteDeploy" script to your forks of flux etc. and pull/push to update those, or you can add a git pull plugin that pulls our repos before pulling your own
17:18:39 <NamelessCoder> haven't quite reached the pubsub stage but we're getting there ;)
17:22:56 <NamelessCoder> dinner calls - may be back later, maybe not
18:41:35 <Outdoorsman> randomresult or anyone who knows fluidbootstraptheme... I add content to a Bootstrap grid and all the content disappears (not even rendered) in the frontend. What could cause that?
18:45:57 <randomresult> ahhh sounds like - damn im stupid!
18:46:59 <Outdoorsman> I got tired of running bleating edge stuff and breaking my client's site but it appears I might just have to revert back to dev versions again to eliminate possible local errors.
18:48:13 <Outdoorsman> Thanks for the response... and no you're not stupid! Thank you for all you do!
18:50:44 <NamelessCoder> did you roll back to dev of fluidbootstraptheme or other exts?
18:50:52 <NamelessCoder> just checking if I need to make a bugfix release
19:14:39 <randomresult> hey charles: would be interessting if this is an issue of FBT - i got several testinstalls running and no problem with them.
19:14:52 <randomresult> leave us a ticket on github if so!
19:24:02 <Outdoorsman> Ahhhh it somehow had to do with fluidcontent_core.
19:24:29 <Outdoorsman> I uninstalled it and installed css_styled_content and immeditely things appeared again.
19:24:50 <NamelessCoder> charles you're sure you ran the install script for fluidcontent_core and loaded the TS?
19:25:21 <NamelessCoder> pretty sure it works if those two are in order
19:25:25 <Outdoorsman> Strange... very strange. Before I did that, I updated everything to the latest dev first.
19:25:51 <Outdoorsman> I'm not sure what you mean about the install script... didn't know there was something special I had to run... gulp.
19:26:13 <NamelessCoder> oh yes, there's a small "refresh"-type icon next to the extension in extension manager
19:26:23 <NamelessCoder> click that to copy a small additional configuration file into place
19:26:44 <NamelessCoder> you only need to do this once per site and never again after updating FCC
19:26:59 <Outdoorsman> ...it was working before I thought.
19:27:24 <NamelessCoder> without that configuration file FCC can't render plugins, but it can render standard content. fluidcontent falls into the "plugin" type content
19:37:34 <Outdoorsman> So when do you have to run that update script thing? Every time you update and extension? I guess I'm still old-school as I came straight from 4.7 to 6.x.
19:38:00 <Outdoorsman> I must have missed that memo somewhere.
19:38:32 <Outdoorsman> I'm seeing update scripts on many of the FluidTYPO3 related extensions.
19:54:45 <Outdoorsman> Just saying... it suuuuuure is nice to have community to work with, thank you guys.
20:13:20 <Outdoorsman> Akii, you're funny :) Are you referring to... http://www.merriam-webster.com/dictionary/idempotent ? I have a math minor and don't even remember that term... I need to keep that one in my hat.
20:13:39 <Akii> seems like yosemite can recover from being plugged in to two displays.. nice to have feature if you ask me
20:14:15 <Akii> yep I love that term.. being a non-math guy
20:14:25 <Akii> you could say I have a love-hate relationship to it
20:14:31 <NamelessCoder> oh, mavericks did that too - remembered all settings even icon locations for at least four different displays that I tried
20:22:57 <NamelessCoder> one-stop solution to install every fluidtypo3 extension, prepare typoscript, generate a provider, install that provider, load the typoscript and then remove itself when done
20:23:44 <Akii> I wonder if that one is idempotent