IRC logs

20131215

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

IRC log range: 20131215*

20131215

  • 00:54:42 <soee> danilobuerger: how this uncache vh works ?
  • 00:54:55 <danilobuerger> in the most awesome way
  • 00:55:02 <danilobuerger> use it just like f:render
  • 00:55:09 <danilobuerger> everything you render with it is not cached
  • 00:55:46 <soee> vhs:render.unchache ?
  • 00:56:09 <danilobuerger> yes
  • 00:56:37 <soee> ah nice, i think im gonna use it on 1-2 places in current project
  • 00:56:38 <danilobuerger> fx v:render.uncache partial="bla" … inside bla.html -> v:random.number
  • 00:56:40 <soee> just i time :)
  • 00:56:42 <soee> *in
  • 00:57:02 <danilobuerger> but be aware, this obviously adds to the rendering time, each time
  • 00:57:26 <soee> is im aware
  • 02:26:23 <soee> where should interfaces land in extbase extension ?
  • 02:27:00 <danilobuerger> in classes, wherever they make sense, see flux fx
  • 02:27:11 <soee> thanks
  • 02:49:17 <soee> if i want to apply multiple valiadtors for attribute
  • 02:49:24 <soee> this one is good syntax: * @validate required, float ?
  • 06:57:45 <FT3BOT> Issue 11: [FEATURE] add argument allowedActions to ControllerActionsViewHelper https://github.com/fluidtypo3/flux/issues/11
  • 06:57:46 <FT3BOT> Issue 11: [FEATURE] add argument allowedActions to ControllerActionsViewHelper https://github.com/fluidtypo3/flux/issues/11
  • 09:55:51 <FT3BOT> Issue 403: [DOC] Update @return annotation for setTitle https://github.com/fluidtypo3/flux/issues/403
  • 09:55:52 <FT3BOT> Issue 403: [DOC] Update @return annotation for setTitle https://github.com/fluidtypo3/flux/issues/403
  • 09:57:18 <FT3BOT> Issue 404: [DOC] Fix @subpackage annotations https://github.com/fluidtypo3/flux/issues/404
  • 09:57:19 <FT3BOT> Issue 404: [DOC] Fix @subpackage annotations https://github.com/fluidtypo3/flux/issues/404
  • 10:23:54 <FT3BOT> Issue 403: [DOC] Update @return annotation for setTitle https://github.com/fluidtypo3/flux/issues/403
  • 10:23:55 <FT3BOT> Issue 403: [DOC] Update @return annotation for setTitle https://github.com/fluidtypo3/flux/issues/403
  • 12:50:33 <FT3BOT> Issue 404: [DOC] Fix @subpackage annotations https://github.com/fluidtypo3/flux/issues/404
  • 12:50:34 <FT3BOT> Issue 404: [DOC] Fix @subpackage annotations https://github.com/fluidtypo3/flux/issues/404
  • 14:41:17 <bjo3rnsEvilTwin> http://bjo3rn.com/blog/a-guide-to-menu-rendering-with-fluidtypo3
  • 14:49:47 <soee> :)
  • 15:05:58 <soee> what can be the reason that one online assets.script code isnt concatenated with rest ?
  • 15:06:03 <soee> *inline
  • 15:08:15 <danilobuerger> bjo3rn good blog post
  • 17:10:50 <T0rsten> hi guys, i have a question to vhs menuviewhelper, i have this code: https://gist.github.com/anonymous/7974809
  • 17:11:44 <T0rsten> The Problem is that i havn't the {menuItemLvl2} and 3 in Row 44, 54 and 55, but only in the first iteration
  • 17:12:06 <T0rsten> i think its comes from the backupVariable and restoreVariable in then Viewhelper
  • 17:12:17 <T0rsten> anyone have an idea how to solve this problem?
  • 17:13:09 <T0rsten> Ill paste a screenshot, than you get what i mean
  • 17:16:40 <soee> T0rsten: i have to go out but maybe take a look first at: <bjo3rnsEvilTwin> http://bjo3rn.com/blog/a-guide-to-menu-rendering-with-fluidtypo3 :)
  • 17:17:49 <T0rsten> i read it
  • 17:17:56 <T0rsten> thats because im here ;D
  • 17:18:05 <T0rsten> i fixed the problem, but the ugly way
  • 17:18:36 <T0rsten> now i would share my problem and maybe, someone have an idea, or can show me where im wrong
  • 17:22:28 <T0rsten> http://www.tiikoni.com/tis/view/?id=b0af3ba
  • 17:22:36 <T0rsten> here you can see the problem
  • 17:24:07 <T0rsten> if i extend the viewhelper and bypass the cleanTemplateVariableContainer method, it works.
  • 17:42:54 <randomresult> hi there
  • 17:43:02 <randomresult> hi bjo3rn - nice blogpost
  • 17:43:05 <randomresult> thx for that
  • 17:51:11 <T0rsten> hi random again
  • 17:51:50 <randomresult> hi T0rsten
  • 17:52:29 <T0rsten> are you interestet to look at my problem and maybe have some ideas?
  • 17:52:48 <randomresult> i looked at it already. and no, sorry for that, i have no ideas
  • 17:53:03 <randomresult> i would if i could
  • 17:55:20 <T0rsten> ok, but thanks for looking
  • 17:56:13 <randomresult> you are always welcome. the more i can help the better i understood everything...
  • 17:56:27 <randomresult> and im still at the beginning
  • 18:46:13 <T0rsten> i created a simple example now, if your interested, look here: https://gist.github.com/anonymous/7975858
  • 19:08:53 <bjo3rn> T0rsten still there?
  • 19:09:41 <T0rsten> little bit
  • 19:10:15 <bjo3rn> ok, I think you need to get the parent record with <v:page.info />
  • 19:10:29 <bjo3rn> inside the second iteration i.e.
  • 19:11:21 <T0rsten> ok, but
  • 19:11:34 <T0rsten> in my real code, i have four levels
  • 19:11:43 <T0rsten> and in the fourth i need lvl1 2 3 and 4
  • 19:12:00 <bjo3rn> hm
  • 19:12:03 <T0rsten> there it doesnt work i think :/
  • 19:12:18 <T0rsten> its for a mobile menu on iOS
  • 19:12:52 <bjo3rn> it will look strange codewise but it will work
  • 19:13:02 <T0rsten> ok i test it
  • 19:13:12 <bjo3rn> do you know jquery.mmenu?
  • 19:13:57 <bjo3rn> I can recommend it: http://mmenu.frebsite.nl/
  • 19:15:34 <T0rsten> ... im only for integration, html is not from me ;D
  • 19:15:43 <T0rsten> i talked to frontenddev but ...
  • 19:16:36 <T0rsten> but, its a vhs problem ;)
  • 19:16:45 <T0rsten> maybe it should never work or all the time
  • 19:17:27 <bjo3rn> ok, so you think there is a bug?
  • 19:17:38 <FT3BOT> Issue 406: [FEATURE] RenderMode on MultiValueFormField, record+field on DataViewHelper https://github.com/fluidtypo3/flux/issues/406
  • 19:17:39 <FT3BOT> Issue 406: [FEATURE] RenderMode on MultiValueFormField, record+field on DataViewHelper https://github.com/fluidtypo3/flux/issues/406
  • 19:21:48 <T0rsten> no its not a bug i think
  • 19:21:53 <T0rsten> its a missing feature
  • 19:22:03 <randomresult> hi bjo3rn
  • 19:22:17 <randomresult> i just saw the fluidcontent core extension
  • 19:24:47 <bjo3rn> hi randomresult
  • 19:27:37 <randomresult> is this new?
  • 19:28:23 <FT3BOT> Issue 124: [FEATURE] Attributes maxSize and disallowed on file field https://github.com/fluidtypo3/flux/issues/124
  • 19:28:24 <FT3BOT> Issue 124: [FEATURE] Attributes maxSize and disallowed on file field https://github.com/fluidtypo3/flux/issues/124
  • 19:28:41 <bjo3rn> yes, it's still experimental
  • 19:29:01 <randomresult> this would be a cool one
  • 19:30:11 <bjo3rn> oh yes, I think so too.
  • 19:30:43 <randomresult> thx. for the blog post
  • 19:35:42 <bjo3rn> oh, yw. hope it helps.
  • 19:36:58 <randomresult> only thing i dont understand is what u mean with deferred
  • 19:37:44 <randomresult> i mean i can imagine what u mean... but i need to try this at home :)
  • 19:37:58 <bjo3rn> you should.
  • 19:38:11 <bjo3rn> and if you take a close look at the example I think you'll get it.
  • 19:38:33 <randomresult> sorry. need to go for now
  • 19:38:37 <randomresult> will be back in 30 min
  • 20:13:38 <soee> cedricziel: one short question
  • 20:13:59 <soee> sorry for disturbing but i want to test this: https://review.typo3.org/#/c/26440/
  • 20:14:12 <soee> to apply this changes i have to do git fetch git://git.typo3.org/Packages/TYPO3.CMS refs/changes/40/26440/1 && git cherry-pick FETCH_HEAD ?
  • 20:15:43 <cedricziel> read this first: http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine
  • 20:50:30 <FT3BOT> Issue 407: [TASK] Improve tests https://github.com/fluidtypo3/flux/issues/407
  • 20:50:31 <FT3BOT> Issue 407: [TASK] Improve tests https://github.com/fluidtypo3/flux/issues/407