IRC logs

20160314

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

IRC log range: 20160314*

20160314

  • 04:41:15 <cweiske> is it valid to use the same ID on multiple flux forms?
  • 04:42:51 <cweiske> (on a page configuration form)
  • 04:48:43 <cweiske> I cannot get a custom label for the page layout in this case :/
  • 06:21:41 <cweiske> are there plans to release a new flux version?
  • 06:22:06 <cweiske> git dev has > 50 commits in comparison to the last official version
  • 06:26:09 <NamelessCoder> yep cweiske - at this time, it just needs a final testing with TER fluidcontent/fluidpages and a changelog, then 7.4 can be made.
  • 06:26:58 <cweiske> ok, so no show stoppers are known
  • 06:27:35 <NamelessCoder> thankfully, no
  • 06:29:33 <cweiske> is it still compatible with current TER versions of fluidcontent/fluidpages?
  • 06:29:51 <NamelessCoder> should be - that's exactly what I need to confirm before releasing ;)
  • 06:30:06 <cweiske> ok, i'll try it now
  • 06:30:20 <cweiske> since it contains two bugfixes regarding acl that I probably need
  • 06:30:41 <NamelessCoder> thanks - then I only need to make the change log :)
  • 06:37:28 <cweiske> NamelessCoder, page layouts titles do not get loaded anymore
  • 06:38:35 <cweiske> before: http://fotos.cweiske.de/screenshots/2016-03-14%20flux%20page%20layout%20titles.png
  • 06:38:41 <NamelessCoder> if the "same id allowed?" question is still relevant and related: no, that's not allowed - those should be completely unique
  • 06:38:47 <cweiske> after: http://fotos.cweiske.de/screenshots/2016-03-14%20flux%20page%20layout%20titles%202.png
  • 06:39:29 <NamelessCoder> confirmed - we need a patch for fluidpages to call translation on the labels if needed
  • 06:40:42 <cweiske> there is not issue for this yet?
  • 06:43:09 <cweiske> https://github.com/FluidTYPO3/fluidpages/issues/313
  • 06:45:29 <cweiske> unfortunately the ACL bug I'm experiencing is not fixed yet :/
  • 06:45:37 <cweiske> i'll have to patch that myself
  • 06:48:52 <Guest|32616> hi
  • 06:49:10 <Guest|32616> i would like to know what causes the error:
  • 06:49:23 <Guest|32616> Could not access remote resource https://repositories.typo3.org/mirrors.xml.gz.
  • 06:49:42 <Guest|32616> by trying to download a extension in extension manager
  • 06:50:40 <Guest|32616> all configuration: [SYS][curlUse] = 1
  • 06:51:18 <Guest|32616> seems to depend on my system because a version 6.2 and 7.6.4 having same error
  • 06:51:36 <Guest|32616> anyone knows how to solve that?
  • 06:51:43 <Guest|32616> using xampp on mac os
  • 06:57:50 <cweiske> Guest|32616, this is not related to the fluidtypo3 extensions
  • 06:57:58 <cweiske> please ask in a general typo3 channel
  • 07:02:55 <cweiske> NamelessCoder, other than the label issue all works as before
  • 07:17:15 <NamelessCoder> nice - thanks for checking!
  • 07:30:37 <cweiske> ha. found the bug
  • 07:30:42 <cweiske> === comparing '1' against 1
  • 08:09:06 <cweiske> hm. my own core patch broke it
  • 08:11:51 <NamelessCoder> which bug are we talking about?
  • 08:11:56 <cweiske> not reported yet
  • 08:12:02 <NamelessCoder> ah ok :)
  • 08:12:08 <NamelessCoder> I thought I missed a couple of lines
  • 08:12:11 <cweiske> and it wasn't a flux bug as it turned out
  • 08:12:17 <cweiske> but a bug in my core patch
  • 08:26:02 <cweiske> NamelessCoder, maybe there is a bug regarding ACL. if in the backend page view you click on the icon of a content element and select "new", you'll get the content element edit form. The "Fluid Content type" dropdown is not filtered if the element is to be added to a page column directly. it is filtered if it is added as child element to another fluid content element
  • 08:26:34 <cweiske> the code in fluidcontent/Classes/Provider/ContentProvider.php#processTableConfiguration only checks for be groups and fluid content element children
  • 08:27:38 <cweiske> http://fotos.cweiske.de/screenshots/2016-03-14%20typo3%20backend%20new.png
  • 08:28:37 <cweiske> http://fotos.cweiske.de/screenshots/2016-03-14%20typo3%20backend%20new2.png
  • 08:42:16 <cweiske> https://github.com/FluidTYPO3/fluidcontent/issues/342