IRC logs

20131211

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

IRC log range: 20131211*

20131211

  • 00:16:51 <FT3BOT> Issue 389: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/389
  • 00:16:52 <FT3BOT> Issue 389: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/389
  • 01:01:35 <FT3BOT> Issue 390: [BUGFIX] Fixed d&d moving after https://github.com/fluidtypo3/flux/issues/390
  • 01:01:36 <FT3BOT> Issue 390: [BUGFIX] Fixed d&d moving after https://github.com/fluidtypo3/flux/issues/390
  • 01:03:06 <FT3BOT> Issue 391: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/391
  • 01:03:07 <FT3BOT> Issue 391: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/391
  • 01:07:58 <FT3BOT> Issue 391: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/391
  • 01:07:59 <FT3BOT> Issue 391: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/391
  • 01:09:52 <FT3BOT> Issue 390: [BUGFIX] Fixed d&d moving after https://github.com/fluidtypo3/flux/issues/390
  • 01:09:53 <FT3BOT> Issue 390: [BUGFIX] Fixed d&d moving after https://github.com/fluidtypo3/flux/issues/390
  • 10:09:51 <hans> hi there
  • 10:10:09 <hans> i am searching for an viehelper to get the current depth/level of a page
  • 10:10:16 <hans> does something exists?
  • 10:10:40 <hans> " <f:if condition="{page.level} == 2"> " ??
  • 10:11:24 <randomresult> ... hmmm entryLevel is the same
  • 10:18:39 <danilobuerger> hans, i dont think there is yet… but making a view helper for that is only a matters of minutes.. since everything needed is already there
  • 10:25:09 <hans> ok, thx ill try my best
  • 10:26:05 <hans> ok, someting else:
  • 10:26:14 <hans> i got a page template
  • 10:26:27 <hans> inside the config section i added an image and a description
  • 10:26:43 <hans> in the backend i can see the fields and fill them with data
  • 10:26:57 <hans> in in front the is only the image displayed
  • 10:27:10 <randomresult> hans maybe u can use treeLevel in TS and set some settings for your ProviderExtension
  • 10:27:10 <danilobuerger> please provide a gist
  • 10:28:01 <hans> here is the tpl: http://justpaste.it/dszu
  • 10:29:24 <danilobuerger> please format it properly and paste it on gist.github.com with enableing xml... what you posted is really hard to read
  • 10:30:30 <randomresult> hans where u got this from?
  • 10:30:34 <randomresult> looks strange for me
  • 10:32:06 <hans> https://gist.github.com/anonymous/7907495
  • 10:33:15 <hans> the config provides an image a description and a grid container; in <f:section name="Content"> the data should be displayed
  • 10:33:37 <randomresult> and f:debug shows the description?
  • 10:33:53 <hans> the image is displayed but not the description; the f:debug gives a NULL back
  • 10:33:57 <hans> no
  • 10:36:40 <randomresult> im using this and it works : <flux:flexform.field.text name="text" label="Text" enableRichText="1"></flux:flexform.field.text>
  • 10:37:10 <randomresult> i take this to display <f:format.raw>{text}</f:format.raw>
  • 10:38:18 <randomresult> for testing, i would get rid of everthing not needed (like defaut="" or cols and rows)
  • 10:38:41 <danilobuerger> hans you put the description field inside an object... that doesnt make any sense
  • 10:39:03 <randomresult> danilobuerger isnt it necessary to put an object into a section ?
  • 10:39:08 <danilobuerger> yes
  • 10:39:19 <danilobuerger> but thats only if you want to have many objects
  • 10:39:36 <randomresult> otherwise i dont need objects right?
  • 10:39:38 <danilobuerger> if you want just one as is the case in the provided gist (i guess) you need to get rid of object
  • 10:40:02 <danilobuerger> hans get rid of <flux:flexform.object and it should work
  • 10:40:11 <randomresult> so objects need a section
  • 10:40:18 <danilobuerger> (dont forget to resave the content element)
  • 10:40:18 <hans> ok, i uderstand, and ill try it!
  • 10:40:19 <danilobuerger> randomresult yes
  • 10:40:20 <hans> thx
  • 10:41:58 <hans> ok, wrapping it into the object was my main mistake!
  • 10:42:00 <hans> thx!
  • 10:42:19 <danilobuerger> and hans regarding the page level... you can use the new v:page.rootline view helper from vhs#432.... use like <v:page.rootline as="rootline> ....... </v:page.rootline>
  • 10:42:20 <FT3BOT> Issue 432: [FEATURE] Rootline view helper https://github.com/fluidtypo3/vhs/issues/432
  • 10:44:16 <danilobuerger> randomresult check http://git.io/sh9SvA we have a migration script now
  • 10:45:14 <randomresult> so... why did we try to get one working?
  • 10:46:09 <danilobuerger> we needed one fast yesterday evening
  • 10:48:14 <randomresult> as i see, you change the flux.field s also now ?
  • 10:48:27 <randomresult> is this changed?
  • 10:48:34 <danilobuerger> yeah new git master
  • 10:48:57 <randomresult> is there a place beside git where i can see the made changes?
  • 10:50:06 <danilobuerger> the changes made to what?
  • 10:50:18 <randomresult> to this for example
  • 10:50:23 <danilobuerger> https://github.com/FluidTYPO3/flux/commits/master
  • 10:50:36 <randomresult> git. that was the question
  • 10:51:11 <danilobuerger> yes with git or on github you can see the changes made to flux
  • 11:23:09 <cedricziel> NamelessCoder: did you try phpsorm 6.1 eap already?
  • 11:24:23 <cedricziel> uh. 7.1
  • 11:32:25 <nimius|thephpjo> hi there
  • 11:33:46 <nimius|thephpjo> a while ago i submitted to some tickets regarding bugs in flux
  • 11:34:13 <nimius|thephpjo> => https://github.com/FluidTYPO3/flux/issues/327#issuecomment-29881579 and https://github.com/FluidTYPO3/flux/issues/242#issuecomment-29470260
  • 11:34:28 <nimius|thephpjo> i wanted to ask for the status of those
  • 11:39:02 <FT3BOT> Issue 393: [BUGFIX] Inside flux tce hooks should only be processed once https://github.com/fluidtypo3/flux/issues/393
  • 11:39:02 <FT3BOT> Issue 393: [BUGFIX] Inside flux tce hooks should only be processed once https://github.com/fluidtypo3/flux/issues/393
  • 11:40:24 <danilobuerger> nimius|thephpjo i am working on it
  • 12:12:12 <NamelessCoder> new music - thanks, randomresult :)
  • 12:13:06 <randomresult> you are welcome
  • 12:13:28 <randomresult> how many arrived?
  • 12:15:05 <NamelessCoder> how many did you buy?!? 2 arrived
  • 12:15:44 <randomresult> wait and see
  • 12:15:54 <randomresult> or kick amazons ass
  • 12:17:07 <NamelessCoder> :)
  • 12:17:19 <NamelessCoder> hey Apen :)
  • 12:47:07 <FT3BOT> Issue 393: [BUGFIX] Inside flux tce hooks should only be processed once https://github.com/fluidtypo3/flux/issues/393
  • 12:47:08 <FT3BOT> Issue 393: [BUGFIX] Inside flux tce hooks should only be processed once https://github.com/fluidtypo3/flux/issues/393
  • 13:10:34 <FT3BOT> Issue 103: [BUGFIX] Flux fields type "input", "text" misses field name https://github.com/fluidtypo3/flux/issues/103
  • 13:10:35 <FT3BOT> Issue 107: [TASK] Basis for recent performance improvements in Providers https://github.com/fluidtypo3/flux/issues/107
  • 13:10:36 <FT3BOT> Issue 103: [BUGFIX] Flux fields type "input", "text" misses field name https://github.com/fluidtypo3/flux/issues/103
  • 13:10:37 <FT3BOT> Issue 107: [TASK] Basis for recent performance improvements in Providers https://github.com/fluidtypo3/flux/issues/107
  • 13:11:14 <FT3BOT> Issue 115: [TASK] Remove ExposedStandaloneView https://github.com/fluidtypo3/flux/issues/115
  • 13:11:15 <FT3BOT> Issue 116: [TASK] Cleanups according to code inspections https://github.com/fluidtypo3/flux/issues/116
  • 13:11:16 <FT3BOT> Issue 115: [TASK] Remove ExposedStandaloneView https://github.com/fluidtypo3/flux/issues/115
  • 13:11:17 <FT3BOT> Issue 116: [TASK] Cleanups according to code inspections https://github.com/fluidtypo3/flux/issues/116
  • 13:11:47 <FT3BOT> Issue 9: Path of FlexForms seems not get resolved correctly https://github.com/fluidtypo3/flux/issues/9
  • 13:11:48 <FT3BOT> Issue 8: Fluid Content elements aren't displayed in BE https://github.com/fluidtypo3/flux/issues/8
  • 13:11:49 <FT3BOT> Issue 8: Fluid Content elements aren't displayed in BE https://github.com/fluidtypo3/flux/issues/8
  • 13:11:50 <FT3BOT> Issue 9: Path of FlexForms seems not get resolved correctly https://github.com/fluidtypo3/flux/issues/9
  • 13:12:34 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 13:12:35 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 13:23:45 <randomresult> i have a v:page.menu.list with active and current... now, when im on a subpage of one of the pages, i want the parent-page to be displayed as active
  • 13:24:57 <randomresult> what needs to be added here?
  • 13:25:59 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
  • 13:26:00 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
  • 13:27:16 <danilobuerger> randomresult isnt the parent page active?
  • 13:27:20 <danilobuerger> *current
  • 13:28:36 <randomresult> not in the list of arguments of the menu.list
  • 13:28:47 <randomresult> https://fedext.net/viewhelpers/vhs/master/Page/Menu/ListViewHelper.html
  • 13:29:51 <danilobuerger> i dont get what you are trying to achieve
  • 13:30:28 <randomresult> i have a menu.list with id 4-5-6 then on page 7 which is subpage of 4 - 4 needs to be active
  • 13:32:53 <danilobuerger> active as in for your CSS? or for what do you need it to be active?
  • 13:33:50 <randomresult> http://ucgraphic.analogserver.de/portfolio
  • 13:33:53 <randomresult> see here
  • 13:34:02 <randomresult> portfolio is active (red)
  • 13:34:46 <randomresult> click on the first cover - as u see in the url, you are on a subpage of portfolio... and portfolio should stay red
  • 13:35:45 <danilobuerger> yes so you want to style it with CSS
  • 13:36:06 <bjo3rn> the active class is not added to the li tag
  • 13:36:19 <randomresult> ah. ok.
  • 13:36:31 <randomresult> but why it works on the page itself?
  • 13:36:32 <bjo3rn> the question is: why?
  • 13:36:40 <bjo3rn> ^^
  • 13:36:57 <danilobuerger> bjo3rn you are wrong
  • 13:37:32 <bjo3rn> now I'm curious
  • 13:38:01 <danilobuerger> randomresult please provide a gist
  • 13:38:43 <bjo3rn> ...
  • 13:39:40 <bjo3rn> why do you think I am wrong, danilobuerger?
  • 13:39:48 <danilobuerger> bjo3rn ah sorry, didnt see your next line... the classActive _should_ be added to each li and a up the rootline
  • 13:40:00 <danilobuerger> i didnt see [13:36:32] <@bjo3rn> the question is: why?
  • 13:40:40 <bjo3rn> ...
  • 13:41:01 <cedricziel> ^^
  • 13:59:36 <Apen> hey NamelessCoder
  • 14:03:35 <fab1en> hi everyone!
  • 14:03:42 <fab1en> Nice to be here :)
  • 14:04:04 <fab1en> Anybody has time to talk about Composer and Packagist?
  • 14:04:13 <cedricziel> hey Fabien!
  • 14:04:17 <fab1en> We talked about that with @cedricziel recently and it looks our setup is obsolete.
  • 14:04:28 <fab1en> https://github.com/FluidTYPO3/composer-repo/issues/2
  • 14:04:55 <cedricziel> fabien, join us on #fluidtypo3
  • 14:05:30 <fab1en> I wonder what are the tasks to get our extensions officially on Packagist.
  • 14:05:45 <fab1en> ok
  • 14:06:41 <randomresult> sorry, was on the phone
  • 14:07:08 <randomresult> here my menu https://gist.github.com/randomresult/0fe40ee3d5439d316787 ( danilobuerger and bjo3rn )
  • 14:07:42 <danilobuerger> {f:if(condition: curPage.current, then: 'act', else: '')}
  • 14:07:51 <danilobuerger> curPage.active
  • 14:08:15 <randomresult> i will try
  • 14:09:10 <randomresult> arhmmm...
  • 14:09:49 <randomresult> i already have this : <li class="nav-{menuIterator.cycle} {f:if(condition: curPage.current, then: 'act', else: '')}">
  • 14:10:11 <randomresult> ahhh
  • 14:10:13 <randomresult> sorrry...
  • 14:14:40 <randomresult> great works
  • 14:14:48 <randomresult> thx
  • 15:23:47 <FT3BOT> Issue 394: [FEATURE] Preferred language extension is now xlf https://github.com/fluidtypo3/flux/issues/394
  • 15:23:48 <FT3BOT> Issue 394: [FEATURE] Preferred language extension is now xlf https://github.com/fluidtypo3/flux/issues/394
  • 15:39:21 <mneuhaus> hi
  • 15:40:44 <mneuhaus> can someone recommend a combination of flux, fluidpages, fluidcontent and vhs that includes the Inline.FalViewHelper and has the ContentService refactoring included to have working drag&drop?
  • 15:41:10 <mneuhaus> already tried a wide array of combinations, which all got some issues
  • 15:41:45 <mneuhaus> last try was to use all of the above from around Nov. 23r
  • 15:46:10 <danilobuerger> mneuhausd&d and inline.fal are working in the current git mater
  • 15:46:19 <danilobuerger> mneuhaus d&d and inline.fal are working in the current git mater
  • 15:48:37 <randomresult> is there a vh for bodytags?
  • 15:48:49 <danilobuerger> why would you want that randomresult ?
  • 15:49:44 <mneuhaus> danilobuerger: yea, i know, but the current master is currently only advised to be used for 6.2 dev
  • 15:49:57 <mneuhaus> and it seems to compeletly fuck-up my typoscript
  • 15:50:08 <danilobuerger> git master is running fine on 6.1
  • 15:50:19 <mneuhaus> hmm
  • 15:50:22 <mneuhaus> ok, i'll try
  • 15:50:31 <danilobuerger> did you read the topic?
  • 15:50:41 <danilobuerger> it says "For git master & 6.1/6.0 => http://git.io/sh9SvA"
  • 15:51:09 <danilobuerger> and if you follow that link, you will get a migration script
  • 15:51:57 <mneuhaus> ok, thx will try that
  • 15:54:20 <randomresult> @danilobuerger i want to add infromations to the bodytag
  • 15:54:34 <danilobuerger> so just write <body bla="qwe">
  • 15:54:58 <randomresult> ?
  • 15:55:02 <randomresult> ähmm...
  • 15:55:33 <mneuhaus> same issue with latest master :/
  • 15:55:44 <randomresult> mneuhaus did u use the migrationscript?
  • 15:55:45 <danilobuerger> mneuhaus what issue are you having?
  • 15:56:38 <mneuhaus> randomresult it's not about templates, my typoscript itself completely vanishes
  • 15:56:42 <mneuhaus> with latest master
  • 15:56:43 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/kfmtl7lk5m7c.png
  • 15:56:48 <mneuhaus> with latest stable ter
  • 15:56:50 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/4jyibsvazx1-.png
  • 15:57:05 <danilobuerger> did you clear your temp directory?
  • 15:57:26 <randomresult> mneuhaus what u use in your templates ? <flux:flexforms. ?
  • 15:58:01 <mneuhaus> yea
  • 15:58:12 <randomresult> and thats wrong.
  • 15:58:18 <mneuhaus> but i had the same issue with versions before <flux:flexforms -> <flux:form change
  • 15:58:19 <randomresult> https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 15:58:36 <randomresult> ah ok. but anyways u need tochange that imho
  • 15:59:05 <mneuhaus> added the core hack to the templteparser right now, same issue
  • 15:59:20 <danilobuerger> [15:57:04] <@danilobuerger> did you clear your temp directory?
  • 15:59:26 <mneuhaus> yep
  • 15:59:48 <mneuhaus> through clear caches + manually deleted typo3temp/Cache
  • 16:00:02 <danilobuerger> delete everything in typo3temp
  • 16:00:24 <mneuhaus> nope
  • 16:00:26 <mneuhaus> same issue
  • 16:00:55 <danilobuerger> and you upgraded flux/fluidpages/fluidcontent/vhs all to their respective git master?
  • 16:01:11 <mneuhaus> weird thing is, even if i put some typoscript into my setup:
  • 16:01:13 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/6qupytble033.png
  • 16:01:18 <NamelessCoder> hi Marc
  • 16:01:25 <mneuhaus> it doesn't end up in the analyser
  • 16:01:27 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/dudvw4tdnrx2.png
  • 16:01:31 <mneuhaus> hey claus :)
  • 16:01:57 <NamelessCoder> did you perform DB compare? sys_tempalte was, iirc, extended and cannot load properly in some cases unless DB gets updated
  • 16:02:19 <mneuhaus> nope, didn't do that yet, will try
  • 16:02:22 <NamelessCoder> ;)
  • 16:02:54 <NamelessCoder> sorry for sniping, danilobuerger!
  • 16:03:06 <danilobuerger> you better be right ;-)
  • 16:03:14 <NamelessCoder> hehe
  • 16:03:26 <mneuhaus> yep, seems that was it :)
  • 16:03:28 <NamelessCoder> right/wrong ratio is pretty good so far ;)
  • 16:03:31 <NamelessCoder> hehe ^^
  • 16:03:43 <mneuhaus> drove me nuts to be hones
  • 16:03:45 <mneuhaus> honest
  • 16:04:09 <mneuhaus> thx :)
  • 16:04:36 <mneuhaus> toyed around with probably around 20 combinations/versions today already :)
  • 16:05:38 <NamelessCoder> wow
  • 16:06:01 <NamelessCoder> sometimes, it's the unobvious things - like the DB schema changing a lot in git master these days
  • 16:06:21 <mneuhaus> yea, not really on my radar to do that all the time to be hones :/
  • 16:06:24 <NamelessCoder> I have burned myself a few times on that, too - so now I always check this first
  • 16:06:32 <mneuhaus> back in the days that was obvious through the extmanager
  • 16:06:34 <NamelessCoder> you live, you learn ;)
  • 16:06:39 <NamelessCoder> yep!
  • 16:06:45 <NamelessCoder> new EM blows.
  • 16:06:48 <mneuhaus> every single day ^
  • 16:06:52 <mneuhaus> yea
  • 16:07:02 <mneuhaus> + i sometimes miss the old kickstarter
  • 16:07:16 <mneuhaus> already toyed with the idea to "fix" it for current typo3
  • 16:07:24 <NamelessCoder> I use a 4.5 for TER uploads. Dirty secret.
  • 16:07:34 <randomresult> lol
  • 16:07:43 <NamelessCoder> shit people are listening!
  • 16:07:51 <randomresult> good one
  • 16:08:05 <NamelessCoder> it waasn't me, I got hacked ^^
  • 16:08:11 <randomresult> not all was bad
  • 16:08:33 <mneuhaus> ^^
  • 16:09:51 <NamelessCoder> don't tell me we're sitting here being nostalgic about a 4.x feature...
  • 16:09:58 <mneuhaus> ^^
  • 16:13:12 <mneuhaus> btw, these fields were missing and screwed everything up:
  • 16:13:12 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/bsatcjjjjdgb.png
  • 16:15:16 <danilobuerger> mneuhaus only the Add field is from us..
  • 16:15:26 <mneuhaus> so, now i'll only have to update all my templates ;D
  • 16:15:35 <danilobuerger> use the migrate script
  • 16:15:38 <mneuhaus> danilobuerger: yea, i figured, :)
  • 16:22:19 <mneuhaus> danilobuerger: that script is broken :)
  • 16:22:25 <ndee> hey guys, I just upgraded a 4.5 to 6.1 and am now ready to fluid-ify everything. For all the latest fluid goodness, should I upgrade to the latest 6.2 version?
  • 16:22:42 <danilobuerger> mneuhaus no its not, working here
  • 16:22:46 <mneuhaus> you write the file with "contentS"
  • 16:22:59 <mneuhaus> the the content is in $content without an S
  • 16:23:37 <danilobuerger> ah that sneaked into the dokumentation
  • 16:24:20 <danilobuerger> ndee no need, you can use 6.1 with the latest git master
  • 16:24:41 <ndee> danilobuerger: can I also use the TER versions? since I'm not ready to git-ify that installation just now ;)
  • 16:24:51 <danilobuerger> yes TER is working too
  • 16:25:23 <ndee> perfect, thanks! :)
  • 16:27:43 <mneuhaus> hmm still can't drag into a content area of an fluid content element :/
  • 16:27:49 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/suo45lb70v2l.png
  • 16:28:15 <mneuhaus> althoug, it worked, but threw that error
  • 16:28:47 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 16:28:48 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 16:32:58 <NamelessCoder> danilobuerger any clue about this one from mneuhaus ?
  • 16:33:17 <danilobuerger> well the errors are coming from the core not from us
  • 16:33:33 <NamelessCoder> sure, but it can be caused by "pid" not set in record or set to zero
  • 16:34:01 <danilobuerger> that could happen if gridelements is involved
  • 16:34:02 <NamelessCoder> could this be caused after our fix to prevent provider multiexec?
  • 16:34:38 <danilobuerger> the moving just needs one round
  • 16:34:51 <NamelessCoder> perhaps the input argument then?
  • 16:35:26 <NamelessCoder> hi ndee :) which core to use depends on how risk willing you are ;)
  • 16:35:55 <danilobuerger> which inut argument?
  • 16:35:56 <NamelessCoder> 6.1 still requires some manual migration but should be more stable, all things being equal.
  • 16:35:58 <ndee> hey NamelessCoder :) I think for this installation, we're staying with everything "stable" :)
  • 16:36:00 <mneuhaus> fyi, latest gridelements is used :)
  • 16:36:15 <NamelessCoder> ahaa... that may be an influence mneuhaus
  • 16:36:30 <NamelessCoder> maybe we are no longer compatible, or they are not :)
  • 16:36:35 <mneuhaus> still, needed for drap&drop, right?
  • 16:36:42 <NamelessCoder> nope!
  • 16:36:44 <mneuhaus> 2.0.2 i think
  • 16:36:47 <NamelessCoder> core does this
  • 16:36:52 <danilobuerger> you dont need gridelements for d&d
  • 16:36:59 <NamelessCoder> since 6.0 iirc
  • 16:37:11 <danilobuerger> and we might no longer be compatible with d&d AND gridelements
  • 16:37:13 <mneuhaus> really, i think i disabled it 2 hours ago to test and d&d didn't work anymore
  • 16:37:21 <mneuhaus> i'll try right now
  • 16:37:27 <mneuhaus> got it in there only for dd
  • 16:37:39 <NamelessCoder> if you didn't have the latest repo states then, that would probably also have an effect
  • 16:38:51 <mneuhaus> nope no dd anymore and loads of js issues
  • 16:39:12 <mneuhaus> aaaaaaaaah
  • 16:39:22 <mneuhaus> the is in language mode!
  • 16:39:52 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/159t5tkxsm9n.png
  • 16:40:01 <mneuhaus> dd doens't work here
  • 16:40:07 <NamelessCoder> hmm, it should
  • 16:40:10 <mneuhaus> (without gridelements)
  • 16:40:16 <NamelessCoder> everything nicely cleared?
  • 16:40:30 <mneuhaus> i think yes
  • 16:40:36 <danilobuerger> js issues?
  • 16:40:47 <NamelessCoder> typo3temp?
  • 16:40:55 <NamelessCoder> gridelements adds a lot of JS
  • 16:41:02 <mneuhaus> gimme a sec, deleting compressor and cache manually
  • 16:41:04 <NamelessCoder> might not get removed automatically :/
  • 16:42:10 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/6l3-~~9768y4.png
  • 16:42:22 <mneuhaus> still not working
  • 16:42:39 <randomresult> i have a question concerning languages and labels... i want to display a variable in my labels like label="witdh = {slide.width}" - now i want to move this into my locallang.xlf
  • 16:42:41 <NamelessCoder> puh, I think you need danilo for this one
  • 16:42:43 <randomresult> possible?
  • 16:43:11 <danilobuerger> mneuhaus removeClass of null? what on earth are you doing ^^
  • 16:43:20 <NamelessCoder> randomresult possible
  • 16:43:25 <mneuhaus> dragging
  • 16:43:28 <randomresult> NamelessCoder how?
  • 16:43:29 <mneuhaus> :P
  • 16:43:45 <NamelessCoder> {f:translate(key: 'name', arguments: {0: slide.width})}
  • 16:43:54 <NamelessCoder> will not work with autowriting from flux though
  • 16:43:55 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/m6hs8_b4uel_.png
  • 16:44:26 <randomresult> @NamelessCoder in my locallang.xlf?
  • 16:44:38 <randomresult> i will try
  • 16:44:40 <NamelessCoder> randomresult but don't worry though, we'll be extracting auto-LLL into an own extension that will support writing files even this way
  • 16:44:56 <NamelessCoder> randomresult ah, in the xlf file you need %s where each argument should go
  • 16:45:07 <mneuhaus> danilobuerger: anything i should test?
  • 16:45:15 <NamelessCoder> first %s is first argument, second becomes second argument etc.
  • 16:45:23 <danilobuerger> you are using fluidpages right mneuhaus ?
  • 16:45:27 <mneuhaus> yep
  • 16:45:36 <danilobuerger> all on the latest git master?
  • 16:45:45 <mneuhaus> vhs, flux, fluidpages and fluidcontent latest git master
  • 16:45:46 <NamelessCoder> mneuhaus it's not ready for any sort of testing yet but stay tuned, most of the code is already done and just needs to be extracted
  • 16:45:49 <mneuhaus> from 30 min ago
  • 16:46:09 <danilobuerger> mneuhaus typo3 version? browser version?
  • 16:46:16 <mneuhaus> 6.1.5
  • 16:46:23 <NamelessCoder> you wouldn't by chance have grabbed my repositories instead of the FluidTYPO3 org ones?
  • 16:46:25 <randomresult> @NamelessCoder i will try that
  • 16:46:26 <mneuhaus> Chrome 31.0.1650.63
  • 16:46:49 <mneuhaus> NamelessCoder: nope, everything from FluidTYPO3
  • 16:47:25 <NamelessCoder> hmm...
  • 16:47:33 <danilobuerger> are you sure your core is not modified?
  • 16:47:47 <mneuhaus> beside the TemplateParser thing, yes, pretty sure
  • 16:48:04 <mneuhaus> new page i'm working on currently, and i don't usally change the core
  • 16:48:59 <danilobuerger> please take a look at the html source in the BE
  • 16:49:10 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/9_ee6vrmqubw.png
  • 16:49:11 <danilobuerger> does it contain elements that have the class t3-page-column ?
  • 16:49:22 <mneuhaus> evertyhing downloaded from FluitTYPo3 at 15:52
  • 16:50:03 <mneuhaus> nope
  • 16:50:21 <danilobuerger> does the page contain FCEs ?
  • 16:50:35 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/stru-3fxylkv.png
  • 16:51:20 <danilobuerger> does it work if you are not in the language mode?
  • 16:51:30 <mneuhaus> columns mode works, yes
  • 16:52:12 <danilobuerger> in that case please file in issue in fluidpages
  • 16:53:02 <mneuhaus> i'll take a look myself, a quick pointer which file that is in?
  • 16:53:23 <danilobuerger> fluidpages js
  • 16:55:29 <mneuhaus> lol
  • 17:04:28 <mneuhaus> danilobuerger: https://github.com/FluidTYPO3/fluidpages/issues/118
  • 17:04:30 <mneuhaus> :)
  • 17:06:57 <randomresult> good evening all
  • 17:07:01 * randomresult leaves now
  • 17:07:08 <randomresult> seeyall
  • 17:32:20 <danilobuerger> mneuhaus does replaceing every "t3-page-column" with "t3-gridCell" work?
  • 17:35:33 <danilobuerger> (in the js)
  • 17:50:58 <mneuhaus> danilobuerger: will try, one sek
  • 17:52:59 <mneuhaus> danilobuerger: works for elements inside a fce, yes
  • 17:53:22 <danilobuerger> what about others?
  • 17:53:27 <mneuhaus> nothing
  • 17:53:34 <danilobuerger> you cant drag them?
  • 17:53:40 <mneuhaus> nope, no reaction at all
  • 17:53:51 <danilobuerger> can you drag the fce themself?
  • 17:54:01 <mneuhaus> nope
  • 17:54:41 <danilobuerger> any js errors on the console?
  • 17:55:05 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/acp3ocaad042.png
  • 17:55:12 <mneuhaus> when i try to move the fce itself
  • 17:56:30 <danilobuerger> what about normal elements?
  • 17:56:38 <danilobuerger> any errors?
  • 17:56:41 <mneuhaus> nothing, not even js errors
  • 17:57:11 <mneuhaus> am i bling, where are the elements bound to trigger the dragging?
  • 17:57:24 * mneuhaus hates extjs ;)
  • 17:58:38 <mneuhaus> ah, t3-page-ce-dragitem seems to be missing i think
  • 18:00:41 <danilobuerger> aha
  • 18:00:55 <danilobuerger> in language mode you are not supposed to d&d
  • 18:01:00 <mneuhaus> so this is never triggered for those elements
  • 18:01:01 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/u7l6e6xwmd0~.png
  • 18:01:12 <mneuhaus> hmm, ok
  • 20:07:08 <soee> using v:page.link do i have access to thi spage title ?
  • 20:07:26 <soee> i mean can i concatenate its title with some extra string like icon ?
  • 20:09:53 <soee> ping :)
  • 20:10:17 <randomresult> ping
  • 20:10:23 <randomresult> soee i dont know
  • 20:10:37 <soee> ok :)
  • 20:14:51 <soee> hmm if i use inline comment in assets script VH
  • 20:15:02 <soee> it stops working
  • 20:17:19 <danilobuerger> soee you can set your own title if your view helper has children
  • 20:17:44 <soee> danilobuerger: the thin is ->
  • 20:18:00 <soee> <v:page.link pageUid="9">Logowanie <span class="glyphicon glyphicon-lock login-icon"></span></v:page.link>
  • 20:18:29 <soee> and instead of this Login title i would like to use some variable so the title set in backend is always used
  • 20:18:42 <soee> so if someone change page title in backend it will update
  • 20:18:53 <danilobuerger> ok
  • 20:19:05 <soee> looks like its not possible atm
  • 20:19:25 <danilobuerger> v:page.info wrapped in v:page.link
  • 20:19:48 <soee> let me check v:page.info
  • 20:22:49 <danilobuerger> this will work, but i think the better move is a pull request on v:page.link to assign the page title as a template variable if you are rendering children… this would be most trivial, just changing 2 LOCs (maybe you want to do that soee)
  • 20:23:46 <soee> danilobuerger: i want to to much more but till the end of this year i have almost no free time :/
  • 20:27:42 <danilobuerger> soee well anyway i made vhs#434 … very easy pick if anyone wants it
  • 20:27:43 <FT3BOT> Issue 434: [FEATURE] Assign page title in v:page.link to render children https://github.com/fluidtypo3/vhs/issues/434
  • 20:29:32 <soee> danilobuerger: can you also test the comment problem inside assets script VH ?
  • 20:30:04 <danilobuerger> i dont use assets… but maybe i can help… whats up?
  • 20:30:54 <soee> [20:14] <soee> hmm if i use inline comment in assets script VH
  • 20:30:55 <soee> [20:15] <soee> it stops working
  • 20:31:03 <danilobuerger> show me a gist please
  • 20:32:53 <danilobuerger> btw soee i thought you werent using flux? or are you just using vhs?
  • 20:33:00 <soee> https://gist.github.com/soee/7916873
  • 20:33:05 <soee> just vhs for now
  • 20:34:04 <danilobuerger> and what happens when you use that?
  • 20:37:01 <soee> danilobuerger: ok the issue is
  • 20:37:09 <soee> if i use trim= 1
  • 20:37:19 <soee> then it will output code like: // ----------------// dadasd// ----------------$('#trigger-menu-toggle').cl
  • 20:37:28 <soee> so this will break it
  • 20:38:03 <soee> shouldnt trim remove also comments ?
  • 20:38:25 <danilobuerger> no trim should remove whitespaces onl
  • 20:38:39 <danilobuerger> what happens when trim="0" ?
  • 20:39:21 <soee> than it will putput code as it is formated line by line
  • 20:39:29 <danilobuerger> and it will work?
  • 20:39:32 <soee> and it will work just fine
  • 20:39:46 <danilobuerger> ok use trim="1" and instead of // do /* …… */
  • 20:39:49 <danilobuerger> does that work?
  • 20:39:56 <soee> yeah as you can see trim puts code after //
  • 20:40:06 <soee> so its treated as comment also
  • 20:40:11 <danilobuerger> yes
  • 20:40:20 <danilobuerger> so it works with /*… */ comments?
  • 20:40:22 <soee> yes then it sould work also
  • 20:40:28 <danilobuerger> could you test please?
  • 20:40:33 <soee> one second
  • 20:50:39 <danilobuerger> soee ?
  • 20:54:40 <soee> danilobuerger: yes works
  • 20:54:45 <danilobuerger> alright
  • 20:54:45 <soee> with block comment
  • 20:55:16 <soee> i think there should be some info in docs
  • 21:00:17 <danilobuerger> soee vhs#435
  • 21:00:17 <FT3BOT> Issue 435: [BUG] Asset.script trim on line comments / multiline strings https://github.com/fluidtypo3/vhs/issues/435
  • 21:01:31 <soee> danilobuerger: thank you
  • 21:29:48 <soee> is there some Vh to ger fe_user record data ?
  • 21:37:06 <danilobuerger> soee what is it you want to do with it?
  • 21:37:44 <soee> danilobuerger: pass current fe_user record to use it in template
  • 21:38:04 <NamelessCoder> there's no vh for that
  • 21:38:18 <danilobuerger> however you can just write one :-)
  • 21:38:38 <NamelessCoder> you should either assign from a controller action or make a custom VH. Using the controller action is more consitent with MVC
  • 21:38:46 <soee> but VH would the right way ?
  • 21:39:21 <soee> NamelessCoder: and how can i get current user ID in extbase controller to fetch its record ?
  • 21:49:09 <NamelessCoder> $GLOBALS['TSFE']->fe_user->user['uid']