IRC logs

20140720

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

IRC log range: 20140720*

20140720

  • 17:12:22 <vizArt> hi :)
  • 17:22:32 <vizArt> can someone tell me the url of the "full contributing guide"?
  • 17:53:09 <xaver> mmh somewhere :P - crate a PR against development
  • 17:53:20 <xaver> use rebase - CGL
  • 17:54:42 <vizArt> ok thanks
  • 20:36:06 <bjo3rn> http://concert.arte.tv/de/montypython just sayin'
  • 20:58:01 <Guest|69787> Hi I am new in using fluid and especially VHS. I need for my first extension an prev/next for a detail view and found this old thread: <f:link action="show" arguments="{card: '{fed:next(haystack: allCards, needle: card.uid)}'">Next card</f:link>
  • 20:58:01 <FT3BOT> ¯\_(ツ)_/¯
  • 20:58:31 <Guest|69787> can somebody translate it to the current vhs version
  • 20:59:08 <Guest|69787> I made it this way: <f:link.action action="show" arguments="{company:'{v:iterator.next(haystack: companies, needle: company)}'">Next</f:link.action>
  • 20:59:09 <FT3BOT> ¯\_(ツ)_/¯
  • 21:00:14 <Guest|69787> but i get this error message: The argument "arguments" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper"
  • 21:15:03 <soee> Guest|69787: you have missing }
  • 21:26:00 <Guest|69787> thanks for your help!