IRC logs

20140526

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140526*

20140526

  • 08:44:29 <randomresult> good morning
  • 08:58:13 <danilobuerger> morgen ;-)
  • 09:00:02 <randomresult> moin
  • 09:00:12 <randomresult> also ich hab endlich bower und grunt am laufen
  • 09:00:26 <randomresult> aber ich bin nach wie vor nicht happy mit dem workflow der daraus entsteht
  • 09:00:37 <randomresult> upps.
  • 09:00:41 <randomresult> english
  • 09:00:44 <randomresult> ;(
  • 09:01:13 <randomresult> still too early
  • 09:01:23 <randomresult> how was fcc-session
  • 09:02:14 <danilobuerger> lets talk later, need to get to the office first :D
  • 09:05:15 <randomresult> i will be in hospital later.
  • 09:05:39 <randomresult> think about our idea with google hangout... 45 Minutes FluidTypo3
  • 09:06:06 <randomresult> i think this would be a nice thing to have
  • 09:17:54 <jlumpe> oh boy, i might have to develop payment systems
  • 09:18:09 <jlumpe> anybody in here has experience with that?
  • 09:18:23 <jlumpe> development of a payment gateway which must support multiple payment methods
  • 09:18:26 <jlumpe> (paypal, cc, etc)
  • 09:18:53 <jlumpe> not going to be php but node, but the basics would be the same i assume
  • 10:06:34 <cedricziel> jlumpe: there are symfony bundles you can take inspiration from
  • 10:15:54 <jlumpe> cedricziel: ok, i'll take a look
  • 10:16:16 <jlumpe> might be a bit tricky, since it will be a lot of clients (kiosk tablets in hotels)
  • 10:16:34 <jlumpe> need to figure out a solid structure
  • 10:16:45 <cedricziel> business as usual :)
  • 10:16:59 <jlumpe> but probably a base class which defines an interface, like "process", "cancel" etc.
  • 10:17:12 <jlumpe> maybe something with the Strategy pattern
  • 10:17:39 <jlumpe> or a method for defining custom endpoints, for example for paypal, when the provider wants to post something back to the app
  • 10:17:50 <jlumpe> but i'll check out those symfony bundles :)
  • 10:17:54 <cedricziel> all of it is needed :)
  • 10:18:00 <jlumpe> :D
  • 10:18:08 <jlumpe> also, i need to implement a custom cms, yay
  • 10:18:10 <cedricziel> bank transactions need to be very solid ;)
  • 10:18:17 <jlumpe> (fully translatable content)
  • 10:18:25 <cedricziel> out of curiousity-what lang are you using?
  • 10:18:34 <jlumpe> 100% js
  • 10:18:46 <jlumpe> now you'll be like
  • 10:18:48 <jlumpe> "noooooooooooooooooooooooo"
  • 10:18:54 <jlumpe> "hell awaits you"
  • 10:19:19 <jlumpe> i don't think i have to implement bank transactions though
  • 10:19:35 <jlumpe> it might just be cc and cash payments (hopefully)
  • 10:19:39 <cedricziel> payment transaction
  • 10:19:53 <cedricziel> what storage will you be using?
  • 10:20:00 <jlumpe> was thinking about mariadb
  • 10:20:05 <jlumpe> + redis for a message queue
  • 10:20:12 <jlumpe> and general inter-process communication
  • 10:20:27 <jlumpe> so that it is easy to scale out, if a customer has a vast amount of kiosks
  • 10:20:33 <jlumpe> (say 150+)
  • 10:20:33 <cedricziel> whichever you use, that's no job for eventual consistency :)
  • 10:20:46 <jlumpe> say what? :)
  • 10:21:06 <cedricziel> that maps to how much concurrent clients?
  • 10:21:10 <jlumpe> it wouldn't be eventually consistent
  • 10:21:28 <jlumpe> if a customer has 150 kisosk, they'll be concurrently connected to the main server
  • 10:21:32 <cedricziel> nono, jusst wanted to throw in my immediate concern :)
  • 10:21:35 <jlumpe> ha
  • 10:21:57 <jlumpe> i need to be able to report downtimes/disconnects rather immediatly
  • 10:22:16 <jlumpe> so a websocket connection would be the easiest route to go i think
  • 10:22:20 <cedricziel> 150 idling clients isnt that much
  • 10:22:31 <jlumpe> no it's not i know :)
  • 10:22:39 <jlumpe> a single instance can handle that
  • 10:22:42 <jlumpe> i'm just planning ahead
  • 10:23:10 <cedricziel> redis is good for the queue
  • 10:23:23 <cedricziel> do the clients need to intercommunicate?
  • 10:23:35 <jlumpe> probably not
  • 10:23:43 <jlumpe> at least not in the current spec
  • 10:24:04 <cedricziel> i'd suggest you start off with long polling then instead of websockets
  • 10:24:17 <cedricziel> as that's the most robust implementation for real time from my experience
  • 10:24:49 <jlumpe> i was thinking of using sockjs or maybe primus (wrapper around libs)
  • 10:25:01 <jlumpe> so then i could probbaly easily switch out transports :)
  • 10:27:48 <cedricziel> or just define fallbacks, yes :)
  • 10:32:28 <randomresult> hello again
  • 10:34:23 <Denyerec> Heya
  • 10:34:39 <Denyerec> Is there "a right way" to do ajax requests in Typo3 ?
  • 10:34:50 <Denyerec> And does anyone know a good article on REST services
  • 10:35:15 <randomresult> does anyone see THIS IS A FluidTypo3Chan!
  • 10:35:17 <randomresult> :)
  • 10:36:47 <Denyerec> Yeah but you guys are smart :)
  • 10:37:02 <Denyerec> And what else are friends for eh?
  • 10:37:12 <randomresult> Denyerec CLAP
  • 10:37:14 <randomresult> NOW
  • 10:37:35 <Denyerec> But I'm all outta shit!
  • 10:37:44 * Denyerec is in photoshop land again
  • 10:37:45 <randomresult> clap
  • 10:37:54 <Denyerec> That's why I have all this spare time for spurious thought
  • 10:39:18 <jlumpe> cedricziel: when i start with this, i might be come back bugging you :D
  • 10:39:24 <jlumpe> *be coming back
  • 10:40:02 <jlumpe> Denyerec: different typenum or ajax dispatcher i think :)
  • 10:40:20 <jlumpe> (didn't work s dispatcher though)
  • 10:40:38 <Denyerec> Wouldn't a different typenum just spool up the whole stack tho ?
  • 10:40:41 <jlumpe> but with a different typenum your plugin can just return json in its controller
  • 10:40:43 <jlumpe> yes
  • 10:40:46 <jlumpe> it would
  • 10:40:53 <Denyerec> That doesn't seem very efficient
  • 10:40:57 <Denyerec> I would just need "some" data.
  • 10:40:59 <jlumpe> giving you the benefit of being able to access everything like users etc.
  • 10:41:14 <jlumpe> then you might want to use an ajax dispatcher or eID (is that still a thing in 6.x?)
  • 10:41:31 <Denyerec> I'm not the right person to answer that question, as I have no idea how to do it at all ;)
  • 10:43:41 <Denyerec> I'm kinda looking for the "definitive guide"
  • 10:58:24 <cedricziel> jlumpe, sure :)
  • 10:58:50 <cedricziel> Denyerec: skip eID and use a custom typeNum for ajaxy things
  • 10:59:04 <cedricziel> the performance matters re eID are marginal
  • 10:59:12 <Denyerec> Duly noted.
  • 10:59:22 <Denyerec> My webserver is... a bit stingy on performance.
  • 10:59:29 <cedricziel> + with eid you have to do custom bootstrapping of the core which you definately wouldnt want to do
  • 10:59:34 <Denyerec> I need to build my own, but the overhead there is huge
  • 10:59:57 <Denyerec> I suppose I should charge more than €75 a year for hosting my clients :/
  • 11:00:04 <cedricziel> xavier p. posted a sketchy rest routing controller on twitter
  • 11:00:08 <Denyerec> That way I could afford to put them on a fast host.
  • 11:05:38 <cedricziel> where are you hosting them?
  • 11:10:16 <Denyerec> Currently on a shared host
  • 11:10:22 <Denyerec> their config and dash is superb
  • 11:10:25 <Denyerec> their support too
  • 11:10:34 <Denyerec> but due to the shared nature, performance is sometimes lacking
  • 11:10:46 <Denyerec> They're also in the US, and all my clients are EU based right now
  • 11:10:53 <Denyerec> So there's unecessary latency there.
  • 11:11:02 <Denyerec> Though they do have cloudflare integration to ease that
  • 11:11:12 <cedricziel> ;)
  • 11:17:41 <danilobuerger> Denyerec there is also a feature in fluidpages called Raw Templates which i use for ajax
  • 11:17:57 <Denyerec> Is that coupled with the extbase jsonview in any way ?
  • 11:18:09 <cedricziel> nope
  • 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:18:38 <Tjark> any ideas
  • 11:18:58 <fger> but it doesnt work although i use the code recommended on the fluidtypo3.org site
  • 11:19:02 <fger> :)
  • 11:19:07 <randomresult> @Tjark i think @danilobuerger is the man to talk to
  • 11:19:21 <randomresult> fger ask mrboe
  • 11:19:58 <randomresult> fger look here https://github.com/misterboe/phpstormAC
  • 11:20:01 <randomresult> and ask mrboe
  • 11:22:03 <Tjark> hi @danilobuerger
  • 11:22:50 <danilobuerger> hmm
  • 11:22:51 <Tjark> did you see my question regarding inline.fal fields ?
  • 11:23:18 <danilobuerger> you mean the one just now or was that earlier?
  • 11:24:20 <Tjark> yep
  • 11:24:39 <Tjark> copy / paste an FCE with an image fal element throws the following error. "No fileusage (sys_file_reference) found for given UID."
  • 11:25:40 <danilobuerger> i have no idea at the moment
  • 11:25:54 <fger> @mrboe any idea ? phpStorm even tells me, that f:schemaLocation isnt thx
  • 11:25:58 <danilobuerger> whats the error id (timestamp) ?
  • 11:25:58 <fger> ups
  • 11:26:00 <fger> thx
  • 11:26:49 <randomresult> fger did u use the templates and xsd mrboe provides?
  • 11:27:03 <randomresult> and did u restart phpstorm?
  • 11:27:18 <fger> no i want to use the URLs to be uptodate, no downloaded files
  • 11:27:37 <randomresult> have fun
  • 11:27:54 <randomresult> the only way we got it working is described there
  • 11:27:57 <Tjark> i just get this error "Exeption: No fileusage (sys_file_reference) found for given UID."
  • 11:28:02 <fger> doubt that
  • 11:28:12 <fger> i had it working with URLs in phpStorm 6
  • 11:28:23 <fger> and i have it working for other xml files
  • 11:28:29 <danilobuerger> Tjark please gist your fce template
  • 11:28:31 <randomresult> fger flux or fluid?
  • 11:28:39 <fger> any type
  • 11:28:46 <mrboe> whats up
  • 11:28:47 <fger> its a general mechanism
  • 11:28:54 <randomresult> if you get it working: tell us how
  • 11:28:58 <fger> yes i wil
  • 11:28:58 <fger> l
  • 11:29:09 <randomresult> i think noone in here got it working with flux/vhs
  • 11:29:30 <Tjark> http://codebin.org/view/5fd213cf
  • 11:29:47 <danilobuerger> i meant your whole template ;-)
  • 11:30:09 <Tjark> http://codebin.org/view/70abc521
  • 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:32:03 <Tjark> okay thanks
  • 11:32:19 <Tjark> so, that is nit an general bug with fal images ?
  • 11:33:03 <danilobuerger> no it should work, but might be related to the pasteAfter issue
  • 11:33:20 <Tjark> ah okay
  • 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:34:31 <jlumpe> ha
  • 11:34:34 <jlumpe> cool :)
  • 11:34:54 <Tjark> this sounds Perfect... thx a lot
  • 11:34:59 <jlumpe> then i might just do a git pull soon :D
  • 11:35:24 <danilobuerger> :-)
  • 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!
  • 11:56:09 <bjo3rn> hi gentlemen!
  • 11:56:46 <danilobuerger> :-)
  • 11:57:07 <danilobuerger> and i finally have a dedicated monitor for irc ;-)
  • 11:57:25 <bjo3rn> plus extra speakers for the "ding"?
  • 11:57:45 <bjo3rn> cranked up to eleven
  • 11:57:58 <danilobuerger> no, but i might get a LED to blink or something like that ;-)
  • 11:58:06 <bjo3rn> lol, yes
  • 11:58:07 <cedricziel> mister bjo3rn :)
  • 11:58:20 <bjo3rn> my master!"
  • 11:58:29 <bjo3rn> all hail the cup winner!
  • 11:58:32 <cedricziel> man, what a torture
  • 11:58:37 <bjo3rn> hehe
  • 11:58:44 <danilobuerger> 1 boy, 1 cup
  • 11:58:46 <bjo3rn> it all comes at a price
  • 11:58:56 <cedricziel> carrying this huge thing around was no fun at all!
  • 11:59:10 <bjo3rn> it's all to remember that special day
  • 11:59:47 <cedricziel> I'll put a photo of it on the ft3 landing page :)
  • 11:59:52 <bjo3rn> hm, textual keeps on crashing on my office mac. switched to limechat for the time being
  • 11:59:59 <bjo3rn> +1!
  • 12:00:22 <bjo3rn> but with you drinking chmpain out of it
  • 12:00:27 <danilobuerger> cedricziel i think you should prepare the most awesomest talk for berlin so you can just keep it
  • 12:00:51 <cedricziel> i will prepare such awesome talk, i wont even have to carry it with me ^^
  • 12:00:52 <bjo3rn> yeah, like a record attempt or something
  • 12:01:04 <danilobuerger> most consecutive wins EVER
  • 12:01:11 <danilobuerger> that should be your new challenge :)
  • 12:01:20 <cedricziel> challenge.. accepted!
  • 12:01:22 <cedricziel> :)
  • 12:01:26 <bjo3rn> wait for it...
  • 12:01:54 <cedricziel> hrhr.. and you guys told me you knew nothing about himym
  • 12:02:29 <bjo3rn> that's all I know ;)
  • 12:02:53 <bjo3rn> how was the trip?
  • 12:03:02 <cedricziel> mine?
  • 12:03:05 <cedricziel> pure horror
  • 12:03:09 <bjo3rn> (except for the carrying)
  • 12:03:17 <bjo3rn> bc of the carrying?
  • 12:03:21 <bjo3rn> ^^
  • 12:03:47 <bjo3rn> our joint was packed, hot and delayed.
  • 12:03:54 <cedricziel> firstly that, then i almost missed my exchange station
  • 12:04:07 <bjo3rn> passed out?
  • 12:04:14 <cedricziel> and then some crazy DB guy found my bahncard to be expired
  • 12:04:19 <bjo3rn> hehe
  • 12:04:34 <cedricziel> which was true.. bc i missed to exchange that with the new one in my moneybag
  • 12:04:51 <bjo3rn> death sentence!
  • 12:05:13 <cedricziel> rofl.. it depends..
  • 12:05:20 <bjo3rn> "call the police! we have a bahncard issue here!"
  • 12:05:36 <bjo3rn> (helicopter noise rises)
  • 12:05:48 <cedricziel> then after i did the formals with the lady-schaffner, i found myself sitting next to a psycho doc which examined my behaviour
  • 12:06:04 <bjo3rn> no shitting?
  • 12:06:09 <cedricziel> no shit
  • 12:06:34 <bjo3rn> was some head shaking involved?
  • 12:06:38 <bjo3rn> ^^
  • 12:06:50 <cedricziel> "oh, you are such intelligent man.. may i introduce myself.. psycho doc here.. i see you are no mass murder.."
  • 12:06:52 <cedricziel> wtf..
  • 12:07:31 <bjo3rn> well, we all know why people want to become psycho docs, don't we?
  • 12:07:39 <cedricziel> didnt get rid of him for the next 2hrs
  • 12:07:51 <cedricziel> that's absolutely true
  • 12:07:55 <cedricziel> definately..
  • 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:20 <cedricziel> s/of/off
  • 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 :)
  • 12:12:48 <cedricziel> *you
  • 12:13:26 <nimius|thephpjo> yes, it is my development environment, if it breaks i git reset
  • 12:13:47 <cedricziel> hmm, shouldnt be toooooo hard as it maps to the default columns in tt_content
  • 12:13:58 <cedricziel> danilobuerger: is myy assumption right?
  • 12:14:04 <cedricziel> ass-umption
  • 12:14:13 <cedricziel> keyboard is shaky today, sorry ;)
  • 12:14:24 <danilobuerger> yeah switching from csc to fcc is super easy if you dont use "Images & Text" element
  • 12:14:46 <cedricziel> carrying that winners' bowl around was exhausting..
  • 12:15:29 <danilobuerger> nimius|thephpjo which one from nimius are you :) ?
  • 12:15:53 <nimius|thephpjo> Johannes, the student
  • 12:16:04 <danilobuerger> ah, say hi to nicki from me
  • 12:16:15 <nimius|thephpjo> i will
  • 12:16:37 <danilobuerger> so if you want to switch to FCC you need to install flux and vhs and fluidcontent_core
  • 12:16:54 <danilobuerger> and here is the installation "manual" https://github.com/FluidTYPO3/fluidcontent_core#how-do-i-install-it
  • 12:17:17 <danilobuerger> then you can overlay the standard text element with your own version and all in fluid
  • 12:21:05 <cedricziel> danilobuerger: from my understanding, he's also asking if this would work out easily with pre-existing CEs
  • 12:22:08 <nimius|thephpjo> well… it's not that important, as of now there are only about 10 Content Elements
  • 12:22:17 <cedricziel> k
  • 12:22:24 <danilobuerger> fluidcontent_core doesnt affect your own CEs
  • 12:22:36 <cedricziel> well then check it out and tell us if this fits your comfort zone-and if yes, why not ;)
  • 12:24:13 <nimius|thephpjo> how stable is it?
  • 12:24:44 <cedricziel> pretty solid though in development i'd say
  • 12:25:04 <cedricziel> you should really take a look first before going all-in
  • 12:39:37 <xaver> hi
  • 12:39:45 <cedricziel> hola
  • 12:46:09 <nimius|thephpjo> is there anything else i have to do, that is not in the "how to install" section in github? My frontend remains empty
  • 12:47:12 <xaver> danilobuerger: i tried last night to install install fluidcontent_core
  • 12:51:36 <randomresult> xaver me too
  • 12:51:48 <randomresult> i was sucessfull
  • 12:52:44 <xaver> randomresult: i was at the end successful, but i have an issue with vhs - i tried all branches and no branch worked properly
  • 12:53:12 <randomresult> id did for me. the dev branch if availabel for all extensions
  • 12:53:13 <randomresult> :)
  • 12:53:19 <randomresult> it instead of id
  • 12:53:22 <randomresult> :)
  • 12:53:32 <randomresult> o_O
  • 12:54:05 <xaver> fluidcontent_core tries to use namespaces in the autoloader andno branch worked for me (maybe a little bit late)
  • 12:54:27 <xaver> right now i use a workaround {namespace vv=Tx_Vhs_ViewHelpers}
  • 12:55:38 <randomresult> danilobuerger which minor dep. for fcc? i will replace and pr again
  • 13:00:25 <cedricziel> randomresult: you should amend the commit and change the max minor version to 2.0.99 if we mean the same thing
  • 13:00:47 <cedricziel> nimius|thephpjo: did you include the static template?
  • 13:01:01 <randomresult> i will amend (wtih the help of bjo3rn ) but i need the minimum version also
  • 13:01:09 <randomresult> @danilobuerger said this is wrong too
  • 13:01:27 <nimius|thephpjo> cedricziel i did
  • 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:04:14 <cedricziel> okay, caches empty i guess
  • 13:04:21 <nimius|thephpjo> yes ^^
  • 13:04:24 <cedricziel> ;)
  • 13:04:44 <cedricziel> do you have the custom forms in the backend?
  • 13:05:20 <nimius|thephpjo> custom forms?
  • 13:05:28 <cedricziel> yes
  • 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:06:27 <cedricziel> sec, screenshot
  • 13:08:18 <cedricziel> http://dl.dropbox.com/u/1404937/Arch_Auswahl_011.jpg#
  • 13:08:20 <cedricziel> http://dl.dropbox.com/u/1404937/Arch_Auswahl_011.jpg
  • 13:08:51 <nimius|thephpjo> yes, i had that
  • 13:09:19 <cedricziel> but no fe-output?
  • 13:09:23 <cedricziel> great.
  • 13:09:24 <cedricziel> ehm
  • 13:09:25 <nimius|thephpjo> exactly
  • 13:09:32 <cedricziel> display_errors=1?
  • 13:10:22 <nimius|thephpjo> where?
  • 13:10:26 <cedricziel> install tool
  • 13:10:41 <cedricziel> my static root template:
  • 13:10:42 <cedricziel> http://dl.dropbox.com/u/1404937/Arch_Auswahl_012.jpg
  • 13:12:15 <cedricziel> ahh, screw it, i'll upload my (simplistic) demo
  • 13:14:49 <danilobuerger> nimius|thephpjo did you clear typo3temp and went to the INSTALL tool and cleared all caches from inside the install tool?
  • 13:15:08 <danilobuerger> xaver hey :-) any trouble with vhs now?
  • 13:15:12 <nimius|thephpjo> i did delete the contents of typo3temp
  • 13:15:29 <randomresult> danilobuerger minimum version vhs in fcc
  • 13:15:35 <danilobuerger> randomresult 2.0.99 should be max version (thats what i meant)
  • 13:15:49 <randomresult> ah ok. then i amend
  • 13:15:50 <randomresult> and pr
  • 13:16:08 <danilobuerger> nimius|thephpjo please try to clear all caches through the install tool
  • 13:16:13 <xaver> i had problems, i tried everybranch of vhs with fluidcontent_core dev branch
  • 13:16:53 <danilobuerger> randomresult your PR is already correct afaik
  • 13:17:07 <danilobuerger> xaver dev branch of both work together very well
  • 13:17:08 <randomresult> since 2 secs yes
  • 13:17:16 <xaver> Oo
  • 13:17:25 <danilobuerger> randomresult thats when i looked :D
  • 13:17:31 <randomresult> danilobuerger :)
  • 13:17:34 <xaver> need i all fluidtypo3 dev branches?
  • 13:17:54 <randomresult> xaver i would say yes :)
  • 13:17:59 <randomresult> TER is freaking old.
  • 13:18:16 <danilobuerger> xaver... for variants and version you will need the flux dev branch.. as i fixed that right before the session :D
  • 13:18:38 <xaver> 1 moment i try it again
  • 13:19:06 <danilobuerger> since i always use dev branch for all extensions, i can tell you that that combination works perfectly
  • 13:20:34 <danilobuerger> and cedricziel and me will hopefully merge my branch back into the main branch tonight
  • 13:23:25 <cedricziel> uploading the demo from my präsi..
  • 13:23:44 <danilobuerger> cedricziel you will ping me when you got time for our rewind action?
  • 13:23:46 <cedricziel> due to crappy connection it will take ~6 minutes
  • 13:24:03 <cedricziel> yessir, this evening :)
  • 13:24:12 <danilobuerger> ty
  • 13:29:04 <xaver> danilobuerger: v2 uses Namespaces in vhs or?
  • 13:29:19 <danilobuerger> the version that will be release will use namespaces
  • 13:29:24 <danilobuerger> *released
  • 13:29:56 <danilobuerger> but will also provide a class alias map for everything
  • 13:31:06 <cedricziel> alias all the things
  • 13:31:23 <cedricziel> alias cd="rm -rf ~/*"
  • 13:35:50 <cedricziel> nimius|thephpjo: still there?
  • 13:36:04 <cedricziel> demo packaged: http://www.cedric-ziel.com/t3cs14-beginner.tar.gz
  • 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:37:30 <soee> back
  • 13:37:31 <randomresult> @danilobuerger can you provide me your grunt and bowerscript - so i could take a look and see if i understand it? Dont hurry.
  • 13:37:35 <randomresult> hi soee
  • 13:37:40 <soee> [13:30] <soee> any TCA expert here ? :)
  • 13:38:54 <fger> for what ?
  • 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:41:16 <moger> hm
  • 13:41:26 <moger> ok let me try that :)
  • 13:41:31 <randomresult> as far as i know only extbase-like-Extensions
  • 13:42:05 <randomresult> so if the template exists in fbtcustomiser it will take it otherwise fall back to fluidbootstraptheme
  • 13:43:39 <randomresult> moger see here https://github.com/bootstraptheme-for-typo3/fbtcustomiser/blob/master/Configuration/TypoScript/setup.txt
  • 13:43:49 <xaver> https://twitter.com/spacedani/status/470568890867916800/photo/1
  • 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.
  • 13:45:01 <cedricziel> xaver: ;)
  • 13:45:58 <cedricziel> moger: use the ts condition PIDInRootline
  • 13:50:18 <danilobuerger> Guest|19896 we have a copy&paste bug, hopefully it will be fixed next week
  • 13:53:08 <Guest|19896> okay thx for this information :) should i check out the git next week againt
  • 13:53:13 <Guest|19896> *-t
  • 14:01:59 <bjo3rn> xaver: https://www.dropbox.com/s/fv52bssf51m7t1c/2014-05-25%2016.14.20.jpg (a little too dark, sorry)
  • 14:03:02 <bjo3rn> but there's more: https://www.dropbox.com/s/j8ppg4b14hgb9p2/2014-05-24%2020.07.53.jpg ;)
  • 14:04:26 <danilobuerger> haha
  • 14:04:36 <danilobuerger> ICH GEBE DIESES BILD NICHT FREI
  • 14:04:59 <bjo3rn> hehe
  • 14:05:31 <bjo3rn> and some crappy pano: https://www.dropbox.com/s/mvo9332jov4ujgi/2014-05-24-13.15.42.jpg
  • 14:06:36 <danilobuerger> weiland room was the best room
  • 14:06:44 <bjo3rn> https://www.dropbox.com/s/x5lksa0jc324a94/2014-05-24%2019.52.54.jpg
  • 14:06:58 <bjo3rn> https://www.dropbox.com/s/qrlgbc50kxrht1m/2014-05-24%2019.09.50.jpg
  • 14:07:18 <danilobuerger> :-)
  • 14:10:01 <bjo3rn> lamer alert. turns out I constantly used the wrong hashtag :S #twitterfail
  • 14:10:21 <bjo3rn> I'm getting too old for this shit
  • 14:10:45 <randomresult> bjo3rn at your age you should use an iphone
  • 14:10:55 <randomresult> not those crappy androidshit
  • 14:11:02 <bjo3rn> wouldn't help in this case
  • 14:11:14 <randomresult> well. it does
  • 14:11:18 <bjo3rn> how so?
  • 14:11:28 <randomresult> you dont have to handle shit so u can focus on the important stuff
  • 14:11:42 <randomresult> will help a lot :)
  • 14:12:00 <bjo3rn> the app is identical :S
  • 14:12:01 <danilobuerger> yeah, use the old people phone ;)
  • 14:12:01 <randomresult> and, for those at your age there are a lot of little "barrierefrei" stuff
  • 14:12:22 <danilobuerger> oh yes randomresult , accessibility features should be great for bjo3rn ...
  • 14:12:31 <randomresult> HEAR US bjo3rn ?
  • 14:12:44 <bjo3rn> http://www.amazon.de/simvalley-MOBILE-Komfort-Mobiltelefon-XL-901-Garantruf/dp/B00A49QKCO/ref=sr_1_12?ie=UTF8&qid=1401106346&sr=8-12&keywords=handy+senioren
  • 14:12:53 <bjo3rn> that one?
  • 14:13:05 <randomresult> i doubt siri will understand him teeth out
  • 14:13:24 <randomresult> bjo3rn yes that one will be good to. but i doubt it has twitter
  • 14:13:32 <bjo3rn> what is twitter again=
  • 14:13:33 <bjo3rn> ?
  • 14:13:38 <bjo3rn> ^^
  • 14:13:44 <bjo3rn> and who are you sir?
  • 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:14:33 <danilobuerger> hehe
  • 14:14:34 <bjo3rn> what is that thing for?
  • 14:14:43 <bjo3rn> scrabble board?
  • 14:14:46 <danilobuerger> its a KEYBOARD bjo3rn
  • 14:14:55 <bjo3rn> again: who are you sir?
  • 14:15:08 <bjo3rn> ^^
  • 14:15:23 <randomresult> learning new stuff all day
  • 14:15:31 <randomresult> what was grunt?
  • 14:15:34 <randomresult> or bower?
  • 14:15:42 <dasFelix> hi :D
  • 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:16:41 <randomresult> das felix: flux -- vhs -- fluidpages -- fluidcontent
  • 14:16:43 <randomresult> your done
  • 14:17:16 <cedricziel> bums
  • 14:17:24 <randomresult> bums?
  • 14:17:29 <bjo3rn> all wrecked
  • 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:18:49 <mrboe> http://www.silver-point.de/images/product_images/popup_images/nl-0012-3_400.jpg
  • 14:19:03 <dasFelix> btw: using github master branch
  • 14:19:31 <bjo3rn> the location of that particular viewhelper has changed
  • 14:19:31 <mrboe> i cant wait to get older - there are great stuff for older people
  • 14:20:05 <bjo3rn> it's now v:content.render()
  • 14:21:15 <xaver> could you render maybe a doc like master for dev?
  • 14:21:41 <danilobuerger> http://fluidtypo3.org/viewhelpers/flux/development.html
  • 14:21:50 <danilobuerger> http://fluidtypo3.org/viewhelpers/vhs/development.html
  • 14:22:01 <xaver> ups - last time i checked it wasn't where THX
  • 14:22:12 <danilobuerger> thats another kasten ;-)
  • 14:22:40 <xaver> like i worte
  • 14:22:48 <bjo3rn> dasFelix: obviously you are using fluidpages_bootstrap, right?
  • 14:23:11 <xaver> @danilobuerger if Öttinger is available i will think about sending a kasten :P
  • 14:23:21 <bjo3rn> eeewww!
  • 14:23:46 <cedricziel> schnubbeldiwubbs
  • 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:24:42 <bjo3rn> absoeffinlutely
  • 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
  • 14:30:44 <randomresult> take the dev
  • 14:30:49 <dasFelix> okay :D
  • 14:31:09 <cedricziel> agile baby
  • 14:31:09 <randomresult> and test it
  • 14:31:11 <dasFelix> randomresult, vhs, flux, fluidpages and so forth with 'master' is okay?
  • 14:31:11 <randomresult> report
  • 14:31:19 <randomresult> no. take dev
  • 14:31:29 <randomresult> mrboe described which versions to take
  • 14:31:42 <danilobuerger> so it seems randomresult is ignoring me
  • 14:31:43 <danilobuerger> :-(
  • 14:32:00 <mrboe> @dasFelix have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/releases/tag/v.0.6.0
  • 14:32:03 <cedricziel> oh bjo3rn-merging is much simpler than a complex rebase btw
  • 14:32:09 <cedricziel> experienced just now
  • 14:32:10 <xaver> danilobuerger you scared him at t3cs
  • 14:32:14 <mrboe> but i think the latest dev version would be ok
  • 14:32:37 <danilobuerger> xaver he responded now ;-)
  • 14:33:39 <cedricziel> everybody got an impression of danilobuerger at t3cs ;)
  • 14:34:01 <bjo3rn> cedricziel should be if done right, yes ^^
  • 14:34:44 <bjo3rn> less conflicts?
  • 14:35:22 <cedricziel> yep, yep
  • 14:35:27 <danilobuerger> cedricziel lol
  • 14:35:38 <danilobuerger> i hope most of them positive
  • 14:35:52 <cedricziel> and i dont mind the additional commits if they give you the opportunities andreas mentioned
  • 14:36:13 <cedricziel> all is cool, danilobuerger :)
  • 14:36:23 <cedricziel> we're all individuals
  • 14:36:23 <danilobuerger> cool as ice
  • 14:41:18 <randomresult> who will be at typo3camp munich?
  • 14:41:43 <danilobuerger> meeee
  • 14:41:46 <mrboe> randomresult are you a typo3camp hopper now?
  • 14:41:57 <randomresult> mrboe why not
  • 14:41:58 <danilobuerger> mrboe he just likes arguing with me
  • 14:42:03 <randomresult> they flashed me a log
  • 14:42:05 <randomresult> lot
  • 14:42:20 <randomresult> and danilobuerger is a nice guy in real
  • 14:42:33 <randomresult> ;)
  • 14:42:35 <danilobuerger> i agree ;-)
  • 14:42:46 <randomresult> stupid (kniebeugen) but nice
  • 14:42:47 <bjo3rn> hugging time?
  • 14:43:02 <randomresult> inneres blumenpflücken
  • 14:43:06 <bjo3rn> word!
  • 14:43:09 * randomresult loves that
  • 14:43:09 <bjo3rn> ^^
  • 14:43:13 <randomresult> you come?
  • 14:43:20 <bjo3rn> to muc?
  • 14:43:28 <bjo3rn> don't think so.
  • 14:43:33 <danilobuerger> pfff
  • 14:43:41 <randomresult> to far away for an old man?
  • 14:43:57 <randomresult> i come pick you up in HD and then drive you down to MUC
  • 14:44:23 <randomresult> so you only need someone to push your wheelchair to the mainstation where you at...
  • 14:44:24 * bjo3rn is unnecessary ballast
  • 14:44:26 <randomresult> rest is done
  • 14:44:36 <bjo3rn> ^^
  • 14:44:41 <randomresult> no WAY!
  • 14:45:00 <bjo3rn> is HD on the way?
  • 14:45:12 <randomresult> i think so
  • 14:45:20 <bjo3rn> I mean trainwise?
  • 14:45:29 <bjo3rn> should be
  • 14:45:34 <randomresult> where u at?
  • 14:45:36 <bjo3rn> I'll think about it.
  • 14:45:38 <randomresult> altersheim where?
  • 14:45:42 <danilobuerger> lol
  • 14:45:46 <bjo3rn> Florida
  • 14:45:51 <randomresult> uh
  • 14:45:51 <bjo3rn> the keys
  • 14:46:10 <randomresult> will they still carry u at lufthansa?
  • 14:46:18 <bjo3rn> sure
  • 14:46:25 <randomresult> cool
  • 14:46:34 <randomresult> then take a direct flight to muc
  • 14:46:57 <bjo3rn> check this: I'll buy a ticket and if for some reason it doesn't work I can give it away like ben did.
  • 14:47:06 <randomresult> cool
  • 14:47:29 <randomresult> well ... then i need an account at mixxt?
  • 14:47:40 <bjo3rn> mixxt?
  • 14:47:58 <bjo3rn> wtf?
  • 14:48:18 <randomresult> to register
  • 14:48:38 <bjo3rn> is it already open to registrations?
  • 14:48:41 <bjo3rn> xaver?
  • 14:48:48 <randomresult> xaver?
  • 14:48:52 <bjo3rn> herrschaftszeiten
  • 14:48:57 <randomresult> has he something to do with it?
  • 14:49:02 <bjo3rn> xaver knows things.
  • 14:49:15 <bjo3rn> 'lujah, sog I
  • 14:49:42 <cedricziel> hmm, I'm humble re munich
  • 14:49:49 <cedricziel> wasnt the best thing ever happened
  • 14:50:04 <bjo3rn> huh?
  • 14:50:10 <cedricziel> was cool with and bc of bjo3rn; but otherwise...
  • 14:50:20 <cedricziel> and i'm forced to got to berlin
  • 14:50:36 <bjo3rn> I'd rather go there as well but I can't
  • 14:51:30 <xaver> i now what?
  • 14:51:46 <bjo3rn> t3cm14
  • 14:52:01 <cedricziel> I'll give my best in berlin to rock the house, then we'll see how far i get ;)
  • 14:52:14 <xaver> i will be in berlin
  • 14:52:16 <bjo3rn> grow a beard
  • 14:52:30 <cedricziel> ahh, nice xaver
  • 14:52:38 <bjo3rn> cedricziel you should be as hippster as possible
  • 14:52:49 <bjo3rn> when going to berlin
  • 14:52:52 <cedricziel> yeah.. hippster or homeless
  • 14:53:09 <cedricziel> ideas for a blasting talk?
  • 14:53:24 <bjo3rn> somthing like this http://www.bz-berlin.de/multimedia/archive/00443/mc-fitti_01_201308_44394618.jpg
  • 14:53:37 <cedricziel> McFit?
  • 14:53:58 <bjo3rn> from da f to da t to da 3
  • 14:54:07 <jlumpe> not mcfit
  • 14:54:09 <xaver> cedricziel: back to the roots - rlmp_tmplselector
  • 14:54:10 <cedricziel> that's obligatory
  • 14:54:12 <jlumpe> fitti
  • 14:54:18 <jlumpe> ;)
  • 14:54:33 <danilobuerger> cedricziel oyu should come to munich, i need someone to watch over me ;-)
  • 14:55:34 <cedricziel> as long as you wear the shirt we'll send you-all is fine
  • 14:55:42 <randomresult> danilobuerger i can hold your hand - but i dont think this helps
  • 14:55:56 <bjo3rn> what shirt?
  • 14:56:00 <bjo3rn> ah, I remember
  • 14:56:02 <bjo3rn> ^^
  • 14:56:19 <danilobuerger> bjo3rn cedricziel is just being mean to me
  • 14:56:23 <bjo3rn> I suppose danilobuerger should wear a suit
  • 14:57:41 <randomresult> and shave himself
  • 14:58:05 <cedricziel> "my opinnion doesnt neccessarily reflect the one of the other ft3 members... " :P
  • 14:58:22 <cedricziel> hehe
  • 14:58:23 <bjo3rn> "Disclaimer"
  • 14:58:31 <cedricziel> yeah well; just kidding ;)
  • 14:58:57 <danilobuerger> :-(
  • 14:59:10 <randomresult> danilobuerger whats happening
  • 14:59:14 <randomresult> they diss you!
  • 14:59:15 <danilobuerger> well i am sad
  • 14:59:24 <danilobuerger> cedric is dissing me since sunday
  • 14:59:24 <randomresult> fight back !
  • 14:59:31 <bjo3rn> awwww
  • 14:59:33 <bjo3rn> ^^
  • 14:59:39 <randomresult> only because he has a lousy pokal?
  • 14:59:51 <danilobuerger> i dont know :-(
  • 14:59:54 <xaver> munich - a new site will launch and the tickets will be available
  • 15:00:02 <danilobuerger> xaver when?
  • 15:00:21 <bjo3rn> wait for it...
  • 15:00:24 <randomresult> yeah. when? i just registered to mixxt
  • 15:00:40 <randomresult> hi MatthiasKrappitz
  • 15:01:09 <bjo3rn> holy force pushing!
  • 15:01:23 <danilobuerger> thats one big force push
  • 15:01:24 <danilobuerger> :D
  • 15:01:27 <xaver> danilobuerger: next days -> orga an a fix date is contrary
  • 15:01:28 <cedricziel> oO
  • 15:01:38 <danilobuerger> xaver ty
  • 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:01:47 <cedricziel> big scary push
  • 15:02:06 <randomresult> MatthiasKrappitz table stuff :)
  • 15:02:18 <MatthiasKrappitz> <flux:widget.grid /> has no options as I saw in the documentation within the <f:section name="Preview">
  • 15:02:26 <randomresult> grid -- row --column column row grid
  • 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:04:23 <randomresult> MatthiasKrappitz see here
  • 15:04:24 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html#L128
  • 15:04:56 <randomresult> <flux:widget.grid />
  • 15:05:43 <randomresult> xaver: so will the registration use mixxt ?
  • 15:05:56 <randomresult> thx. @danilobuerger
  • 15:06:02 <danilobuerger> np
  • 15:06:14 <xaver> ticket comes from amiando normally or maybe eventbrite
  • 15:06:24 <xaver> *is hosted
  • 15:06:28 <randomresult> so no need for mixxt?
  • 15:06:52 <randomresult> if it is sold out like stuggi, we need to be fast
  • 15:07:06 <xaver> i don't know anymore
  • 15:07:12 <randomresult> REMEMBER!
  • 15:07:20 * xaver got the tickets not via amiando ;)
  • 15:07:43 <randomresult> xaver get me some too!
  • 15:07:49 <xaver> no
  • 15:07:54 <randomresult> no?
  • 15:08:02 <randomresult> are u crazy?
  • 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:08:31 <MatthiasKrappitz> <flux:form id="container5050" label="Inhaltscontainer 50% 50%">
  • 15:08:31 <MatthiasKrappitz> <flux:grid>
  • 15:08:31 <MatthiasKrappitz> <flux:grid.row>
  • 15:08:31 <MatthiasKrappitz> <flux:grid.column>
  • 15:08:32 <MatthiasKrappitz> <flux:form.content name="content.left" label="Inhalt links" />
  • 15:08:32 <MatthiasKrappitz> </flux:grid.column>
  • 15:08:33 <MatthiasKrappitz> </flux:grid.row>
  • 15:08:33 <MatthiasKrappitz> <flux:grid.row>
  • 15:08:34 <MatthiasKrappitz> <flux:grid.column>
  • 15:08:34 <MatthiasKrappitz> <flux:form.content name="content.right" label="Inhalt rechts" />
  • 15:08:35 <MatthiasKrappitz> </flux:grid.column>
  • 15:08:35 <MatthiasKrappitz> </flux:grid.row>
  • 15:08:36 <MatthiasKrappitz> </flux:grid>
  • 15:08:41 <xaver> i know some sompsors of the camp and last years i got a ticket from a sponsor. This year i will buy one
  • 15:08:49 <xaver> MatthiasKrappitz: nopasze
  • 15:08:51 <xaver> nopaste
  • 15:08:59 <MatthiasKrappitz> sorry
  • 15:09:41 <MatthiasKrappitz> ok, got it solved now!
  • 15:10:01 <MatthiasKrappitz> should not have closed and opened <flux:grid.row> once more.
  • 15:10:07 <cedricziel> :)
  • 15:10:24 <cedricziel> it's like in a css grid, where you do the same thing
  • 15:11:12 <MatthiasKrappitz> Anyway - thanks for the nice sessions on the weekend, really want to get into this more!
  • 15:11:29 <cedricziel> you're most welcome-my pleasure :)
  • 15:14:35 <randomresult> ok. i need to leave now
  • 15:14:54 <randomresult> see y all
  • 15:15:26 <cedricziel> bye
  • 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!!
  • 15:30:44 <moger> @NamelessCoder: Great work!
  • 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:04:59 <cedricziel> git reset --hard remote/branch
  • 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
  • 16:13:34 <danilobuerger> xaver ?
  • 16:13:40 <danilobuerger> didnt understand one thing you said ^^
  • 16:13:41 <randomresult> or use something like tower or sourcetree and discard all local changes
  • 16:14:17 <randomresult> i think he wants you to fix all problems the church has nowadays
  • 16:14:24 <xaver> i mean 60k-70k people infront of my flat
  • 16:14:44 <randomresult> just use some angledust or napalm
  • 16:14:51 <xaver> ihttp://www.katholikentag.de/ danilobuerger
  • 16:14:55 <randomresult> will fix the problem
  • 16:15:09 <randomresult> äh... agent orange i meant
  • 16:15:13 <danilobuerger> aah ok ;-)
  • 16:15:37 <randomresult> or get on the balcony and sing: satan erscheine trinke christenblut
  • 16:15:46 <randomresult> get a megaphone for that
  • 16:16:25 <randomresult> damn. i hate waiting
  • 16:16:30 <randomresult> and i hate hospitals.
  • 16:17:18 <jlumpe> cedricziel, around?
  • 16:17:57 <nimius|thephpjo> sorry cerdricziel, was afk. Thanks for the package, i will have a look this evening, when i have some time to play around
  • 16:55:24 <randomresult> am i online?
  • 17:00:12 <jlumpe> no
  • 17:00:12 <jlumpe> :D
  • 17:00:25 <jlumpe> i'm out, later o>
  • 17:00:53 <randomresult> l8er
  • 17:02:38 <cedricziel> nimius|thephpjo: you're welcome
  • 17:02:39 <FT3BOT> nimius|thephpjo is currently away.
  • 17:02:46 <cedricziel> thanks for the info
  • 17:02:48 <cedricziel> -.-
  • 17:03:05 <randomresult> afk
  • 17:03:07 <randomresult> back
  • 17:03:07 <FT3BOT> Welcome back randomresult!
  • 17:03:13 <randomresult> ahhh ... thx :)
  • 17:03:34 <randomresult> at least FT3BOT speaks with me
  • 17:04:38 <bjo3rn> single room in your residence?
  • 17:04:50 <bjo3rn> I have a roommate
  • 17:04:53 <randomresult> im at the hostpital
  • 17:05:03 <randomresult> waiting room
  • 17:05:08 <bjo3rn> huh?
  • 17:05:15 <randomresult> knee problems
  • 17:05:19 <randomresult> old as i am
  • 17:05:43 <bjo3rn> ah, sports
  • 17:05:48 <bjo3rn> ts, ts, ts
  • 17:06:25 <bjo3rn> or is it the booby hatch?
  • 17:09:02 <randomresult> someone saw benjaminr lately?
  • 17:09:19 <bjo3rn> no, not yet
  • 17:09:28 <danilobuerger> [17:09:22] benjaminr signed on at 16. Mai 2014 15:47:09 MESZ and has been idle for 3 days, 6 hours, 14 minutes, 32 seconds
  • 17:10:42 <randomresult> thats quite long
  • 17:20:14 <alex_schnitzler> Hoi, fellas!
  • 17:20:23 <xaver> hi
  • 17:20:30 <danilobuerger> hey alex
  • 17:21:33 <bjo3rn> yay
  • 17:21:38 <randomresult> hi
  • 17:22:14 <bjo3rn> alex_schnitzler my train to remscheid departed 21:38 :S
  • 17:34:25 <alex_schnitzler> bjo3rn: You didn't get it?
  • 17:43:06 <danilobuerger> so, if any git guru could answer this: is it possible to use submodules but only with a shallow copy (depth 1) ?
  • 17:47:26 <alex_schnitzler> You don't mean a sub in a sub but only checkout sub1?
  • 17:47:57 <danilobuerger> yeah
  • 17:48:04 <alex_schnitzler> http://stackoverflow.com/questions/2144406/git-shallow-submodules
  • 17:48:08 <alex_schnitzler> That one`
  • 17:48:10 <alex_schnitzler> ?
  • 17:48:23 <danilobuerger> very nice, thanks!
  • 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
  • 17:52:58 <xaver> danilobuerger: http://kapitel26.github.io/git/2012/08/10/git-subtree---alternative-zu-submodulen/
  • 17:53:26 <danilobuerger> xaver so basically i am doing it wrong :-) ?
  • 17:54:37 <xaver> no - but maybe this is better for you
  • 17:55:26 <alex_schnitzler> If you decide to use submodules in a new project you are doing it wrong
  • 17:55:51 <danilobuerger> alex_schnitzler :-) so you would suggest what instead?
  • 17:55:52 <floxx> are you guys reworking flux? i'm 38 ahead and 33 behind?
  • 17:55:56 <danilobuerger> floxx yes
  • 17:56:06 <floxx> merging danilobuerger fork?
  • 17:56:13 <danilobuerger> yes
  • 17:56:17 <floxx> yeah!
  • 17:56:18 <floxx> :-D
  • 17:56:24 <alex_schnitzler> Well, subtrees might be what you need.
  • 17:56:31 <danilobuerger> cedricziel will do it later this evening...so try tomorrow floxx
  • 17:56:42 <alex_schnitzler> But loose coupling is better for complex workflows
  • 17:56:50 <floxx> ok. great news
  • 17:56:58 <alex_schnitzler> Even sth. like composer is way better.
  • 17:58:34 <danilobuerger> well with subtrees i have the whole thing inside my main repos which i dont want
  • 17:59:14 <Outdoorsman> How do you do a CLI clearing of cache in TYPO3 6.2?
  • 17:59:32 <Outdoorsman> I'm having a hard time finding the documentation for that.
  • 18:16:21 <Outdoorsman> Someone?
  • 18:18:42 <xaver> Outdoorsman: i think its better question for #typo3 - in general it should be possible
  • 18:19:13 <Outdoorsman> k
  • 18:20:11 <Outdoorsman> Only references I found were not compatible with 6.2 so am still digging.
  • 18:20:49 <xaver> you could try ext coreapi
  • 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?
  • 18:33:12 <xaver> dasFelix: where and when?
  • 18:33:25 <xaver> i mean via list or via backend user
  • 18:33:35 <xaver> and by loading the ui or saving
  • 18:33:54 <dasFelix> xaver: both modules failed with same error... (by saving with disk or disk-X)...
  • 18:34:21 <xaver> works fine on my system with dev
  • 18:34:45 <dasFelix> xaver... hmmm... could it be something with this: https://github.com/FluidTYPO3/flux/issues/565 ?
  • 18:38:18 <xaver> maybe danilobuerger knows something
  • 18:38:48 <danilobuerger> dasFelix clear caches in install tool
  • 18:52:20 <dasFelix> danilobuerger & xaver: THX... "clear all cache" in INSTALL TOOL helps... (but your fork @ hmspl/flux prevented too) :)
  • 20:01:58 <danilobuerger> alex_schnitzler ping
  • 20:02:14 <alex_schnitzler> danilobuerger: pong
  • 20:02:40 <danilobuerger> so back to my git question: if starting a new typo3 repos how would you go about including the core and other extensions?
  • 20:14:56 <alex_schnitzler> I wouldn't use the core as a git repo
  • 20:15:21 <alex_schnitzler> I always create a new repository for that.
  • 20:16:21 <alex_schnitzler> And either I commit add all extensions to the main project repository or I add them as foreign repositories
  • 20:16:38 <alex_schnitzler> At least until now because I cannot await native composer support
  • 20:19:04 <danilobuerger> alex_schnitzler so if possible you would use composer?
  • 20:19:19 <alex_schnitzler> Absolutely
  • 20:19:34 <alex_schnitzler> You can use composer already
  • 20:19:53 <alex_schnitzler> But it's not connected to the PackageManager of CMS
  • 20:20:13 <alex_schnitzler> http://composer.typo3.org/
  • 20:21:41 <danilobuerger> and native composer support for you means the ability to use the package manager?
  • 20:22:28 <alex_schnitzler> Yes, the way Flow does it.
  • 20:22:43 <alex_schnitzler> But the current approach is way better than submodules.
  • 20:23:08 <danilobuerger> current approach is composer + package manager?
  • 20:23:34 <alex_schnitzler> Seperated from each other.
  • 20:24:04 <danilobuerger> yes... but couldnt you have composer + PackageStates.php
  • 20:24:04 <alex_schnitzler> You can manage your packages by composer but afaik you have to install them in the package manager then
  • 20:24:25 <alex_schnitzler> Yes, that's what some core people are working on
  • 20:24:32 <danilobuerger> ah ok
  • 20:24:47 <jlumpe> hmm
  • 20:24:52 <jlumpe> just a thought:
  • 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:27:09 <jlumpe> or even better:
  • 20:27:15 <jlumpe> using composer hooks
  • 20:27:19 <jlumpe> like
  • 20:27:24 <jlumpe> postPackageInstall
  • 20:27:51 <jlumpe> because then you get even handed the installed package
  • 20:28:33 <danilobuerger> sounds like a good idea
  • 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:29:20 <jlumpe> exactly
  • 20:29:41 <danilobuerger> cool idea
  • 20:30:01 <jlumpe> and since composer fetched dependencies recursively i suppose that it would report the deepest dependency as the first installed one
  • 20:30:38 <jlumpe> if that is the case - i hope it is - then there wouldn't be the need to even keep track of the order
  • 20:30:47 <danilobuerger> i need to try this out :-)
  • 20:30:50 <jlumpe> haha
  • 20:31:02 <jlumpe> ok you do it, then i will go and watch a movie :)
  • 20:31:04 <danilobuerger> (on the next project)
  • 20:31:16 <jlumpe> aaah ok
  • 20:31:23 <jlumpe> then i might tryx it tomorrow :)
  • 20:31:31 <danilobuerger> :-)
  • 20:35:21 <jlumpe> ok now - movie time! :)
  • 20:35:23 <jlumpe> later o>
  • 20:36:17 <danilobuerger> alex_schnitzler ipv6 time :-) ?
  • 20:36:46 <alex_schnitzler> Somehow I loose m connection more often than usual.
  • 20:36:55 <alex_schnitzler> dunno why
  • 20:44:01 <Outdoorsman> How do you get the typoscript equivalent of this danilobuerger?
  • 20:44:10 <Outdoorsman> <v:page.header.meta name="viewport" content="width=device-width" additionalAttributes="{initial-scale:'1'}" />
  • 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
  • 20:51:09 <Outdoorsman> Ahhh I see.
  • 20:51:30 <danilobuerger> you could have that in one of your layouts fx
  • 20:52:10 <Outdoorsman> So why does NamelessCoder want us to use TS to add assets then?
  • 20:52:36 <danilobuerger> i have no idea
  • 20:52:52 <Outdoorsman> Hmmmm... thought it may be some performance thing.
  • 20:53:09 <danilobuerger> by assets do you mean css/js or the asset feature of vhs?
  • 20:53:13 <Outdoorsman> yes
  • 20:53:16 <danilobuerger> ...
  • 20:53:19 <danilobuerger> which one
  • 20:53:19 <Outdoorsman> Here's an example.
  • 20:56:55 <Outdoorsman> This is what's currently default for TS setup... https://gist.github.com/Outdoorsman/59c2dc56059c9263da47
  • 20:57:52 <Outdoorsman> Since they are using vhs for adding assets via TS I thought I'd follow the same example and add meta content with that as well.
  • 20:58:22 <danilobuerger> again: "by assets do you mean css/js or the asset feature of vhs?"
  • 21:00:23 <Outdoorsman> Errrr... I was meaning css/js I suppose.
  • 21:01:21 <danilobuerger> ok, well i dont know NamelessCoders reason to suggest using ts instead...
  • 21:01:47 <Outdoorsman> I'll have to ping him later on that one then.
  • 21:02:04 <danilobuerger> did you try the view helper?
  • 21:03:05 <Outdoorsman> The one I just posted?
  • 21:03:36 <danilobuerger> yeah
  • 21:03:46 <Outdoorsman> No... I just typed it out so I could figure out how to convert it to TS so far.
  • 21:03:53 <danilobuerger> ah ok
  • 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:05:32 <danilobuerger> page.meta.viewport = width=device-width
  • 21:07:23 <Outdoorsman> So your code was merely making default TS options available through fluid then?
  • 21:08:44 <Outdoorsman> I thought it would be something more like plugin.tx_vhs.settings.blahblah
  • 21:08:47 <danilobuerger> v:page.header.meta isnt mine eafaik ?
  • 21:08:49 <Outdoorsman> Nice.
  • 21:10:09 <Outdoorsman> Ahhh that's right, it's Denyerec huh. Yours and his both start with "d" and I guess I got my d's crossed.
  • 21:10:51 <Denyerec> Its not gonna be mine
  • 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?
  • 21:16:51 <danilobuerger> https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Page/Header/MetaViewHelper.php
  • 21:16:56 <danilobuerger> thats v:page.header.meta
  • 21:17:13 <danilobuerger> @author Georg Ringer
  • 21:19:11 <Outdoorsman> Yup... I sure see it there.
  • 21:19:46 <Outdoorsman> So why is his name not listed as a contributer on this page?
  • 21:20:19 <danilobuerger> i dont know
  • 21:20:42 <Outdoorsman> I'm still learning GitHub, etc. so please forgive me for possibly obvious questions.
  • 21:21:35 <danilobuerger> np
  • 21:21:35 <Outdoorsman> Well anyway, thanks for the clarification, I'll let you get back to what you were doing.
  • 21:22:28 <Outdoorsman> It's sure nice to finally have someone to ask these things to. For the last 10 years, I've been doing this completely solo.
  • 21:24:41 <danilobuerger> ;-)
  • 21:37:51 <danilobuerger> alex_schnitzler any idea how i can disable language fallback in one repository only?
  • 21:45:15 <danilobuerger> ah never mind, figured it out: $query->getQuerySettings()->setRespectSysLanguage(FALSE);
  • 21:45:15 <danilobuerger> $query->matching($query->equals('sys_language_uid', $GLOBALS['TSFE']->sys_language_uid));
  • 21:49:10 <xaver_> cedricziel: i only twitter on days if my tweets, following and follower number matching ;)
  • 21:53:01 <bjo3rn> Outdoorsman and danilobuerger I guess the reason for adding assets via ts is that 'integrators' can override them easily.
  • 21:53:31 <danilobuerger> bjo3rn but what about meta ?
  • 21:53:37 <Outdoorsman> I also wondered about that.
  • 21:53:48 <bjo3rn> I use ts as well
  • 21:53:59 <danilobuerger> hmm
  • 21:54:07 <danilobuerger> any reason why not fluid?
  • 21:54:26 <bjo3rn> the vh can come in handy if you'd like to override something in a template
  • 21:55:00 <bjo3rn> other than that, no clue why this vh is there
  • 21:55:07 <danilobuerger> ok, well i dont use either vh nor ts for this..
  • 21:55:20 <bjo3rn> you don
  • 21:55:22 <bjo3rn> man
  • 21:55:31 <bjo3rn> you don't use fluidpages, right?
  • 21:55:34 <danilobuerger> yes i do
  • 21:55:40 <Outdoorsman> Thanks for the update bjo3rn!
  • 21:55:49 <bjo3rn> yw ;)
  • 21:56:03 <bjo3rn> you _do_ use fluidpages danilobuerger ?
  • 21:56:06 <danilobuerger> yes
  • 21:56:15 <bjo3rn> so how do you add the meta?
  • 21:56:27 <bjo3rn> hardcoded inside the template?
  • 21:56:40 <bjo3rn> nah, wouldn't be possible. how?
  • 21:56:52 <danilobuerger> it depends on the meta...
  • 21:57:02 <bjo3rn> ok, let's say the viewport one
  • 21:57:12 <bjo3rn> quite static
  • 21:57:39 <danilobuerger> i would write "<meta name="viewport" content="width=device-width, initial-scale=1">" inside my head section
  • 21:57:56 <bjo3rn> head section?
  • 21:58:18 <danilobuerger> config.disableAllHeaderCode = 1
  • 21:58:19 <bjo3rn> where I come from this is rendered by the core?
  • 21:58:21 <bjo3rn> aha!
  • 21:58:24 <bjo3rn> hehe
  • 21:58:34 <danilobuerger> i always disable header rendering by the core
  • 21:58:49 <bjo3rn> I see. a true ts hater ^^
  • 21:59:06 <danilobuerger> well yes i hate ts, but i actually do that for another reason
  • 21:59:11 <bjo3rn> which is?
  • 21:59:19 <danilobuerger> i want total control over the header
  • 21:59:31 <danilobuerger> and by i, i mean the layout
  • 22:00:00 <bjo3rn> .oO
  • 22:00:18 * bjo3rn is trying to figure out what that might mean
  • 22:00:33 <danilobuerger> so every typo setup i create will have header rendering disabled ;-)
  • 22:00:45 <bjo3rn> _that_ I got.
  • 22:00:47 <bjo3rn> ^^
  • 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:01:52 <bjo3rn> ach, that's easy ;)
  • 22:02:03 <danilobuerger> well yes, easy but terrible
  • 22:02:16 <bjo3rn> that's a matter of taste ofc ;)
  • 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:03:36 <xaver> damm inet
  • 22:03:52 <bjo3rn> no, that's not possible to my knowledge. valid reason.
  • 22:04:09 <bjo3rn> yes, xaver, inet is a curse!
  • 22:04:13 <bjo3rn> ^^
  • 22:04:24 <xaver> bjo3rn: i think the problem is katoliken tag
  • 22:04:57 <xaver> TV is with a lot of trucks here and a lot of cables outside
  • 22:04:58 <bjo3rn> I always knew it
  • 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:05:50 <bjo3rn> yes, I see. that makes sense.
  • 22:06:27 <bjo3rn> but 1024 bytes is something
  • 22:06:40 <danilobuerger> btw about my branch... https://twitter.com/cedricziel/status/471013152306761728
  • 22:06:53 <bjo3rn> in my all ts pages it is right after <head>
  • 22:07:08 <bjo3rn> ach, bad luck.
  • 22:08:30 <xaver> http://www.br.de/nachrichten/oberpfalz/katholikentag-aufbau-100.html few hours ago, now you can't use the road anymore
  • 22:23:20 <xaver> i had an question to fluidtypo3 and database compare
  • 22:23:35 <danilobuerger> which is?
  • 22:23:51 <xaver> in compare i can remove cf_extbase_datamapfactory_datamap, but if i do everthing went insane
  • 22:24:43 <xaver> i find the table always in the ImportSchema
  • 22:25:23 <danilobuerger> please dont remove the 2 datamapfactory tables ^^
  • 22:25:49 <danilobuerger> see https://github.com/FluidTYPO3/flux/issues/533
  • 22:26:18 <xaver> i learned that already ;)
  • 22:26:25 <xaver> but why is the compare to stupid?
  • 22:26:40 <danilobuerger> i have no idea... maybe you can fix it and do a PR :) ?
  • 22:27:38 <xaver> ok - i will take a small look
  • 22:28:04 * xaver thinks it is CREATE TABLE IF NOT EXISTS or compare only uses ext_tables.sql
  • 22:30:10 <xaver> ok, it is both i think :)
  • 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:11:42 <alex_schnitzler> To what exactly?
  • 23:12:00 <danilobuerger> flux has a hook to extTablesInclusion-PostProcessing
  • 23:12:11 <danilobuerger> inside it, it does $dataMapFactory = $objectManager->get('TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory');
  • 23:12:26 <danilobuerger> when that happens, the install tool wants to remove the datamap tables on a db compare
  • 23:15:05 <alex_schnitzler> Don't believe that creating an instance of the dataMapFactory causes that
  • 23:15:38 <danilobuerger> but it actually does.. if you remove that line, the db compare doesnt list those tables for removal anymore
  • 23:15:44 <alex_schnitzler> Well, unless it loads the definition for the cache which is set to a NullBackend
  • 23:16:25 <alex_schnitzler> Have a look at your caching framework settings
  • 23:16:52 <alex_schnitzler> If you set extbase caches to a nullbackend the tables aren't used any more.
  • 23:17:01 <alex_schnitzler> But don't drop them.
  • 23:17:13 <alex_schnitzler> The SQL parser of TYPO3 is crap
  • 23:17:22 <alex_schnitzler> Just ignore that fact
  • 23:17:34 <danilobuerger> i have Typo3DatabaseBackend
  • 23:17:46 <danilobuerger> the point is that some people are actually droping those tables by accident
  • 23:18:02 <alex_schnitzler> Hmm, ping me tomorrow please
  • 23:18:05 <danilobuerger> and this can be reproduced on a clean install
  • 23:18:10 <alex_schnitzler> I can have a deeper look at it
  • 23:18:14 <alex_schnitzler> Oh
  • 23:18:15 <danilobuerger> by just installing flux
  • 23:18:23 <alex_schnitzler> Ok, will do so
  • 23:18:26 <alex_schnitzler> Just flux?
  • 23:18:32 <danilobuerger> yeah, clean setup and install flux
  • 23:18:36 <alex_schnitzler> ok
  • 23:18:37 <danilobuerger> thats all it needs
  • 23:18:42 <alex_schnitzler> We get that one solved
  • 23:18:47 <danilobuerger> ;-)
  • 23:18:56 <danilobuerger> here is the issue ;-) https://github.com/FluidTYPO3/flux/issues/533
  • 23:23:26 <cedricziel> randomresult_afk: http://youtu.be/XjcVWK2w6iQ
  • 23:23:36 <cedricziel> how to pronounce yeoman
  • 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
  • 23:34:07 <danilobuerger> ah
  • 23:34:10 <danilobuerger> that might cause it
  • 23:34:25 <alex_schnitzler> Yeah, the install tool is seperated from the core.
  • 23:35:01 <alex_schnitzler> Doesn't explain the problem for 6.1 though
  • 23:35:14 <danilobuerger> whats the problem for 6.1?
  • 23:37:09 <alex_schnitzler> the same?
  • 23:39:21 <danilobuerger> which version?
  • 23:43:31 <danilobuerger> alex_schnitzler on a 6.1.5 i cant reproduce this