IRC logs

20140527

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

IRC log range: 20140527*

20140527

  • 00:04:39 <alex_schnitzler> Ok, perfect
  • 00:04:51 <alex_schnitzler> So we found the actual problem
  • 00:04:57 <danilobuerger> which is :D ?
  • 00:22:31 <xaver> danilobuerger: t3cm - g+ -> this week is launch
  • 00:22:54 <danilobuerger> when this week :D ?
  • 00:23:31 <xaver> danilobuerger: if i would know it,i wuld play lotto
  • 00:24:53 <danilobuerger> i play lotto and i dont know it :-(
  • 00:26:42 <danilobuerger> xaver [00:24:53] <@danilobuerger> i play lotto and i dont know it :-(
  • 01:00:38 <xaver> danilobuerger: do you use view? looks nice for exts with many partials
  • 01:00:51 <danilobuerger> (which are not based on flux)
  • 01:01:09 <danilobuerger> ext based on flux already include that ;-)
  • 01:01:35 <xaver> yes like powermail - i want to change 1 partial and take a look at a update at 1 partial not 20
  • 01:01:46 <danilobuerger> yeah exactly
  • 01:02:14 <xaver> i have a new answer for your question
  • 01:02:27 <xaver> t3cm -> after you release your website :)
  • 01:02:42 <danilobuerger> which one?
  • 01:02:48 <xaver> hmpl
  • 01:02:52 <danilobuerger> lol
  • 01:03:04 <danilobuerger> thats WIP since 2012
  • 01:04:15 <danilobuerger> but when finished it will be very awesome
  • 01:14:11 <xaver> i like the idea of thelogo in the video
  • 01:16:04 <danilobuerger> at the end?
  • 01:29:12 <xaver> yes
  • 01:31:12 <xaver> http://vimeo.com/96504671 first cedriczielsession is online danilobuerger
  • 01:31:19 <danilobuerger> already saw it ;-)
  • 01:36:05 <xaver> so good night, today no holiday :(
  • 01:36:15 <danilobuerger> hmm
  • 01:36:21 <danilobuerger> i have still 1 TODO left :-(
  • 01:36:33 <xaver> sleeping?
  • 01:36:36 <danilobuerger> nope
  • 01:36:51 <danilobuerger> replacing a index_search template
  • 01:37:04 <danilobuerger> *indexed_search
  • 01:37:10 <xaver> with a solr template?
  • 01:37:15 <danilobuerger> sadly not
  • 01:37:40 <xaver> fluid? or what you wnat todo?
  • 01:37:59 <danilobuerger> need to cahnge some markup stuff
  • 01:39:40 <xaver> use the table tmpl and say the customer "Changes are only possible in another search engine"
  • 01:40:07 <danilobuerger> that doesnt match with my philosophy of "everything is possible"
  • 01:41:48 <xaver> i like more "everthing is possible with the right solution" - sometimes using indexed_search is like supporting IE7
  • 01:42:18 <danilobuerger> oh well
  • 01:53:44 <xaver> good night danilobuerger :)
  • 01:53:54 <danilobuerger> good night xaver
  • 06:57:08 <randomresult> morning
  • 08:09:03 <jlumpe> o> morning
  • 08:16:23 <jlumpe> danilobuerger: seems that using composer hooks isn't as easy as we thought. Since after typo3 has been installed, we need to go through the install process first before being able to actually installing dependencies
  • 08:16:41 <jlumpe> checking right now if there is a way to do that from the cmd line
  • 08:16:55 <jlumpe> i'm even thinking about curl'ing the script
  • 09:07:01 <randomresult> good morning
  • 09:07:09 <randomresult> or better hello again
  • 09:31:52 <danilobuerger> jlumpe yeah you need to go through the installation process :-( and you need the cli user...
  • 09:35:01 <randomresult> morning danilobuerger
  • 09:39:13 <jlumpe> danilobuerger: maybe we can come up with something
  • 09:40:25 <jlumpe> danilobuerger: maybe adding a config file to the root dir, which contains the DB config, then after the core is installed, we can curl the install tool, posting then ecessary info, so that it will set up the db etc.
  • 09:40:48 <jlumpe> but i'm not sure if composer hooks wait for being completed before installing other dependencies
  • 09:41:13 <jlumpe> also, we would not have any error reporting from the install tool, which is a bummer :/
  • 09:41:24 <jlumpe> in case some permissions are off etc.
  • 09:44:34 <randomresult> moin xaver
  • 09:47:40 <danilobuerger> jlumpe and the cli user still has to be added
  • 09:47:54 <randomresult> what are u talking bout?
  • 09:50:53 <jlumpe> danilobuerger: shouldn't we be able to do that with a simple insert query?
  • 09:51:40 <jlumpe> randomresult: thinking about cooking up a script which will automatically install typo using composer and also activate all extensions you specify as dependencies
  • 09:51:52 <jlumpe> so that in the end you only ave to do: composer install
  • 09:52:03 <randomresult> something like a distribution?
  • 09:52:26 <jlumpe> more raw i'd say
  • 09:52:28 <jlumpe> basically
  • 09:52:45 <jlumpe> only a composer.json file + a php class file for composer hooks + a db config file
  • 09:52:48 <jlumpe> at least that's what i'd like
  • 09:52:55 <jlumpe> for example
  • 09:53:06 <jlumpe> for a basic raw install with fluidpages, fluidcontent etc.
  • 09:53:36 <jlumpe> it would be neat to just be able to edit the db config file, or a generic config file, since you also need to provide admin login data
  • 09:53:43 <jlumpe> and then just type "composer install"
  • 09:53:57 <jlumpe> lean back, and in the end have a fully installed system, with all extensions already activated
  • 09:54:16 <jlumpe> not so much a distribution with demo pages etc.
  • 09:54:19 <randomresult> why not using a bashscript?
  • 09:54:38 <randomresult> which does both, dbstuff and composer?
  • 09:55:21 <randomresult> well i didnt follow your conversation. so i quit telling stupid stuff :)
  • 09:55:24 <jlumpe> well since composer gives you the ability to call back after each installed dependency i figured it might be nicer to do it this way, since you can install the extensions in order
  • 09:55:56 <jlumpe> because composer will install dependencies bottom to top
  • 09:56:05 <jlumpe> but of course a bash script would also work
  • 09:56:15 <jlumpe> the real issue is that i do not want to go through the install tool process
  • 09:56:21 <jlumpe> and figure out how to automate that
  • 09:57:08 <jlumpe> but this might be error prone, since the tool might report some errors which you wouldn see if we were to skip the first info step and just post some form data using curl or something
  • 09:57:55 <jlumpe> it was just an idea i had yesterday, so i'm not sure if that is really possible, since the install tool is kind of a bummer
  • 10:00:04 <randomresult> would be nice
  • 10:08:24 <nimius|thephpjo> hello again
  • 10:08:25 <FT3BOT> Welcome back nimius|thephpjo!
  • 10:12:59 <nimius|thephpjo> i made a custom element using flux. That element contains a flux:field.text with an RTE. However the frontend output is not formatted. For example: I have this in my RTE: https://www.dropbox.com/s/q7dnayzuy98byji/Screen%20Shot%202014-05-27%20at%2010.11.13.png but in my frontend i have the same thing without the linebreaks: https://www.dropbox.com/s/vob9ebmvjjbzls0/Screen%20Shot%202014-05-27%20at%2010.12.37.png
  • 10:14:02 <nimius|thephpjo> the same thing with links
  • 10:16:10 <jlumpe> nimius|thephpjo: did you use a formatting helper?
  • 10:16:39 <nimius|thephpjo> yes, i just discovered, that i have to use the nl2br viewhelper
  • 10:17:03 <jlumpe> well if you use an RTE
  • 10:17:08 <jlumpe> i'd suggest to use something like this
  • 10:17:08 <jlumpe> {settings.text -> f:format.html(parseFuncTSPath: 'lib.parseFunc_RTE')}
  • 10:17:17 <jlumpe> where settings.text is of course your variable
  • 10:17:33 <randomresult> never uses something like this
  • 10:17:35 <nimius|thephpjo> that seems like it could solve the link problem.
  • 10:17:41 <jlumpe> randomresult, why?
  • 10:17:54 <randomresult> format raw or html did it for me
  • 10:18:10 <jlumpe> for me format.raw didn't include p tags
  • 10:18:13 <jlumpe> neither did format.html
  • 10:18:36 <jlumpe> (without passing in a parsefunc)
  • 10:18:51 <randomresult> lucky me :)
  • 10:19:00 <jlumpe> haha ;D
  • 10:19:15 <nimius|thephpjo> just format.html works for me
  • 10:19:22 <jlumpe> nimius|thephpjo: good then :)
  • 10:19:35 <nimius|thephpjo> i forgot about the format.html viewhelper. I used format.raw
  • 10:24:55 <bjo3rn> servus y'all
  • 10:25:50 <danilobuerger> nimius|thephpjo use format.html if input comes from rte
  • 10:25:54 <danilobuerger> hey bjo3rn
  • 10:27:23 <randomresult> HEY BRO
  • 10:27:27 <randomresult> HEAR ME?
  • 10:27:56 * bjo3rn puts in the false teeth
  • 10:28:06 <bjo3rn> YES, SON
  • 10:28:09 <danilobuerger> bjo3rn we should have FT3BOT auto kick randomresult when he uses caps only ;-)
  • 10:28:26 <bjo3rn> or make his screen blink for 30sec, yes
  • 10:29:41 <jlumpe> hey bjo3rn
  • 10:29:41 <randomresult> danilobuerger you didnt get the "joke"
  • 10:29:53 <randomresult> and you better be nice like in real world
  • 10:29:58 <danilobuerger> i did randomresult ;-)
  • 10:30:34 <randomresult> BE NICE
  • 10:30:52 <danilobuerger> kick message should be "WHOS YOUR DADDY"
  • 10:30:56 <randomresult> i thought danilobuerger is young enough to hear good. but it seems im wrong
  • 10:31:12 <randomresult> kickban pls
  • 10:31:12 <danilobuerger> i feel really old randomresult
  • 10:31:17 <randomresult> i know
  • 10:32:13 <randomresult> you know you are old when you do 150 pushups (or similar) in 5 minutes only to show you are young enough to do it
  • 10:33:09 <danilobuerger> hmm, i am going todo kreuzheben today
  • 10:33:52 <bjo3rn> kreuzheben of what? maßkrüge?
  • 10:34:01 <danilobuerger> of langhantel ;-)
  • 10:34:14 <bjo3rn> ah, that's how you call it ^^
  • 10:35:02 <bjo3rn> xaver leaves when it comes to beer ^^
  • 10:36:03 <randomresult> he is bavarian isnt he?
  • 10:36:16 <randomresult> as soon as xaver hears beer, he will get one
  • 10:36:30 <randomresult> xaver beer!
  • 10:37:52 <bjo3rn> he's the only bavarian I know (yet) who doesn't drink beer :)
  • 10:41:25 <xaver> randomresult junkie
  • 10:44:01 <randomresult> me?
  • 10:46:55 <xaver> [10:40] <randomresult> [10:36:16] as soon as xaver hears beer, he will get one
  • 10:46:56 <xaver> [10:40] <randomresult> [10:36:30] xaver beer!
  • 10:51:02 <randomresult> xaver that happens to all bavarian males.
  • 10:57:37 <danilobuerger> well i am getting myself a beer now
  • 10:58:04 <xaver> you still doning indexed_search tmpl - sounds like it?
  • 10:58:20 <danilobuerger> xaver not really... it took 6 minutes
  • 11:15:17 <xaver> danilobuerger: any plan when to release fluidcontent_core?
  • 11:27:07 <xaver> i have another stupid question :)
  • 11:27:20 <randomresult> xaver normally i am responsible for that
  • 11:27:33 <randomresult> so please leave it to me to post stupid quiestions
  • 11:27:37 <randomresult> Denyerec CLAP
  • 11:27:40 <xaver> if you build a provider extension, where is the best place for powermail tmpl changes ...
  • 11:27:58 <xaver> i would crate a ext folder in Private resources
  • 11:28:13 <danilobuerger> xaver fluidcontent_core will be release when its ready
  • 11:28:13 <randomresult> we placed this in an extra extension
  • 11:28:24 <randomresult> danilobuerger i love those answers!
  • 11:28:36 <danilobuerger> :-)
  • 11:29:05 <danilobuerger> xaver about powermail, either you do a separate one if it makes sense or in your "main" provider extension
  • 11:29:09 <randomresult> @xaver danilobuerger first needs to build an element text/w/image for all possible cases
  • 11:29:20 <xaver> randomresult: lol
  • 11:29:31 <randomresult> so the final answer is: 42
  • 11:29:31 <xaver> randomresult: i have new case idears :)
  • 11:30:16 <danilobuerger> xaver i guess we release once https://github.com/FluidTYPO3/fluidcontent_core/issues?state=open are all fixed and somebody peer reviewed all templates
  • 11:31:49 <xaver> i ask because maybe here has somebody a problem if i use so new stuff in a dev branch. The release date of the site is in ~2 weeks.
  • 11:33:05 <danilobuerger> xaver you could help ;-) all the open issues are straight forward to do
  • 11:34:47 <xaver> danilobuerger: you don't stop until i'm involved?
  • 11:35:07 <danilobuerger> well its the quickest way to get stuff done ;-)
  • 12:09:52 <floxx> is the merge of hmspl fork finished?
  • 12:12:21 <danilobuerger> nearly floxx
  • 12:13:34 <floxx> i'm not the git expert…if it's finished, what do i have to do? checkout the last commit? reset my local branch to that commit?
  • 12:15:50 <floxx> or will that xx ahead, xx behind disappear ;) and i can do a simple pull?
  • 12:15:53 <randomresult> A Cross-Site Scripting vulnerability has been discovered in third party extension "Grid Elements" (gridelements)
  • 12:19:02 <bjo3rn> shouldn't be a problem in this room ^^
  • 12:32:03 <alex_schnitzler> ^^
  • 12:36:33 <randomresult> hehe bjo3rn
  • 12:36:48 <randomresult> now im not allowed to talk loud enough that you hear me.
  • 12:37:51 <bjo3rn> did someone say something?
  • 12:38:00 <randomresult> bjo3rn ME
  • 12:38:18 <bjo3rn> what happened?
  • 12:38:26 * randomresult gives a shit on danilobuerger's opinion when he wants to talk an OLD friend!
  • 12:42:34 <danilobuerger> lol
  • 12:43:01 <danilobuerger> alex_schnitzler [00:04:51] <alex_schnitzler> So we found the actual problem <<------ So whats the actual problem?
  • 12:43:32 <danilobuerger> floxx you can hopefully now change back to the dev branch, merge complete
  • 12:44:02 <randomresult> so there is no need to take your repo no more?
  • 12:44:06 <randomresult> @danilobuerger
  • 12:44:18 <danilobuerger> hopefully
  • 12:44:27 <jlumpe> ooh all the changes have been merged?
  • 12:44:29 <jlumpe> whoo
  • 12:44:40 <danilobuerger> jlumpe i hope so :D
  • 12:44:46 <jlumpe> yay, gonna update later :D
  • 12:44:55 <alex_schnitzler> danilobuerger: The caching settings of the install tool.
  • 12:45:19 <danilobuerger> alex_schnitzler ah ok, yes exactly.. so my commit should work
  • 12:45:29 <alex_schnitzler> Yes, in theory
  • 12:45:36 <danilobuerger> ;-)
  • 12:45:36 <alex_schnitzler> Dunno if that was technically ok
  • 12:45:42 <alex_schnitzler> Didn't test
  • 12:45:43 <alex_schnitzler> ;)
  • 12:46:16 <danilobuerger> only one to really know for sure would be NamelessCoder
  • 12:54:11 <floxx> danilobuerger: what is now to do? checkout last commit or reset my local branch to that commit?
  • 12:54:43 <floxx> i would guess reset…right?
  • 12:55:12 <danilobuerger> floxx sorry i am no git master, maybe xaver randomresult alex_schnitzler bjo3rn cedricziel can help :-)
  • 12:55:35 <randomresult> floxx your now on ?
  • 12:55:42 <randomresult> which repo / branch?
  • 12:55:49 <alex_schnitzler> github workflow?
  • 12:56:05 <alex_schnitzler> Didn't follow the chat
  • 12:56:07 <randomresult> then i would checkout dev
  • 12:56:22 <randomresult> and git reset --hard origin/development
  • 12:56:32 <randomresult> thats my 2 cents
  • 12:56:47 <randomresult> where origin is github fluidtypo3
  • 12:56:55 <floxx> well i use flux as sbmodule
  • 12:57:40 <floxx> i'm 33 behind and 38 ahead since flux was rewinded to a previous commit
  • 12:58:57 <Denyerec> Sometime I feel like I'm abused for randomresult's amusement and nothing more.
  • 12:58:58 <floxx> i'm on offical ft3 development branch
  • 12:58:59 <Denyerec> *sniff*
  • 12:59:20 <alex_schnitzler> Can you please please post `git status`
  • 12:59:23 <randomresult> Denyerec what happend?
  • 13:01:28 <Denyerec> All you ever want is me clapping
  • 13:01:31 <Denyerec> I'm worth more, damnit! ;)
  • 13:01:44 <Denyerec> I can juggle, too.
  • 13:02:47 <floxx> alex_schnitzler: ## development...origin/development [ahead 38, behind 34]
  • 13:03:55 <alex_schnitzler> So flux has been force pushed? danilobuerger
  • 13:04:40 <danilobuerger> alex_schnitzler yes NamelessCoder did that yesterday, and earlier today i commited the conflicting commits so that the merge is all done
  • 13:04:50 <alex_schnitzler> Ok
  • 13:05:09 <alex_schnitzler> git pull --rebase origin development should do the magic
  • 13:06:00 <floxx> whats the difference to git reset —hard ...
  • 13:07:07 <alex_schnitzler> It's just a shorter way of rebuilding your local history
  • 13:07:20 <jlumpe> guys, i need some comments on a way to load localized rows from a table
  • 13:07:41 <alex_schnitzler> You have to reset your local branch to the point where the history of the remote branch has been overridden
  • 13:07:42 <jlumpe> http://pastebin.com/821kbtqP
  • 13:07:57 <jlumpe> it's something i'm thinking about to use in a custom project. any thoughts on that?
  • 13:08:24 <jlumpe> would be used to get localized content with a fallback to the non-localized one
  • 13:09:09 <randomresult> Denyerec you know you love it
  • 13:09:12 <jlumpe> or course it only works for a single item
  • 13:09:17 <Denyerec> :D
  • 13:09:49 <randomresult> you know i happy im not the only one here who feels like clapping
  • 13:10:26 <randomresult> so at least i hope im not the only one
  • 13:12:50 <soee> what is the problem ?
  • 13:15:07 <jlumpe> who are you talking to? :)
  • 13:16:18 <soee> the one with the problem :D
  • 13:16:54 <jlumpe> everybody has problems :D
  • 13:17:08 * randomresult has enough problems for all of ya
  • 13:18:01 <jlumpe> so what do you guys think? for a custom project, which needs localization in the backend, having the ability to create different language versions of pages is enough?
  • 13:18:29 <jlumpe> opposed to being able to create localized copies of a single element inside a page
  • 13:20:04 <soee> jlumpe: pages/content localization
  • 13:20:06 <soee> ?
  • 13:20:49 <jlumpe> soee: not typo3 related, custom project. but yeah. I posted a query a bit further up for fetching a localized row for a given id or the default fallback
  • 13:21:39 <soee> jlumpe: ah so you just want to get some content from t3 database ?
  • 13:21:40 <jlumpe> but that method works only for a single rows (at least with teh current way i wrote the query) so i'm thinking about just having the abiltiy to translate a root node (page-like) instead of being able to translate each content item inside of a page
  • 13:21:47 <jlumpe> no, no typo3 at all
  • 13:21:48 <jlumpe> :)
  • 13:21:55 <soee> ah so general concept ?
  • 13:21:58 <jlumpe> yeah
  • 13:22:11 <jlumpe> it will be a 100% custom system
  • 13:22:36 <jlumpe> i'm think thinking about the general way of allowing the user to easily translate stuff in the backend without getting overly complex :)
  • 13:23:28 <Denyerec> I got 99 problems and the majority are Typo3 related.
  • 13:23:31 <jlumpe> so just allowing pages to be translated and then just adding content elements to the localized child seems logical, but feedback is nicer :)
  • 13:24:04 <soee> Denyerec: there is no problem we cant solve :)
  • 13:24:16 <Denyerec> Getting Typo3 work in the UK.
  • 13:24:20 <Denyerec> *Boom*
  • 13:24:22 <Denyerec> Headshot
  • 13:24:30 <Denyerec> ¬_¬
  • 13:24:37 <SuburbanWorrier> (lol)
  • 13:24:43 <soee> Whets the problem with T3 in UK ?:)
  • 13:25:52 <soee> jlumpe: i think you can do it several ways, depends what db structure you want, in backend its not so hard to program iterface to translate records
  • 13:25:59 <Denyerec> It doesn't exist.
  • 13:26:14 <Denyerec> It's either .net or Wordpress here.
  • 13:26:18 <Denyerec> And some poor souls on Joomla
  • 13:26:27 <Denyerec> People are trying to build CMSs on Symfony but not really getting anywhere.
  • 13:26:40 <randomresult> so spread the word for T3!
  • 13:27:03 <Denyerec> If I were a better salesman, I'd be much better off in general :)
  • 13:27:14 <randomresult> ah by the way. danilobuerger and me where thinking about some google hangouts with FT3 as topic
  • 13:27:25 <randomresult> anyone interessted?
  • 13:27:27 <randomresult> topics?
  • 13:28:25 <Denyerec> What's a google hangout ?
  • 13:28:31 * Denyerec only does open protocols.
  • 13:28:51 <randomresult> something like a videoconference with chat, screensharing slides etc.
  • 13:28:58 <randomresult> call it a webinar if you wan t
  • 13:29:19 <alex_schnitzler> randomresult: btw: what's your name?
  • 13:29:28 <randomresult> ? randomresult?
  • 13:29:37 <alex_schnitzler> Funny
  • 13:29:45 <randomresult> ;) harry is my name
  • 13:29:50 <soee> Denyerec: they will use NEOS, yetserday i talked with with one dev from Reading i think, they are biulding nice stuff on NEOS
  • 13:30:05 <Denyerec> Wow
  • 13:30:13 <randomresult> alex_schnitzler why?
  • 13:30:17 <Denyerec> 1) That someone is using Neos
  • 13:30:21 <alex_schnitzler> randomresult: Ok, so you didn't attend the camp in Stuttgart?
  • 13:30:22 <Denyerec> 2) That theyre in the UK
  • 13:30:28 <randomresult> i did
  • 13:30:40 <randomresult> i was there for benjaminR
  • 13:30:45 <alex_schnitzler> We didn't talk to each other, right?
  • 13:30:50 <bjo3rn> he was the one with the oxygen mask.
  • 13:30:51 <randomresult> maybe?
  • 13:30:58 <randomresult> bjo3rn lol
  • 13:31:21 <Denyerec> soee do you know where he worked?
  • 13:31:23 <randomresult> alex_schnitzler i dont know
  • 13:31:36 <Denyerec> I have family near Reading
  • 13:32:02 <alex_schnitzler> randomresult:You have a picture of yourself?
  • 13:32:08 <cedricziel> oh monsieur Alex!
  • 13:32:16 <cedricziel> hello again! :)
  • 13:32:22 <alex_schnitzler> cedricziel: Hoi
  • 13:32:36 <randomresult> i think we saw eachother after the second talk of the award winning cedricziel
  • 13:32:46 <cedricziel> all nice and rainy in Wuppertal?
  • 13:33:17 <alex_schnitzler> randomresult: Ah, ok.
  • 13:33:17 <randomresult> you are the TV-guy arent you?
  • 13:33:22 <alex_schnitzler> Yes
  • 13:33:30 <alex_schnitzler> cedricziel: Raining cats, as usual.
  • 13:33:38 <randomresult> i think we just said hello
  • 13:33:42 <alex_schnitzler> k
  • 13:34:05 <randomresult> https://www.google.de/#newwindow=1&q=harry+glatz
  • 13:34:08 <cedricziel> nice! I'm truly missing the weather-too much sun over here :) (No kidding, i miss it)
  • 13:34:20 <randomresult> cedricziel you better shut up
  • 13:34:35 <cedricziel> ?
  • 13:34:56 <randomresult> raining here too
  • 13:35:01 <randomresult> i need some sun
  • 13:35:08 <cedricziel> it's raining here as well
  • 13:35:30 <cedricziel> but it is like i said, i grew up with less good weather
  • 13:35:38 <cedricziel> and sometimes i'm missing it
  • 13:35:40 <bjo3rn> your sunny nature doesn't suffice, randomresult?
  • 13:35:54 <randomresult> alex_schnitzler i once wrote two articles bout TV - beginners guide
  • 13:36:05 <randomresult> no bjo3rn - those days are gone
  • 13:36:10 <randomresult> was when i was young
  • 13:36:57 <jlumpe> [14:25] <soee> jlumpe: i think you can do it several ways, depends what db structure you want, in backend its not so hard to program iterface to translate records
  • 13:37:08 <jlumpe> i'm aware of that soee :) I was asking about my specific query i posted above :D
  • 13:37:31 <jlumpe> but right now i feel that having translatable pages seems to be "good enough" to begin with
  • 13:37:53 <jlumpe> since i can always query for the same id, just with a different language and i will get the translated version back, so that's nice
  • 13:38:28 <cedricziel> oh bjo3rn; god of irony :)
  • 13:39:45 <bjo3rn> it's raining cats and dogs here but the sun is shining out of my behind, cedricziel
  • 13:39:55 <alex_schnitzler> randomresult: Now I know. I talked about the understatement of the talk and danilobuerger started a nice little speach about FluidTYPO3 being THE way, ever.
  • 13:40:39 <cedricziel> and ever! .. not to forget!
  • 13:40:45 <bjo3rn> amen
  • 13:44:30 <soee_> Denyerec: its some 2 brothers company :)
  • 13:44:43 <Denyerec> hmmm
  • 13:44:53 <Denyerec> Next tim you speak to them, let them know other UK developers exist :)
  • 13:44:59 <soee_> :P
  • 13:45:11 <cedricziel> hehe, yes alex_schnitzler ; we talked about that; but danilobuerger is is all in, and we're fine with that :)
  • 13:45:48 <Denyerec> I'd like to play with neos but I have 21 more dancer to retouch first :(
  • 13:45:52 <Denyerec> So maybe in a couple of weeks :/
  • 13:45:54 <randomresult> alex_schnitzler you use ft3?
  • 13:46:11 <alex_schnitzler> Used it just once
  • 13:46:26 <alex_schnitzler> I mostly have old client projects
  • 13:46:28 <alex_schnitzler> :(
  • 13:46:33 <xaver> flux is in BE and FE local Virtualbox on a SSD really slow and another instance on a normal server really fast
  • 13:46:39 <xaver> i mean 12 Sec for the BE grid
  • 13:47:05 <cedricziel> xaver: useing uncache or the old version without index on fields?
  • 13:47:16 <xaver> stable releases
  • 13:47:19 <bjo3rn> or doing it wrong?
  • 13:47:21 <bjo3rn> ^^
  • 13:47:24 <xaver> cache is ofcourse on
  • 13:47:39 * bjo3rn is really constructive today
  • 13:47:56 <cedricziel> hmm, no clue then-ssds dont really matter for most hypervisors-they think they're smart enough but they're not
  • 13:48:13 <cedricziel> there's a lot of file shuffling-atime turned off?
  • 13:50:29 <xaver> i will take a look
  • 13:52:06 * alex_schnitzler needs to cook a nice meal, now.
  • 13:52:25 <cedricziel> oan gudn! Will you bring me some as well?
  • 13:54:01 <danilobuerger> see my speach sunk into long term memory now ;-)
  • 13:54:15 <danilobuerger> best.speach.ever.
  • 13:54:17 <danilobuerger> ;-)
  • 13:55:03 <cedricziel> I'll get you a cup as well :)
  • 13:56:30 <danilobuerger> i will win one this weekend
  • 13:56:39 <cedricziel> robocup?
  • 13:56:48 <danilobuerger> no, gaisberg historic car ralley
  • 13:56:55 <danilobuerger> aiming for top3
  • 13:57:16 <cedricziel> oh danilobuerger, you're a very versatile person!
  • 13:57:21 <danilobuerger> ;-)
  • 13:58:04 <danilobuerger> one of my few hobbies
  • 13:59:09 <nimius|thephpjo> How can i use my RTE TSConfig for the RTE inside flux elements? It seems to be unaffected by my changes
  • 13:59:38 <danilobuerger> cleared all caches :D
  • 13:59:40 <danilobuerger> ?
  • 13:59:51 <danilobuerger> so yeah nimius|thephpjo in theorie it should work ^^
  • 14:00:38 <nimius|thephpjo> well… it doesn't (at least for me)
  • 14:01:46 <danilobuerger> where is your rte tsconfig and what does it look like?
  • 14:01:59 <nimius|thephpjo> i am currently making screenshots, one sec
  • 14:04:36 <nimius|thephpjo> https://www.dropbox.com/s/yjcf66cjg6ma0ty/Screen%20Shot%202014-05-27%20at%2014.02.47.png
  • 14:05:11 <danilobuerger> puuuh, i turned my speakers up and now they act as a fan ^^
  • 14:05:37 <randomresult> lol
  • 14:05:41 <randomresult> ping @danilobuerger
  • 14:05:46 <danilobuerger> whaddup?
  • 14:05:53 <danilobuerger> dub step is up
  • 14:06:07 <randomresult> just wanted your hair to be dryed
  • 14:06:15 <danilobuerger> that takes ages
  • 14:06:16 <jlumpe> danilobuerger: listen to centipede from the knife party
  • 14:06:17 <jlumpe> :D
  • 14:06:23 <danilobuerger> i need to get them cut
  • 14:06:29 <randomresult> what about fluidshare?
  • 14:06:34 <randomresult> any news on that?
  • 14:06:42 <danilobuerger> jlumpe currently https://soundcloud.com/tigerrec/ostblockschlampen-panic
  • 14:06:43 <jlumpe> what's that?
  • 14:06:49 <jlumpe> @ randomresult
  • 14:06:53 <danilobuerger> randomresult jlumpe fluidshare will be amazing
  • 14:07:01 <danilobuerger> but someone has to actually start it :D
  • 14:07:07 <randomresult> Online repository with user-contributed templates for content, pagess etc.
  • 14:07:20 <jlumpe> danilobuerger: not my music :D
  • 14:07:22 <jlumpe> ah nice
  • 14:08:02 <cedricziel> nimius|thephpjo: i have a suspicion, let me cross check
  • 14:08:11 <randomresult> danilobuerger not my music :D
  • 14:08:19 <jlumpe> lol
  • 14:08:27 <danilobuerger> bah, that music makes you a faster coder ^^
  • 14:08:36 <randomresult> as i am no coder...
  • 14:08:43 <jlumpe> you're not?
  • 14:08:53 <randomresult> not what they call a coder in here
  • 14:09:01 <danilobuerger> randomresult is a pixel schubse
  • 14:09:03 <jlumpe> what do they call a coder in here? :9
  • 14:09:17 <nimius|thephpjo> the text field is defined like this: <flux:field.text cols="150" rows="30" name="text" enableRichText="TRUE" validate="required" />
  • 14:09:20 <randomresult> well unless u are nerd like danilobuerger is ... your not a coder
  • 14:09:26 <cedricziel> nimius|thephpjo: did you play with the arguments at stage? https://github.com/FluidTYPO3/flux/blob/development/Classes/ViewHelpers/Field/TextViewHelper.php#L44
  • 14:09:31 <jlumpe> then i'm not a coder lol
  • 14:09:34 <danilobuerger> i am no nerd...
  • 14:09:36 <jlumpe> i'm just a weirdo then
  • 14:09:39 <jlumpe> randomresult: http://www.youtube.com/watch?v=b9RJXWxth5g
  • 14:09:40 <randomresult> and im no coder
  • 14:09:42 <jlumpe> music for you? ;)
  • 14:10:08 <danilobuerger> jlumpe thats how i imagine serial killers are created
  • 14:10:11 <jlumpe> lol
  • 14:10:26 <randomresult> has someone seen claus lately?
  • 14:10:33 <nimius|thephpjo> cedricziel no - i just activated enableRichText
  • 14:10:40 <jlumpe> danilobuerger: i can really really well relax with that :)
  • 14:10:43 <randomresult> maybe carnifex made claus a ....
  • 14:10:44 <danilobuerger> randomresult yeah, he was here yesterday (but other channel)
  • 14:10:49 <nimius|thephpjo> which in turn is a shortcut to one of those if i remember correctly
  • 14:10:52 <jlumpe> carnifex, the band?
  • 14:11:02 <danilobuerger> jlumpe yeah, claus likes that stuff
  • 14:11:08 <jlumpe> carnifex is awesome :)
  • 14:11:15 <danilobuerger> lol
  • 14:11:18 <randomresult> thats why i asked if someone saw him lately
  • 14:11:22 <jlumpe> haha
  • 14:11:24 <danilobuerger> i hope you never go amok at a t3camp
  • 14:11:29 <jlumpe> :D
  • 14:11:37 <jlumpe> i'm a calm person ;)
  • 14:11:40 <randomresult> we should avoid meeting claus on a camp
  • 14:11:45 <randomresult> too
  • 14:11:50 <randomresult> o_O
  • 14:12:11 <jlumpe> scary scary? :D
  • 14:12:24 <randomresult> well i like that kind of music
  • 14:12:28 <randomresult> but not for coding
  • 14:12:28 <danilobuerger> he would look good with a battle axe
  • 14:12:34 <randomresult> lol
  • 14:12:37 <jlumpe> heh
  • 14:12:43 <cedricziel> hmm nimius|thephpjo: https://github.com/FluidTYPO3/flux/blob/development/Classes/Form/Field/Text.php#L66
  • 14:12:45 <randomresult> that would be REALLY nice.
  • 14:12:57 <jlumpe> are you guys watching "vikings" ?
  • 14:13:08 <Denyerec> If you could make depleted uranium metal, it wouldn't be heavy enough for Claus
  • 14:13:12 <cedricziel> seems you can copy your ts in the field mentioned
  • 14:13:12 <danilobuerger> no, no time for television
  • 14:13:17 <jlumpe> http://www.history.com/s3static/video-thumbnails/AETN-History_VMS/464/163/History_Vikings_Meet_Rollo_Lothbrok_SF_HD_still_624x352.jpg
  • 14:13:20 <jlumpe> i present: nameless coder
  • 14:13:36 <jlumpe> with battleaxe: http://cdn.history.com/sites/2/2014/02/vikings_s2_gallery_rollo-AB.jpeg
  • 14:13:39 <danilobuerger> i dont even own a television
  • 14:13:46 <randomresult> poor you :)
  • 14:13:49 <danilobuerger> yeah
  • 14:13:56 <randomresult> i have on. but dont use it
  • 14:13:58 <jlumpe> he comes close i think :D
  • 14:14:06 <jlumpe> i have one, but i don't watch normal "tv"
  • 14:15:07 * Denyerec doesn't have a TV either
  • 14:15:12 <nimius|thephpjo> may i ask why you use TRUE === empty(…)? wouldn't just empty(…) be enough?
  • 14:15:14 <Denyerec> Though I *do* have a DOTA problem :/
  • 14:15:22 <danilobuerger> nimius|thephpjo CGL
  • 14:15:39 <cedricziel> convention yes. better safe than sorry
  • 14:15:43 <danilobuerger> Denyerec i dont even play games :-(
  • 14:15:48 <jlumpe> danilobuerger: what do you do?
  • 14:15:49 <Denyerec> I wish I didn't
  • 14:15:52 <jlumpe> except coding :D
  • 14:15:53 <Denyerec> I'd have so much more time
  • 14:15:55 <randomresult> danilobuerger is anerd
  • 14:15:57 <danilobuerger> jlumpe only work
  • 14:16:00 <randomresult> see
  • 14:16:02 <randomresult> nerd
  • 14:16:02 <danilobuerger> 7 days a week
  • 14:16:03 <jlumpe> Denyerec: DOTA is utterly boring, no?
  • 14:16:07 <Denyerec> However I have met so manty great people through gaming, I should be grateful.
  • 14:16:10 <jlumpe> (i played LOL a bit, but meh)
  • 14:16:11 <Denyerec> I've never played it on my own
  • 14:16:13 <Denyerec> Only ever with friends
  • 14:16:18 <cedricziel> nimius|thephpjo: we had flaws without strict checking as php isnt exactly what you would call a type safe thing :)
  • 14:16:25 <danilobuerger> the last game i played was world of warcraft
  • 14:16:30 <jlumpe> danilobuerger: do oyu like card games?
  • 14:16:35 <danilobuerger> jlumpe ye
  • 14:16:35 <Denyerec> So I guess it's the same as any game you play with friends - it's more about the company than the game itself.
  • 14:16:44 <jlumpe> have you ever played magic the gathering?
  • 14:16:46 <danilobuerger> yes
  • 14:16:49 <jlumpe> do you like it?
  • 14:16:57 <danilobuerger> yes 15 years ago ;-)
  • 14:17:02 <randomresult> jlumpe i still have a bunch of cards from 15 years ago
  • 14:17:06 <jlumpe> well, since you played wow and you played magic
  • 14:17:10 <jlumpe> maybe you would enjoy hearthstone
  • 14:17:13 <jlumpe> free to play
  • 14:17:19 <danilobuerger> sure i also played pen&paper like shadowrun or ad&d
  • 14:17:19 <Denyerec> Friend of mine pointed me toward that
  • 14:17:25 <Denyerec> But DO NOT DISTRACT danilobuerger !!
  • 14:17:25 <jlumpe> magic-ish game from blizzard
  • 14:17:29 <Denyerec> We need his code :D
  • 14:17:36 <jlumpe> you can play like 10-20 mins, have fun, move on
  • 14:17:40 <jlumpe> nice for relaxing :)
  • 14:17:54 <randomresult> i should think of selling my old card tho
  • 14:17:56 <jlumpe> i remember playing schwarzes auge haha
  • 14:18:02 <jlumpe> randomresult: got valuable ones?
  • 14:18:08 <danilobuerger> jlumpe what i like to play nowadays is tichu if i have little time or once a year i fly to vegas for a week and play as much texas NL as i can
  • 14:18:13 <randomresult> dunno - was smoking to much that time
  • 14:18:16 <randomresult> i dont remember
  • 14:18:22 <jlumpe> danilobuerger: say what?
  • 14:18:35 <jlumpe> are you serious? :D
  • 14:18:41 <cedricziel> i'm sure he is
  • 14:18:51 <danilobuerger> jlumpe about which part?
  • 14:19:03 <jlumpe> the 2nd one
  • 14:19:05 <danilobuerger> yeah
  • 14:19:06 <jlumpe> not the tichu part
  • 14:19:11 <jlumpe> heh neat
  • 14:19:18 <danilobuerger> last year i was twice in vegas, each time for a week
  • 14:19:20 <jlumpe> counting cards much? :D
  • 14:19:49 <danilobuerger> only play texas holdem NL no need for card counting ;-)
  • 14:20:08 <danilobuerger> nowadays the casino staff in the poker rooms know my name ^^
  • 14:20:14 <danilobuerger> (at least in one casino)
  • 14:20:15 <jlumpe> O_O
  • 14:20:45 <jlumpe> i am just assuming that with the brain of yours you are pretty good at calculating odds
  • 14:20:50 <jlumpe> i wish i were ;)
  • 14:20:59 <jlumpe> *was
  • 14:21:10 <danilobuerger> yes, i do bet with calculated odds
  • 14:21:24 <randomresult> nerd
  • 14:22:11 <jlumpe> danilobuerger: is it still fun then? (i'm really curious)
  • 14:22:34 <danilobuerger> of course its fun pushing dollars over the table ^^
  • 14:23:24 <jlumpe> haha
  • 14:24:53 <danilobuerger> but i am really unsure if i can make it this year
  • 14:24:55 <danilobuerger> :-(
  • 14:25:01 <danilobuerger> normally i go in March
  • 14:25:39 <jlumpe> money tight?
  • 14:27:54 <danilobuerger> jlumpe time tight
  • 14:28:33 <jlumpe> ah
  • 14:28:42 <jlumpe> not sure which one would be worse
  • 14:29:01 <jlumpe> you need to get some subcontractors, eh? ;)
  • 14:29:18 <danilobuerger> i have employees
  • 14:29:31 <jlumpe> ah
  • 14:29:47 <danilobuerger> but yes also subcontractors when there is time constraint
  • 14:29:56 <jlumpe> and still not enough time :/
  • 14:30:22 <Denyerec> Any of you guys use standing desks ?
  • 14:30:30 <danilobuerger> Denyerec bo
  • 14:30:39 <Denyerec> If not, look into them - I've been using one for a while now and it's brilliant.
  • 14:30:50 <danilobuerger> no way i am going to do that ^^
  • 14:31:29 <jlumpe> i only heard about that once
  • 14:31:54 <randomresult> ups. got discon...
  • 14:31:59 <Denyerec> I have to sit for complex stuff, oddly, but for menial work like retouching it's a blast
  • 14:33:07 <danilobuerger> i like sitting
  • 14:34:34 <nimius|thephpjo> OK… so now i configured the RTE to have the fields i want, but i can not add custom RTE styles using defaultExtras. (I want to add a "button" style, so the client can easily embed a button in his text)
  • 14:35:42 <nimius|thephpjo> (sorry if i am asking a lot of dumb stuff, i am kind of noobish)
  • 14:36:10 <randomresult> nimius|thephpjo where i look at sometimes for RTE related stuff is speciality ext
  • 14:39:00 <randomresult> nimius|thephpjo https://github.com/Ecodev/speciality - may that helps
  • 14:39:43 <danilobuerger> nimius|thephpjo i could gist you my RTE setup, but its weird
  • 14:43:09 <randomresult> @danilobuerger just looking at the tasks in fcc
  • 14:43:23 <danilobuerger> randomresult the first 3 should be straight forwar
  • 14:43:41 <randomresult> you mean #28?
  • 14:43:46 <danilobuerger> 28,27,26
  • 14:44:18 <danilobuerger> 25 we might do after the first release
  • 14:44:24 <danilobuerger> and 17 will be done after release
  • 14:48:11 <cedricziel> well then boys-gotta leave
  • 14:48:13 <cedricziel> cya
  • 14:49:27 <jlumpe> o>
  • 14:49:37 <randomresult> well @danilobuerger #26 is ... we dont like the original element so we will not build it :)
  • 14:51:54 <danilobuerger> randomresult can you please also raise the composer.json version
  • 14:53:36 <randomresult> did u close it?
  • 14:53:43 <randomresult> i was ammend forcepushing
  • 14:54:06 <danilobuerger> i merged it already and realised afterwards that composer needs updating as well ^^
  • 14:54:42 <danilobuerger> sorry
  • 14:54:45 <danilobuerger> stupid me
  • 14:54:55 <randomresult> so lemme check
  • 14:56:55 <danilobuerger> ty
  • 15:00:25 <randomresult> let me get that clear. we dont think an element like the text-with-image element should be used like CSC makes it possible to use it AND it would be too much pain to rebuild it we skip it. BUT this means, fluidcontent-Core is not for existing but for new TYPO3 Websites.
  • 15:00:28 <randomresult> Correct?
  • 15:01:26 * randomresult needs coffee
  • 15:02:08 <danilobuerger> randomresult kind of.. also see https://github.com/FluidTYPO3/fluidcontent_core/issues/7
  • 15:02:30 <danilobuerger> i explained various reasons for that in the fluidcontent_core session, maybe the video for that is already online?
  • 15:03:37 <randomresult> well i will make a version - so we have something to work on. even if we delete it :)
  • 15:03:43 <danilobuerger> ok
  • 15:04:18 <randomresult> i have seen cedricziel videos.. but until now the nerd-danilobuerger vids are missing !
  • 15:04:18 <jlumpe> hmm
  • 15:04:20 <randomresult> ;)
  • 15:04:38 <jlumpe> if fluidcontent is supposed to be a replacement for csc, shouldn't it contain all the basic elements?
  • 15:05:27 <danilobuerger> jlumpe textpic is evil and you shouldnt use it in the first place
  • 15:05:31 <jlumpe> lol
  • 15:05:49 <danilobuerger> and with fluidcontent there is absolutely no reason why you would even want to use it
  • 15:06:19 <jlumpe> well i suppose i could just build a custom element with an rte and a file field, right? ;)
  • 15:06:32 <jlumpe> and then just render the images out as needed
  • 15:07:06 <jlumpe> textpic is just a convenient element to quickly put stuff on a page
  • 15:07:20 <danilobuerger> which will screw you later
  • 15:07:35 <jlumpe> haha
  • 15:07:39 <danilobuerger> all explained in the fcc session
  • 15:07:52 <jlumpe> yeah i wasn't there ;)
  • 15:07:54 <jlumpe> vid!
  • 15:51:12 <randomresult> pullpower
  • 15:51:13 <randomresult> :)
  • 16:23:29 <soee> !bug d&d
  • 16:23:47 <soee> !issue d&d
  • 16:24:26 <danilobuerger> soee ?
  • 16:24:39 <danilobuerger> are you ranting again ;-) ?
  • 16:26:39 <soee> i thought i can use bot to get list of bugs with given keyword :)
  • 16:27:12 <soee> instead i triggered cedricziel to open pull request :D
  • 16:27:31 <danilobuerger> you probably can, but since there are exactly ----> 0 <---- issues with d&d, how should the bot respond :) ?
  • 16:28:14 <soee> danilobuerger: teh bug with copy paste also is gone ?
  • 16:28:22 <danilobuerger> no
  • 16:28:40 <danilobuerger> you want to fix it?
  • 16:28:53 <soee> sure just buy me some time :(
  • 16:29:00 <danilobuerger> cool
  • 16:29:32 <cedricziel> rofl
  • 16:29:38 <cedricziel> a pr trigger
  • 16:29:55 <cedricziel> soee, chat the bot in private and ask him for help
  • 16:30:21 <randomresult> cedricziel 2 minutes time for a git question?
  • 16:30:25 <cedricziel> shot
  • 16:30:28 <cedricziel> *shoot
  • 16:30:38 <randomresult> i have a folder in my git by accident
  • 16:30:53 <randomresult> no i want to stop tracking but dont want to delete it from local and server
  • 16:30:56 <randomresult> how to do?
  • 16:31:16 <randomresult> i added it to the gitignore
  • 16:31:42 <randomresult> but still it appears in when i use git status (sure it does)
  • 16:31:45 <cedricziel> ?
  • 16:31:52 <cedricziel> you would have to unstage it
  • 16:32:28 <randomresult> but how?
  • 16:32:38 <randomresult> btw. tower keeps crashing
  • 16:34:12 <danilobuerger> yeah, tower crashes a lot lately
  • 16:35:57 <cedricziel> screw tower
  • 16:36:02 <danilobuerger> true
  • 16:36:11 <cedricziel> git reset -r .git
  • 16:36:12 <danilobuerger> i will try to use more git cli from now on
  • 16:36:15 <cedricziel> or the like
  • 16:36:40 <randomresult> yall told me to use tower... no i do ... and? you tell me to screw tower?
  • 16:37:04 <cedricziel> the few times i need a gui (refreshing forks is somewhat time consuming), i use smartgit
  • 16:37:11 <cedricziel> randomresult: i didnt
  • 16:37:33 <cedricziel> i never recommend guis, guis are for gui people ;)
  • 16:37:49 <randomresult> my second name is gui
  • 16:38:27 <danilobuerger> cedricziel says the one using the most stupidest IDE in the world
  • 16:40:28 <cedricziel> i wouldnt say that
  • 16:40:50 <danilobuerger> well if you dont use gui, why do you use phpstorm instead of vim or emacs or ... ?
  • 16:43:33 <cedricziel> i use intellij atm, and it helps me in a lot of ways to keep my code nice and fluffy
  • 16:43:41 <danilobuerger> ;-) i am just trolling
  • 16:43:54 <cedricziel> + i dont want to end in the this vs that war :)
  • 16:43:58 <cedricziel> i know
  • 16:44:11 <cedricziel> i'm in the mood to answer as this is a legitimate q :)
  • 16:45:45 <danilobuerger> alright guys, i am gone for the next 2 hours... hitting the gym
  • 16:46:34 <randomresult> @danilobuerger being stupid making pushups
  • 16:46:37 <randomresult> :)
  • 16:46:38 <randomresult> nerd
  • 16:46:39 <danilobuerger> :-)
  • 16:47:57 <cedricziel> alright-guru mode as well. cya
  • 18:22:23 <Tjark> hi, i have a question regarding Flux page configuration and multi language Page.
  • 18:24:45 <bjo3rn> shoot
  • 18:25:01 <Tjark> I have an text field within my page template. On my translated page i do not have this input field.
  • 18:25:28 <Tjark> the hole configuration part is missing
  • 18:25:41 <bjo3rn> hm.
  • 18:26:03 <bjo3rn> I never witnessed that.
  • 18:26:09 <Tjark> :)
  • 18:26:42 <bjo3rn> not really helpful, I know :S
  • 18:26:58 <bjo3rn> content elements work alright?
  • 18:27:32 <Tjark> yes, they all work fine
  • 18:28:00 <Tjark> maybe this function is not implemented ?
  • 18:28:19 <Tjark> no, translation for page configuration ?
  • 18:28:26 <bjo3rn> well, yes
  • 18:28:31 <bjo3rn> there's a workarounf
  • 18:28:34 <bjo3rn> *d
  • 18:28:47 <bjo3rn> one sec pls
  • 18:28:49 <Tjark> a multiple input fields to the main page
  • 18:28:54 <Tjark> ?
  • 18:29:17 <bjo3rn> nono, add the flexform field to page overlay fields
  • 18:29:42 <bjo3rn> this would make the whole form translatable.
  • 18:30:51 <Tjark> okay, page overlay fields are ... ? :-D
  • 18:30:54 <bjo3rn> but if you don't do that the fields still appear (at least on my sites)
  • 18:32:26 <bjo3rn> [FE][pageOverlayFields] = uid,title,subtitle,nav_title...
  • 18:32:38 <bjo3rn> via install tool fx
  • 18:32:48 <Tjark> ah okay
  • 18:33:42 <bjo3rn> you'd have to add tx_fed_page_flexform
  • 18:34:06 <bjo3rn> this setting controls which fields of a record can have a language overlay
  • 18:34:10 <bjo3rn> but
  • 18:34:35 <Tjark> yeah, found a issue on github regarding this topic
  • 18:34:38 <bjo3rn> I wonder why the form doesn't show up at all when it should although not translated
  • 18:34:54 <bjo3rn> *even when
  • 18:35:34 <bjo3rn> which versions are you using? dev branch or ter?
  • 18:35:43 <Tjark> flux ter version
  • 18:36:24 <bjo3rn> hm, I have at least one site running flux ter in a multilanguage setup
  • 18:38:05 <danilobuerger> bjo3rn did you successfully overlay tx_fed_page_flexform ?
  • 18:38:27 <bjo3rn> never tried
  • 18:38:41 <danilobuerger> ah it sounded like that
  • 18:39:27 <bjo3rn> do you have an idea re Tjark's issue?
  • 18:40:30 <danilobuerger> well no, basically i have to overlay the form next week, so i am wondering as well... if it doesnt work, i need to fix it next week
  • 18:40:39 <Tjark> dam, adding tx_fed_page_flexform did not work
  • 18:41:09 <bjo3rn> the original issue is something else here. the flexform doesn't show up at all on the translated page.
  • 18:41:33 <danilobuerger> Tjark when you add it to the overlay, you also need to add the field to the actual overlay table
  • 18:41:36 <danilobuerger> probably with db compare
  • 18:41:50 <bjo3rn> do you?
  • 18:41:58 <Tjark> i try
  • 18:42:09 <danilobuerger> bjo3rn obviously you do
  • 18:42:20 <danilobuerger> where should it be saved to when the field doesnt exist?
  • 18:42:29 <bjo3rn> ah, pages not content. forget it, yes
  • 18:42:37 <danilobuerger> separate tables ;-)
  • 18:42:49 <bjo3rn> yep, content is handled differently
  • 18:43:05 <bjo3rn> sti there
  • 18:43:14 <bjo3rn> kind of
  • 21:00:27 <xaver> danilobuerger: nice article in merkur
  • 21:38:37 <danilobuerger> xaver you do realise that that article is over 10 years old ^^
  • 23:32:42 <xaver> danilobuerger: yes - sry i was schafkopfen
  • 23:45:07 <cedricziel> what?
  • 23:45:10 <cedricziel> hrhr
  • 23:46:28 <xaver> cedricziel: ?
  • 23:55:28 <cedricziel> here