IRC logs

20150729

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

IRC log range: 20150729*

20150729

  • 04:48:16 <Guest|65519> Hi guys. Quick question; I have a table containing a couple thousand records. I need to be able to select one or many of these records to form an arbitrary group that is later rendered on the page. Basically, you select a few records and those are thrown into a table. That's all. So far, I tried to achieve this using a simple select-box, as well as
  • 04:48:16 <Guest|65519> flux:field.relation, both in combination with flux:wizard.suggest. Sadly, neither works as intended. I can fill the select-box by using a custom viewhelper, but that implies loading all records right away, which might slow things down and seems pretty unnecessary. I also couldn't get the suggest-wizard to list any entries at all. flux:field.relati
  • 04:48:16 <Guest|65519> on, on the other hand, does work with the wizard, but it also loads all the records right away. Further, I was not able to show any other value than that of the first column of the record. It's numeric and pretty non-descriptive, an obvious no-go. I'm pretty new to this stuff, so please forgive any obvious ignorance. I did look at fluidtypo3 refere
  • 04:48:16 <Guest|65519> nce, but my questions remain the same. Using Typo3 version 6.2.1, fluid 7.2.1.
  • 04:55:05 <Guest|65519> Sorry, 6.2.13, not 6.2.1
  • 05:05:57 <ToM04> hi, I am just starting with fluidcontent and try to build a simple Content-Element
  • 05:06:21 <ToM04> but now I get an error in the frontend. would be nice if someone could help me.
  • 05:09:12 <featdd> ToM04: what error?
  • 05:10:29 <ToM04> #1225709596: The template files "/srv/www/nginx/typo3conf/ext/wu_template/Resources/Private/Layouts/Content.html", "/srv/www/nginx/typo3conf/ext/wu_template/Resources/Private/Layouts/Content" could not be loaded
  • 05:11:48 <ToM04> I am not sure why a content.html gets used. my content-element is called testimonial.html
  • 05:17:37 <ToM04> ok. looks like I have to change my page template
  • 08:23:36 <JohPie> jmverges: I miss a button to reopen a issue... :(
  • 08:23:43 <JohPie> in gitHub
  • 08:23:56 <jmverges> what?
  • 08:24:08 <JohPie> https://github.com/FluidTYPO3/flux/issues/792
  • 08:25:22 <jmverges> what happen with that issue John?
  • 08:25:31 <jmverges> JohPie
  • 08:25:43 <JohPie> I have allready this problem
  • 08:26:08 <JohPie> an can reproduce this in different systems
  • 08:26:10 <jmverges> I tried it in master and 6.2 LTS
  • 08:26:40 <jmverges> I can't reproduce it
  • 08:26:46 <JohPie> do you have pages with different settings for disalbe content-Elements?
  • 08:27:13 <jmverges> nop, I just did it in the template of the site
  • 08:27:16 <jmverges> in my root
  • 08:27:49 <JohPie> I think you don't understand the issue (or I have explain it wrong)
  • 08:28:31 <JohPie> oh... I think I forgott something in explain
  • 08:29:05 <jmverges> please explain it better
  • 08:29:22 <jmverges> you can write in a closed issue
  • 08:29:54 <JohPie> it doesn't work, if you have the disable-setting only for some pages
  • 08:30:19 <mneuhaus> jmverges fyi here's the wip pr for responsive images: https://github.com/FluidTYPO3/vhs/pull/875
  • 08:30:22 <jmverges> please, update the issue properly if you don't mind and I will take a look
  • 08:30:33 <jmverges> mneuhaus: I saw it
  • 08:31:16 <jmverges> There is a phpcs problem
  • 08:31:23 <jmverges> https://travis-ci.org/FluidTYPO3/vhs/jobs/73094513
  • 08:31:36 <jmverges> but it looks good to me in general
  • 08:31:53 <JohPie> jmverges: I update my last comment
  • 08:32:06 <mneuhaus> the srcset implementation isn't as clean as i'd like yet. will fix that phpcs issue of course ;)
  • 08:32:44 <jmverges> mneuhaus I think your viewhelper will be very useful
  • 08:34:11 <mneuhaus> yep, theyre looking suprisingly simple + useful :)
  • 08:34:27 <jmverges> JohPie, could you explain each step to reproduce it? the comment is a bit lazy for me. Imagine I just have a clean installation
  • 08:35:30 <JohPie> ok
  • 08:45:02 <jmverges> thank you JohPie
  • 08:45:33 <jmverges> I will take a look when I have a bit of time, maybe not today but sure tomorrow
  • 08:45:48 <jmverges> did you update all FT3 extensions to the last ones?
  • 08:46:03 <jmverges> I was working the other day with Wizard and cache problems
  • 08:47:21 <JohPie> flux, fluidpage, fluidcontent have a fresh pull from master
  • 08:49:14 <JohPie> in development the disable setting doesn't work anymore, but I will test it more then one time befor open a issue
  • 10:42:40 <IntVa> hi
  • 10:43:39 <IntVa> anyone here to help? ;)
  • 10:51:56 <IntVa> Is it possible to create a CE that works like IRE? a set of eg. inputs as a "section" that can be added unlimited
  • 10:53:43 <mneuhaus> IntVa: yep it's called a section, you can check out this content element as an example:
  • 10:53:43 <mneuhaus> https://github.com/bootstraptheme-for-typo3/fluidcontent_bootstrap/blob/development/Resources/Private/Templates/Content/NavigationList.html
  • 10:54:23 <IntVa> thx, I check the link!
  • 10:54:58 <mneuhaus> you're welcome
  • 10:56:02 <mneuhaus> don't stumble over the {items} array you get, each item is an array of the "type" of item
  • 10:56:10 <mneuhaus> because you can have different types of items
  • 10:56:22 <mneuhaus> like in that example above, you have header, item or divider
  • 10:57:06 <mneuhaus> take a peek at the resulting {items} array and i think you'll get what i mean :)
  • 10:58:18 <IntVa> ok. and the object(s) are needed. or is it just the section that builds it like IRE
  • 10:59:01 <mneuhaus> yes, you need the object a objects describes the fields the items have
  • 10:59:31 <IntVa> alright. I give it a try
  • 13:37:06 <xaver> mneuhaus: is edge compatible to src-set
  • 15:14:40 <mneuhaus> you mean ie=edge?
  • 15:14:53 <mneuhaus> not sure, i only readup a bit yesterday myself
  • 15:19:28 <xaver> mneuhaus: maybe you need to pay for it in Windows10
  • 15:21:53 <jmverges> fuck windows
  • 15:22:01 <jmverges> fuck ie
  • 15:26:00 <mneuhaus> xaver: i guess the polyfill will take care of cases like that
  • 15:26:19 <xaver> https://twitter.com/h0uz3/status/626426845051912192/photo/1
  • 15:26:34 <mneuhaus> …
  • 15:26:36 <mneuhaus> omg
  • 15:26:58 <mneuhaus> windows 10 free to download an install
  • 15:27:00 <xaver> :)
  • 15:27:51 <mneuhaus> would you like to speed up the boot time of your apps? you can start this app immidiatly by using 1 shitcoin or wait 15min for it to load. 100shitcoins cost 19.99€
  • 15:28:15 <mneuhaus> windows 10 with in-osx-purchase
  • 15:28:27 <mneuhaus> -x
  • 15:29:54 <xaver> mneuhaus: reboot later button usage $5
  • 15:30:06 <mneuhaus> 3shitcoins
  • 15:30:12 <xaver> and for security - pay per login
  • 15:30:21 <xaver> no hacker will pay for yyou
  • 15:30:28 <mneuhaus> you need to hide costs behind coins, makes more money
  • 15:30:47 <mneuhaus> because you don't "pay with money"
  • 15:31:09 <jmverges> did you start in computers with windows?
  • 15:31:44 <mneuhaus> me? yep, used 95,98,2k,xp and vista
  • 15:31:56 <mneuhaus> after vista 2 years ubuntu, then mac
  • 15:33:02 <xaver> i can't see appserver sessionbeans anymore -_-
  • 15:34:48 <jmverges> I started with msdos and 3.11, now even my father uses ubuntu
  • 15:35:23 <mneuhaus> toyed with msdos and 3.11 on the pc of a friend, but my first own pc was a pentium 2 with win95
  • 15:44:09 <jmverges> the only "good" thing microsoft did was putting "cheap" computers in our homes. the bad thing about that is people used to work with it. how many lost and paid hours of developers in projects doing fucking crossbrowser for fucking IE?
  • 15:44:46 <xaver> jmverges: windows is good for a lot of things :)
  • 15:45:10 <jmverges> oh, xaver, come on...
  • 15:45:55 <xaver> downlaod linux, laughing at people with it, windows10 shurly pushes South Park freemium episode in Emmys
  • 15:46:14 <jmverges> hahahahaha
  • 15:54:06 <jmverges> mneuhaus: what about the phpcs thing?
  • 15:54:34 <mneuhaus> jmverges: sorry, didn't come to it yet :(
  • 15:54:39 <mneuhaus> tomorrow i hope :)
  • 15:54:44 <jmverges> great
  • 15:55:10 <mneuhaus> + a few other tweaks :)
  • 18:27:35 <xaver> mneuhaus: http://blogs.windows.com/msedgedev/2015/06/08/introducing-srcset-responsive-images-in-microsoft-edge/