IRC logs

20140528

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

IRC log range: 20140528*

20140528

  • 00:05:32 <xaver> what? you don't know schafkopfen?
  • 00:10:14 <cedricziel> hehe, nope :)
  • 00:10:21 <cedricziel> but i can imagine :)
  • 00:10:26 <cedricziel> okay, cya :)
  • 00:10:49 <xaver> http://de.wikipedia.org/wiki/Schafkopf
  • 01:04:27 <xaver> danilobuerger: hey
  • 08:14:59 <jlumpe> morning o>
  • 08:15:15 <danilobuerger> mornin
  • 08:15:31 <jlumpe> got an opinion about storing tree in sql? ;)
  • 08:15:39 <jlumpe> probably mariadb
  • 08:15:47 <jlumpe> i cannot decide which route to go
  • 08:16:01 <jlumpe> adjacent list, nested sets, materialized paths
  • 08:16:30 <jlumpe> adjacent lists are just super slow for querying
  • 08:16:59 <jlumpe> and if i alrady know that the nesting level wouldn't be 100+, then i probaly could get away with using materialized paths
  • 08:17:01 <danilobuerger> what kind of tree?
  • 08:17:05 <danilobuerger> a kd tree?
  • 08:17:08 <jlumpe> kd?
  • 08:17:15 <jlumpe> think of a pagetree
  • 08:17:15 <danilobuerger> know your trees first ;-)
  • 08:17:17 <mrboe> goooooood morning
  • 08:17:26 <jlumpe> ha danilobuerger :D
  • 08:17:27 <danilobuerger> jlumpe http://de.wikipedia.org/wiki/K-d-Baum
  • 08:17:46 <jlumpe> i know it's not a binary tree ;)
  • 08:18:10 <danilobuerger> k-d trees are not neccesarially binary trees
  • 08:18:23 <jlumpe> yeah i know
  • 08:18:25 <jlumpe> i was just saying
  • 08:18:28 <jlumpe> my tree isn't binary :)
  • 08:18:35 <danilobuerger> so what kind of tree is it
  • 08:19:44 <jlumpe> It seems like it's k-d
  • 08:20:03 <jlumpe> items can have a single parent node but an unknown amount of subnodes
  • 08:20:11 <jlumpe> that seems like k-d to me
  • 08:20:13 <Denyerec> Mornin all
  • 08:20:22 <jlumpe> morning
  • 08:20:55 <danilobuerger> jlumpe so whats more critical: write or read?
  • 08:20:56 <jlumpe> danilobuerger: in a k-d tree do all nodes need to have the same maximum amount of subnodes?
  • 08:21:04 <jlumpe> read
  • 08:21:30 <jlumpe> so i thought nested sets / materialized path
  • 08:21:33 <danilobuerger> alright so probably nested set
  • 08:21:44 <danilobuerger> (personally i would go for a nested set)
  • 08:22:06 <jlumpe> what's the advantage over mat. path? :)
  • 08:22:10 <jlumpe> (just curious)
  • 08:22:27 <danilobuerger> that i know how to implement the former :-)
  • 08:22:40 <jlumpe> :D
  • 08:22:57 <jlumpe> oh btw
  • 08:23:05 <jlumpe> i read something about a variation of nested set
  • 08:23:16 <jlumpe> which uses rational numbers instead of integers
  • 08:23:26 <jlumpe> to counter the write-penality for inserts
  • 08:23:33 <jlumpe> did you every try that?
  • 08:23:57 <danilobuerger> btw http://stackoverflow.com/a/192462/2525941 provides a nice overview
  • 08:24:22 <danilobuerger> no because i didnt really care for the write penalty before
  • 08:24:39 <jlumpe> ah ok
  • 08:24:42 <danilobuerger> its minimal
  • 08:24:48 <danilobuerger> for what i have been doing
  • 08:24:58 <jlumpe> i mean: this is only for customers to generate content for a kiosk system
  • 08:25:09 <jlumpe> so the assumption is that once they've set it up
  • 08:25:18 <jlumpe> they're rarely going to change it (at least pages)
  • 08:25:44 <danilobuerger> you could consider adjacent list as well, its far easier to implement
  • 08:25:52 <danilobuerger> but with obvious performance constraints
  • 08:26:04 <jlumpe> yeah, querying is a pita
  • 08:26:46 <danilobuerger> it all depends... for flux me and NamelessCoder talked about going down the nested set route with a wrapper on top to capsulate it
  • 08:32:28 <jlumpe> wrapper?
  • 08:34:24 <danilobuerger> facade design pattern
  • 08:35:33 <jlumpe> ah you were talking about a wrapper in PHP
  • 08:35:42 <jlumpe> i was thinking "wrapper in sql, huh?"
  • 08:35:52 <jlumpe> it's early :)
  • 08:35:56 <danilobuerger> :-)
  • 08:42:43 <Denyerec> damn right it's early :/
  • 08:48:32 <danilobuerger> mrboe ping
  • 08:48:38 <mrboe> hi
  • 08:48:45 <danilobuerger> is flux#553 resolved ?
  • 08:48:46 <FT3BOT> Issue 553: BE Style in flux:grid.column https://github.com/fluidtypo3/flux/issues/553
  • 08:49:20 <danilobuerger> (should be on dev branch, please test and comment)
  • 08:49:51 <mrboe> ok had to finish something - then i test
  • 08:49:56 <mrboe> thx
  • 09:03:23 <mrboe> @danilobuerger it works - thank you
  • 09:03:39 <danilobuerger> :-)
  • 09:06:14 <jlumpe> danilobuerger: thanks for the stackoverflwo post btw
  • 09:06:24 <jlumpe> bill karwin's closure table approach looks interesting too!
  • 09:06:28 <danilobuerger> np
  • 09:07:20 <mrboe> but fluidtypo3org#5 is still not working for me
  • 09:07:21 <FT3BOT> Issue 5: XSD schemas https://github.com/fluidtypo3/fluidtypo3org/issues/5
  • 09:07:46 <mrboe> perhabs @bjo3rn has any more informations?
  • 09:08:36 <danilobuerger> mrboe what NamelessCoder wrote didnt work?
  • 09:09:56 <mrboe> not for me - there are two possibilities 1. im to stupid 2. claus does not work with ac and he never tesed it
  • 09:10:11 <mrboe> i hope on 2
  • 09:10:21 <danilobuerger> did you change the xmlns to the proper urls?
  • 09:10:32 <mrboe> yes
  • 09:10:45 <danilobuerger> can you gist your template thats not working please
  • 09:11:31 <mrboe> the problem is: when i got a working template, the AC does not work
  • 09:12:10 <mrboe> when i got a working AC i got the v is already registered
  • 09:12:24 <danilobuerger> yes gist the second one please
  • 09:12:38 <mrboe> ok one sec
  • 09:18:22 <jlumpe> danilobuerger: is the video about textpic online? :)
  • 09:18:26 <mrboe> https://gist.github.com/misterboe/cef31189c97654c589d3
  • 09:18:31 <danilobuerger> jlumpe dont know
  • 09:19:21 <jlumpe> anybody got the url where i can check if they are available?
  • 09:19:29 <randomresult> danilobuerger you dont use phpstorm dont u ?
  • 09:19:35 <randomresult> (textmate?)
  • 09:19:39 <randomresult> good morning btw
  • 09:19:41 <danilobuerger> randomresult yes textmate
  • 09:19:50 <randomresult> so no ac for you?
  • 09:19:59 <jlumpe> nobody in here uses sublimetext :/
  • 09:20:21 <danilobuerger> randomresult no
  • 09:20:29 <danilobuerger> mrboe the template you gisted works perfectly
  • 09:20:48 <danilobuerger> mrboe so this is probably a case of you are doing it wrong ;-)
  • 09:20:53 <randomresult> jlumpe no AC in sublimetext either
  • 09:21:15 <jlumpe> randomresult: true
  • 09:21:17 <mrboe> can you put an v: in it danilobuerger
  • 09:21:40 <jlumpe> randomresult: you can get basic autocompletion through plugins though
  • 09:21:43 <danilobuerger> mrboe i can, but i would rather have you supply a template that works with AC but throws that error
  • 09:22:02 <jlumpe> randomresult: http://sublimecodeintel.github.io/SublimeCodeIntel/
  • 09:22:07 <randomresult> im mean AC for fluidtypo3.org
  • 09:22:33 <jlumpe> ah
  • 09:23:33 <mrboe> when i use the "page template" i just gist an that FCE i got erros https://gist.github.com/misterboe/d9ab5554d367ed75dbbd
  • 09:24:03 <mrboe> analyse class:vhs\
  • 09:43:07 <danilobuerger> mrboe yes, you are doing it wron g^^
  • 09:43:16 <danilobuerger> xmlns:v="http://typo3.org/ns/FluidTYPO3/vhs/ViewHelpers"
  • 09:45:18 <mrboe> so this description is wrong: http://fluidtypo3.org/viewhelpers/vhs/master.html
  • 09:45:46 <mrboe> i had to test it later
  • 09:46:34 <danilobuerger> yes that description is wrong
  • 09:46:59 <danilobuerger> please file a bug report regarding that
  • 09:50:11 <mrboe> and last question
  • 09:50:35 <mrboe> also the targetNamespace="http://typo3.org/ns/vhs/ViewHelpers" inside the XSD is wrong
  • 10:09:16 <Guest|52347> Hi there,
  • 10:09:16 <Guest|52347> I got a few questions regarding fluidcontent and fluidpages.
  • 10:09:16 <Guest|52347> My problem is that page content elements are not being rendered and displayed. Neither regular content elements nor fluid content Elements.
  • 10:09:16 <Guest|52347> My setup: I'm unsing TYPO3 6.2.3, flux 7.0.0, fluidpages 3.0.0, fluidcontent 4.0.0, vhs 1.8.5 and created a provider extension with builder 0.11.0. I am able to render cObjects, so Menus are working fine, but <v:content.render column="1" /> doesn't seem to deliver anything. I tried a debug, there is an array with the number of elements inserted at
  • 10:09:16 <Guest|52347> the section, but no content is rendered. Not even the dummy content element provided by the builder generated extension.
  • 10:09:16 <Guest|52347> Any clue, what I might be doing wrong?
  • 10:09:16 <Guest|52347> Also I was wondering how and where the name for the Template file is determined. Do I have to use MyPageTemplate.html? I was unable to find the binding of that file.
  • 10:12:55 <bjo3rn> hi Guest|52347
  • 10:13:08 <bjo3rn> regarding template file naming
  • 10:13:43 <bjo3rn> the layout file name is determined by what is set in <f:layout name="..."/>
  • 10:14:20 <bjo3rn> which is set again in page template files
  • 10:15:01 <Guest|52347> right, but it says: <f:layout name="Page" />
  • 10:15:35 <bjo3rn> sorry, file names are arbitrary afaik
  • 10:16:00 <bjo3rn> layouts and templates are connected via <f:layout />
  • 10:17:02 <bjo3rn> you can have several templates for one layout or vice versa
  • 10:18:26 <Guest|52347> Oki, thank you, I'll guess I'll figure it out somehow, I tried changing the name to more straightforward speaking names, but then the file couldn't be found anymore, although <f:layout /> remained the same, so I was wondering, especially regarding multiple files
  • 10:19:19 <bjo3rn> you might have to clear all caches through the install tool
  • 10:19:46 <Guest|52347> Yeah, I guess it's a caching problem, thank you for that. But that's a minor problem right now, since I'm kind of goind nuts with the flexible content rendering.
  • 10:20:02 <Denyerec> If you're debugging somethign in the BE, what's the function call to var_dump things nicely ?
  • 10:20:59 <bjo3rn> TYPO3\CMS\Extbase\Utility\DebuggerUtility::dump() iirc
  • 10:21:11 <bjo3rn> ok, Guest|52347, about that rendering issue
  • 10:21:49 <bjo3rn> can you gist or pastebin the relevant template parts please?
  • 10:22:30 <bjo3rn> TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump(), Denyerec
  • 10:23:00 <Denyerec> thanks bjo3rn
  • 10:23:05 <Denyerec> is that ever namespaced by default ?
  • 10:23:20 <cedricziel> in 6.x, yes
  • 10:23:25 <Denyerec> To...
  • 10:23:32 <bjo3rn> you can import it ofc but since it's all static...
  • 10:24:12 <Denyerec> DebugUtility::var_dump($tmp); ?
  • 10:24:59 <Guest|52347> Well, it's not a lot of code. It's just <f:render section="ContentTopLeft" /> in the Layout file Page.html and right now I was trying something like this in tha template file: https://gist.github.com/phil-schreiber/8044b0571bd9f7b63512
  • 10:26:37 <Denyerec> DebuggerUtility::var_dump($tmp); !
  • 10:29:56 <Guest|52347> Sry, Denyerec, you're talking to me? There are no controllers in my provider extension, which I could use for the debug call....
  • 10:30:08 <Denyerec> nono
  • 10:30:11 <Denyerec> I was talking to myself
  • 10:32:42 <Guest|52347> But I did debug the output with <f:debug and it gives me an array with the number of elements that are inserted in the section, but each element contains only an empty string
  • 10:34:58 <cedricziel> Guest|52347: you have an indentation problem in your gist :)
  • 10:35:11 <cedricziel> if you want manual rendering, you should use v:content.get
  • 10:38:10 <Guest|52347> It's a bit dirty, sry for that. I tried v:content.get. Same problem. Even if I give contentUids.
  • 10:41:15 <Denyerec> Is this a reasonable bugreport?
  • 10:41:15 <Denyerec> http://forge.typo3.org/issues/59169
  • 10:41:23 <Denyerec> I've never really done these before.
  • 10:42:16 <xaver> i would reject the bugreport. Spaces in directorys is a nogo
  • 10:42:54 <bjo3rn> Guest|52347 and cedricziel I think there's something fishy in that viewhelper re the use of as="foo"
  • 10:43:04 <xaver> ok you added a patch Denyerec - i maybe fix it :P
  • 10:43:16 <xaver> Denyerec: best is add a patch
  • 10:43:42 <Denyerec> Ordinarily I'd agree
  • 10:43:48 <Denyerec> But I don't know if my solution is best
  • 10:43:51 <bjo3rn> Guest|52347: v:content.render column="1" gives no output?
  • 10:44:06 <bjo3rn> I mean <v:content.render column="1"/>
  • 10:44:06 <xaver> he don't has to use your patch, but its really easy to apply
  • 10:44:12 <Denyerec> Ah ok I see
  • 10:44:21 <Denyerec> I'll do that now
  • 10:44:28 <Guest|52347> nope. Although there is definitely content there.
  • 10:46:24 <bjo3rn> .oO
  • 10:49:36 <Denyerec> xaver - do you use phpstorm ?
  • 10:49:42 <Denyerec> I think it's converting line endings on save.
  • 10:50:02 <Denyerec> I am trying to find out how to preserve the original file's encding
  • 10:50:19 <xaver> no
  • 10:50:29 <xaver> i use as IDE kdevelop
  • 10:50:39 <Denyerec> ok
  • 10:50:41 <xaver> open source rulz!
  • 10:56:49 <cedricziel> Denyerec: you can adjust your encoding in the bottom left area
  • 10:57:05 <Denyerec> cedricziel - yeah I can see that.
  • 10:57:20 <Denyerec> I attempted several things, but the local history always showed modified line endings on save.
  • 10:57:35 <cedricziel> there's a switch for that
  • 10:57:35 <Denyerec> I cleaned out the patch file manually to avoid cluttering it with +- line end changes.
  • 10:57:39 <cedricziel> somewhere(tm)
  • 10:57:41 <Denyerec> Hhe
  • 10:57:43 <Denyerec> it'll do for now
  • 10:57:45 <Denyerec> it was a simple edit.
  • 10:58:06 <cedricziel> best practices tell you lf at the end
  • 11:02:04 <Denyerec> Unix/linux
  • 11:02:12 <Denyerec> I selected "ignore trailing/leading WS"
  • 11:02:13 <Denyerec> that's cleaned it up
  • 11:02:33 <Denyerec> I think it was coding standards trimming trailing whitespace
  • 11:35:18 <xaver> i use the json viewhelper from vhs and its really great to get in object in FE, but i have a problem.RTE links aren't converted. any idea for a solution?
  • 12:00:59 <xaver> danilobuerger: what did you say - always a helpful answer in view minutes
  • 12:01:01 * xaver :P
  • 12:01:17 <Denyerec> is it possible to create multiple new content elements in one go ?
  • 12:01:25 <Denyerec> like you can with pages
  • 12:02:28 <xaver> yes and no. you can cheat :) via DB or in BE -> List Clipboard 1 and copy & paste multiple elements 1 2 4 8 16 ....
  • 12:11:58 <danilobuerger> xaver i have no time today
  • 12:23:07 <bjo3rn> xaver are you using the json viewhelper in an fce?
  • 12:36:25 <ponten> .
  • 12:42:12 <danilobuerger> ..
  • 12:45:14 <cedricziel> ...
  • 12:45:40 <SuburbanWorrier> ... --- ...
  • 12:46:19 <xaver> bjo3rn: in a ext
  • 12:48:01 <ponten> hi! may i direct your attention to my SO question? -> http://stackoverflow.com/questions/23909519/typo3-duplicate-content-elements-and-fields-after-fed-update
  • 12:48:24 <cedricziel> ---<---<<*
  • 12:49:26 <cedricziel> ponten: 1st q: you do have a backup and this is not live, right?
  • 12:51:28 <ponten> locally installed on my machine
  • 12:51:32 <cedricziel> phew
  • 12:51:34 <cedricziel> :)
  • 12:51:52 <cedricziel> i have done such updates quite often lately
  • 12:52:03 <cedricziel> okay
  • 12:52:10 <cedricziel> you have done it step-wise?
  • 12:52:15 <ponten> aye
  • 12:52:26 <cedricziel> so from fed -> fluidcontent and flux raised major by majo?
  • 12:52:29 <cedricziel> *major
  • 12:52:38 <cedricziel> executed update scripts?
  • 12:52:44 <ponten> yes
  • 12:52:45 <cedricziel> (on each step)
  • 12:53:35 <cedricziel> please double check if you can do updates at this very moment
  • 12:53:48 <cedricziel> what other extensions from us do you use in which version?
  • 12:55:04 <benjamin_654> just found this: http://vimeo.com/96504671 - good talk!
  • 12:55:39 <cedricziel> thx a bunch- i hope the audio will get better
  • 12:55:42 <ponten> i've got flux 7.0.0, vhs 1.8.5, fluidpages 3.0.0, fluidcontent 4.0.0
  • 12:56:28 <ponten> no updates avail anymore
  • 12:56:38 <cedricziel> double check: you have executed the update script in fluidcontent?
  • 12:56:58 <ponten> i can click but 0 rows are updated
  • 12:56:59 <cedricziel> (and flux if available)
  • 12:57:21 <ponten> same with flux
  • 12:57:30 <cedricziel> check
  • 12:57:52 <cedricziel> okay, look in the database please to make sure there are no duplicate records, just some weirdo in the view
  • 12:57:53 <soee> cedricziel: we need english subtitles :)
  • 12:58:53 <cedricziel> hmm soee I'd really like to do it-but that's a bit hard to do
  • 12:59:20 <soee> yeah i know :/
  • 13:00:36 <cedricziel> dont get me wrong-i think this could easily be done - i just have to double check
  • 13:01:03 <cedricziel> maybe one can add some when embeding-then we could prepare them
  • 13:04:59 <soee> youtube desnt have option to autocreate subs ?
  • 13:05:37 <cedricziel> even if-i have to ask for permission. jweiland publishes them and it would be cool if we can have it all on their youtube channel
  • 13:05:54 <cedricziel> NamelessCoder doesnt like youtube btw-so vimeo remains as viable option
  • 13:06:55 <soee> :)
  • 13:07:18 <cedricziel> ;)
  • 13:09:29 <ponten> Cedricziel I have to correct myself, sorry! The update was from flux 6.0.2 and I upgraded using the info from the Migration page. After the update from FED to Flux everything still worked. I got two projects confused in my head (busy week) ;-)
  • 13:09:47 <cedricziel> no problem
  • 13:09:56 <cedricziel> can you adjust the SO as well please?
  • 13:10:01 <ponten> Where do you think I could find dups in the database?
  • 13:10:09 <ponten> Already done
  • 13:10:23 <cedricziel> firstly, the uid attached to the record symbol in the page module
  • 13:10:30 <cedricziel> then, in the list view
  • 13:15:34 <randomresult> anyone has a ifcondition for pageid == 1
  • 13:15:47 * randomresult is to tired to search
  • 13:16:20 <xaver> randomresult: looks evil
  • 13:19:16 <ponten> i can't find any dups that way. added code and BE output of the form to SO maybe you can take a quick peek?
  • 13:19:32 <cedricziel> sure, we'll get the baby home somehow :)
  • 13:20:14 <ponten> argh i just noticed i pasted the wrong code
  • 13:21:02 <ponten> in that one i already switched the select items key so they would be shown correctly in the FE
  • 13:22:17 <cedricziel> okay so the curent link is the right one?
  • 13:23:09 <ponten> just updated the pastebin a sec ago
  • 13:26:05 <cedricziel> okaye well then. please make a backup now to preserve state and we'll go further
  • 13:28:35 <ponten> done
  • 13:33:46 <cedricziel> okaye
  • 13:33:54 <cedricziel> then please try this for me:
  • 13:34:26 <cedricziel> replace the extensions flux, fluidcontent and fluidpages (if existent) with a clone from github on the development branch
  • 13:34:43 <cedricziel> this way we can check if it's a bug already solved
  • 13:34:55 <ponten> ok
  • 13:35:10 <cedricziel> + you can switch easily once we promote ter updates (which always live on master)
  • 13:35:54 <cedricziel> afaik at least the richtext which is obsolete should go away
  • 13:39:19 <ponten> the RTE is gone as you predicted, the rest unfortunately stayed the same
  • 13:39:45 <cedricziel> one point less on the list :)
  • 13:39:58 <ponten> :)
  • 13:42:53 <ponten> this is the backend-html created if that helps? http://imgur.com/mhzVkRy
  • 14:06:59 <xaver> for lazy people
  • 14:07:00 <xaver> for VARIABLE in flux fluidcontent_core fluidcontent fluidpages vhs view builder; do; git clone -b development https://github.com/FluidTYPO3/$VARIABLE.git > /dev/null 2>&1 &; done;
  • 14:15:16 <ponten> cedricziel, I just installed the fluidtypo3org-master provider extension from git into a clean 6.2.2 installation and i just get the following: http://imgur.com/udjnXgf
  • 14:16:42 <ponten> could it be my apache environment=
  • 14:18:19 <ponten> any special requirements? php version, libs, etc? something i could check?
  • 14:18:37 <soee> clear general cahce
  • 14:18:39 <soee> *cache
  • 14:19:12 <ponten> did that already ... directly after installing the ext
  • 14:19:23 <ponten> and did it again now to make sure ;)
  • 14:29:18 <cedricziel> did you update fluidcontent bootstrap as well?
  • 14:29:29 <cedricziel> make sure you run the update script there as well
  • 14:43:42 <ponten> i have no fluidcontent_bootstrap installed atm
  • 14:45:01 <cedricziel> ahh i thought it because of the bootstrap wizardTab
  • 14:45:18 <ponten> that's the bootstrap package of 6.2.2
  • 14:45:25 <cedricziel> yessir :)
  • 14:45:43 <ponten> wich btw is really nice ... i enjoy the new t3 version
  • 14:45:45 <ponten> :)
  • 14:46:55 <cedricziel> sure it is :)
  • 15:06:53 <mrboe> @danilobuerger i got i working now
  • 15:07:04 <mrboe> but can u tell me
  • 15:07:57 <mrboe> http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers is that right? Vhs or vhs because the flux link has an uppercase
  • 15:08:45 <jlumpe> cedricziel: got an idea about how to filter a resultset (sql), when you have to compoare rows inside the resultset?
  • 15:08:50 <jlumpe> *compare
  • 15:18:54 <cedricziel> example please
  • 15:20:17 <jlumpe> i think i just solved it :)
  • 15:20:48 <jlumpe> using a sub select (might not the the most elegant way, but i'll have to profile performance to make a decision about it)
  • 15:21:50 <mrboe> @Denyerec https://github.com/misterboe/phpstormAC
  • 15:23:02 <Denyerec> Ooho
  • 15:23:05 <Denyerec> I will hae to try that out later
  • 15:23:10 <mrboe> ok
  • 15:25:47 <cedricziel> okidoki jlumpe sounds good
  • 15:28:39 <jlumpe> :)
  • 15:29:18 <ad_on_is> hi, could somene tell me why v:case case="default" doesn't work if a variable is null
  • 15:29:22 <ad_on_is> http://pastebin.com/FjMfFaFY
  • 15:32:28 <xaver> why has vhs this issue and only vhs and no other code or TYPO3 core -> css js in typo3temp 600
  • 15:34:21 <cedricziel> xaver we'd be happy if you'd patch it
  • 15:37:07 <xaver> cedricziel: i'm the only one with this issue? maybe my setup has a problem
  • 15:37:44 <cedricziel> i have no problem
  • 15:37:48 <Tjark> how can i get the current language uid within fluid ?
  • 15:38:00 <cedricziel> i didnt read the code , but i'm sure it uses the setting from the install tool
  • 15:39:01 <cedricziel> Tjark: http://fluidtypo3.org/viewhelpers/vhs/master/Page/LanguageViewHelper.html
  • 15:39:24 <xaver> installatool has no setting for FE files - only for BE (or?) BE[mask or umask]
  • 15:39:54 <cedricziel> i think they both serve the same purpose
  • 15:40:01 <cedricziel> but most likely umask is your problem
  • 15:40:19 <xaver> yeah, but i have no setting Oo
  • 15:41:35 <cedricziel> xaver, please PR to vhs re rights: https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/AssetService.php#L313
  • 15:42:26 <cedricziel> should be simple as checking global setting afterwards and owerwriting them with settings from install tool if existent (mybe there's a core method?) and chmod
  • 15:42:56 <xaver> yes it is
  • 15:43:22 <Tjark> @cedricziel thx a lot
  • 15:45:17 <cedricziel> You're welcome
  • 15:57:28 <soee> woops, notification about possible SQL injection
  • 15:57:51 <cedricziel> where?
  • 15:58:00 <randomresult> where?
  • 15:58:00 <soee> flux
  • 15:58:33 <randomresult> ?
  • 15:58:39 <cedricziel> i see
  • 16:02:14 <randomresult> i dont :)
  • 16:06:22 <cedricziel> issue closed.
  • 16:18:40 <xaver> cedricziel: something is worng with my vhosts and fast-cgi starter Oo
  • 16:30:58 <cedricziel> i want to get rid of the old starter via fcgid xaver
  • 16:31:12 <cedricziel> but i am too humble to just upgrade my ubuntu box
  • 16:31:25 <xaver> grr damm - small issue - long search
  • 16:31:28 <cedricziel> (which would be the first in a line of many things..)
  • 16:32:04 <xaver> fpm maybe - the newsest hype ;)
  • 16:32:25 <cedricziel> interesting patch incoming?
  • 16:32:55 <xaver> http://php-fpm.org/
  • 16:33:03 <cedricziel> yeah, sure
  • 16:33:17 <cedricziel> but i have a box with with apache 2.2 which doesnt like it
  • 16:33:28 <xaver> i have also only 2.2
  • 16:35:27 <xaver> fcgid - i forgot suexec custom for the path -_-
  • 16:37:22 <cedricziel> whoops, yeah-that one is hard to spot ^^
  • 16:37:53 <xaver> not really, if i would look in the right logfile -_-
  • 16:38:38 <cedricziel> suexec logs diverge upon which action failed-that's a pitty
  • 16:39:19 <xaver> strage - still each row in flux BE needs ~1sec
  • 16:39:35 <cedricziel> in your vm?
  • 16:39:40 <xaver> yes
  • 16:39:49 <cedricziel> what actions do you perform?
  • 16:40:43 <xaver> Page - Homepage (click in pagetree)
  • 16:43:19 <cedricziel> inside the ce's ^^
  • 16:43:52 <xaver> few elements
  • 16:49:31 <xaver> cedricziel: lsit view 2 sec - page 9 sec
  • 16:50:07 <cedricziel> rofl
  • 16:50:28 <cedricziel> are you generating images for preview?
  • 16:51:19 <xaver> no
  • 16:51:29 <xaver> and cpu is up by 100%
  • 16:51:58 <cedricziel> i also have this at times.. but not anytime i do something
  • 16:52:05 <cedricziel> hw accelerated?
  • 16:52:55 <cedricziel> *everytime
  • 16:53:40 <xaver> yes
  • 16:53:47 <cedricziel> cya tonight, i'm off for now :)
  • 16:57:13 <benjamin_654> cya
  • 17:05:32 <ad_on_is> hi, could somene tell me why v:case case="default" doesn't work if a variable is null
  • 17:05:33 <ad_on_is> http://pastebin.com/FjMfFaFY
  • 17:05:41 <xaver> fixed it cedricziel
  • 17:14:50 <bjo3rn> ad_on_is you mean default is not evaluated if 'filter' is null?
  • 17:15:00 <bjo3rn> *default case
  • 17:29:49 <Denyerec> Am I missing something
  • 17:29:57 <Denyerec> or is there no easy way from TER to the source / forge ?
  • 17:46:22 <Outdoorsman> Help! Do any of you know what could be causing BE page content not to show?
  • 17:46:51 <Outdoorsman> I click Page icon and then the page I want to edit and nothing shows where all the content elements should be showing.
  • 17:47:01 <Outdoorsman> I have a meeting in 15 minutes to demo the site.
  • 17:47:43 <bjo3rn> nothing at all? not even the columns?
  • 17:47:48 <Outdoorsman> I'm pulling the latest dev of each of the Fluid TYPO3 main extensions nightly.
  • 17:47:51 <Outdoorsman> No
  • 17:48:02 <bjo3rn> cleared all caches you can get a grip on?
  • 17:48:26 <Outdoorsman> I just did a rm -rf typo3temp/*
  • 17:48:32 <bjo3rn> typo3 6.2?
  • 17:48:45 <Outdoorsman> I did the upgrade tool and cleared cache from there, a database compare.
  • 17:48:52 <Outdoorsman> Typo3 6.2.4dev
  • 17:49:13 <bjo3rn> try clearing all caches via install tool again
  • 17:49:14 <Outdoorsman> I'll try 6.2.3
  • 17:49:38 <Outdoorsman> I try to edit page properties and the same thing.
  • 17:49:54 <Outdoorsman> I didn't do anything different from yesterday that I know of.
  • 17:50:32 <bjo3rn> so only difference is the updated ft3 extensions?
  • 17:50:54 <Outdoorsman> yes plus typo3 6.2.4dev
  • 17:50:56 <bjo3rn> there's been quite an update on flux' dev branch
  • 17:51:43 <bjo3rn> I don't know about 6.2.4dev but flux has changed. it's working for all I know us though.
  • 17:51:55 <Outdoorsman> I don't know how to roll back a git pull in flux as I'm new to git.
  • 17:52:21 <Outdoorsman> I'm just doing a git pull origin development nightly.
  • 17:52:21 <bjo3rn> you wouldn't be able to anyway in this case
  • 17:52:27 <Outdoorsman> ahh
  • 17:52:35 <Outdoorsman> Dohhh
  • 17:52:57 <bjo3rn> what's the latest commit in your branch?
  • 17:53:04 <Outdoorsman> Could be something I did, but I can't think what it would be. I'm setting TYPO3 to devlopment mode to see if I get an error.
  • 17:53:12 <bjo3rn> good idea
  • 17:53:31 <benjamin_654> Outdoorsman: did you "clear all caches" in the install tool?
  • 17:53:31 <bjo3rn> blank screens are always hidden exceptions
  • 17:53:41 <Outdoorsman> Parse error: syntax error, unexpected '===' (T_IS_IDENTICAL), expecting function (T_FUNCTION) in /home/netchd/public_html/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 1010
  • 17:53:53 <bjo3rn> wtf?
  • 17:54:00 <bjo3rn> php version?
  • 17:54:35 <Outdoorsman> PHP 5.4
  • 17:54:51 <bjo3rn> I can't see that line
  • 17:55:01 <bjo3rn> what is the latest commit at yours?
  • 17:55:23 <bjo3rn> git log
  • 17:57:26 <TeddyBears> Hello
  • 17:57:38 <bjo3rn> hi
  • 17:57:42 <benjamin_654> hi
  • 17:58:54 <TeddyBears> i'm using flux 7.0 and fluidpages. i add a section in the configuration section for my page and in subpage i have a inheritance error
  • 17:59:09 <TeddyBears> i saw in IRC log and stackflow that this error is fixed
  • 17:59:27 <TeddyBears> but if i have always this error
  • 17:59:37 <Outdoorsman> What do you mean bjo3rn?
  • 17:59:46 <Outdoorsman> My latest commit?
  • 18:00:07 <bjo3rn> no, the latest commit for flux dev in your local repo
  • 18:00:41 <bjo3rn> I have a hunch that it is not up to date
  • 18:00:45 <Outdoorsman> Looking
  • 18:01:42 <xaver> TeddyBears: maybe provide some informations, beside you have a problem and google says it is fixed
  • 18:01:51 <bjo3rn> ad_on_is still there?
  • 18:02:01 <bjo3rn> this one is for you
  • 18:02:18 <TeddyBears> if i use inherit=0 for the flux:form.section and the flux:form.object. i don't have error on the sub pages. But in the first page i have a error that inherit was not registered
  • 18:02:50 <bjo3rn> TeddyBears this is fixed in current dev but not in TER
  • 18:02:57 <TeddyBears> ok
  • 18:03:07 <TeddyBears> thanks
  • 18:03:16 <bjo3rn> there was another issue coming up today re inheritance iirc
  • 18:03:54 <bjo3rn> yw
  • 18:04:14 <Outdoorsman> Line 1010 has this...
  • 18:04:15 <Outdoorsman> =======
  • 18:04:21 <bjo3rn> aha!
  • 18:04:34 <bjo3rn> that looks like a delimiter of a merge conflict
  • 18:04:48 <bjo3rn> which branch is this? are you sure it's dev?
  • 18:04:48 <Outdoorsman> There's an end comment right after it but also before it. So someone jsut didn't clean up code.
  • 18:04:55 <Outdoorsman> Pretty sure.
  • 18:05:05 <bjo3rn> but why can't I see it on github?
  • 18:05:24 <Outdoorsman> Maybe I should wipe out mine and pull again.
  • 18:05:36 <Outdoorsman> It also has an issue one line 1027
  • 18:05:36 <bjo3rn> maybe you pulled just the minute the merging took place ^^
  • 18:05:49 <bjo3rn> yes, just rewind and pull again
  • 18:06:06 <bjo3rn> you know how?
  • 18:06:14 <Outdoorsman> Yes.
  • 18:06:20 <bjo3rn> ok
  • 18:09:52 <Outdoorsman> YEAH... fixed it.
  • 18:09:57 <Outdoorsman> You must be right.
  • 18:10:06 <bjo3rn> phew!
  • 18:10:13 <bjo3rn> good to hear
  • 18:10:15 <Outdoorsman> I have my WebEx meeting on hold still... thank you so much. I have to run!
  • 18:10:23 <bjo3rn> good luck!
  • 18:10:23 <Outdoorsman> Guessing it was like you said.
  • 18:10:26 <Outdoorsman> :)
  • 18:10:54 <xaver> trash open - throw php inside - trash close
  • 18:11:21 <bjo3rn> ts, ts, ts. those php haters again ^^
  • 18:11:58 <xaver> -_-
  • 18:12:31 <bjo3rn> speak after me: php is my friend.
  • 18:13:06 <xaver> php and dns is really bad
  • 18:13:12 <xaver> no fallback support
  • 18:13:23 <bjo3rn> fallback?
  • 18:13:54 <xaver> normally a systems use a primary and a secondary dns
  • 18:14:08 <bjo3rn> dns, ok, but what's php got to do with it?
  • 18:14:17 <xaver> php can only use the primary
  • 18:14:22 <bjo3rn> (song by tina turner btw. ^^=
  • 18:14:35 <bjo3rn> oh. really?
  • 18:14:43 <xaver> yes
  • 18:14:56 <bjo3rn> it has it's own dns resolving?
  • 18:15:20 <bjo3rn> which function?
  • 18:15:31 <xaver> no i mena in file_get_contents
  • 18:15:48 <bjo3rn> file_get_contents with an url I guess?
  • 18:15:52 <xaver> btw. some dns functions exists in php
  • 18:17:31 <xaver> yes
  • 18:18:01 <bjo3rn> hm.
  • 18:18:30 <bjo3rn> ok, gotta go home now. will be back later.
  • 18:18:58 <xaver> bjo3rn: i'm friendly , would share my work
  • 18:19:00 <xaver> :P
  • 18:37:59 <benjamin_654> bjo3rn: @https://github.com/BenjaminBeck/flux/commit/432c - i did the "TRUE === is_array($val)" , but i am not sure if it is really needed, is_array can only return true or false
  • 18:40:52 <xaver> benjamin_654: is_array can only return a boolean if(is_array($xy)) is secure and enough
  • 18:42:02 <Denyerec> Is it possible to create multiple content elements at one ?
  • 18:42:04 <Denyerec> *once
  • 18:42:06 <Denyerec> like you can with pages ?
  • 18:42:11 <benjamin_654> yes, so the general rule is if the function can return something else than boolean the use TRUE === ?
  • 18:42:13 <Denyerec> Be really useful if I could bulk edit right now.
  • 18:43:08 <xaver> normally yes, because if the return type is unsecure it can fail
  • 18:43:34 <xaver> if( (array) $var !== $var) {is no array} else {array} is faster
  • 18:45:30 <benjamin_654> xaver: http://stackoverflow.com/questions/6126931/cast-to-array-vs-is-array "The problem […] Is that it's faster than is_array for small arrays, but disastrously slower for large ones."
  • 18:46:31 <benjamin_654> xaver: but the quoted one has only 1 reputation ..
  • 18:47:29 <xaver> is array is fast anyway ;) and other functions are much worse
  • 18:49:00 <benjamin_654> yep
  • 18:54:02 <xaver> any based fluid login exists instead of felogin
  • 18:54:45 <benjamin_654> i searched the flux code for usage of "TRUE === is_array" - its always with "===" … guess i go with the crowd
  • 18:55:18 <xaver> danilobuerger: what do you say
  • 18:56:37 <xaver> benjamin_654: ok for same style - use it :) - maybe you can find something in code gudeline or crate a issue
  • 19:08:05 <benjamin_654> Denyerec: I only know that you can copy&paste multiple at once - but i have never seen a option for creating..
  • 19:08:39 <benjamin_654> xaver: do you have me a link to the CGL ? is it: http://www.php-fig.org ?
  • 19:09:54 <xaver> danilobuerger: new page is online, but no tickets yet
  • 19:10:13 <xaver> benjamin_654: ?
  • 19:10:25 <xaver> i don't know that site
  • 19:10:51 <xaver> i go home, cu later
  • 19:10:57 <benjamin_654> cu
  • 20:24:20 <randomresult> evening
  • 20:25:38 <benjamin_654> hi
  • 20:33:10 <Denyerec> anyone know how to use a | char in a stdWrap ?
  • 20:33:17 <Denyerec> I tried the &# code but it got escaped
  • 20:47:06 <benjamin_654> maybe the escaping is not mady by typoscript but form fluid ?
  • 20:47:30 <benjamin_654> f.format.raw ?
  • 20:51:29 <benjamin_654> ping @Denyerec
  • 21:20:02 <randomresult> anyone around using stash from atlassian?
  • 21:25:29 <soee> no idea what it is
  • 21:36:08 <xaver> randomresult_afk: no, but nearly all other atlassian products
  • 21:40:01 <randomresult> xaver do u know if it is possible to have a git with submodules as a submodule within another git?
  • 21:40:36 <bjo3rn> are you stoned?
  • 21:40:44 <randomresult> no. sadly not
  • 21:40:45 <bjo3rn> ^^
  • 21:41:21 <xaver> why it should not if git supports it
  • 21:41:36 <randomresult> i think it should be possible.
  • 21:41:48 <bjo3rn> I have no idea. so I'll stfu
  • 21:41:53 <xaver> submodules have only a small referenz and commit hash
  • 21:42:24 <randomresult> so i can have a t3 install with all the dependencies as submodule - and this could be cloned in new projects with there own provider extensions
  • 21:42:41 <randomresult> we are planning a master slave system for a customer with x websides.
  • 21:42:48 <randomresult> x means more than 20
  • 21:43:30 <randomresult> and i want a "base" which i can update and update all other webs with a single git pull and git submodule update
  • 21:44:02 <xaver> but i think this is a ~~ idear
  • 21:44:14 <randomresult> idear?
  • 21:44:19 <xaver> idea
  • 21:44:24 <randomresult> good or bad?
  • 21:44:32 <xaver> ~~ looks bad
  • 21:44:39 <randomresult> why?
  • 21:45:17 <randomresult> we talk about simple websides.
  • 21:45:27 <bjo3rn> east side, web side
  • 21:45:30 <xaver> we used submodules and it works. But thehandling is not always so nice
  • 21:45:36 <randomresult> i know
  • 21:46:26 <randomresult> but i talked to danilobuerger and he nearly jumped at me when i told him how i work. now i think of another way. this could be one
  • 21:46:42 <randomresult> and: tower makes it quite easy to work with submodules
  • 21:47:01 <randomresult> thats why i want a base git and this as a submodule
  • 21:47:27 <randomresult> commit the correct states in the base. chekcout the complete submodules (--recursive) in all webs.
  • 21:47:39 <randomresult> one time hassle.... x-times fun
  • 21:48:58 <randomresult> i talk about the following ext (as example) in my base: typo3-core / flux / fluidpages / vhs / fluidcontent / powermail / view / baseprovider
  • 21:49:42 <randomresult> well ... i will need to check it out
  • 21:52:13 <bjo3rn> is benjamin beck here?
  • 21:52:46 <bjo3rn> benjamin_654 are you benjamin beck?
  • 21:53:12 <randomresult> who the fuck is benjamin Beck?
  • 21:53:24 <randomresult> and have u seen benjaminr lately?
  • 21:53:53 <bjo3rn> no, we are actually starting to worry.
  • 21:54:16 <randomresult> i tried to send him a mail ... but it returned.
  • 21:54:29 <randomresult> no you are starting to more worry
  • 21:54:54 <randomresult> [email protected] returned.
  • 21:56:25 * bjo3rn has much love for 1password
  • 21:57:42 * randomresult loves it too. but 15 euro for the ios app is horrible
  • 21:57:50 <Outdoorsman> hey randomresult... can you help me understand the thought behind plugin.tx_fluidbootstraptheme.settings.useTypoScript
  • 21:58:03 <randomresult> @Outdoorsman no
  • 21:58:05 <randomresult> :)
  • 21:58:09 <Outdoorsman> ahhhh
  • 21:58:17 <randomresult> wel... you can set the defaults there
  • 21:58:26 <randomresult> otherwise the editor can choose
  • 21:58:50 <randomresult> width of a grid for example.
  • 21:58:59 <randomresult> or if the sidebar is left or right
  • 21:59:14 <randomresult> if you use ts, the editor will not see the options
  • 21:59:23 <randomresult> if u dont, the editor can choose
  • 21:59:26 <Outdoorsman> What I'm wondering about specifically is the included js libraries and css files.
  • 21:59:49 <randomresult> these are set via TS
  • 21:59:59 <Outdoorsman> ...and being able to set how many columns a page has in page properties.
  • 22:00:21 <Outdoorsman> how many columns = page layout
  • 22:00:45 <randomresult> you can override the JS stuff with TS in DB
  • 22:01:14 <Outdoorsman> How do you set what layout a page uses if you leave this checked... plugin.tx_fluidbootstraptheme.settings.useTypoScript.
  • 22:01:52 <randomresult> the layout can be selected in the pageproperties
  • 22:02:13 <randomresult> but you will not be able to choose the width of a column for example
  • 22:02:35 <randomresult> just disable ts and see in pageproperties
  • 22:03:08 <Outdoorsman> Ahh I just tried it again and I meant "Page Configuration" tab not the "Page Layouts" tab.
  • 22:03:53 <randomresult> you will not be able to set anything
  • 22:03:57 <randomresult> all will be hidden
  • 22:04:07 <Outdoorsman> Sorry... hadn't looked at it for a while.
  • 22:04:27 <randomresult> i m not a fan of this concept
  • 22:04:28 <Outdoorsman> So to set Page Configuration you would have to put TS on that page to set those things?
  • 22:04:30 <randomresult> but claus is
  • 22:06:08 <randomresult> yeah this should work
  • 22:07:43 <Outdoorsman> That's what the title suggests. I guess I'm not sure how that's a benefit because most sites have a unique page structure so to copy a theme to a new website may not translate well since there are different PID's there.
  • 22:09:06 <randomresult> ?
  • 22:12:01 <Outdoorsman> I'm still trying to wrap my brain around the new concept of TYPO3 distributions (I previously wrote themes... oops).
  • 22:13:18 <Outdoorsman> It's pretty much a copy/paste of your extension and away you go with a preconfigured design. When you use flexforms, none of those values are stored in the extension correct?
  • 22:13:52 <randomresult> no
  • 22:13:56 <randomresult> none of them
  • 22:14:34 <randomresult> well ... there are defaults in the ext
  • 22:15:44 <Outdoorsman> So if you use TS instead, those values can be placed in Configuration/TypoScript/setup.txt
  • 22:16:03 <randomresult> they are placed there - or not
  • 22:16:05 <randomresult> lemme check
  • 22:16:42 <Outdoorsman> Well I don't think the Page Configuration things are there now... but they could be if you wanted them to be.
  • 22:16:58 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Configuration/TypoScript/Settings/constants.txt
  • 22:17:03 <randomresult> here they are
  • 22:17:38 <Outdoorsman> Oh... under settings. So it's just going with the defaults and applying it across all pages?
  • 22:18:04 <randomresult> jupp
  • 22:18:15 <randomresult> you can change this in constant editor
  • 22:18:16 <Outdoorsman> OK... I feel better. I hadn't noticed that before.
  • 22:18:44 <randomresult> you know the constant - editor?
  • 22:18:50 <Outdoorsman> Yes.
  • 22:19:11 <randomresult> there you can edit all this :)
  • 22:19:51 <Outdoorsman> I saw it there, but was stressing about how it applied on a page by page level instead of global.
  • 22:20:05 <randomresult> ;)
  • 22:20:16 <randomresult> so this is solved i guess. :)
  • 22:20:27 <Outdoorsman> Welll....
  • 22:20:28 <randomresult> but im not a real fan of this concept
  • 22:20:29 <Outdoorsman> sure.
  • 22:21:23 <Outdoorsman> I still don't know in practice what the advantage is to applying TS on a page by page level.
  • 22:21:57 <Outdoorsman> I guess I could think of reasons like conditionals that it would be nice to do it on though.
  • 22:22:00 <randomresult> you dont need to . you set it once. and ur done
  • 22:22:54 <Outdoorsman> I may not want the search bar on every page, or I may want placement of sidebar on the right instead of left.
  • 22:23:22 <randomresult> i know
  • 22:23:34 <randomresult> i can check if this can be changed.
  • 22:24:08 <randomresult> as you can see in the pagetemplates all options are hidden when ts is set to on3
  • 22:24:10 <randomresult> one
  • 22:24:12 <randomresult> 1
  • 22:24:37 <randomresult> this is to prevent that the editor is able to change it
  • 22:24:51 <randomresult> i will talk to mrboe and claus to discuss this
  • 22:25:01 <randomresult> i have some thoughts on this
  • 22:25:34 <randomresult> because normally these ts settings could be overwitten by flexforms
  • 22:26:05 <Outdoorsman> Oh good because I'm still just a little confusing how the right was to use this would be on a page by page level.
  • 22:26:13 <Outdoorsman> A side note (not sure if it's bug or not)...
  • 22:26:46 <randomresult> we can talk about this !
  • 22:26:59 <Outdoorsman> 1. I set the slider "Width of sidebar" in the flexform options under Page Configuration and then click save.
  • 22:27:49 <Outdoorsman> 2. I come back to page properties and look at that slider again. Sometimes the slider is clear to the left as if it hasn't been set even though it was just set.
  • 22:28:18 <randomresult> could u raise a bugreport on github pls.
  • 22:28:19 <Outdoorsman> It behaves appropriately in the frontend but doesn't seem to be showing correctly in the BE.
  • 22:28:31 <Outdoorsman> Sure.
  • 22:28:42 <randomresult> thx. cause i will leave now
  • 22:28:46 <Outdoorsman> I'll test a little more.
  • 22:28:48 <randomresult> ill take a look at it
  • 22:28:53 <Outdoorsman> Later :)
  • 22:28:55 <randomresult> thx. charles :)
  • 22:29:05 <randomresult> see u around
  • 22:29:29 <Outdoorsman> Thanks for not taking, I mean taking my question... ha ha
  • 22:29:42 <randomresult> we need to do another skype/teamviewer session.
  • 22:29:49 <randomresult> :)
  • 22:29:57 <Outdoorsman> Yes... I'm getting up to speed with git slowly and understand a lot more now.
  • 22:30:06 <randomresult> great
  • 22:30:14 <Outdoorsman> thanks to you sir
  • 22:30:30 <randomresult> you should go to a t3 event over here . very nice!
  • 22:30:48 <randomresult> anyway. i need to leave now
  • 22:30:55 <randomresult> see you all around!
  • 22:30:59 <Outdoorsman> k
  • 22:31:02 <randomresult> NIGHT bjo3rn !
  • 22:31:17 <randomresult> SLEEP WELL - I HOPE TO SEE YOU TOMOROW
  • 22:31:51 <bjo3rn> happy father's day tomorrow!
  • 22:31:52 * randomresult this was for danilobuerger
  • 22:31:59 <randomresult> you too
  • 22:32:04 <randomresult> i will go hiking
  • 22:32:10 <randomresult> with lots of beer
  • 22:32:14 <bjo3rn> asi
  • 22:32:17 <bjo3rn> ^^
  • 22:32:23 <randomresult> asi?
  • 22:32:27 <bjo3rn> asi!
  • 22:32:56 <randomresult> sleep well bro!
  • 22:32:57 <bjo3rn> asi, proll, you know
  • 22:33:04 <bjo3rn> ^^
  • 22:33:05 <bjo3rn> you too
  • 22:33:10 <randomresult> ah assi
  • 22:33:15 <randomresult> yeah.
  • 22:33:34 <randomresult> i am
  • 22:33:35 <bjo3rn> no assistent
  • 22:33:53 <randomresult> ^^
  • 22:33:57 <randomresult> see u
  • 22:34:01 <randomresult> good night
  • 23:22:57 <benjamin_654> bjo3rn: still online? yes i am benjamin b.
  • 23:35:51 <danilobuerger> benjamin_654 benjamin beck in da house yoooo
  • 23:38:27 <benjamin_654> uhh my real name in the logs .. now i can be googled ..
  • 23:38:36 <danilobuerger> .oO
  • 23:39:09 <danilobuerger> i will actually do that right now ^^
  • 23:39:55 <benjamin_654> its pretty common that name and my digital footprint is small (:
  • 23:40:06 <danilobuerger> yeah
  • 23:40:15 <danilobuerger> well except if you google your name + typo3
  • 23:40:21 <danilobuerger> that gets some hits
  • 23:40:22 <danilobuerger> ;-)
  • 23:40:50 <benjamin_654> thats right!
  • 23:41:11 <danilobuerger> i saw your name in emails today
  • 23:41:31 <danilobuerger> ah you did a PR today
  • 23:44:37 <benjamin_654> how many mails did i produce? i hope not every push to my repo did trigger a mail (:
  • 23:45:07 <danilobuerger> no pushes dont trigger emails ;-)
  • 23:45:10 <danilobuerger> but comments
  • 23:45:25 <danilobuerger> imo the clear feature should be on by default
  • 23:46:06 <benjamin_654> +1
  • 23:46:34 <danilobuerger> do a PR for that ;-) i would totally support it :D
  • 23:48:06 <danilobuerger> alright, sleep time.. good night
  • 23:48:15 <benjamin_654> cu
  • 23:54:54 <cedricziel> someone still there?
  • 23:56:29 <benjamin_654> yes