IRC logs

20141007

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

IRC log range: 20141007*

20141007

  • 00:00:01 <danilobuerger> already fixed it :-)
  • 00:00:29 <danilobuerger> do you want a PR or should i straight commit?
  • 00:00:41 <NamelessCoder> PR please, let mr. coveralls do his work
  • 00:07:10 <NamelessCoder> shouldn't this be fixed by passing $pageUid to ->isActive etc rather than redefining the page record?
  • 00:07:34 <danilobuerger> nope :( tried that
  • 00:12:00 <NamelessCoder> that viewhelper is just
  • 00:12:09 <NamelessCoder> ...begging for refactoring
  • 00:12:26 <NamelessCoder> decouple resolve logic from render logic
  • 00:16:27 <danilobuerger> time to update composer then ;-)
  • 00:16:29 <danilobuerger> :wq
  • 00:16:39 <NamelessCoder> vim user!
  • 00:16:44 <danilobuerger> well that was for vim ;-)
  • 00:16:59 <NamelessCoder> think, "witch!"
  • 00:17:01 <NamelessCoder> :p
  • 00:17:20 <NamelessCoder> nitey!
  • 00:17:46 <danilobuerger> bye
  • 10:59:39 <randomresult> hi all
  • 11:00:16 <randomresult> i have to update a very old flexform-install ... and im looking for the migrationscript from danilo
  • 11:00:27 <randomresult> @NamelessCoder do i find that somewhere
  • 11:05:46 <mrboe> https://github.com/FluidTYPO3/documentation/blob/rewrite/5.Appendix/5.3.Migration/5.3.2.MigrationToFlux7.md
  • 11:43:05 <drlimbo> hi there
  • 11:43:11 <drlimbo> someone alive?
  • 11:43:12 <ad_on_is> is there anything wrong with <v:variable.set name="canBeOrdered" value="1" />
  • 11:43:18 <ad_on_is> i get error: Tx_Vhs_ViewHelpers_Variable_SetViewHelper maybe not loaded or no autoloader?
  • 11:44:05 <drlimbo> f:format.date doesnt care about setlocale(), so is there a way to use f:format.date with strftime()?
  • 11:44:11 <ad_on_is> vhs 1.8.5
  • 11:44:58 <Akii> ad_on_is: v:var.set
  • 11:45:02 <Akii> too old
  • 11:45:42 <Akii> drlimbo: include an % in the format
  • 11:45:53 <ad_on_is> @akii thx, that was it
  • 11:46:07 <Akii> drlimbo: also take a look into the class itself for clarification
  • 11:46:16 <Akii> ad_on_is: np
  • 11:46:23 <drlimbo> {f:format.date(format: '%l, d.m.Y H:i', date: event.dtStart)} something like this Akii?
  • 11:46:42 <Akii> something that satisfies this condition: if (strpos($format, '%') !== FALSE)
  • 11:47:24 <drlimbo> i dont understand what u want to say Akii =(
  • 11:47:59 <Akii> yes that should work, if that's valid strftime syntax
  • 11:49:48 <drlimbo> so, something like '%A, %d. %Y'
  • 11:49:57 <Akii> just try it out already :P
  • 11:51:50 <ad_on_is> drlimbo use these placeholders: http://php.net/manual/en/function.strftime.php
  • 11:52:17 <drlimbo> ah, thanks ad_on_is and Akii, i'll try!
  • 11:52:32 <ad_on_is> does anyone know if i can pass something like arguments="{_all, foo:bar}" to partials
  • 11:53:09 <cedricziel> why would you?
  • 11:53:14 <cedricziel> hi btw :)
  • 11:53:30 <Akii> {blah: 'such things maybe'}
  • 11:53:57 <cedricziel> i'd stick with all *or* a single value
  • 11:54:06 <cedricziel> anything in between can be achieved with an alias, no?
  • 11:55:43 <ad_on_is> i want to render a partial three times, each has to show different entries, according to a specific variable
  • 11:56:20 <BenjaminR> use v:variable.set before you render the partial. then the variable will be contained in _all
  • 11:56:34 <cedricziel> hey Ben
  • 11:56:40 <BenjaminR> hi ced
  • 11:56:46 <ad_on_is> ie: <f:render partial="customlist" arguemnts={_all, show:'persons'}
  • 11:56:51 <ad_on_is> i'll try that
  • 11:57:12 <BenjaminR> i dont think that works ad_on_is and if, its dirty
  • 11:57:23 <cedricziel> i simply dont think this is the way it's meant to be
  • 11:57:40 <cedricziel> all is a hash itself
  • 11:59:08 <cedricziel> partials should do a small amount of work which in general dosnt need _all
  • 11:59:08 <ad_on_is> yeaaah, thx BenjaminR, that was it
  • 12:00:14 <ad_on_is> is it a performance-crasher passing {_all} to partials, even if not needed?
  • 12:01:19 <ad_on_is> i do that because i have some global settings, and it's comfortable accessing them in partials with _all
  • 12:10:12 <cedricziel> not crashing, but you can imagine it comes with a cost
  • 14:33:31 <Akii> anyone knows a hook between loading TCA and pagegen / rendering _INT placeholders?
  • 14:34:25 <Akii> found something :)
  • 16:24:21 <drlimbo> aloha
  • 16:24:59 <drlimbo> everytime im saving in T3 6.2.5 the RTE replaces every <br/> with <p> - how i can enable not to remote <br> tags?
  • 18:02:39 <Wiwi|22891> hi all
  • 18:03:08 <Wiwi|22891> i have a problem about display link title in flux custom content form
  • 18:03:17 <Wiwi|22891> this is my link field
  • 18:03:18 <Wiwi|22891> https://gist.github.com/anonymous/02da323461503695d764
  • 18:03:41 <Wiwi|22891> when i choose a page and save it. I have a the page id displayed in the input field
  • 18:03:50 <Wiwi|22891> instead of page title
  • 18:04:03 <Wiwi|22891> how can i get page title?
  • 18:09:43 <Wiwi|22891> does anyone already encountered this problem?
  • 18:17:05 <featdd> hi@all
  • 18:18:38 <Akii> if I suddenly have the Flux configuration manager injected.. that's not a problem or is it?
  • 18:19:18 <Akii> probably not from the looks of it :)
  • 18:19:55 <Wiwi|22891> help :)
  • 20:25:25 <NamelessCoder> Wiwi|22891 the link wizard + input field combination is intended to contain only the page UID you select
  • 20:26:32 <NamelessCoder> you could turn it into a field.relation or just accept that that's how you create page links in TYPO3 (the same field also supports external links and links with class attributes)