IRC logs

201312

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

IRC log range: 201312*

20131201

  • 12:24:16 <randomresult> good moring all

20131202

  • 08:13:49 <mrboe> good morning
  • 10:26:15 <randomresult> hi there
  • 10:27:12 <randomresult> anyone around? i have a question concerning inherit for a flux.flexform element
  • 10:28:11 <phifa> Hello everybody, I am new to the viewhelper extension, but i am starting to love it. i would like to use the if.condition.extend., but i keep getting errors. anyone around who can help?
  • 10:28:38 <randomresult> this one is outdated
  • 10:28:50 <randomresult> dont use it anymore. will not be available in 2.0
  • 10:29:02 <randomresult> sad but true
  • 10:29:11 <phifa> oh ok. i would like to this something like this
  • 10:29:12 <phifa> <v:if.condition.extend>({i.cycle % 4} == 0)</v:if.condition.extend>
  • 10:29:37 <randomresult> everything from extended is also available in v:if
  • 10:31:29 <randomresult> phifa
  • 10:31:33 <randomresult> u use gists?
  • 10:31:57 <randomresult> try this code
  • 10:31:57 <randomresult> http://pastebin.com/m8mVvQSB
  • 10:35:48 <randomresult> or use the modulo viewhelper
  • 10:35:52 <randomresult> https://fedext.net/viewhelpers/vhs/master/Math/ModuloViewHelper.html
  • 10:36:48 <phifa> mom i am trying it out
  • 10:40:22 <phifa> i tried your snipped, but keep getting this error
  • 10:40:23 <phifa> Argument "conditon" was not registered.
  • 10:42:45 <phifa> http://pastebin.com/T6fTqCvs
  • 10:42:49 <phifa> this is my code
  • 10:45:19 <randomresult> trying it in a partial?
  • 10:46:08 <randomresult> tried a fdebug on the variable?
  • 10:46:23 <randomresult> maybe u need to "pass" this to your section/layout
  • 10:47:26 <randomresult> in my case, i needed to pass arguments={_all} (or specified) to my partial
  • 10:47:29 <randomresult> like this
  • 10:47:29 <randomresult> <f:render partial="TwoColumn.html" section="TwoColumn" arguments="{_all}" />
  • 10:49:26 <randomresult> hmmm wait...
  • 10:49:52 <randomresult> could u try this one: <f:if condition="{v:math.modulo(a: iter.cycle, b: 3)}==0">
  • 10:50:12 <randomresult> in your case it should be i.cycle and b=4
  • 10:50:30 <randomresult> so for every 0 take a then, for all others take else
  • 10:50:33 <randomresult> (imho)
  • 10:51:19 <phifa> trying it out
  • 10:51:40 <randomresult> good. well for me this is try and error - error come much to often :)
  • 10:52:55 <phifa> IT WORKS
  • 10:53:31 <randomresult> good.
  • 10:53:38 <phifa> you are my hero
  • 10:53:54 <randomresult> no, im not. simply copied something i didt understand
  • 10:54:02 <randomresult> :)
  • 10:54:05 <phifa> i like this extension.
  • 10:54:16 <randomresult> which one?
  • 10:54:19 <randomresult> VHS?
  • 10:54:24 <phifa> this vhs extension
  • 10:54:28 <phifa> yeah
  • 10:54:46 <randomresult> you should also take a look at fluidcontent, fuidpages and flux.
  • 10:54:53 <randomresult> and for sure: VIEW
  • 10:55:06 <randomresult> these are f*cking great as well
  • 10:55:11 <phifa> i will. thank you. :D
  • 10:55:42 <randomresult> ur welcome
  • 11:01:53 <cedricziel> no bad words ;)
  • 11:11:33 <randomresult> wasnt me
  • 11:12:08 <randomresult> but to be honnest... the condition thing in fluid vhs etc. sucks big time
  • 11:33:57 <danilobuerger> phifa btw your bug was that you wrote "conditon" instead of "condition"
  • 11:38:21 <phifa> this is how it worked http://pastebin.com/5tfvPtig
  • 11:39:57 <phifa> i didnt get it to work just with condition: <f:if condition="{i.cycle % 4}">
  • 12:00:35 <danilobuerger> phifa <f:if condition="{i.cycle} % 4">
  • 12:03:21 <fritzthecat> hello, there is for links from the "Link Wizard" now already a better solution than something like this: http://www.typo3.net/forum/thematik/zeige/thema/115723/?
  • 12:23:35 <randomresult> @fritzthecat the question is: why does the menu not respect what u choose in the pageproperties in the backend
  • 12:34:16 <bjo3rn> randomresult and fritzthecat you can pass the output of the link wizard directly to the argument pageUid of v:page.link
  • 12:34:27 <bjo3rn> it will be parsed
  • 12:35:49 <bjo3rn> (if I got your question right i.e.) ^^
  • 12:44:03 <randomresult> @fritzthecat www.pastbin.com just paste your line of code here and show it to the channel... im sure someone like bjo3rn or cedricziel can help u when seeing your code
  • 12:44:30 <phifa> anybody who can help with browser detection? how do i check if it's IE? <v:if.client.isBrowser browser="chrome"> works fine
  • 12:44:40 <randomresult> @NamelessCoder did u get my amazon-things?
  • 12:45:04 <randomresult> phifa did u try IE*
  • 12:45:27 <bjo3rn> should be msie
  • 12:46:35 <bjo3rn> and be aware that this viewhelper works reliably only in uncached environments
  • 12:46:41 <danilobuerger> phifa although we do offer v:if.client.isBrowser i would strongly advise against doing user agent sniffing
  • 12:46:58 <phifa> ok, thanks
  • 12:47:35 <phifa> i am new to this, so thankful for any help.
  • 12:47:35 <randomresult> phifa: a good choice is maybe to set some conditions using TS
  • 12:48:01 <danilobuerger> phifa if you want to do something IE specific the most reliable way is conditional comments
  • 12:48:14 <phifa> ok
  • 12:49:59 <randomresult> you can try to use TS in that way:[browser = msie] AND [version = <9]
  • 12:50:05 <randomresult> then set something like
  • 12:50:30 <randomresult> plugin.tx_yourext.settings.msie = 1
  • 12:50:51 <bjo3rn> ...which is browser sniffing again ;)
  • 12:51:04 <randomresult> but also in cached environments
  • 12:51:08 <randomresult> (or not? )
  • 12:51:13 <bjo3rn> that's true
  • 12:54:32 <floxx> hey there. i need your help: i'm building a one pager and need a anchor-navigation. i'm generating my navigation with typo3 link wizard and flux. my problem is: how can i get only the anchor part of the url?
  • 12:55:02 <floxx> http://wasserraub.de/index.php?id=3#c3 should be #c3
  • 12:56:34 <randomresult> isnt this a TS.config setting?
  • 12:56:44 <randomresult> prefix-something?
  • 12:58:05 <randomresult> floxx config.prefixLocalAnchors = all/cached/output maybe?
  • 12:58:37 <randomresult> try it with output maybe
  • 13:00:34 <floxx> randomresult: yay! thank you - it works :)
  • 13:00:48 <randomresult> ++
  • 13:00:55 <randomresult> good.
  • 13:02:06 <floxx> prefixLocalAnchors was set in my default setup. a relict from baseurl. never thought about that. until now ;)
  • 13:02:25 <randomresult> @fritzthecat try this example for the target : <f:link.page pageUid="{object.target}" class="{object.class}" rel="{f:if(condition: object.tooltip, then: 'tooltip')}" title="{object.tooltip}"><f:format.raw>{icon}{object.text}</f:format.raw></f:link.page>
  • 14:12:09 <FloLeBlanc> hi FedExt
  • 14:12:45 <FloLeBlanc> Can I use FedExt with Typo3Neos - Version - Any
  • 14:13:30 <danilobuerger> FloLeBlanc fedext consists of more than a dozen extensions ;-) for your question its probably vhs / neos compat
  • 14:13:49 <danilobuerger> cedricziel bjo3rn NamelessCoder any takers on vhs / neos compat ?
  • 14:15:40 <cedricziel> hm
  • 14:15:46 <cedricziel> no, not as is
  • 14:16:03 <cedricziel> but it should be easily portable
  • 14:16:04 <cedricziel> well
  • 14:16:12 <cedricziel> except the CMS specific stuff
  • 14:16:18 <cedricziel> obviously
  • 14:16:52 <FloLeBlanc> I start to grow anxious about extensions to be honest - I have an extension for everything, an extension that loads the extension and an extension that helps me managing the extension loaders! :)
  • 14:17:36 <danilobuerger> FloLeBlanc well to be honest i wouldnt even use typo3 if it werent for the fedext extensions
  • 14:19:08 <FloLeBlanc> ok so they are designed to work with 6.2?
  • 14:20:20 <danilobuerger> we are currently working on compat with 6.2 which will happen very soon
  • 14:23:47 <FloLeBlanc> thx for the info
  • 15:09:25 <mrboe> i installed vhs,flux,fluidpages and fluidcontend on 6.1.6 and my backend page view works no more (all ext downl from git)
  • 15:10:20 <danilobuerger> mrboe git master from today?
  • 15:10:30 <mrboe> no last week
  • 15:10:46 <mrboe> copied from a 6.1.5
  • 15:10:58 <danilobuerger> it worked on 6.1.5 and stoped working on 6.1.6 ?
  • 15:11:15 <mrboe> seems so
  • 15:11:22 <danilobuerger> mrboe let me check it out
  • 15:11:51 <mrboe> i ceck my install in that time
  • 15:12:55 <danilobuerger> mrboe i just upgraded a 6.1.5 to 6.1.6 with ft3 current git master and it worked just fine...
  • 15:13:31 <mrboe> ok thanks - i will check my install
  • 15:13:48 <danilobuerger> mrboe you could try to turn on flux debug in Extension Manager -> flux Settings
  • 15:14:00 <danilobuerger> then clear cache and go to the page view and see if flux spits anything out
  • 16:34:49 <rango1> hi guys anyoneone may help me with the https://github.com/Ecodev/bootstrap_package , I get after installation a frontend without CSS
  • 16:37:14 <rango1> I made a local installation with the stable package, turned off realurl/ seobasics/ the htaccess file
  • 16:39:17 <danilobuerger> rango1 please gist the html output
  • 16:40:46 <rango1> here you are
  • 16:41:01 <rango1> the /typo3temp/stylesheet_094232dc9b.css?1385997146 contains no css at all
  • 16:41:10 <rango1> https://gist.github.com/anonymous/2da3dc02b47a8403830e
  • 16:41:41 <cedricziel> rango1: this is no paid service, you have to wait a bit
  • 16:42:21 <rango1> I am trying to get into fluid templating, but its very hard for me....
  • 16:43:55 <cedricziel> this is a fairly standard typo3 issue i guess
  • 16:44:06 <cedricziel> what does you server logs say?
  • 16:44:26 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 16:44:27 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 16:45:09 <danilobuerger> cedricziel FluidTYPO3 and FT3BOT have a little battle ;-)
  • 16:46:45 <rango1> cedricziel where may i read the log in xampp do you have an idea?
  • 16:47:07 <cedricziel> there's a log folder i guess
  • 16:47:18 <cedricziel> windows search for error_log will do
  • 16:54:10 <rango1> cedricziel there are no errors shown in connection with the bootstrap fluid installation, but what can tell is that no css is found in typo3temp/stylsheet.css
  • 16:54:28 <cedricziel> what php version?
  • 16:55:13 <rango1> cedricziel PHP: 5.4.7
  • 16:56:29 <cedricziel> turn of compression, empty the typo3temp folder
  • 16:57:05 <cedricziel> did you import the sql dump btw?
  • 16:57:26 <cedricziel> you could also try to work with the version on get.typo3.org/bootstrap
  • 16:57:35 <rango1> cedricziel of course
  • 16:57:53 <cedricziel> if it was like that, i wouldnt have asked ;)
  • 16:58:01 <rango1> cedricziel that s the one i am working with
  • 16:58:10 <cedricziel> ahh, k
  • 16:58:46 <cedricziel> install tool checks. all green?
  • 16:59:55 <rango1> OpenSSL extension not working; PHP extension fileinfo not loaded; Windows apache thread stack size, Mail is configured, potential problem exists, No PHP opcode cache loaded
  • 17:14:38 <cedricziel> wasnt there this apache thread size limit issue hanging around?
  • 17:14:44 <cedricziel> ahh.
  • 17:14:47 <cedricziel> away he is.
  • 18:35:58 <randomresult> good afternoon
  • 21:18:19 <soee> something changed in VHS for T3 in last weeks 6.1 ?
  • 21:30:23 <soee> if i try to edit come twitter bootstrap content element on T3 6.1.5
  • 21:30:38 <soee> i see only Configuration label ano no form to configure it
  • 21:31:34 <randomresult> soe: check github
  • 21:32:23 <randomresult> depends on the fields u use...
  • 21:32:33 <randomresult> do u use selects ?
  • 21:32:45 <randomresult> this was one of my problems...
  • 21:33:44 <randomresult> i had commaseperateditems = item1,item2 etc... changed to items instead of commaseperatedlist or something
  • 21:34:53 <randomresult> and yes - looking at the mails from github --- several bugfixes and new features where commited the last days. (git-versions)
  • 21:35:06 <soee> randomresult: accordion element
  • 21:35:28 <soee> it worked some time ago
  • 21:35:35 <randomresult> soee... look at the configuration of that template
  • 21:35:49 <randomresult> what kind of flux-elements are used there
  • 21:36:07 <randomresult> u mean fluidboostrapelements ?
  • 21:37:51 <randomresult> soee you mean this element : https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/Accordion.html
  • 21:40:39 <soee> yes
  • 21:42:30 <randomresult> well... some lables are missing but works for me in the backend
  • 21:42:42 <randomresult> just pasted this in to my testinvironment
  • 21:43:13 <soee> randomresult: im not talking about labels
  • 21:43:29 <randomresult> i can add accordions
  • 21:43:30 <soee> label is where it should be but under it should be form to configure accordion
  • 21:43:35 <soee> and this is missing :)
  • 21:43:55 <soee> from what i see i have copied templates into other folder and modifed some elements
  • 21:43:59 <randomresult> well in that case, you can add accordions
  • 21:44:04 <soee> maybe this is the problem
  • 21:44:27 <randomresult> you can add items with title, class and if it is active
  • 21:44:53 <soee> i cant :)
  • 21:44:56 <randomresult> i can add items and if i save, i can create elements into the tabs...
  • 21:44:56 <soee> thants the problem
  • 21:45:02 <danilobuerger> soee the bootstrap accordion is working on git master with typo 6.1.5 and 6.1.6
  • 21:45:31 <randomresult> im using t3 6.1.5 and one of the latest flux/vhs git's
  • 21:45:48 <randomresult> anyway boys n girls... i need to go for now
  • 21:45:52 <soee> hm
  • 21:46:06 <randomresult> hi danilobuerger - i finaly understand conditions (in a simple way!)
  • 21:46:27 <danilobuerger> randomresult awesome :-)
  • 21:46:52 <randomresult> in the end it is easy to set up a simple if:condition...
  • 21:46:55 <randomresult> long way...
  • 21:46:57 <randomresult> :)
  • 21:47:01 <randomresult> see you tomorow
  • 21:47:06 <danilobuerger> bye
  • 21:47:06 <randomresult> bye folks
  • 23:58:11 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 23:58:12 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366

20131203

  • 00:00:56 <cedricziel> i'm curious, what causes it to appear two times
  • 00:01:30 <cedricziel> flux/master 7d79942 Claus Due: Merge pull request #366 from hmspl/highlight...
  • 00:01:31 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 00:01:39 <cedricziel> flux/master 4f127f8 Danilo Bürger: [BUGFIX] Highlighting of child fce
  • 00:01:47 <cedricziel> [flux] NamelessCoder pushed 2 new commits to master: https://github.com/FluidTYPO3/flux/compare/a06b557c5182...7d79942aa9cc
  • 00:01:58 <cedricziel> i dont see the point
  • 00:02:03 <danilobuerger> cedricziel https://github.com/cedricziel/ft3chatbot/issues
  • 00:03:08 <cedricziel> hehe, yes-thanks. but i simply dont see why it reacts two times
  • 00:05:43 <soee> cedricziel: do you mind jump to #typo3 for a minute ?
  • 00:52:57 <FT3BOT> Issue 326: [TASK] Refactor code and refine tests https://github.com/fluidtypo3/flux/issues/326
  • 00:52:58 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 00:52:59 <FT3BOT> Issue 326: [TASK] Refactor code and refine tests https://github.com/fluidtypo3/flux/issues/326
  • 00:53:00 <FT3BOT> Issue 366: [BUGFIX] Highlighting of child fce https://github.com/fluidtypo3/flux/issues/366
  • 01:10:09 <FT3BOT> Issue 367: [BUGFIX] Chrome render bug, validation https://github.com/fluidtypo3/flux/issues/367
  • 01:10:10 <FT3BOT> Issue 367: [BUGFIX] Chrome render bug, validation https://github.com/fluidtypo3/flux/issues/367
  • 01:23:18 <FT3BOT> Issue 367: [BUGFIX] Chrome render bug, validation https://github.com/fluidtypo3/flux/issues/367
  • 01:23:19 <FT3BOT> Issue 367: [BUGFIX] Chrome render bug, validation https://github.com/fluidtypo3/flux/issues/367
  • 01:33:55 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 01:33:56 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 08:33:02 <randomresult> good morning
  • 09:05:24 <MindSpark> aza20
  • 09:19:12 <mrboe> good morning
  • 11:36:11 <jbjoule> I downloaded the beginners package from this page https://fedext.net/overview/beginners-guide.html I installed it, backend works, pages work, the links are realUrl links but trigger an error. I am not familiar with configuring realURL should I put something in .htaccess ? My site is in /var/www/bootstrappackage
  • 12:11:28 <braguzz> I've upgrade vhs ext to 1.8.3 but I got errors
  • 12:11:50 <braguzz> Oops, an error occurred! Asset "" does not exist.
  • 12:12:33 <bjo3rn> braguzz can you gist/pastebin your asset implementation?
  • 12:21:46 <braguzz> sorry @bjo3rn?
  • 12:22:05 <bjo3rn> I mean, how do you include your assets? vh or ts?
  • 12:23:08 <braguzz> both
  • 12:24:47 <braguzz> (I think)
  • 12:24:58 <bjo3rn> well, you should know ;)
  • 12:25:09 <bjo3rn> is one of the assets external?
  • 12:26:05 <braguzz> ehmmm..
  • 12:28:09 <bjo3rn> you were saying?
  • 12:28:11 <bjo3rn> ^^
  • 12:28:54 <braguzz> tragically
  • 12:29:08 <braguzz> I dont know what 'assets' are
  • 12:29:45 <randomresult> assets are like page.headerData. you can include js/css with that .
  • 12:29:46 <bjo3rn> now I'm going ehmmmm...
  • 12:30:15 <randomresult> maybe bjo3rn should explain :)
  • 12:31:12 <bjo3rn> nono, that ehmmmm was my reaction to braguzz' last line
  • 12:31:16 <bjo3rn> ^^
  • 12:31:40 <bjo3rn> ok, braguzz do you use fluidpages or fluidcontent?
  • 12:31:40 <braguzz> ehmm means 'thinking to a smart answer'
  • 12:31:53 <bjo3rn> hehe, sure. same here ;)
  • 12:31:55 <braguzz> I use https://github.com/Ecodev/bootstrap_package
  • 12:31:59 <bjo3rn> ah!
  • 12:32:12 <randomresult> you use that for what?
  • 12:32:27 <randomresult> as an example to build you own web or as base for your web?
  • 12:32:41 <braguzz> base for my web
  • 12:32:48 <bjo3rn> tbh I have no idea if this is up to date re recent changes in ft3
  • 12:33:06 <randomresult> i would not do that
  • 12:33:24 <randomresult> make you own install. so you only use what u understand.
  • 12:33:38 <randomresult> this package is VERY complex imho
  • 12:33:41 <braguzz> too late ;)
  • 12:34:50 <braguzz> the problems is raleted to my changes
  • 12:35:26 <braguzz> because if I reinstall from scratch
  • 12:35:57 <braguzz> and then upgrade to 1.8.3 there are no problems
  • 12:36:13 <bjo3rn> so what did you change?
  • 12:36:34 <braguzz> ehmmm...
  • 12:37:19 <braguzz> many things
  • 12:37:56 <braguzz> essentially some css and some templates
  • 12:38:20 <braguzz> and some ts configurations
  • 12:38:21 <bjo3rn> aha. css. that's what assets are about.
  • 12:38:29 <bjo3rn> we're getting closer
  • 12:38:52 <braguzz> wait I remove some assets ;)
  • 12:39:06 <bjo3rn> let's start with those ts configs. is plugin.tx_vhs.settings.asset involved in your changes?
  • 12:41:04 <braguzz> http://pastebin.com/zRK4B5c3
  • 12:43:54 <danilobuerger> randomresult thank you for being active here, we appreciate it!
  • 12:44:07 <randomresult> ?
  • 12:44:38 <danilobuerger> in the last week you are sticking around and trying to help users, i think its great
  • 12:44:39 <randomresult> danilobuerger: inspiring people to share
  • 12:44:55 <randomresult> this is what T3 is about
  • 12:45:31 <danilobuerger> well i still believe in thanking people :-)
  • 12:46:15 <braguzz> it doesn like <v:asset.script name="jquery" allowMoveToFooter="false" path="//code.jquery.com/jquery-latest.js"/>
  • 12:47:05 <randomresult> so thank you, team of fedext for doing all the work!
  • 12:47:06 <randomresult> :)
  • 12:47:40 <bjo3rn> braguzz add external="TRUE"
  • 12:47:51 <bjo3rn> to the jquery asset
  • 12:49:32 <randomresult> @danilobuerger you still want to update the fluidcontent_bootstrap package?
  • 12:49:53 <randomresult> cause i found some easy things i could fix (like missing lables etc)
  • 12:50:21 <randomresult> well at least i found one file with missing lables
  • 12:50:30 <randomresult> i could fix and try to send a pull request
  • 12:50:32 <bjo3rn> you're more than welcome to open PRs
  • 12:50:47 <randomresult> i will give it a try now
  • 12:51:36 <braguzz> ehmm...
  • 12:51:39 <braguzz> ..wow
  • 12:51:53 <bjo3rn> everything exploded?
  • 12:51:56 <bjo3rn> ^^
  • 12:52:17 <danilobuerger> randomresult sure do a PR!
  • 12:53:08 <randomresult> ok. i will now try. i forked the git, i will setup a new branch - i will commit my changes and i will push it to my git, i will send a pullrequest
  • 12:53:17 <randomresult> lets see what happens.
  • 12:55:23 <bjo3rn> braguzz talk to us ^^
  • 12:55:31 <danilobuerger> randomresult yes that sounds awesome
  • 12:55:50 <randomresult> hehe... wait until it finally happend
  • 12:56:07 <braguzz> there are some icons that looks different from before..
  • 12:56:24 <bjo3rn> what about the error? gone?
  • 12:56:33 <braguzz> error is gone
  • 12:56:42 <bjo3rn> good
  • 12:57:04 <braguzz> there was related to asset
  • 12:57:06 <braguzz> ;)
  • 12:57:14 <bjo3rn> like I said ;)
  • 12:57:36 <braguzz> sure ;)
  • 12:58:39 <bjo3rn> in the current master of vhs there's a new option that allows to simply include assets without downloading or copying them to typo3temp.
  • 12:59:03 <bjo3rn> which is the standard behavior currently.
  • 13:00:23 <bjo3rn> so your problem is solved? feel free to ask in case there's more.
  • 13:00:32 <randomresult> could danilobuerger or bjo3rn have a look at this pls.: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/Accordion.html
  • 13:00:46 <randomresult> there is a field class which is in my opionion not used.
  • 13:01:03 <randomresult> just to do the right thing when creating a PR
  • 13:01:19 <randomresult> is this needed?
  • 13:01:22 <danilobuerger> yeah class is not used
  • 13:01:28 <bjo3rn> seems to be obsolete, yes
  • 13:02:08 <randomresult> ok. i will delete it
  • 13:02:11 <braguzz> in part is solved
  • 13:02:16 <braguzz> ther some strange behavior with css included
  • 13:03:44 <bjo3rn> which is...?
  • 13:06:18 <braguzz> font-awesome
  • 13:06:39 <bjo3rn> foobar!
  • 13:07:29 <braguzz> I remove standalone and everything is ok
  • 13:08:29 <bjo3rn> might be related to the order of included assets. there's a pending patch that tackles this issue.
  • 13:08:46 <randomresult> i sent a PR - my first one!
  • 13:08:52 <randomresult> lets see what i did wrong
  • 13:09:11 <braguzz> ok thank you @bjo3rn
  • 13:09:22 <bjo3rn> you're welcome :)
  • 13:10:13 <bjo3rn> randomresult the commit message has to start with [TASK]
  • 13:10:36 <randomresult> damn. it.
  • 13:10:44 <bjo3rn> we have [TASK], [BUGFIX] and [FEATURE]
  • 13:10:53 <randomresult> but it was a [BUGFIX]
  • 13:10:54 <bjo3rn> hehe, been there, done that
  • 13:11:08 <bjo3rn> I'd not consider it a bug
  • 13:11:30 <bjo3rn> ah, you mean the labels?
  • 13:11:55 <randomresult> jupp the lables... could be both
  • 13:12:09 <bjo3rn> then there is a typo. has to be label instead of lable
  • 13:12:59 <bjo3rn> and to make it perfect you you could make two commits out of it: one to remove the obsolete class (TASK) and one for the labels (BUGFIX)
  • 13:13:44 <randomresult> so you delete the PR, i delete my branch
  • 13:13:51 <bjo3rn> but: the labels must not be hardcoded in the template.
  • 13:14:10 <bjo3rn> take a look at Resources/Private/Langauge/locallang.xml
  • 13:14:17 <randomresult> you mean local...
  • 13:14:19 <randomresult> ok i will
  • 13:14:34 <randomresult> i will delete the branch and begin from scratch
  • 13:14:35 <bjo3rn> no need to close the PR. you can force push to it.
  • 13:14:49 <randomresult> well you can, i cant
  • 13:14:50 <randomresult> :)
  • 13:14:57 <bjo3rn> roll back your commit with git reset HEAD^
  • 13:15:22 <randomresult> im using sourcetree ... so its easier for me to redo it all
  • 13:15:28 <bjo3rn> ah, even better!
  • 13:15:34 <bjo3rn> mac?
  • 13:15:38 <randomresult> yes
  • 13:15:52 <bjo3rn> oh, then you really should spend 49,- on Tower
  • 13:20:29 <randomresult> bjo3rn u know sourcetree?
  • 13:20:34 <randomresult> seems quite the same
  • 13:20:59 <bjo3rn> yes, I know it except it's ui is totally bloated
  • 13:21:16 <randomresult> bloated in what way?
  • 13:22:10 <bjo3rn> the interface of Tower is much much cleaner and more intuitive (personal taste alert)
  • 13:22:17 <bjo3rn> ^^
  • 13:23:00 <randomresult> i think sourcetree is good ... only rebasing sucks
  • 13:23:24 <bjo3rn> give Tower a try. I'm sure you'll like it.
  • 13:24:18 <cedricziel> CLI, bit**!
  • 13:24:25 <cedricziel> :D
  • 13:24:42 <bjo3rn> ach, he again ^^
  • 13:24:56 <bjo3rn> this was a matter of seconds to happen
  • 13:25:23 <bjo3rn> but: 13:14:57 ^^
  • 13:25:53 <randomresult> so basically ... what do i do now? asking cedricziel ?
  • 13:26:49 <bjo3rn> as I said: roll back the commits, commit one task and one bugfix and force push again
  • 13:27:19 <randomresult> first of all... i will grab a coffee
  • 13:27:28 <cedricziel> good idea!
  • 13:27:32 <bjo3rn> very good idea to start with always!
  • 13:27:36 <bjo3rn> hehe
  • 13:27:42 * randomresult is back in 5 minutes and checking out how to force commit my two new commits to the PR
  • 13:27:57 <cedricziel> roll back as bjo3rn said, then selectively add files to staging
  • 13:28:40 <randomresult> @cedricziel coffee first.
  • 13:31:01 <bjo3rn> randomresult you might want to have a look at https://fedext.net/overview/contributing/contribution-guide.html
  • 13:31:38 <randomresult> bjo3rn i am humanreadable...
  • 13:32:01 <randomresult> the documention isnt
  • 13:32:10 <randomresult> documentation
  • 13:32:32 <bjo3rn> hm
  • 13:33:43 <NamelessCoder> Gee wiz, Skynet. We're busted :)
  • 13:34:07 <bjo3rn> (all of a sudden in a light flash NamelessCoder appears on the scene)
  • 13:34:10 <NamelessCoder> silence randomresult before he tells others about the machine!
  • 13:34:58 <bjo3rn> silence him for good?
  • 13:35:00 <bjo3rn> ^^
  • 13:35:05 <cedricziel> (that sounds like a pokemon slogan, bjo3rn)
  • 13:35:25 <bjo3rn> (I just invented it)
  • 13:35:41 <NamelessCoder> sleep with the fishes, see?
  • 13:35:42 <FT3BOT> I caught a large bass! Well, it's pretty big...I guess...
  • 13:35:46 <NamelessCoder> ...
  • 13:36:14 <cedricziel> oh. sorry. will. do. that. now.
  • 13:36:24 <NamelessCoder> ;)
  • 13:36:59 <bjo3rn> this is getting scary ^^
  • 13:37:29 <bjo3rn> I'm sure cedricziel has an ant/grunt/whatever job prepared for those tasks
  • 13:39:29 <cedricziel> for what tasks?
  • 13:39:32 <cedricziel> fishing?
  • 13:40:24 <randomresult> @NamelessCoder did u get my donation?
  • 13:40:44 <NamelessCoder> haven't checked the mail today but no, not yet
  • 13:40:51 <NamelessCoder> better go do that actually
  • 13:41:56 <randomresult> if it will not come, go grab a guitar and play the songs yourself
  • 13:42:17 <NamelessCoder> nope, not yet - but it'll get here I'm sure
  • 13:42:32 <cedricziel> hehe
  • 13:42:33 <randomresult> because: i will not give amazon another chance to show me how stupid iam
  • 13:42:36 <cedricziel> a live concert!
  • 13:42:43 <NamelessCoder> hehe ^^
  • 13:42:59 <randomresult> so ... i will now reset my branch
  • 13:43:06 <cedricziel> do it
  • 13:43:10 <randomresult> then make the changes and stage them
  • 13:43:18 <cedricziel> but only the last commit
  • 13:43:23 <cedricziel> okay, if you think so ^^
  • 13:43:23 <randomresult> and commit it to my repo/branch
  • 13:43:40 <randomresult> reverse commit?
  • 13:43:43 <randomresult> or reset
  • 13:43:50 <cedricziel> fluxtransformation?
  • 13:44:09 <cedricziel> i would do a soft reset of the latest commit
  • 13:44:27 <cedricziel> then unstage whats not needed, commit once, stage the rest, commit another one
  • 13:44:27 <randomresult> damn... i did a hard one
  • 13:44:34 <cedricziel> whoopsie
  • 13:44:39 <NamelessCoder> wow apple mail you suck sooooo hard
  • 13:44:47 <randomresult> how stupid am i
  • 13:44:56 <cedricziel> if you had asked me.. NamelessCoder i would have told you!
  • 13:45:00 <cedricziel> :p
  • 13:45:14 <NamelessCoder> the more you use it (=receive emails) the more it sucks
  • 13:45:46 <cedricziel> i do feel very confident with using my webmailing/groupware with activesync and such.
  • 13:46:01 <cedricziel> offline emails is for offliners
  • 13:49:16 <NamelessCoder> let's try Postbox 2
  • 13:49:32 <NamelessCoder> or 3
  • 13:49:58 <cedricziel> does entourage still exist?
  • 13:50:12 <NamelessCoder> dunno, didn't like that one
  • 13:50:58 <randomresult> one question... the labels exist in locallang.xml but the do not show up in the backend...
  • 13:51:02 <cedricziel> just throwing around product names of a world i dont know ;)
  • 13:51:34 <randomresult> i never worked with that in fedext - so where can i see some examples?
  • 13:52:39 <cedricziel> me neither, sorry
  • 13:55:53 <randomresult> should be something like {f:translate(key:'LLL:EXT:fluidcontent_bootstrap/Resources/Private/Language/locallang.xml:flux.accordion.objects.panel.title')}
  • 13:56:06 <randomresult> or not?
  • 13:56:12 <randomresult> damn... i need to try it
  • 14:01:10 <randomresult> no, does not work
  • 14:02:54 <randomresult> bjo3rn have u worked with a locallang.xml in fedext?
  • 14:10:12 <bjo3rn> randomresult the labels will be inserted automatically. simply add one under the key flux.accordion.objects.panel.active and remove the label arguments from the fields
  • 14:10:40 <randomresult> ?
  • 14:10:55 <randomresult> they dont ...
  • 14:10:59 <randomresult> but i will check
  • 14:11:10 <bjo3rn> did you remove the label arguments from your fields?
  • 14:11:35 <bjo3rn> and did you clear the cache?
  • 14:12:30 <randomresult> i did and i placed the locallang in my testenvironment.
  • 14:12:40 <randomresult> it works on my bootstrap-example web
  • 14:12:46 <randomresult> so i believe you :)
  • 14:12:50 <bjo3rn> hehe, good
  • 14:13:06 <randomresult> so i simply remove the class and comit it again (new branch)
  • 14:14:24 <bjo3rn> roll back to the last commit before yours
  • 14:15:16 <bjo3rn> (in Tower: 'roll back to this commit ...', in CLI: 'git reset HEAD^')
  • 14:18:19 <randomresult> i made a new branch - and send another pull request
  • 14:18:26 <randomresult> could u check?
  • 14:18:31 <cedricziel> heh. badGuy!
  • 14:18:47 <randomresult> badguy? cause of the new PR?
  • 14:19:04 <randomresult> ok i will now read the guide again
  • 14:20:00 <cedricziel> hihi
  • 14:20:09 <cedricziel> yeah man, your avatar :)
  • 14:20:57 <cedricziel> https://github.com/FluidTYPO3/flux/blob/master/CONTRIBUTING.md#example-the-wrong-commit-message
  • 14:21:53 <randomresult> so my message is wrong?
  • 14:23:02 <randomresult> ahhhrg...
  • 14:24:12 <randomresult> travis is not my friend.
  • 14:24:31 <cedricziel> he will be :)
  • 14:25:17 <randomresult> so i need to rebase and ... puh...
  • 14:25:25 <randomresult> this s**ks
  • 14:25:43 <randomresult> for simply removing two line of not used code
  • 14:25:46 <randomresult> ok.
  • 14:26:14 <randomresult> but unless this one small r everything is fine?
  • 14:29:19 <cedricziel> as far as i can see it-yes
  • 14:30:45 <cedricziel> sorry for that-we are kind of strict with our CGL
  • 14:30:54 <cedricziel> we simply dont want cluttering
  • 14:31:13 <Guest|21711> Hello, am I the only one with a broken downloadlink of the introduction package?
  • 14:33:06 <cedricziel> which one?
  • 14:33:38 <randomresult> cedricziel how do i save in the upshowing editor
  • 14:33:50 <cedricziel> which is it?
  • 14:33:51 <randomresult> using i i can insert and change the first letter
  • 14:33:58 <randomresult> terminal osx
  • 14:33:58 <cedricziel> nano?
  • 14:34:01 <cedricziel> ahh. vim
  • 14:34:06 <cedricziel> ESC
  • 14:34:16 <cedricziel> then :wq
  • 14:34:17 <randomresult> and wq
  • 14:34:20 <randomresult> i did.
  • 14:34:21 <Guest|21711> if I start "get.typo3.org/bootstrap", the download stops at around 20mb and the file is broken
  • 14:34:34 <cedricziel> Guest|21711: I'm trying it myself right now
  • 14:34:42 <cedricziel> what platform are you on?
  • 14:34:47 <randomresult> Successfully rebased and updated refs/heads/accordion.
  • 14:34:57 <cedricziel> wohoo
  • 14:35:02 <cedricziel> push it real good!
  • 14:35:03 <randomresult> i did this before
  • 14:35:09 <Guest|21711> I'm on Windows 7, tried with chrome, ff, ie
  • 14:35:28 <randomresult> git rebase -i HEAD~2
  • 14:35:31 <cedricziel> i have 0 issues
  • 14:35:43 <randomresult> when doing this, it should show my changes right?
  • 14:35:46 <randomresult> i do
  • 14:35:47 <randomresult> git rebase -i HEAD~2
  • 14:35:58 <cedricziel> it should show the last two commits in an editor
  • 14:36:09 <randomresult> then edit == edit using I --> esc --> .wq
  • 14:36:19 <randomresult> then git rebase -i HEAD~2 again should show my changes right?
  • 14:36:29 <cedricziel> you seem to be stuck
  • 14:36:42 <cedricziel> you have to change it from pick to reword
  • 14:36:46 <cedricziel> to edit your msgs
  • 14:36:52 <randomresult> ah ok
  • 14:37:20 <cedricziel> Guest|21711: are you behind a proxy?
  • 14:37:33 <randomresult> yeah
  • 14:37:35 <randomresult> did it
  • 14:38:15 <randomresult> so what to do next?
  • 14:43:53 <cedricziel> Guest|21711: http://ft3.cedric-ziel.com/bootstrap.tgz
  • 14:44:15 <cedricziel> randomresult: git push --force $GITHUBREMOTE $YOURBRANCH
  • 14:44:45 <randomresult> i did
  • 14:45:11 <bjo3rn> randomresult I'm afraid there's a little misunderstanding going on here
  • 14:45:27 <cedricziel> oO
  • 14:45:43 <bjo3rn> you should make it one PR with several commits in it
  • 14:46:03 <bjo3rn> basically you have removed the obsolete field and wanted to add two more, right?
  • 14:46:36 <cedricziel> i thought he wanted to split it
  • 14:46:51 <bjo3rn> why should he?
  • 14:48:35 <cedricziel> wild guess. *pow* *pow*
  • 14:49:34 <bjo3rn> hehe, I guess it's because of [13:12:59]
  • 14:49:40 <bjo3rn> randomresult still there?
  • 14:50:43 <bjo3rn> stay with us ^^
  • 14:51:06 <cedricziel> lost in rebase :/
  • 14:51:16 <randomresult> i did two because i changed 2 files
  • 14:51:35 <randomresult> locallang and template
  • 14:51:40 <bjo3rn> that's ok but not really necessary.
  • 14:51:56 <randomresult> so one commit per file i thought
  • 14:52:02 <cedricziel> Klingelinklingelong!
  • 14:52:12 <bjo3rn> okeee
  • 14:52:18 <randomresult> yeah... it was merged?
  • 14:52:23 <randomresult> damn, i did it
  • 14:52:30 <randomresult> and i changed the message
  • 14:52:33 <randomresult> whoohooo
  • 14:52:40 * randomresult dances on the table.
  • 14:53:01 <randomresult> lets get a beer - in my opinion i deserve it!
  • 14:53:07 <randomresult> cheers folks
  • 14:53:16 <cedricziel> *plöp*
  • 14:53:34 <cedricziel> you will iterate faster the next time, i'm sure!
  • 14:53:48 <cedricziel> Thanks for staying on the task, dude!
  • 14:54:02 <randomresult> thx for helping me
  • 15:06:42 <gernot_h> hi! is there a vhs, to render datarecords from a mysql table, for the fe?
  • 15:10:35 <randomresult> how do u work with all the extensions when contributing code to the github? one t3 web with all the extensions as submodule
  • 15:12:43 <cedricziel> we have central repos in fx ~/src and link them via symlinks
  • 15:12:54 <randomresult> ah ok.
  • 15:13:10 <cedricziel> hi gernot, no. there was one, but we wont ever do that again.
  • 15:13:11 <randomresult> submodules are not that easy.
  • 15:13:22 <cedricziel> submodules suck.
  • 15:13:26 <randomresult> someone knows how to get rid of them?
  • 15:13:34 <cedricziel> fine for deployments, but not on a local setup
  • 15:13:52 <randomresult> i have one submodule in one of my webs... and it makes problems all the time
  • 15:14:09 <cedricziel> yes, you have a .gitmodules, remove em from there. theres also a file in .git where they are registered
  • 15:14:38 <randomresult> ok.
  • 15:14:59 <randomresult> so your symlinks point to a git-folder where u are on the latest master?
  • 15:15:08 <randomresult> hi pedda!
  • 15:15:34 <randomresult> but this is only for local installs...
  • 15:15:43 <randomresult> ok. i will setup something like this
  • 15:16:11 <cedricziel> right.
  • 15:16:12 <randomresult> but hmmm...
  • 15:16:22 <cedricziel> composer is another strategy for deployments
  • 15:16:28 <cedricziel> works quite nice
  • 15:16:45 <randomresult> composer ... travis... git ... man... this is too much for a beginner
  • 15:16:54 <cedricziel> hehe, new era.
  • 15:17:10 <randomresult> so step by step
  • 15:17:17 <cedricziel> php moved away from pure functions, the world is a changing and its good
  • 15:17:46 <randomresult> maybe i need to hire someone to explain that all to me
  • 15:18:05 <randomresult> as u know, im not even able to send someone something from an amazon wishlist
  • 15:18:20 <randomresult> :)
  • 15:18:30 <cedricziel> ^^
  • 15:18:40 <cedricziel> but you're doing gangster self-shots
  • 15:18:42 <cedricziel> at least
  • 15:18:44 <cedricziel> ;)
  • 15:20:15 <randomresult> what ever this means
  • 15:21:08 <randomresult> and what i really need is: where the hell do i find a list of my projects in phpstorm?
  • 15:21:46 <cedricziel> randomresult: https://0.gravatar.com/avatar/79dcf923d267fa7805976ab816ba5647?d=https%3A%2F%2Fidenticons.github.com%2F6b05a92d1cc850a6269423cd41c5a151.png&r=x&s=400
  • 15:21:54 <cedricziel> dont take me too serious :)
  • 15:22:06 <randomresult> oh man, this is freaking old
  • 15:22:18 <cedricziel> File -> Close Project
  • 15:22:39 <randomresult> but if i dont want to close but open another one?
  • 15:22:48 <randomresult> which is not in my recently openend
  • 15:22:49 <randomresult> ?
  • 15:23:56 <cedricziel> you can only choose open directory and then open a folde with the icon
  • 15:26:21 <randomresult> this sucks
  • 15:26:32 <cedricziel> jep
  • 15:26:54 <randomresult> and i do not see any icons (phpstorm 7)
  • 15:27:02 <randomresult> a moment
  • 15:27:15 <randomresult> no icons
  • 15:27:32 <randomresult> only when creating a new projekt. but lemme check on time mor
  • 15:27:32 <randomresult> e
  • 15:27:49 <randomresult> no, no icons at all
  • 15:30:29 <randomresult> cedricziel you mean this little phpstormicons right?
  • 15:30:49 <cedricziel> yes
  • 15:31:39 <randomresult> no icons visible when opening an projekt-folder (at least the .idea folder is in there)
  • 15:33:56 <randomresult> ok. i have to deal with it
  • 15:34:04 <randomresult> i need a cleanup anyway
  • 15:38:25 <FT3BOT> Issue 369: [FEATURE] Added utility for vendor extension registration https://github.com/fluidtypo3/flux/issues/369
  • 15:38:26 <FT3BOT> Issue 369: [FEATURE] Added utility for vendor extension registration https://github.com/fluidtypo3/flux/issues/369
  • 15:56:09 <randomresult> @cedricziel... gangster self shot - how cool - never heard this
  • 15:57:27 <cedricziel> i heard the cool kids are saying that
  • 15:57:53 <randomresult> so ur a cool kid!
  • 15:58:19 <randomresult> so now i need to learn how to PR a single commit
  • 15:58:21 <bjo3rn> they call it a 'selfy' these days
  • 15:59:49 <randomresult> bjo3rn you have kids that age urself?
  • 15:59:59 <randomresult> or where u know it from?
  • 16:00:00 <bjo3rn> your age? no!
  • 16:00:02 <bjo3rn> muhaha
  • 16:00:07 <cedricziel> ^^
  • 16:00:22 <randomresult> hehe, you could be my son btw
  • 16:00:40 <cedricziel> randomresult, this basically means creating a new branch with for each feature
  • 16:00:41 <bjo3rn> we listen to einslive at the office at times. that's where you learn.
  • 16:00:55 <randomresult> omg ...
  • 16:00:57 <randomresult> radio
  • 16:01:08 <bjo3rn> yep
  • 16:01:09 * randomresult enjoys the silence
  • 16:01:14 <cedricziel> spotify radio based on "Europe"
  • 16:01:18 <cedricziel> here
  • 16:01:25 <bjo3rn> I could be your son? bc of the !hair ?
  • 16:01:26 <randomresult> took a look at the wishlist of NamelessCoder
  • 16:01:43 <bjo3rn> (! intended)
  • 16:01:52 <randomresult> bc of th !hair?
  • 16:02:11 <cedricziel> hehe
  • 16:02:12 <bjo3rn> ! as in not/false
  • 16:02:17 <cedricziel> evaluate the expression
  • 16:02:23 <randomresult> hehe ...
  • 16:02:25 <bjo3rn> neeeeeerdy
  • 16:02:38 <cedricziel> WooCoders
  • 16:03:09 <randomresult> cedricziel i can now delete the new branches right?
  • 16:03:25 <cedricziel> what's done, is done
  • 16:03:42 <randomresult> so now i need to check how to get the upstream
  • 16:03:57 <cedricziel> lol: https://github.com/btford/angular-dragon-drop/blob/master/dragon-drop.js#L11
  • 16:04:49 <cedricziel> i remember i added a section to the md document :P
  • 16:04:58 <cedricziel> i was tired of repeating myself
  • 16:05:53 <randomresult> is there a way to exclude pages from a breadcrumb?
  • 16:06:19 <cedricziel> so you're a topic switcher?
  • 16:06:36 <cedricziel> i think there's a page property
  • 16:06:40 <randomresult> its a question in the room
  • 16:07:08 <randomresult> we have some pages hide in menu which we want ... and some we dont want to show
  • 16:07:20 <randomresult> so we need excludepages
  • 16:07:24 <cedricziel> hmm. my pun seems not to be generally accepted.
  • 16:09:40 <randomresult> sadly, iam the onlyone using this chat
  • 16:14:44 <randomresult> @cedricziel i managed to get upstream into my master branch!
  • 16:18:16 <cedricziel> perfect
  • 16:29:20 <mrboe> hi guys, i want to render a preview image in the BE : <f:image src="{sliderprev.singleslide.bild}" alt="img"/> but i have a problem with the URL of the image
  • 16:30:23 <mrboe> the path created like that in the BE ../fileadmin/Content/slider/vein-illustration-big.jpg
  • 16:32:04 <mrboe> i use the latest git versions from monday
  • 16:33:21 <mrboe> on typo3 6.1.6
  • 16:39:35 <mrboe> ok now i used this and it works finde <v:media.image src="{sliderprev.singleslide.bild}" alt="img"/>
  • 17:26:04 <cedricziel> mrboe_afk: you should simply prefix it with a leading slash.
  • 17:26:10 <cedricziel> to make it absolute
  • 18:15:39 <bjo3rn> cedricziel iirc f:image is not working in the backend because it outputs a relative path like '../' and that's why v:image has been made in the first place ;)
  • 19:02:58 <mrboe> thanks for the help @cedricziel, @bjo3rn is right - it's working now with the v:image
  • 19:06:36 <bjo3rn> good :)

20131204

  • 08:23:39 <soee> cedricziel, got one moment ?
  • 08:59:05 <soee> guys fed is obsolate ?
  • 09:24:36 <t33k> hi all
  • 09:24:51 <t33k> I have slow rendering issue with lfuid content element
  • 09:25:14 <t33k> there is nothing fancy there in this FCE
  • 09:25:26 <t33k> and it takes 700-800mz to render
  • 09:25:30 <t33k> and it takes 700-800ms to render
  • 09:25:44 <t33k> as this is a teaser I have like 10 of tem on page
  • 09:26:08 <t33k> so its 10 * 800ms = 8sec of rendering which is inacceptable
  • 09:26:40 <t33k> my question is - are those fluid CE cached like regular fluid tempaltes ?
  • 09:27:35 <t33k> becase from my tests seems like the less code in the fluid CE the less time for rendering
  • 09:27:41 <t33k> and its linear
  • 09:28:33 <t33k> so my assumpion is the fluid template for that FCE is not cached
  • 09:31:31 <mrboe> good morning
  • 09:42:44 <t33k> fluidcontent 3.1.0
  • 09:43:22 <t33k> anyone a sugesstion ?
  • 10:30:09 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 10:30:10 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 10:51:22 <hans_> hi
  • 10:51:32 <mrboe> hi @hans_
  • 10:52:19 <randomresult> hi hans_ hi mrboe
  • 10:52:25 <randomresult> hi FT3BOT
  • 10:52:49 <Akii> hrhr
  • 10:53:05 <hans_> problem: i want to make an image upload with flex (fluid_content). i got the field in the BE. when i click on the icon the popup of "media" opens; clicking the "+"-icon -> nothing hppens :-/
  • 10:53:07 <cedricziel> ya, Akii?
  • 10:53:09 <cedricziel> ^^
  • 10:53:12 <cedricziel> grabbed
  • 10:53:12 <Akii> hullo
  • 10:54:04 <cedricziel> can you please gist the relevant parts of your form, make a screenshot of the actual flexform and tell us, which versions you use?
  • 10:55:49 <hans_> here is the template
  • 10:55:50 <hans_> http://pastebin.com/za2kNNNE
  • 10:56:49 <hans_> flux: 6.0.1
  • 10:58:23 <cedricziel> so you're using the TER version?
  • 11:01:29 <hans_> downloaded the bootstrap package
  • 11:03:32 <hans_> from https://fedext.net/overview/beginners-guide.html
  • 11:03:35 <cedricziel> NamelessCoder is test-driving 6.0.2 before we finally switch to namespaces. can you try it out please? https://github.com/NamelessCoder/flux/tree/6.0.2
  • 11:10:20 <hans_> i´ve also the fluidcontent_bootstrap form the package , when i want to add an image in "Bootstrap: Element Carousel" it´s the same
  • 11:11:43 <cedricziel> that points to flux
  • 11:11:51 <cedricziel> did you try what i suggested?
  • 11:11:59 <bjo3rn> cedricziel that's not the issue
  • 11:12:04 <bjo3rn> hi guys
  • 11:12:21 <bjo3rn> the bootstrap package includes the 'media' extension
  • 11:12:32 <bjo3rn> and this is not working as it seems
  • 11:12:52 <bjo3rn> hans_ doesn't get the native file selection popup
  • 11:13:03 <bjo3rn> I can reproduce this
  • 11:13:26 <daKmoR> anyone knows that error?
  • 11:13:28 <daKmoR> Fatal error: Can't inherit abstract function Tx_Flux_Form_FieldContainerInterface::getTransform() (previously declared abstract in Tx_Flux_Form_ContainerInterface) in [...]/typo3conf/ext/flux/Classes/Form.php on line 29
  • 11:14:05 <daKmoR> installation works fine on my machine but not on the dev server... super strange
  • 11:14:33 <daKmoR> being on TYPO3 CMS 6.2 beta1 and flux dev-namespaces
  • 11:15:01 <cedricziel> any caches leftover?
  • 11:15:05 <cedricziel> like opcaches?
  • 11:15:40 <cedricziel> If i get you right, you are using a namespaced variant. that shouldnt throw un-namespaced errors
  • 11:15:54 <daKmoR> cedricziel: no php cache
  • 11:16:14 <bjo3rn> cedricziel sorry for the sliding tackle :)
  • 11:16:17 <hans_> hm, when i compare the Thumbnail Grid and the Carusel form bootstrap, the carsuell uses the media-module, the thumb. uses the selection popup, but the config in the tpl seems the same
  • 11:17:11 <daKmoR> cedricziel: even in the dev-namespaces there is currently no use of namespaces for flux itself
  • 11:17:24 <daKmoR> only the calles to the core function are replaced
  • 11:17:40 <cedricziel> ah, sorry then
  • 11:18:02 <cedricziel> how do the php versions, pecl addons etc compare to your local environment?
  • 11:18:08 <hans_> is there a solution to prevent getting the media-popup in the configuration of the tpl?
  • 11:19:13 <daKmoR> cedricziel: php 5.4.3 vs php 5.3.6
  • 11:19:40 <daKmoR> but that should work on php 5.3.3+ I guess?
  • 11:19:52 <daKmoR> as it's TYPO3 6.2 requirements... iirc
  • 11:20:44 <cedricziel> there are error that can occur if you use php lower than 5.3.7 - that's what we think.
  • 11:20:54 <cedricziel> sorry, meeting. cya later
  • 11:21:02 <daKmoR> hmmm ok just looked it up php 5.3.7+
  • 11:21:20 <daKmoR> hampf
  • 11:21:29 <daKmoR> so let's see if we can update that php version
  • 11:30:34 <hans_> ok, if i warp it with "flux:flexform.object" when i get the normal popup; but in the be-from it´s displayed as file:228.
  • 11:31:00 <hans_> does some got a link to a working example where also thumbs are displayed?
  • 11:32:24 <mrboe> @hans_ i use the latest git versions on typo3 6.1.6 and it works
  • 11:35:57 <hans_> ah ok, i got 6.1.5
  • 11:36:00 <hans_> will try it
  • 11:36:19 <hans_> do you also use the "media" module ?
  • 11:37:20 <hans_> which version do u got?
  • 11:40:11 <mrboe> no
  • 11:57:22 <t33k> hello - does anyone know if fluid parsing of FLuidCE is cached ?
  • 11:58:01 <t33k> I have a case when it seems like not being cached and parsing all the time a FCE is called.
  • 11:58:25 <BenjaminR> What could prevent an fluidcontent element from beeing cached? Wierd problem here.
  • 12:00:12 <t33k> the whole file with FCE has 290 lines. The less lines in that file the parsing is faster. Here are the numbers:
  • 12:00:14 <t33k> 1. No changes
  • 12:00:14 <t33k> aprox 800ms
  • 12:00:14 <t33k> 2. Remove whole flux defs
  • 12:00:14 <t33k> aprox 700ms
  • 12:00:14 <t33k> 3. Remove Main section content
  • 12:00:14 <t33k> approx 500ms
  • 12:00:14 <t33k> 4. Remove Section Readmore (not used at all)
  • 12:00:16 <t33k> approx 450mx
  • 12:00:16 <t33k> 5. Remove Section ReadmoreImage
  • 12:00:16 <t33k> approx 435ms
  • 12:00:16 <t33k> 6. Remove Section Readmore1
  • 12:00:17 <t33k> approx 300ms
  • 12:00:38 <BenjaminR> t33k decribes the problem :)
  • 12:00:47 <t33k> so in the end the FCE renders only 50ms VS the begining 800ms
  • 12:01:40 <t33k> yes - thanks Benjamin for explaining my data ;)
  • 12:23:54 <Guest|18140> About Page / Menu / DirectoryViewHelper, linkCurrent="False" doesn't seem to work (vhs 1.8.3)
  • 12:27:58 <cedricziel> Guest|18140: Please post an issue on Github (https://github.com/FluidTYPO3/vhs/issues)
  • 13:38:34 <daKmoR> hey cedricziel just fyi the error was indeed from using php 5.3.6... now I'm on 5.3.10 and it's totally fine :)
  • 13:38:37 <mrboe> hi - i want to create a flux:flexform.field.input field to give the user the possibility to add a custom css class. is it possible only to allow a input like "helloworld" instead of "Hello World"
  • 13:38:56 <cedricziel> check. daKmoR :)
  • 13:39:04 <daKmoR> thx :)
  • 13:39:43 <cedricziel> sadly, not everybody is able to upgrade his/her php starter that easy as you did :)
  • 13:40:21 <cedricziel> if it's not a shared environment, or known incompatibilites, i'd upgrade straight to 5.4.latest
  • 13:52:37 <randomresult> mrboe : isnt there a viewhelper for that ?
  • 13:53:00 <randomresult> maybe not for the input, but some vhs for frontend
  • 13:55:34 <daKmoR> cedricziel: yeah I'm not sure about the compatibility... so I will stick with 5.3.x for now... might need another dev server pretty soon anyway... :p
  • 13:58:01 <mrboe> @randomresult i will have a look
  • 14:55:48 <BenjaminR> NamelessCoder want to have a thought on what t33k (Krystian) describes?
  • 15:01:06 <NamelessCoder> sry, bit busy atm - will be available in a while

20131205

  • 00:43:36 <FT3BOT> Issue 358: [TASK] Replace all calls to CMS functions with namespace equivalent https://github.com/fluidtypo3/flux/issues/358
  • 00:43:37 <FT3BOT> Issue 358: [TASK] Replace all calls to CMS functions with namespace equivalent https://github.com/fluidtypo3/flux/issues/358
  • 00:44:21 <FT3BOT> Issue 360: [TASK] Remove legacy dependency and adjust composer namespace https://github.com/fluidtypo3/flux/issues/360
  • 00:44:22 <FT3BOT> Issue 360: [TASK] Remove legacy dependency and adjust composer namespace https://github.com/fluidtypo3/flux/issues/360
  • 00:45:17 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:45:18 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:47:31 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:47:32 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 01:02:09 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:02:10 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:11:16 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:11:17 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:31:28 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 01:31:29 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 08:34:35 <randomresult> good morning
  • 08:39:29 <mrboe> Hello World
  • 08:39:40 <randomresult> hello boe
  • 08:47:05 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 08:47:06 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 09:18:17 <soee> NamelessCoder, ill take care of this icons but not in this month, i have deadline soon for one project and have no time right now for it :/
  • 11:46:35 <mrboe> hi all
  • 12:59:59 <pedda> hi there, is this correct?
  • 13:00:11 <pedda> <flux:flexform.field.relation name="settings.categories" label="Limit items to categories:" size="4" table="tx_bcservices_domain_model_category" maxItems="9999" transform="BC\BcServices\Domain\Model\Category" />
  • 13:00:18 <pedda> especially the transform argument
  • 13:00:38 <pedda> bc_services is a namespaced extension
  • 13:01:53 <pedda> and what is meant by: Flux View Tx_Flux_View_ExposedTemplateView is able to read stored configuration from file ?
  • 13:02:39 <cedricziel> the latter is only for debugging.
  • 13:03:05 <pedda> ok.. i have this message since i enabled debugging.. but i never saw that one before in other projects
  • 13:03:30 <cedricziel> There should be a prefix saying "Flux Debug:"
  • 13:03:53 <pedda> indeed
  • 13:03:55 <cedricziel> you can turn that of by flipping the switch in EM->flux
  • 13:03:59 <cedricziel> *off
  • 13:04:10 <pedda> that'S how i turned it on, i'm just wondering that it appears
  • 13:04:16 <pedda> as it does not in other projects
  • 13:04:49 <pedda> even the way i create templates is the same among several projects -> i should have seen that one before
  • 13:04:53 <pedda> :)
  • 13:05:14 <pedda> maybe i didn't notice..
  • 13:05:27 <pedda> or it was a differen version
  • 13:06:03 <pedda> what about transforming values to objects of namespaced extension.. is my example correct (assuming that's the correct namespace to my object)?
  • 13:06:58 <danilobuerger> pedda yes
  • 13:07:03 <pedda> okay
  • 13:07:26 <pedda> well i'm trying to debug this a little bit and i'm missing the values of my field in the preview section
  • 13:07:39 <danilobuerger> if thats the correct namespace of your object and it doesnt transform it, please file a bug report
  • 13:07:46 <pedda> tbmp: i don't want to display a transformed object from uid in backend
  • 13:08:06 <danilobuerger> ?
  • 13:08:19 <pedda> if i debug {settings.categories -> f:debug()} it always remains NULL
  • 13:08:29 <pedda> from within the Preview section
  • 13:08:37 <cedricziel> and in the content section?
  • 13:08:55 <pedda> just a sec
  • 13:11:46 <pedda> they don't get transformed
  • 13:11:56 <pedda> what i see is just the value of the respecting uid
  • 13:12:09 <pedda> but the value is != NULL
  • 13:12:51 <pedda> my task by now was: display titles of selected categories in my custom fe plugin
  • 13:13:27 <pedda> that'S why i started to debug settings in backend / preview section and realized, settings.categories remains = NULL
  • 13:13:40 <pedda> hmm
  • 13:14:44 <pedda> but when i rethink my approach..
  • 13:15:07 <pedda> it's a multiselect field -> resulting in an array of selected items
  • 13:15:28 <pedda> if it was a single item, it may become transformed, but nit if it's an array
  • 13:16:44 <pedda> hmm added a settings.test field -> value remains NULL
  • 13:17:32 <pedda> when i remove the transform argument NULL disappears and i see the uid instead
  • 13:17:36 <cedricziel> sorry, i never used that particular feature. i guess danilobuerger or NamelessCoder would be the right persons
  • 13:17:49 <pedda> i'm just rubberducking my friend ;)
  • 13:17:58 <cedricziel> ^^
  • 13:18:05 <pedda> solved most of my issues this way..
  • 13:18:27 <cedricziel> aha
  • 13:18:31 <cedricziel> karma buddies :09
  • 13:18:35 <pedda> and it'S better to speak to someone who might understand rather than to my colleagues in my office which have no plan at all ;)
  • 13:18:36 <danilobuerger> pedda it should work, transform worked for me with legacy classes, if it doesnt work with namespaces please file an issue
  • 13:18:47 <pedda> okay danilobuerger
  • 13:21:46 <randomresult> hi folks
  • 13:22:00 <pedda> hi
  • 13:22:00 <randomresult> is there any example for an easy menu with submenu?
  • 13:22:04 <randomresult> hi pedda
  • 13:22:20 <pedda> 2 sections (one for each level)
  • 13:22:37 <pedda> call the 2nd section within the <li> of the 1st section
  • 13:22:39 <pedda> that's it
  • 13:22:52 <pedda> @randomresult
  • 13:23:20 <pedda> this way you have full controll of the markup
  • 13:23:47 <pedda> guess what is required to have a menu with 3 levels ;)
  • 13:24:12 <randomresult> well i would say another section... but ... that would be to easy.
  • 13:24:16 <randomresult> using a TS-Menu
  • 13:24:33 * randomresult recommends using TS for menues :)
  • 13:25:08 <randomresult> i just look at the example from the speciality-Extension (bootstrap-introduction)
  • 13:25:15 <randomresult> this is ... wired
  • 13:37:26 <pedda> issue filed :)
  • 13:39:53 <pedda> ups
  • 13:40:05 <pedda> it doesn't work for non namespaced extensions neither
  • 13:40:11 <pedda> @danilobuerger
  • 13:40:30 <pedda> just verified if tx_news will get transformed correctly, but it failed
  • 13:40:36 <danilobuerger> hmm
  • 13:40:40 <danilobuerger> thats even weirder
  • 13:40:46 <pedda> true
  • 13:40:48 <danilobuerger> i will check it out when i have some free time
  • 13:40:59 <pedda> i need to check this in a different project
  • 13:41:11 <pedda> maybe it's something else getting wrong...
  • 14:21:33 <randomresult> pedda still there?
  • 15:59:53 <daKmoR> hey I just updated to latest dev-namespaces and now I get Fatal error: Class 'Tx_Flux_Core' not found in [...] ext_tables.php
  • 16:00:20 <daKmoR> in it I have... Tx_Flux_Core::registerProviderExtensionKey('site_default', 'Page');
  • 16:04:02 <jbjoule> I installed the fedext package I read in the root TS template all Typoscript has been put into the folder 'Typoscript Templates', but where is this folder ?
  • 16:08:01 <randomresult> jbjoule got an answer already?
  • 16:09:05 <randomresult> basically all files/folders are located in typo3conf/ext/yourext/
  • 16:09:39 <randomresult> ts can be found in typo3conf/ext/yourext/Configuration/Typoscript
  • 16:09:44 <randomresult> (normally)
  • 16:09:48 <jbjoule> Oh I see all the TS for the site is in an extension, nifty
  • 16:10:17 <randomresult> thats the advantage of an extension... once installed, everything is available
  • 16:10:24 <daKmoR> ah nevermind, due to the composer renaming of the packes I had to reinstall them again
  • 16:20:11 <jbjoule> RealUrl noob question : I installed fedext package in /var/www/bootstrappackage/, added in apache2 DocumentRoot /var/www/bootstrappackage/
  • 16:20:11 <jbjoule> As well as AllowOverride All , now when I browse to the ip of my site http://10.10.4.15/ I see the page nice and all but clicking on liks fails Not Found
  • 16:47:46 <danilobuerger> daKmoR git dev-namespaces is a bit critical at the moment, NamelessCoder is working on it
  • 16:48:29 <danilobuerger> jbjoule did you activate mod_rewrite?
  • 16:53:05 <jbjoule> rewrite engine on ?
  • 16:57:05 <danilobuerger> you will need more than that
  • 16:57:38 <danilobuerger> its in _.htaccess in the typo3 package
  • 17:02:26 <jbjoule> I have .htaccess without the underscore
  • 17:03:31 <danilobuerger> ok then you should take your question to the #typo3 channel... #fedext is a support channel for our packages
  • 17:03:46 <jbjoule> RewriteBase / since DocumentRoot /var/www/bootstrappackage/
  • 17:03:56 <jbjoule> ok thanx
  • 17:21:54 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 17:21:55 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 17:37:17 <randomresult> good evening foks
  • 17:48:26 <randomresult> can someone tell me how to use locallang.xml in my extension?
  • 17:48:44 <randomresult> does it need to be "registered"?
  • 17:51:34 <danilobuerger> no just use if at Resources/Private/Language
  • 17:51:41 <danilobuerger> (and go for xlf instead of xml)
  • 17:53:23 <danilobuerger> https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/Resources/Private/Language/locallang.xlf
  • 17:55:35 <randomresult> ok. i want it for pages
  • 17:57:05 <randomresult> @danilobuerger i have the following:
  • 17:57:18 <randomresult> flux flexform id = default
  • 17:57:23 <randomresult> sheet default
  • 17:57:37 <randomresult> flexformfield input name "includenavi"
  • 17:57:44 <randomresult> and i tried this
  • 17:57:55 <randomresult> <trans-unit id="flux.default.basics.includenavi">
  • 17:58:07 <randomresult> the label does not show up
  • 17:58:22 <randomresult> is this correct?
  • 18:00:04 <randomresult> http://pastebin.com/3uwTN9C6 this is what i got
  • 18:06:36 <randomresult> i dont get it...
  • 18:16:23 <danilobuerger> randomresult flux.default.fields.includenavi
  • 18:17:30 <randomresult> now it shows this in my backend LLL:EXT:t3pagebasics/Resources/Private/Language/locallang.xml:flux.default
  • 18:17:38 <randomresult> but locallang.xml does not exist
  • 18:17:50 <randomresult> and the field label does not show up
  • 18:18:26 <randomresult> ok. clear cache - delete temp
  • 18:18:28 <randomresult> ...
  • 18:18:57 <randomresult> yeah... works
  • 18:18:58 <danilobuerger> ?
  • 18:19:00 <danilobuerger> ok
  • 18:19:03 <randomresult> :)
  • 18:19:25 <danilobuerger> localization for flux labels is not very obvious
  • 18:19:29 <danilobuerger> needs documentation
  • 18:19:47 <randomresult> ok. so the sheetname does not matter at all
  • 18:19:56 <danilobuerger> nope
  • 18:20:29 <randomresult> damn... thats great!
  • 18:20:45 <danilobuerger> didnt you want to do some documentation?
  • 18:22:27 <randomresult> when i did understand it yes
  • 18:22:49 <randomresult> so how to translate my sheet?
  • 18:23:20 <danilobuerger> flux.default.sheets.bla
  • 18:24:13 <randomresult> man i love that
  • 18:24:44 <randomresult> I will check this and then try to document it
  • 18:25:17 <danilobuerger> randomresult btw if you want to do some more documentation: every view helper is getting a new one... if you have one you fully understand, i could tell you how the new structure is
  • 18:25:50 <randomresult> just a sec
  • 18:26:08 <randomresult> at the phone right now
  • 18:39:26 <randomresult> @danilobuerger i will be back at round 20:00
  • 18:39:40 <randomresult> my son wants to eat and play... so ... i need to go for now
  • 18:39:50 <randomresult> but: i would love to support!
  • 18:40:18 <randomresult> see u later!
  • 20:31:11 <SvenAusPotsdam> hi there, i'm using flux, vhs, fluidpages and fluidpages_bootstrap from TER. i did nothing but install the extension and i'm getting the an exception that an exception-partial could not be loaded (1364741158)
  • 20:39:59 <danilobuerger> SvenAusPotsdam please specify your versions
  • 20:41:30 <SvenAusPotsdam> typo3 6.1.5 - flux 6.0.2 - vhs 1.8.3 - fluidpages 2.1.0 - fluidpages_bootstrap 2.0.0
  • 20:42:16 <danilobuerger> SvenAusPotsdam whats the exact exception?
  • 20:44:01 <SvenAusPotsdam> i cant copy, cause its another pc ... "#1225709595: The template files "..fluidpages/Resources/Partials/Exception/1364741158", "samewith .html" could not be loaded
  • 20:46:07 <danilobuerger> where are you getting that exception?
  • 20:46:08 <SvenAusPotsdam> forgot "/Private/" but you know the structure
  • 20:47:25 <SvenAusPotsdam> on a normal page that worked before, i try to make a page with bootstrap
  • 20:47:36 <danilobuerger> "i did nothing but install the extension "
  • 20:47:41 <danilobuerger> so you did something .. ?
  • 20:48:22 <SvenAusPotsdam> oh, sorry, yes i made a simple site with some ts and layout
  • 20:50:14 <danilobuerger> did you setup flux etc ?
  • 20:52:39 <SvenAusPotsdam> i may should read the beginners guide before i disturb you :(
  • 20:53:52 <SvenAusPotsdam> i didnt setup anything, just installed
  • 20:54:13 <danilobuerger> please take a look at the bootstrap package
  • 20:54:27 <danilobuerger> it uses flux etc. and shows you how everything is supposed to be setup
  • 20:55:56 <SvenAusPotsdam> i tried the bootstrap-package before, but setting up this is not easy if you use it the first time
  • 20:57:44 <danilobuerger> first time of anything isnt easy ;-)
  • 21:10:16 <SvenAusPotsdam> got it .. i had to select a layout in appearance tab
  • 21:10:28 <SvenAusPotsdam> thanks for your time
  • 21:30:57 <randomresult> @danilobuerger still there?
  • 21:31:22 <danilobuerger> yeah
  • 21:31:26 <randomresult> good!
  • 21:31:36 <randomresult> i try to add another locallang
  • 21:31:38 <randomresult> for de
  • 21:31:45 <randomresult> i have a default en
  • 21:31:53 <randomresult> now i want to add a de.local
  • 21:32:12 <randomresult> my backend is now in german - instead of my provider extension
  • 21:32:33 <randomresult> i added this to my de.lang file target-language="de">
  • 21:32:42 <randomresult> and added translations
  • 21:32:55 <randomresult> but they do not show up in the backend or frontend?
  • 21:32:59 <randomresult> what did i miss?
  • 21:33:40 <danilobuerger> no idea
  • 21:33:40 <randomresult> when i go to the language tab in the backend ... and try to update my extension ... no translations available
  • 21:33:54 <danilobuerger> didnt use more than one locallang before
  • 21:34:11 <danilobuerger> (bootstrap_package does though)
  • 21:34:11 <randomresult> but it also should be available for backend or not?
  • 21:34:15 <danilobuerger> sure
  • 21:34:26 <danilobuerger> but cant help you with that, sorry
  • 21:34:26 <randomresult> yeah, thats where i got my informations from. .)
  • 21:34:42 <randomresult> ok. i will figure it out . and then write about it
  • 21:38:58 <randomresult> hmmm... maybe its to late...
  • 21:46:31 <randomresult> @danilobuerger did u use diffrent languages in one localang?
  • 21:46:46 <randomresult> i mean on xlf?
  • 21:47:14 <danilobuerger> no
  • 21:48:46 <randomresult> simply one language?
  • 21:48:52 <randomresult> ok.
  • 21:57:04 <randomresult> got it! fritzthecat saved my day!
  • 21:57:51 <randomresult> @danilobuerger the diffrence is target-language="de" AND instad of <source> (like in the default language) you need <target> for the translations
  • 21:58:01 <danilobuerger> ok
  • 21:58:17 <randomresult> this is soooo coool
  • 21:58:27 <randomresult> thx T3 for being awesome
  • 21:58:46 <randomresult> ok. i will write documentation about that
  • 21:58:57 <randomresult> i will get back to u when finished.
  • 21:59:06 <randomresult> then we discuss where to place it
  • 22:02:22 <randomresult> ok. folks - i will leave now
  • 22:02:37 <randomresult> thx for the help. good n8 all
  • 22:25:53 <Guest|89658> hey guys, is it posible to write f:if conditions or flux variables in css file?
  • 22:39:20 <Guest|98134> Hi is someone here?
  • 22:54:17 <Guest|98134> need help please
  • 23:28:31 <danilobuerger> Guest|98134 just ask your question, if somebody has the answer they will respond
  • 23:47:38 <soee> Guest|98134: inside css file ?

20131206

  • 00:17:14 <Guest|98134> yes
  • 00:17:17 <Guest|98134> inside a css
  • 00:18:17 <Guest|98134> for example i wanna write into a css file <f:if condition="{body}>body{background:black;}</f:if>
  • 00:19:05 <soee> noo
  • 00:19:14 <Guest|98134> it doesnt work?
  • 00:19:15 <soee> you would have to write such css inline in template
  • 00:19:26 <Guest|98134> ok but...
  • 00:20:11 <Guest|98134> can i write css in a <style> tag and then get some variables in there?
  • 00:20:55 <soee> yes just use assets VH
  • 00:21:09 <Guest|98134> sth like that <style>body { background: {bgcolor} }
  • 00:21:18 <Guest|98134> thats what i wanna have :)
  • 00:21:30 <Guest|98134> but it doesnt work
  • 00:23:28 <soee> first of all why do you want that condition in CSS defined in template ?
  • 00:24:48 <Guest|98134> cause i want to implement with data attributes the css content
  • 00:25:07 <Guest|98134> with :before
  • 00:25:10 <Guest|98134> and :after
  • 00:25:28 <Guest|98134> but the :before and :after doesnt work inline
  • 00:27:48 <Guest|98134> so i need to write it in <style></style>
  • 00:28:06 <Guest|98134> but it doesnt work to put some variables into the style tag
  • 00:36:14 <Guest|98134> but i can write what i want, it doesnt work...
  • 00:37:36 <Guest|98134> can i write sth like <style>body {background: <v:var.get name="cssbody" />;} </style
  • 09:22:36 <Guest|70910> Hi guys. How can i write fluid variables into a style tag? like this: <style>body{background: <v:var.get name="bgcolor" />;}</style> ??
  • 09:52:35 <bjo3rn> Guest|70910 wrap the fluid output in a <f:format.raw /> tag.
  • 09:53:47 <Guest|70910> hi bjo3rn thats for your answer. I want to write the <style> tag in a Element. I dont know where i should paste this format.raw then?
  • 09:54:18 <bjo3rn> <style>body{background: <f:format.raw><v:var.get name="bgcolor" /></f:format.raw>;}</style> ;)
  • 09:54:25 <ak1982> Hi there, i installed everything and included it. Now i have the error:#1364685651
  • 09:54:27 <ak1982> What to do
  • 09:55:38 <Guest|70910> ah okay thanks :) this style will automatically render in head section of site then ?
  • 09:56:22 <bjo3rn> it will render where you put it. if you want to render it in the head you should use <v:asset.css>...</v:asset.css>
  • 09:56:51 <bjo3rn> ak1982 what does 'I installed everything' mean exactly?
  • 09:57:07 <Guest|70910> okay thank you very much. i will try it :)
  • 09:57:18 <bjo3rn> np ;)
  • 09:58:39 <ak1982> how it is explained on the website
  • 09:59:30 <ak1982> then i put a content element with plugin on it
  • 09:59:48 <ak1982> I take flux API
  • 10:00:04 <bjo3rn> the one that says 'don't use it'? ;)
  • 10:00:05 <ak1982> And than i choosed the bootstrap row
  • 10:00:21 <ak1982> Yes
  • 10:00:26 <ak1982> but only on page
  • 10:00:51 <ak1982> Ok, I understood wrong? How can i use it otherwise
  • 10:01:41 <bjo3rn> so you installed the 'introduction package' from the beginner's guide?
  • 10:02:07 <ak1982> No, i had allready an Typo3
  • 10:02:35 <bjo3rn> please tell me which extensions you installed.
  • 10:02:46 <ak1982> I installed Flux, fluid .... in this way how it is explained
  • 10:03:31 <bjo3rn> come on. also the _boostrap packages?
  • 10:04:04 <bjo3rn> or simply flux, fluidcontent, fluidpages and vhs?
  • 10:04:13 <ak1982> Ok: Flux, Fluid Pages, Fluid Content, VHS, fluid pages bootstrap and then fluid content bootstrap
  • 10:04:28 <bjo3rn> included all TS?
  • 10:04:35 <ak1982> Then i went in the root... yes ;-)
  • 10:05:08 <bjo3rn> ok
  • 10:05:15 <ak1982> Then i use contet type FLuid Content
  • 10:05:39 <bjo3rn> now you'll have to select a page template in the root page, tab appearance
  • 10:05:44 <ak1982> There I have taken Bootstrap: column row
  • 10:05:57 <bjo3rn> ok
  • 10:06:19 <ak1982> And then i got the error
  • 10:06:19 <bjo3rn> you should see a new tab 'bootstrap' in the new content wizard when adding a content element
  • 10:06:32 <bjo3rn> aha.
  • 10:06:32 <ak1982> I see, and there I have choosen it.
  • 10:06:45 <bjo3rn> are you on the current TER or Git versions?
  • 10:06:59 <ak1982> Are you still there, I have a small team meeting. I would be really cool, if you can help me after it
  • 10:07:17 <ak1982> What do you men with current TER
  • 10:07:28 <ak1982> I installed everything from the extension manager
  • 10:07:57 <bjo3rn> that's TER. attend your meeting. someone will be here for sure.
  • 10:08:31 <ak1982> Ok Flux 6.0.1 fluid content 3.1.0 fluid pages 2.1.0
  • 10:08:40 <ak1982> bootstrap both 2.0.0
  • 10:09:31 <ak1982> what could be the problem
  • 10:10:17 <bjo3rn> please update flux. the current version is 6.0.2
  • 10:11:20 <ak1982> Ok
  • 10:12:38 <ak1982> Ok Meeting starts, Im coming back soon.
  • 10:20:55 <muecke> hi, is there a roadmap for flux 7.0 ?
  • 10:22:10 <danilobuerger> muecke yes
  • 10:31:36 <muecke> danilobuerger i allready read this article: https://fedext.net/blog/articles/flux-70-teaser.html. But there are no timing...
  • 10:35:00 <danilobuerger> muecke flux 7.0 will be released before typo 6.2 is released
  • 10:38:15 <muecke> danilobuerger okay thanks. is there a way to look into the flux 7 git branch ?
  • 10:38:32 <danilobuerger> git master
  • 12:56:33 <randomresult> hi there
  • 14:05:42 <Guest|70910> hi
  • 14:13:24 <randomresult> hi there again
  • 14:13:58 <randomresult> one questions about locallang.xlf - is there a list of elements? ... i use fields.myfieldname to label an input. but what about selects?
  • 14:15:01 <randomresult> so i have this for my simple input field flux.default.fields.includenavi
  • 14:15:08 <randomresult> what do i use for a select?
  • 14:17:59 <Guest|70910> https://fedext.net/viewhelpers/flux/master.html
  • 14:18:24 <Guest|70910> there u go in flexform
  • 14:18:42 <Guest|70910> and then field. There u can see all field types
  • 14:19:08 <Guest|70910> if u mean flexform types
  • 14:30:05 <randomresult> @danilobuerger as i saw, ur german.
  • 14:30:29 <danilobuerger> randomresult like 80 % of all typo3 developers ;-)
  • 14:30:46 <randomresult> @danilobuerger i have made a documentation on how to use locallang.xlf - but in german for now. i will translate it after u looked at it
  • 14:31:00 <randomresult> and i have some points open which should be in there
  • 14:31:17 <randomresult> may i show it to you and see what u mean?
  • 14:31:34 <danilobuerger> i can look at it on the weekend
  • 14:31:47 <randomresult> and pls tell me on where i can find the definitions for fields, selects object sections etc for translations
  • 14:32:11 <randomresult> im stuck on translating sections for now
  • 14:34:27 <mo-ger> hey there. I want to use flux for my existing plugin to render a dynamic flexform in backend
  • 14:36:00 <mo-ger> i figured out that I nee do register a configurationProvider in my extension. what do i need to do?
  • 14:37:46 <mo-ger> do i simply have to extend flux' AbstractPluginConfigurationProvider?
  • 14:48:11 <randomresult> so any hints on where i can find definitions for translations ?
  • 14:49:45 <randomresult> @danilobuerger where can i send my docu? its an md file exported from my wiki @bitbucket
  • 14:51:22 <danilobuerger> randomresult best way would be a pull request
  • 15:05:16 <pedda> hi there
  • 15:05:42 <pedda> can you confirm there are still issues with referencing CE's within FCE's ?
  • 15:08:06 <randomresult> i have the following code in my configuration section: http://pastebin.com/TJG3XQhN
  • 15:08:25 <randomresult> no i want to label / translate the select "split" in my locallang.xlf
  • 15:08:51 <randomresult> so i need flux.grid2.fields.*
  • 15:14:48 <randomresult> flux.grid2.fields.split does not work
  • 15:23:03 <randomresult> works.
  • 15:23:06 <randomresult> dont ask
  • 15:25:26 <randomresult> sometime u need to: clear cache, delete typo3temp AND reload the browser
  • 15:52:17 <soee> someone using extbase_realurl ?
  • 15:53:22 <soee> on 6.2 it is insactive in EM bu still when i wan to enter Language module i get: Package "extbase_realurl" is not available. Please check if the package exists and that the package key is correct (package keys are case sensitive).
  • 16:08:48 <Guest|83553> Jemand da?
  • 16:10:55 <Guest|83553> I have got <flux:flexform.field.inline.fal ... and want to render multiple images. If I use for each i get an error
  • 16:13:32 <danilobuerger> Guest|83553 whats the error?
  • 16:44:30 <Guest|83553> The error is that got a string instead of an array
  • 16:45:19 <Guest|83553> the string is the count of files
  • 17:19:49 <mo-ger> what does a configurationProvider need to contain?
  • 17:20:18 <danilobuerger> mo-ger very broad question, please be more specific
  • 17:20:29 <mo-ger> is it sufficient to just extend the Tx_Flux_Provider_AbstractPluginConfigurationProvider?
  • 17:20:56 <mo-ger> what i want to do is to use flux to render an input field based on typoscript setting
  • 17:21:07 <mo-ger> in flexform
  • 17:22:45 <mo-ger> then i simply registered the PluginConfigurationProvider in my extension's ext_localconf and ext_tables
  • 17:24:08 <mo-ger> so far it works, but when viewing my plugin in backend page mode, it says "Keine FlexForm Quelle vorhanden." (no flexform source available)
  • 17:25:53 <mo-ger> creating a method named "getTemplatePathAndFilename" which returns a hard-coded path to a template which contains a flux configuration, solves the problem. but then i get: my_ext/Resources/Private/Templates/Form/Show.html caused an error - see next message
  • 17:26:14 <mo-ger> TYPO3 Fatal Error: Extension key "" was NOT loaded! (1270853878)
  • 17:26:14 <mo-ger> Flux Debug
  • 17:26:14 <mo-ger> and Class Tx_Flux_Provider_Structure_FlexFormStructureProvider asked to render an invalid configuration: NULL
  • 17:26:27 <mo-ger> am i missing something basic?
  • 20:19:55 <randomresult> good evening boys n girls
  • 20:24:23 <mrboe> hohoho randomresult
  • 20:25:20 <randomresult> i am still searching the setting for showing the * on edited but not safed files in phpstorm
  • 20:31:08 <randomresult> ah ... i got it
  • 20:31:52 <randomresult> ide settings -->editor --> editor tabs --> mark modified tabs...

20131207

  • 11:56:18 <randomresult> hi there
  • 12:03:50 <soee> hi
  • 12:06:27 <randomresult> still struggeling with sections-translation
  • 12:09:34 <randomresult> soee still there?
  • 12:11:20 <randomresult> can someone confirm, that label for section is not working?
  • 12:11:22 <soee> where ?
  • 12:12:01 <randomresult> i have a section within my configuration section ... this section has objekts in it
  • 12:12:22 <randomresult> so i can add x elements to my page (like socialicons etc.)
  • 12:12:34 <randomresult> now i try to use label for this section.
  • 12:12:39 <randomresult> i dont get it to work
  • 12:12:51 <randomresult> <flux:flexform.section name="meinsection" label="das ist mein label">
  • 12:12:51 <randomresult> <flux:flexform.object name="meinobjekt">
  • 12:13:09 <randomresult> so the label for meinsection is not showing up
  • 12:15:20 <floxx> hi all…i want to let editors crop an image - but only in height. what's wrong here: http://pastebin.com/z6ewqgCJ
  • 12:15:23 <soee> oh i cant help here
  • 12:15:40 <soee> im not using flux atm, had to many problems with it :)
  • 12:16:16 <randomresult> ?
  • 12:16:22 <randomresult> oha.
  • 12:17:10 <soee> floxx: maybe try maxWidth
  • 12:17:22 <soee> or skip width argument
  • 12:20:05 <floxx> soee: i suppose the condition fails. this one works: <img src="<f:uri.image height="{height}c" width="{v:media.image.width(path: '{file}')}" src="{file}" />" alt="" class="scale-with-grid">
  • 12:20:17 <randomresult> floxx do u use flux?
  • 12:20:25 <floxx> randomresult: yep
  • 12:20:40 <randomresult> do u have an element with section/object?
  • 12:20:55 <randomresult> in an FCE for example?
  • 12:20:56 <floxx> no - it's a simple file <flux:flexform.field.file name="file" label="Bilddatei" />
  • 12:21:00 <randomresult> or better in a page?
  • 12:21:28 <randomresult> no, i mean generally ... i have a problem with labeling sections
  • 12:21:38 <randomresult> and i want someone to confirm it..
  • 12:21:59 <randomresult> so i know its not my fault. then i would creat an issue on github
  • 12:27:01 <floxx> let me see
  • 12:27:24 <floxx> label works for me
  • 12:27:29 <floxx> <flux:flexform.section name="panels" label="hase">
  • 12:31:28 <randomresult> i will check that
  • 12:31:34 <randomresult> thx for the info
  • 12:31:34 <floxx> randomresult: i'm on latest ter versions
  • 12:31:45 <randomresult> im on the latest git version
  • 12:32:02 <randomresult> u tried it in a page or a fce?
  • 12:35:48 <floxx> fce
  • 12:36:03 <randomresult> ok. will try that as well...
  • 12:57:58 <danilobuerger> randomresult i am using localised sections in fces.. works fine
  • 13:03:36 <randomresult> not in my case. the lable is not rendered ...
  • 13:04:10 <randomresult> right now, im not using localisations... im trying to use the lable ... when this shows up, i gonna translate it
  • 13:04:43 <randomresult> @danilobuerger could u do me a favour?
  • 13:05:03 <danilobuerger> hm
  • 13:05:10 <danilobuerger> whar
  • 13:05:13 <danilobuerger> *what
  • 13:05:15 <randomresult> could u just paste my section into one of ur FCE and send me a screenshoot of the backend?
  • 13:05:34 <randomresult> http://pastebin.com/MXmQR8WE
  • 13:05:54 <randomresult> or simply tell me if u see "hase" in the backend
  • 13:06:28 <danilobuerger> yeah i can do that, but you will have to wait a few hours...
  • 13:07:57 <randomresult> danilobuerger: my options?
  • 13:08:00 <randomresult> :) wait
  • 13:08:20 <randomresult> cause in my case hase is not showing up... mrboe tried it as well... no lable
  • 13:08:35 <randomresult> and floxx tried it ... and he sees a label
  • 13:08:52 <danilobuerger> you could dig into AbstractFormComponent
  • 13:08:56 <danilobuerger> getLabel()
  • 13:09:31 <randomresult> well im using latest git with all extensions ... uncache enabled...
  • 13:44:23 <pedda> hi there
  • 13:48:13 <mrboe> hi
  • 13:49:38 <randomresult> hi pedda
  • 14:12:04 <pedda> is it possible to place flux fields in a row yet?
  • 14:13:21 <pedda> arranged like a palette
  • 14:14:09 <pedda> it's not :) https://github.com/FluidTYPO3/flux/issues/143
  • 19:49:05 <FT3BOT> Issue 376: [FEATURE] Outlet and Pipe concepts with API https://github.com/fluidtypo3/flux/issues/376
  • 19:49:06 <FT3BOT> Issue 376: [FEATURE] Outlet and Pipe concepts with API https://github.com/fluidtypo3/flux/issues/376
  • 20:02:48 <randomresult> good evening
  • 23:52:21 <soee> is there some VH that will return the rest of the division ?

20131208

  • 00:01:57 <soee> NamelessCoder: ^^
  • 00:24:56 <soee> ok forget it
  • 15:50:05 <FT3BOT> Issue 379: [TASK] Automatically add Wizards created through Field instances https://github.com/fluidtypo3/flux/issues/379
  • 15:50:06 <FT3BOT> Issue 379: [TASK] Automatically add Wizards created through Field instances https://github.com/fluidtypo3/flux/issues/379
  • 17:10:55 <pedda> hi there
  • 17:43:25 <randomresult> moin
  • 17:52:15 <FT3BOT> Issue 380: [Task] Documentation about how to use locallang.xlf https://github.com/fluidtypo3/flux/issues/380
  • 17:52:16 <FT3BOT> Issue 380: [Task] Documentation about how to use locallang.xlf https://github.com/fluidtypo3/flux/issues/380
  • 18:21:42 <mrboe> hi all
  • 18:42:49 <randomresult> ahrm...
  • 18:42:59 <randomresult> git master requires current typo3 6.2 ?
  • 19:06:05 <soee_> what was the link to repo with fluidcontent_bootstrap 3.x ?
  • 19:55:30 <cedricziel> randomresult_afk: yes
  • 20:08:16 <randomresult> hi cedricziel
  • 20:08:29 <cedricziel> hey ho!
  • 20:08:41 <randomresult> good evening
  • 20:09:50 <randomresult> so im not working with 6.2 dev - so better stop using the git version until i switched to 6.2 ?
  • 20:10:07 <cedricziel> well.
  • 20:10:40 <cedricziel> it's a matter of time-there's a patch pending for backporting the new behaviour to 6.x if I got NamelessCoder right last night
  • 20:11:48 <randomresult> well... i have a lot of live-webs using fedext - and i dont think its a good idea to switch them to un unstable dev version of typo3
  • 20:12:08 <randomresult> did u see my pull request?
  • 20:13:08 <randomresult> i'm not sure if i placed it right. danilobuerger told me to put it in the documentation of flux... but im not sure if he meant it that way.
  • 20:14:35 <cedricziel> nono
  • 20:14:35 <cedricziel> you shouldnt
  • 20:14:35 <cedricziel> of course
  • 20:14:35 <cedricziel> but i will force Claus to leak a link where you could contribute by reviewing the backport patch
  • 20:15:05 <cedricziel> i havent had a look a t it by now
  • 20:16:24 <cedricziel> hey, that looks pretty neat!
  • 20:16:37 <cedricziel> thanks a bunch-i was fiddeling with that as well
  • 20:17:47 <randomresult> i hope everthing is right the way i described it...
  • 20:18:00 <randomresult> at least it is a beginning
  • 20:18:27 <randomresult> if you want me to change something feel free to tell it to me or change it yourself
  • 20:19:25 <randomresult> maybe you should use tags or something the we can checkout/pull the right versions for our T3 installs.
  • 20:19:40 <randomresult> that we can...
  • 20:19:51 <randomresult> sorry.. to stupid to write english right now
  • 20:20:39 <cedricziel> hehe, you're in good company then
  • 20:21:24 <cedricziel> i will take that into account-would you mind filing a bug on flux for that?
  • 20:21:40 <randomresult> for what?
  • 20:21:42 <randomresult> tags?
  • 20:21:44 <cedricziel> jup
  • 20:21:50 <randomresult> i will
  • 20:25:22 <randomresult> i did
  • 20:26:27 <randomresult> and i have another question concerning flux - pullrequests or basically using git
  • 20:29:39 <randomresult> i now made a fork, a branch and as a result sent a pullrequest to you. so now i need to wait until you merged it to "upstream" my master to the latest git version... in this case no problem as it was only a documentation thing... but we work with forks now too - and we make changes and pull-requests which we (personally) need to continue working - my question is now: how do i continue working? creating a new branch on my
  • 20:29:39 <randomresult> (pullrequest) branch - am i able to merge my (pullrequest) branch into my masterbranch ? Will i then get merge-Conflicts when "upstreaming" to the flux master?
  • 20:30:46 <randomresult> damn... maybe its too late to ask such questions... im a bit confused. sorry.
  • 20:49:09 <soee_> someone pls: [19:06] <soee_> what was the link to repo with fluidcontent_bootstrap 3.x ?
  • 20:49:41 <randomresult> is there a fluidcontent_bootstrap 3.x?
  • 20:49:49 <randomresult> u mean bootstrap 3x?
  • 20:56:12 <cedricziel> that should be in fabiens repo
  • 20:56:53 <randomresult> @cedricziel i tried to change [TASK] to [DOC] in my pullrequest... maybe it worked :)
  • 20:57:15 <cedricziel> did you amend and force-push?
  • 20:57:24 <cedricziel> yep, worked
  • 20:57:57 <randomresult> lemme know if i need to change something. i would love to contribute more - and i want to do it the right way.
  • 20:58:19 <randomresult> maybe i can write some more documentations
  • 20:59:25 <cedricziel> we have a dedicated documentation repository that will ultimately replace the website
  • 20:59:41 <cedricziel> documentation#1
  • 20:59:42 <FT3BOT> Issue 1: [DOC] Half chapter about Migration https://github.com/fluidtypo3/documentation/issues/1
  • 21:00:25 <cedricziel> and there are plenty of places where we welcome any kind of contribution
  • 21:00:26 <randomresult> @cedricziel i saw that ... but danilobuerger told me to put it in flux... so i did
  • 21:00:26 <randomresult> i can also put it in there if u want me to
  • 21:00:31 <cedricziel> nono
  • 21:00:38 <cedricziel> he told you right
  • 21:01:01 <randomresult> well at least it also should be in the documentation-repo
  • 21:01:02 <cedricziel> but the documentation repo shows many blank spaces on _general_ usage
  • 21:01:18 <cedricziel> pick a place and then copy & paste & pr it :()
  • 21:01:21 <cedricziel> :9
  • 21:01:23 <cedricziel> woah.
  • 21:01:25 <cedricziel> :)
  • 21:01:41 <randomresult> anyway, this is only a matter of where to put it... but the question is: is this good enough ?
  • 21:01:50 <randomresult> do i need to add screens as well...
  • 21:01:59 <randomresult> or do i improve my english ... and so on
  • 21:02:34 <randomresult> need to improve...
  • 21:02:42 <randomresult> damn.. glas of red wine... fine
  • 21:11:15 <cedricziel> hey, anything is more than we can expect
  • 21:11:31 <cedricziel> anything can be improved, but is better than nothing :)
  • 21:12:38 <randomresult> i just forked the documentation . i will try my best. maybe i start with some examples.
  • 21:15:49 * randomresult is away now for a break
  • 21:32:49 <randomresult> @cedricziel the travis ci build failed - WHY?
  • 21:36:47 <randomresult> ok. folks. i gonna leave now. see u tomorow. have good night all.
  • 21:36:54 <cedricziel> its not your fault :)
  • 21:37:01 <randomresult> good.
  • 21:37:04 <randomresult> :)
  • 21:37:10 <cedricziel> flux master is messed up as we use a legacy core version for testing
  • 21:38:24 <randomresult> anyway. i leave now - @NamelessCoder amazon uk is sending me messages i cant understand. if the cds dont show up, get a guitar and play the songs urself. i really tried it. good night.
  • 21:38:37 <cedricziel> cya :)
  • 21:38:44 <randomresult> good night.
  • 21:38:48 <randomresult> till tomorow
  • 21:38:51 <cedricziel> good night for you :)
  • 21:38:56 <randomresult> bugging you with questions !
  • 21:38:57 <randomresult> :)
  • 21:39:10 <randomresult> (dont tell FT3BOT to kickban me)
  • 21:39:22 <randomresult> n8
  • 21:40:49 <cedricziel> hrhr
  • 21:40:57 <cedricziel> he wont until he is told to :)

20131209

  • 02:40:28 <soee_> Are there some VH or services that help to build ajax functionalities on page ?
  • 08:31:30 <mrboe> good morning
  • 09:44:26 <randomresult> so quiet in here
  • 09:53:25 <Guest|878> Hi there. Is there any possibility to make a table content element with flux? thanks.
  • 10:34:22 <danilobuerger> Guest|878 yes, take a look at this to get you started: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/FluidRow.html
  • 10:36:11 <randomresult> moin danilobuerger
  • 10:36:17 <danilobuerger> hey
  • 10:46:35 <danilobuerger> randomresult i fixed your section label problem
  • 10:46:47 <randomresult> wow... how?
  • 10:47:20 <danilobuerger> i am creating a pull request
  • 10:47:30 <danilobuerger> will tell you in a few minutes... would be awesome if you can test it
  • 10:47:40 <randomresult> pull request to?
  • 10:47:42 <randomresult> flux?
  • 10:47:46 <randomresult> or my gist?
  • 10:47:56 <danilobuerger> flux
  • 10:47:59 <randomresult> no, it wasnt a gist
  • 10:48:34 <FT3BOT> Issue 382: [BUGFIX] Added section label https://github.com/fluidtypo3/flux/issues/382
  • 10:48:35 <FT3BOT> Issue 382: [BUGFIX] Added section label https://github.com/fluidtypo3/flux/issues/382
  • 10:48:36 <randomresult> cool but i cant pull it right now because im using 6.1 and the git-master is on 6.2dev
  • 10:48:53 <danilobuerger> randomresult its a 1 LOC change.. you can even do that manually
  • 10:49:00 <danilobuerger> take a look at the PR
  • 10:49:38 <danilobuerger> if it works for you, please comment in the PR
  • 10:49:49 <randomresult> i will change it manually
  • 10:49:52 <randomresult> wait. i check
  • 10:51:58 <Guest|878> danilobuerger thx for your reply. I got this already but I need a table FCE <table></table> but I have no Idea to do that in flux
  • 10:53:02 <randomresult> @danilobuerger works for me - will comment in pullrequest
  • 10:54:28 <danilobuerger> Guest|878 everything in <f:section name="Main">...</f:section> will get rendered, so you need to make your changes here...
  • 10:58:33 <randomresult> @danilobuerger works. thx.
  • 11:07:01 <randomresult> well but my frontend does not work at all.. this is because im working with the latest git-master and t3 6.1.5? i get the following error in the frontend: #1301648167: The requested page didn't have a proper connection to the tree-root!<br /><br />() (More information)
  • 11:07:54 <randomresult> Service unavailabelException in Sites/example.dev/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
  • 11:13:32 <cedricziel> Guest|878: This is of course possible. But tables are always weird. i propose you try one of the standard elements if possible in any way
  • 11:19:08 <randomresult> good morning cedricziel
  • 11:19:29 <cedricziel> hi randomresult :)
  • 11:19:52 <randomresult> man, that documentation is made from nerd for nerds
  • 11:21:36 <cedricziel> good or bad ^^
  • 11:22:13 <randomresult> for me? bad. for nerds: good
  • 11:22:15 <randomresult> :)
  • 11:22:32 <randomresult> but maybe its because my english is not the best
  • 11:41:27 <FT3BOT> Issue 383: [BUGFIX] Flux namespace https://github.com/fluidtypo3/flux/issues/383
  • 11:41:28 <FT3BOT> Issue 383: [BUGFIX] Flux namespace https://github.com/fluidtypo3/flux/issues/383
  • 11:42:12 <FT3BOT> Issue 383: [BUGFIX] Flux namespace https://github.com/fluidtypo3/flux/issues/383
  • 11:42:13 <FT3BOT> Issue 383: [BUGFIX] Flux namespace https://github.com/fluidtypo3/flux/issues/383
  • 11:42:49 <FT3BOT> Issue 382: [BUGFIX] Added section label https://github.com/fluidtypo3/flux/issues/382
  • 11:42:50 <FT3BOT> Issue 382: [BUGFIX] Added section label https://github.com/fluidtypo3/flux/issues/382
  • 12:34:31 <FT3BOT> Issue 384: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/384
  • 12:34:32 <FT3BOT> Issue 384: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/384
  • 12:42:24 <FT3BOT> Issue 384: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/384
  • 12:42:25 <FT3BOT> Issue 384: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/384
  • 12:52:32 <FT3BOT> Issue 385: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/385
  • 12:52:33 <FT3BOT> Issue 385: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/385
  • 13:02:24 <FT3BOT> Issue 385: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/385
  • 13:02:26 <FT3BOT> Issue 385: [BUGFIX] Namespaces https://github.com/fluidtypo3/flux/issues/385
  • 14:28:36 <daKmoR> hey guys I was just wondering is it possible to add FAL Images to fluidpages for a headerimage?
  • 14:29:47 <daKmoR> with inheritance for subpages so I don't have to define it on every page...
  • 14:35:04 <danilobuerger> yes
  • 14:35:11 <danilobuerger> daKmoR flux:flexform.field.inline.fal
  • 14:36:22 <danilobuerger> to render -> v:resource.image
  • 14:45:01 <daKmoR> danilobuerger: ok, I can set it in the backend now...
  • 14:45:19 <daKmoR> do you have an example for v:resource.image?
  • 14:46:03 <daKmoR> I only get the id of the fall resource... with the name of the inline.fal object
  • 14:46:39 <danilobuerger> fx <v:resource.image identifier="{product.detailImages -> v:iterator.extract(key: 'uid') -> v:iterator.first()}" treatIdAsReference="1" maxWidth="238" />
  • 14:51:06 <daKmoR> danilobuerger: hmmm :/
  • 14:51:19 <daKmoR> <f:debug>{settings.header}</f:debug> // '1' (1 chars)
  • 14:51:23 <daKmoR> <f:debug>{settings.header -> v:iterator.extract(key: 'uid')}</f:debug> // NULL
  • 14:51:45 <danilobuerger> daKmoR please gist your whole template
  • 14:52:21 <daKmoR> danilobuerger: https://gist.github.com/daKmoR/7872530
  • 14:54:08 <danilobuerger> daKmoR you need to transform your field...
  • 14:54:44 <daKmoR> danilobuerger: transform?
  • 14:55:51 <MindSpark> hello, I'd like to use the menuviewhelper to render a json representation of the hierarchy
  • 14:55:58 <MindSpark> how do I achieve that?
  • 15:03:02 <bjo3rn> MindSpark you can render the menu manually into anything you like. in case you need all record data you could even make it a no-brainer but I assume you want a simple representation?
  • 15:03:48 <MindSpark> bjo3rn: yes, which Class do I have to include and which function?
  • 15:04:03 <MindSpark> sorry bjo3rn, I am here :)
  • 15:04:15 <bjo3rn> tired after five minutes?
  • 15:04:28 <MindSpark> bjo3rn: lol, not tired, anxious
  • 15:04:46 <MindSpark> very anxious. meeting a deadline these days and I need to get done
  • 15:04:47 <danilobuerger> daKmoR seems to be broken atm, i am looking into it
  • 15:04:58 <bjo3rn> ok
  • 15:05:14 <MindSpark> bjo3rn: so which class do I use?
  • 15:05:24 <bjo3rn> use <v:page.menu></v:page.menu> and iterate over the variable {menu} inside the tag
  • 15:05:55 <daKmoR> danilobuerger: oh too bad :/
  • 15:06:31 <bjo3rn> like <v:page.menu pageUid="1" levels="3"><f:for each="{menu}" as="item">...</f:for> </v:page.menu>
  • 15:06:59 <MindSpark> bjo3rn: ah ok, I was thinking about instantiating the object in my controller
  • 15:07:05 <MindSpark> I might need to call it via ajax
  • 15:07:34 <bjo3rn> yes, you can leave that up to a simple template
  • 15:08:18 <bjo3rn> vhs is all viewhelpers
  • 15:08:55 <bjo3rn> ...but tbh I like the idea of having this as a service :)
  • 15:09:02 <MindSpark> bjo3rn: how do I return a view from the controller? Or how do I render the vieew from inside a controller and output it?
  • 15:09:50 <bjo3rn> this might help http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_use_the_Fluid_Standalone_view_to_render_template_based_emails
  • 15:10:01 <MindSpark> great, thanks!
  • 15:10:30 <bjo3rn> your welcome, hth
  • 15:12:20 <danilobuerger> daKmoR this was working one week ago, and i need it to work, so expect a fix soon
  • 15:15:37 <MindSpark> bjo3rn: isn't there a simple function anywhere that gets the hierarchy as an array?
  • 15:16:10 <bjo3rn> PageSelectService::getMenu()
  • 15:16:14 <bjo3rn> (in vhs)
  • 15:16:24 <bjo3rn> and PageSelectService::getRootline()
  • 15:16:42 <daKmoR> danilobuerger: {v:page.resources.fal()} seems to work... although it's something "different" it's well fitted for my case :)
  • 15:17:41 <bjo3rn> MindSpark it's a wrapper for t3lib_pageSelect::getMenu()
  • 15:17:58 <MindSpark> bjo3rn: how do I call it from 6.1?
  • 15:18:17 <MindSpark> like if I wanted to get the entire hierarchy from the root level\
  • 15:18:24 <MindSpark> or from a certain page
  • 15:20:51 <bjo3rn> you could inject the service from vhs and call getRootline($pageUid) which would return an array of pids
  • 15:21:15 <bjo3rn> wait, that's just the rootline.
  • 15:21:51 <bjo3rn> for the complete hierarchy you'd call getMenu($pageUid) and would have to do some recursion
  • 15:22:17 <MindSpark> bjo3rn: which class? and which namespace? Is this a static function?
  • 15:22:34 <MindSpark> t3lib_pageSelect::getMenu() ?
  • 15:22:48 <MindSpark> just like that? even if I am on 6.1?
  • 15:23:16 <danilobuerger> daKmoR yes, that will take the page media
  • 15:24:15 <bjo3rn> MindSpark no, that's 4.7 style. it's not namespaced yet but shuold be easy to look up.
  • 15:25:00 <bjo3rn> MindSpark \TYPO3\CMS\Frontend\Page\PageRepository
  • 15:25:21 <MindSpark> bjo3rn: thanks, how do I find something like that? look up getMenu in the api?
  • 15:25:33 <bjo3rn> use an IDE like PHPStorm ;)
  • 15:27:04 <MindSpark> bjo3rn: I tried that. the problem with PHPStorm is that it doesn't synchronize easily with sshfs or samba… :/
  • 15:27:10 <MindSpark> I am developing on a remote server
  • 15:31:36 <bjo3rn> MindSpark you can of course use the search on api.typo3.org as the method names rarely change.
  • 15:33:25 <MindSpark> bjo3rn: yes, that's what I am doing now, how do I get the children though? I don't see a children variable
  • 15:33:28 <MindSpark> or getter
  • 15:35:44 <bjo3rn> MindSpark iterate over the first level and look for
  • 15:36:02 <bjo3rn> 'hasSubPages' in the returned records
  • 15:36:34 <bjo3rn> see vhs' AbstractMenuViewHelper.php:503
  • 15:40:15 <MindSpark> just grepped the typo3 filesystem and couldn't find a file called that
  • 15:40:25 <MindSpark> do I have to install it?
  • 15:43:30 <bjo3rn> which one?
  • 15:44:15 <MindSpark> bjo3rn: ah, I should use getMenu, not getPage :)
  • 15:44:22 <MindSpark> my bad!
  • 15:57:00 <MindSpark> bjo3rn: ok, can you maybe explain to me how to inject the vhs into my template?
  • 16:00:49 <bjo3rn> install the extension, declare the namespace with {namespace v=Tx_Vhs_ViewHelpers} and you're set.
  • 16:18:30 <mrboe> hi guys, i have a problem with a link field /working an t3 6.1.6 with git master (one week old) http://pastebin.com/kefFEZr0
  • 16:18:58 <mrboe> the <flux:flexform.field.wizard.link /> isn't shown im BE
  • 16:23:09 <randomresult> maybe u need to wrap it with an inputfield
  • 16:23:20 <randomresult> <flux:flexform.field.input name="target" label="Ziel Seite (*optional)">
  • 16:23:21 <randomresult> <flux:flexform.field.wizard.link title="Bitte eine Zielseite auswählen" activeTab="page"/>
  • 16:23:21 <randomresult> </flux:flexform.field.input>
  • 16:23:26 <randomresult> ups... sorry
  • 16:24:00 <randomresult> http://pastebin.com/Q3njWMZt
  • 16:24:08 <randomresult> mrboe try this one
  • 16:24:48 <mrboe> thanks randomresult it works
  • 19:29:48 <LittleOneill> hello :)
  • 19:30:22 <LittleOneill> could some1 help me with a small problem?
  • 19:31:12 <LittleOneill> i am using flux:flexform.field.wizard.link to enter a link but when using it, all i get is the id of the page linked instead of the complete link
  • 19:35:00 <LittleOneill> this is how i used it, https://gist.github.com/anonymous/7877973
  • 19:36:51 <bjo3rn> LittleOneill this is how it works. you'll have to use some other viewhelper to turn that id into an url or a link tag
  • 19:37:58 <LittleOneill> hmm yes, i am looking now but cannot figure out which link
  • 19:38:13 <LittleOneill> which viewhelper sry
  • 19:39:09 <bjo3rn> you should use v:page.link from the vhs pakage to include all other parameters from the wizard
  • 19:40:01 <bjo3rn> <v:page.link pageUid="{blink}">My Link</v:page.link>
  • 19:41:40 <LittleOneill> hmm i am actually trying to render the link in a div with data-href={myLink}
  • 19:42:28 <LittleOneill> for the Facebook social share button
  • 19:42:43 <LittleOneill> <div data-href="{myLink}"
  • 19:42:52 <LittleOneill> is it even possible to achieve this? :D
  • 19:43:21 <bjo3rn> sure. use <f:page.uri pageUid="{blink}" /> ;)
  • 19:43:33 <bjo3rn> sorry, f:uri.page
  • 19:44:36 <LittleOneill> ok, i will try now :)
  • 19:44:37 <LittleOneill> 10x :)
  • 19:45:14 <bjo3rn> yw :)
  • 20:12:24 <randomresult> good evening
  • 20:16:03 <mrboe> hello randomresult
  • 20:46:13 <danilobuerger> randomresult
  • 20:46:20 <randomresult> jupp
  • 20:46:44 <danilobuerger> has anybody said something about flux#380 yet?
  • 20:46:46 <FT3BOT> Issue 380: [Task] Documentation about how to use locallang.xlf https://github.com/fluidtypo3/flux/issues/380
  • 20:48:01 <randomresult> well cedric had a look at it
  • 20:48:31 <danilobuerger> and?
  • 20:49:00 <randomresult> we both agreed that it is a good beginning. and that there is alway room for improvement - but its better than nothing
  • 20:49:14 <randomresult> maybe someone should proof that it works like that
  • 20:49:17 <randomresult> :)
  • 20:49:39 <danilobuerger> alright
  • 20:50:08 <randomresult> i think its a good beginning and i dont mind to change it the way you think it should be
  • 20:50:31 <randomresult> so just tell me what you (the team) think and i will rewrite it if needed
  • 20:51:51 <danilobuerger> i am just going over the syntax atm
  • 20:52:10 <randomresult> i need to know what your goal is... so i can go on writing little things for you
  • 20:52:41 <randomresult> it would be great to contribute that way... cause php is not my strength at all
  • 20:52:55 <randomresult> and with this... i can help a bit
  • 20:56:19 <danilobuerger> alright i added some comments
  • 20:56:29 <randomresult> mom
  • 20:59:14 <randomresult> i will go by every comment . thx for the input
  • 20:59:27 <randomresult> what u mean with prefix settings? where?
  • 20:59:55 <danilobuerger> name="settings.includenavi"
  • 21:00:26 <Guest|97650> Hey guys, I have the ID of the page, how do I return the URI?
  • 21:00:31 <danilobuerger> dont ask me why though… NamelessCoder told me thats convention
  • 21:00:52 <randomresult> but where esle
  • 21:01:04 <randomresult> comment same as line 39...
  • 21:01:12 <bjo3rn> Guest|97650 use <f:uri.page pageUid="{uid}" />
  • 21:01:15 <randomresult> in 42?
  • 21:01:30 <randomresult> when do i use setting?
  • 21:01:50 <danilobuerger> name="settings.content"
  • 21:02:06 <randomresult> always when using name?
  • 21:02:13 <randomresult> so for sheets also?
  • 21:02:17 <Guest|97650> bjo3rn: that returns a complete <a href..... />, but I need only the URI, any idea?
  • 21:02:34 <bjo3rn> Guest|97650 f:uri.page returns the uri, not the tag
  • 21:02:35 <danilobuerger> randomresult sheets i am unsure… i need to get that explanation again from NamelessCoder :-)
  • 21:02:44 <randomresult> puh...
  • 21:02:45 <randomresult> ok
  • 21:03:03 <Guest|97650> bjo3rn: thank you, for some reason i missed this before
  • 21:03:08 <bjo3rn> the prefix settings is used to allow overriding those values with ts iirc
  • 21:03:13 <bjo3rn> yw, Guest|97650
  • 21:03:14 <Guest|97650> by the way nice work guys, really nice work
  • 21:03:20 <danilobuerger> bjo3rn aha!!!
  • 21:03:33 <Guest|97650> thanks for your commitment !
  • 21:03:48 <bjo3rn> aha as in irony, danilobuerger ?
  • 21:03:52 <randomresult> @bjo3rn so i use it in every name?
  • 21:03:55 <danilobuerger> no as in awesome
  • 21:04:01 <bjo3rn> hehe
  • 21:04:30 <bjo3rn> I think so, but not sure tbh
  • 21:04:47 <randomresult> but this does not change the way i treat them in the languagefile right?
  • 21:05:05 <randomresult> and what means iirc?
  • 21:05:11 <bjo3rn> no, it's just prepended to the key
  • 21:05:21 <bjo3rn> iirc => if I remember correctly ;)
  • 21:05:26 <randomresult> ok.
  • 21:05:55 <randomresult> and wwhat are double backticks?
  • 21:06:04 <danilobuerger> ``
  • 21:06:09 <danilobuerger> backtick = `
  • 21:06:12 <randomresult> ok...
  • 21:06:13 <danilobuerger> double backtick ``
  • 21:06:19 <danilobuerger> triple backticks = ```
  • 21:06:23 <bjo3rn> tick tock
  • 21:06:28 <danilobuerger> :-)
  • 21:06:34 <randomresult> hell... ok. thats easy. will make it tomorow -
  • 21:07:02 <randomresult> @danilobuerger what do u think about that file... is it good enough ?
  • 21:07:07 <randomresult> should i change something?
  • 21:07:07 <bjo3rn> randomresult doc writing is really appreciated, thanks
  • 21:07:22 <danilobuerger> i havent really read it yet, first syntax :-)
  • 21:07:29 <randomresult> ok.
  • 21:07:36 <danilobuerger> i will read it though
  • 21:07:37 <randomresult> then i will change that asap
  • 21:07:52 <randomresult> i will force push it?
  • 21:08:46 <randomresult> or do i commit it new and ... i will change it and ask cedric
  • 21:09:04 <bjo3rn> amend and force push I say
  • 21:09:09 <danilobuerger> yeah
  • 21:09:16 <danilobuerger> force it real good
  • 21:09:20 <bjo3rn> force is always a solution!
  • 21:09:26 <randomresult> i will check if sourctree is able to do that
  • 21:09:27 <danilobuerger> ship it
  • 21:09:27 <FT3BOT> http://28.media.tumblr.com/tumblr_lybw63nzPp1r5bvcto1_500.jpg
  • 21:09:37 <danilobuerger> randomresult use Tower :-)
  • 21:09:37 <randomresult> otherwise ... i will use the shell :)
  • 21:09:55 <randomresult> well i love sourcetree... but i downloaded tower
  • 21:09:57 <bjo3rn> oh yes, listen to danilobuerger
  • 21:10:12 <randomresult> did you guys tried sourcetree?
  • 21:10:18 <bjo3rn> yes
  • 21:10:23 <danilobuerger> no i was bullied into tower by bjo3rn and NamelessCoder
  • 21:10:27 <bjo3rn> hehe
  • 21:10:28 <randomresult> it was the first gui for git i felt good with
  • 21:10:51 <randomresult> but tower is on my desktop ... so i will give it a try
  • 21:10:55 <bjo3rn> I think the ui sucks. too many buttons/knobs, not intuitive
  • 21:11:10 <danilobuerger> +1 bjo3rn
  • 21:11:16 <randomresult> ok. i will check.. .another 49 euros ...
  • 21:11:18 <bjo3rn> but ymmv
  • 21:11:33 <bjo3rn> (to keep up with the acronyms)
  • 21:12:03 <randomresult> so, i will leave now. see u all tomorow when forcepusheamendewithtower
  • 21:12:09 <danilobuerger> :-)
  • 21:12:13 <randomresult> good night
  • 21:12:18 <danilobuerger> bye, you too
  • 21:12:23 <bjo3rn> cya
  • 21:12:25 <bjo3rn> ;)
  • 21:12:42 <randomresult> @danilobuerger if u want me to change something - comments are always welcome!
  • 21:12:59 <randomresult> good night
  • 21:13:03 <danilobuerger> yup
  • 21:18:40 <danilobuerger> btw randomresult_afk since you are the l18n master now, you could migrate all .xml to .xlf in ft3 :-)
  • 22:08:21 <mrboe> good night guys

20131210

  • 00:57:43 <FT3BOT> Issue 379: [TASK] Automatically add Wizards created through Field instances https://github.com/fluidtypo3/flux/issues/379
  • 00:57:44 <FT3BOT> Issue 379: [TASK] Automatically add Wizards created through Field instances https://github.com/fluidtypo3/flux/issues/379
  • 01:00:25 <FT3BOT> Issue 369: [FEATURE] Added utility for vendor extension registration https://github.com/fluidtypo3/flux/issues/369
  • 01:00:26 <FT3BOT> Issue 369: [FEATURE] Added utility for vendor extension registration https://github.com/fluidtypo3/flux/issues/369
  • 06:38:28 <randomresult> @danilobuerger arhmmm... no xml in there?
  • 08:02:36 <mrboe> good morning
  • 08:23:12 <randomresult> moin mrboe
  • 09:15:25 <randomresult> any recommendations on which Editor i should use for editing an MD-File?
  • 10:03:14 <randomresult> THIS SUCKS BIG TIME - i hate md files. and i hate doublebacktickscrapmarkupshit
  • 10:12:15 <danilobuerger> randomresult what OS?
  • 10:12:37 <randomresult> im using macOSX maverics
  • 10:12:51 <randomresult> and i just installed a md-plugin in phpstorm
  • 10:13:01 <randomresult> and double backticks s*ck big time
  • 10:13:33 <randomresult> why not use `locallang.xml`instead... looks quite the same
  • 10:25:33 <danilobuerger> use textmate 2 http://macromates.com/download
  • 10:25:57 <bjo3rn> sublimetext ftw
  • 10:26:04 <danilobuerger> eeehhhkkk
  • 10:26:48 <danilobuerger> 70 USD for a text editor? No thanks, i would rather code in word.
  • 10:27:02 <bjo3rn> yawn
  • 10:27:05 <danilobuerger> :P
  • 10:27:55 <bjo3rn> 'a text editor' LOL
  • 10:28:05 <bjo3rn> and textmate is, what, 50€ ?
  • 10:28:11 <danilobuerger> textmate is free
  • 10:28:22 <danilobuerger> https://github.com/textmate/textmate
  • 10:28:23 <bjo3rn> for non-commercial use, yes
  • 10:28:45 <danilobuerger> no, its under GPL 3
  • 10:29:07 <danilobuerger> so commercial use
  • 10:29:08 <danilobuerger> as well
  • 10:29:12 <bjo3rn> if you build it yourself
  • 10:29:24 <danilobuerger> or download it yourself
  • 10:29:28 <danilobuerger> https://github.com/textmate/textmate/releases
  • 10:29:56 <bjo3rn> whatever, I have to work ;)
  • 10:30:10 <danilobuerger> 0wn3d as the kids say ;-)
  • 10:30:19 <danilobuerger> or is it pwned
  • 10:30:20 <danilobuerger> ?
  • 10:30:23 <danilobuerger> i cant keep up
  • 10:32:35 <bjo3rn> one more thing (quote): When released the final version of 2.0 will be a free upgrade for all 1.x license holders
  • 10:32:57 <bjo3rn> it's free while it's alpha/dev
  • 10:39:12 <danilobuerger> its open source under gpl3... if he wants money for that, people will just build themselves and offer binary downloads... i dont think that quote is accurate anymore considering http://blog.macromates.com/2012/textmate-2-at-github/
  • 10:40:17 <bjo3rn> hm. fair enough. let's see what 2.0 final will bring.
  • 10:49:01 <randomresult> you know MOU?
  • 10:59:49 <cedricziel> markdown syntax. phpstorm also has a plugin for that. you will get to know that there's a difference between `, `` and ``` in markdown
  • 11:03:12 <randomresult> @cedricziel where is the differece between `` and `- looks the same for me
  • 11:03:45 <randomresult> and im using phpstorm for that ... i keeps changing things... i get mad
  • 11:09:17 <randomresult> ok. i have two locallang.xml in one row of my md-file... as soon as i add ``tothefirst`` everything is beautiful... when i change the ``second`` it removes one ` in the end of the first...
  • 11:10:11 <randomresult> THIS is driving me crazy...
  • 11:10:32 <cedricziel> http://daringfireball.net/projects/markdown/syntax#code
  • 11:10:45 <cedricziel> double backticks allow for inline backticks
  • 11:11:12 <randomresult> IT KEEPS CHANGING MY BACKTIPPS!!!! HELP
  • 11:11:19 <randomresult> ahhrggg...
  • 11:12:04 <randomresult> someone needs a new macbook pro? get in front of my window... and catch it if u can!
  • 11:12:28 <randomresult> took me hours now to change this f*cking file... simple changes.
  • 11:21:23 <randomresult> @danilobuerger or bjo3rn is there a force-commit option in tower? cause everytime i commit (amend) and push, it wants to merge my changes with the file online
  • 11:21:39 <danilobuerger> yeah
  • 11:21:46 <danilobuerger> click on push
  • 11:21:55 <danilobuerger> click on the checkbox "Force Push"
  • 11:24:29 <randomresult> and making something bold in between a ```xml tag does not work with **boldword**
  • 11:25:18 <cedricziel> naturally. that's pure markup inside.
  • 11:26:59 <randomresult> so how to archive it?
  • 11:27:05 <randomresult> i have the following :
  • 11:27:14 <randomresult> <f:translate key="contactperson" extensionName="**YOUREXT**"/>
  • 11:27:27 <randomresult> within ```
  • 11:27:31 <cedricziel> skip the asterisks
  • 11:27:57 <randomresult> but it should be bold
  • 11:28:01 <cedricziel> maybe prefix it with "$" to make sure people get that they do have to modify this.
  • 11:28:04 <randomresult> possible?
  • 11:28:09 <cedricziel> it _CANNOT_ be
  • 11:28:14 <randomresult> ok.
  • 11:28:15 <cedricziel> this is xml
  • 11:28:32 <cedricziel> have you ever seen bold text in xml markup?
  • 11:28:35 <cedricziel> ;)
  • 11:28:59 <cedricziel> you could also enter a <!-- comment --> above the line to explain whats happening
  • 11:44:52 <randomresult> when i got NamelessCoder right, settings in my example only do not appear in the flux.flexform.grid.column name
  • 12:14:21 <randomresult> @cedricziel now i have a bunch of useless commits in my pull-request... is there a way to delete/ignore them?
  • 12:16:10 <cedricziel> squash it real good.
  • 12:16:39 <cedricziel> issue "git rebase -i HEAD~10" as you have 10 commits
  • 12:17:30 <cedricziel> upcoming editor, change the beginning line of every line except the one of your latest commit (check the sha!) from pick to squash
  • 12:17:33 <cedricziel> save & exit
  • 12:17:43 <cedricziel> there may be multiple editors coming up
  • 12:17:45 <cedricziel> save & exit
  • 12:18:04 <cedricziel> when it indicates, the rebase is finished, just force-push
  • 12:19:41 <randomresult> oh jesus
  • 12:19:49 <randomresult> is tower able to do that?
  • 12:20:01 <randomresult> or do i need to do this on the shell?
  • 12:20:44 <cedricziel> ask bjo3rn, danilobuerger or NamelessCoder. I'm a CLI user und only use my GUI to make regular updates to my forks in batch
  • 12:20:57 <randomresult> i will use the shell
  • 12:21:06 <cedricziel> hehe
  • 12:21:10 <cedricziel> randomresult: stop
  • 12:21:25 <randomresult> stop?
  • 12:21:33 <cedricziel> do yourself a favour
  • 12:21:43 <cedricziel> invest 5 minutes in this chapter: http://git-scm.com/book/ch6-4.html
  • 12:21:45 <randomresult> jump out of the window?
  • 12:21:56 <cedricziel> this will save you from many headaches
  • 12:22:04 <cedricziel> and give you some confidence
  • 12:22:45 <randomresult> so, my head is my active branch?
  • 12:22:57 <cedricziel> not exactly
  • 12:23:02 <cedricziel> every branch has a HEAD
  • 12:23:16 <cedricziel> this is the topmost commit the branch has in stock
  • 12:23:57 <randomresult> ok.
  • 12:24:01 <randomresult> i will give it a try
  • 12:25:12 <randomresult> last commit is pick, all others are squash
  • 12:30:22 <randomresult> well in my fork, there are a lot of other commits shown
  • 12:30:42 <randomresult> cause i allways amended my commits
  • 12:30:52 <cedricziel> and then merged
  • 12:30:53 <cedricziel> yes
  • 12:30:58 <cedricziel> shit happens
  • 12:31:28 <randomresult> could you take a look at this : https://github.com/FluidTYPO3/flux/pull/380/commits
  • 12:31:41 <randomresult> do i need to change something - or make it new?
  • 12:32:58 <randomresult> man, my contribution is more work for all others than it helps someone
  • 12:33:19 <cedricziel> nono
  • 12:34:03 <cedricziel> at least i like to educate. your contribution is very welcome-regardless how much work this means initially.
  • 12:34:47 <cedricziel> you force-pushed already after rebase?
  • 12:35:08 <randomresult> no, did not rebase, cause there is only one commit
  • 12:35:19 <cedricziel> ?
  • 12:36:22 <randomresult> when i do this : git rebase -i HEAD~10 - then i get 10 commits containing one from NamelessCoder or danilobuerger ... and so on
  • 12:36:37 <randomresult> so there is only one commit (because i amended ? )
  • 12:36:40 <randomresult> from my side...
  • 12:36:50 <randomresult> at least my shell shows that
  • 12:38:05 <randomresult> ah wait..
  • 12:39:06 <randomresult> ahhhrg... now i have a branch called (no branch)(HEAD)
  • 12:39:35 <randomresult> ok. i will retry
  • 12:47:09 <randomresult> i checked out my local branch (locallang-mde) then git rebase -i HEAD~10 --> this shows many commits, only one of them is mine
  • 12:47:39 <randomresult> i amended and force pushed my last commit ... so there should only be one commit ...
  • 13:10:40 <danilobuerger> randomresult i am with you, i hate git ;-)
  • 13:11:20 <randomresult> this sucks big time
  • 13:49:23 <randomresult> is there a way to set a stylesheet in a contentelement (like a background color) and use this in a page layout? so an editor can set a background color which affects the page? like he enters #000 and the body of the page where it is used it set to {background-color} ?
  • 13:49:46 <randomresult> means passing a variable from an fce to a pagelayout ?
  • 13:51:54 <randomresult> and another question : i want to display a variable in my lable
  • 13:52:25 <randomresult> i now made it like this label="Content (size = {col1} )
  • 13:52:47 <randomresult> but now i want to put this label in my localang as well... is it possible?
  • 13:53:24 <randomresult> (where col1 is a field in my configuration where the user can set the width of an element)
  • 14:41:36 <randomresult> sometimes its quiet in here...
  • 14:41:54 <danilobuerger> ship it
  • 14:42:02 <danilobuerger> oh
  • 14:42:05 <danilobuerger> where is FT3Bot?
  • 14:42:11 <danilobuerger> cedricziel
  • 14:48:54 <cedricziel> ship it to danilobuerger
  • 14:48:55 <FT3BOT> http://f.cl.ly/items/0S1M2d1h0I132S082A05/flying-squirrel.gif
  • 14:49:31 <cedricziel> crazy
  • 15:05:23 <danilobuerger> welcome back FT3BOT
  • 15:06:15 <danilobuerger> soooo who wants to write a little tiny script? randomresult_afk maybe?
  • 15:07:20 <randomresult> @danilobuerger what u mean?
  • 15:07:43 <danilobuerger> randomresult did you see http://git.io/sh9SvA ?
  • 15:09:05 <randomresult> i would prefer the core hack :)
  • 15:10:16 <randomresult> so u mean a shell-script or something?
  • 15:10:51 <randomresult> so do we need to replace all templates with this in the future?
  • 15:16:48 <danilobuerger> randomresult well the core patch is already in 6.2 and will be backported to 6.0 / 6.1 on the next release, so the alias mapping will work pretty soon for those versions, however new templates should use the new style, and old templates should have a easy migration path... thus we need a simple replace script for this
  • 15:17:15 <randomresult> i will give it a try
  • 15:17:49 <danilobuerger> just a simple php script that looks at all html files inside typo3conf/ext and replaces the stuff mentioned in the link
  • 15:19:52 <danilobuerger> however some regex is needed for it to work correctly, so if you need help just ask me :-)
  • 15:20:13 <randomresult> well im not sure if i would do it that way.
  • 15:20:19 <randomresult> we discuss this here atm
  • 15:20:47 <randomresult> i would prefer doing it with phpstorm ... dont u ?
  • 15:21:07 <randomresult> so i have control over that
  • 15:21:22 <randomresult> at least this is the opinion in here ... you think diffrent?
  • 15:21:55 <danilobuerger> well but why would you want to do a simple replace operation manually?
  • 15:22:05 <randomresult> but we could give it a try
  • 15:22:27 <randomresult> to see whats happening and to have more controll on what is changed
  • 15:22:52 <danilobuerger> doing that for 100 templates is kind of a waste of time in my opinion ^^
  • 15:23:02 <randomresult> its not for 100 templates...
  • 15:23:26 <danilobuerger> why not? somebody might have that many
  • 15:23:33 <randomresult> you could scan whole directories... so u need to perform 19 ways
  • 15:23:48 <randomresult> but we give it a try
  • 15:23:52 <danilobuerger> ?
  • 15:24:03 <randomresult> you need 19 replacements
  • 15:24:09 <danilobuerger> so?
  • 15:24:12 <cedricziel> globbing Private/Partials,Templates,Layouts and replace that bit**
  • 15:24:25 <danilobuerger> exactly cedricziel
  • 15:24:28 * cedricziel is throwing cookies in the club
  • 15:24:29 <randomresult> well we will give it a try
  • 15:25:05 <randomresult> i ll get back to u when ready or when ready to die
  • 15:25:06 <randomresult> :)
  • 15:25:21 <cedricziel> hehe, how many lifes do you have?
  • 15:25:26 <cedricziel> 9, just like cats?
  • 15:25:38 <randomresult> cedricziel wasted about 100 till now
  • 15:25:42 <cedricziel> you wasted one of them this morning and one last week IIRC
  • 15:26:28 <randomresult> i will never remember what iirc means.. unless i think about it for one minute...
  • 15:26:40 <randomresult> it always reminds me on irc
  • 15:26:47 <randomresult> ok. i will now give it a try.
  • 15:27:11 <randomresult> and ... i need to do that whole sh*t for autocompletion again for the future versions ...
  • 15:27:27 <cedricziel> if i recall (it) correctly
  • 15:27:30 <randomresult> hell y'all drive me crazy
  • 15:27:48 <randomresult> i thought if i remember correctly
  • 15:27:55 <cedricziel> we hope we save you more time than the wasted amount ^^
  • 15:27:59 <randomresult> (what is quite the same)
  • 15:28:07 <cedricziel> exactly :)
  • 15:31:48 <randomresult> so to be clear... i CAN use the old version flux:flexforms when using t3.6.2 but i shouldnt in the future
  • 15:31:50 <randomresult> right?
  • 15:32:26 <danilobuerger> yes
  • 15:32:49 <danilobuerger> we are moving flexform to form
  • 15:33:09 <randomresult> and you have a reason for that
  • 15:33:18 <danilobuerger> yes
  • 15:33:44 <randomresult> good
  • 15:33:58 <danilobuerger> the reason will come clear with flux 7.0
  • 15:39:31 <danilobuerger> randomresult sample regex https://gist.github.com/danilobuerger/4a7b7cf76b6a16a66f80
  • 16:15:00 <randomresult> @danilobuerger u there?
  • 16:15:10 <danilobuerger> yea
  • 16:15:32 <randomresult> do u want a php/shell script or a script which you can use in ur browser?
  • 16:15:43 <danilobuerger> php cli (shell)
  • 16:15:53 <randomresult> ok.
  • 16:16:37 <randomresult> you want to check it? my collegue did a script...
  • 16:16:47 <danilobuerger> sure, just gist it
  • 16:16:48 <randomresult> i could send it to you
  • 16:17:00 <randomresult> ok. i will when he is finished
  • 16:27:36 <randomresult> is an extensionkey the same as the extensiondirectory?
  • 16:27:40 <randomresult> should be or not?
  • 16:33:54 <danilobuerger> yeah
  • 16:37:42 <bjo3rn> namespace declarations in templates must be absolut, right?
  • 16:38:12 <danilobuerger> bjo3rn you mean {namespace flux=… } ?
  • 16:38:16 <bjo3rn> yes
  • 16:38:33 <danilobuerger> full namespace to view helpers
  • 16:38:38 <bjo3rn> {namespace flux=\FluidTYPO3\Flux\ViewHelpers}
  • 16:39:01 <danilobuerger> you dont need the first slash
  • 16:40:03 <bjo3rn> ok
  • 16:40:44 <bjo3rn> why are there form and flexform viewhelpers? leftover?
  • 16:42:24 <danilobuerger> yeah claus didnt convert all of them yet
  • 16:42:29 <bjo3rn> ok
  • 16:43:43 <danilobuerger> afaik just the fields are left
  • 16:45:01 <bjo3rn> seems so, yes
  • 16:45:10 <danilobuerger> dont know if he intends to move them to flux:form.fields or flux:fields though
  • 18:48:02 <randomresult> hi there ...
  • 18:48:52 <randomresult> @danilobuerger u there?
  • 18:48:57 <danilobuerger> yeah
  • 18:49:35 <randomresult> my partner did something... it looks for changes in ext ... but as soon as i apply that patch, nothing works no more
  • 18:49:54 <randomresult> i get the following error #1289386765: Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Form\Field\InputViewHelper maybe not loaded or no autoloader? (More information)
  • 18:51:08 <danilobuerger> randomresult because there is no flux:form.field.input
  • 18:51:13 <danilobuerger> it didnt get renamed yet
  • 18:51:24 <randomresult> ahhrg...
  • 18:51:39 <randomresult> so replacing all... was wrong?
  • 18:51:46 <randomresult> damn...
  • 18:52:20 <danilobuerger> yeah only replacing those listed in the link
  • 18:52:46 <randomresult> we did that
  • 18:53:32 <randomresult> hmmm... replacing flux:flexform will also replace flux:flexform.input
  • 18:53:55 <randomresult> good.
  • 18:53:55 <danilobuerger> thats why i sent you that regex gist
  • 18:54:11 <danilobuerger> https://gist.github.com/danilobuerger/4a7b7cf76b6a16a66f80
  • 18:54:59 <randomresult> well look at our file tomorow or whenever - then u see what we (he) did
  • 18:55:39 <randomresult> he uses preg_replace and creates backups and patched files to be sure you loose nothing
  • 18:56:11 <randomresult> and you can choose wether to patch single (or commaseperated) extensionkeys or all at once
  • 18:56:42 <randomresult> anyway. i gist u the file and you can look at it
  • 18:57:55 <randomresult> but one question: if u replace flux:flexform to flux:form... wouldnt it also replace flux:flexform.input to flux:form.input?
  • 19:00:56 <danilobuerger> exactly why you should use th regex from my gist
  • 20:33:31 <randomresult> hi mrboe
  • 20:33:47 <mrboe> hi
  • 20:33:51 <mrboe> whats up
  • 21:48:49 <FT3BOT> Issue 388: [TASK] Renamed flux field viewhelpers https://github.com/fluidtypo3/flux/issues/388
  • 21:48:50 <FT3BOT> Issue 388: [TASK] Renamed flux field viewhelpers https://github.com/fluidtypo3/flux/issues/388
  • 23:02:39 <FT3BOT> Issue 388: [TASK] Renamed flux field viewhelpers https://github.com/fluidtypo3/flux/issues/388
  • 23:02:40 <FT3BOT> Issue 388: [TASK] Renamed flux field viewhelpers https://github.com/fluidtypo3/flux/issues/388
  • 23:58:22 <FT3BOT> Issue 389: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/389
  • 23:58:23 <FT3BOT> Issue 389: [TASK] Remove legacy code https://github.com/fluidtypo3/flux/issues/389

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']

20131212

  • 08:17:55 <mrboe> good morning
  • 09:51:24 <ndee> good morning
  • 09:52:42 <ndee> is there a "convention" on howto pass settings from a plugin to the viewhelper? The settings are set with plugin.tx_myext.settings.foo = bar
  • 09:58:35 <soee> you have them in your plugin view available
  • 09:58:49 <soee> so you can use them in VH
  • 10:00:53 <ndee> soee: ah
  • 10:01:15 <ndee> {_all} ftw ;)
  • 10:17:03 <Apen> hi guys
  • 10:17:32 <Apen> anabody use flux-fluidcontent (last ter version) on a 4.5 LTS ?
  • 10:26:12 <ndee> <f:debug>{car:carDetail(id: car_id, settings:_all.settings)}</f:debug> <-- when I do something like that, I get #1237823699: Required argument "settings" was not supplied. can I not pass the _all.settings value like that?
  • 10:38:54 <mrboe> hi guys
  • 10:49:31 <bjo3rn> ndee settings should be available as is. no need for _all
  • 10:49:48 <bjo3rn> hi mrboe
  • 10:54:52 <mrboe> can somebody tell my why the inline usage of the asset don't work here: http://pastebin.com/SkGE6hcj (i posted both inside, and the tag version works fine)
  • 10:57:29 <bjo3rn> mrboe is nothing rendered at all with inline usage?
  • 10:57:56 <mrboe> is see the inline tag as "text" in the FE
  • 10:58:46 <bjo3rn> ah, ok
  • 10:59:02 <bjo3rn> syntax error
  • 10:59:12 <bjo3rn> don't use = use : instead
  • 10:59:31 <bjo3rn> {v:asset.script(name: 'PersonBox', allowMoveToFooter: '1', dependencies: 'jquery', path: 'EXT:myext/Resources/Public/js/PersonBox.js')}
  • 10:59:35 <mrboe> the inline usage of the "{v:if.client.isMobile" at the botton of teh section also works
  • 10:59:50 <bjo3rn> allowMoveToFooter is not required btw bc it is default for js
  • 11:01:07 <mrboe> oh man
  • 11:01:14 <mrboe> thanks a lot
  • 11:01:21 <bjo3rn> yw :)
  • 11:01:23 <mrboe> it works
  • 11:01:34 <bjo3rn> nice :)
  • 11:05:29 <randomresult> mrboe dont work with the mobile viewhelper
  • 11:05:40 <randomresult> its only for none cached environments
  • 11:05:41 <mrboe> why
  • 11:05:50 <randomresult> as told u before :)
  • 11:06:06 <randomresult> as soon as u use cache... it will not work no more
  • 11:06:20 <mrboe> thats nice
  • 11:08:08 <bjo3rn> not.
  • 11:08:10 <bjo3rn> ^^
  • 11:08:55 <randomresult> u can use the TS-variant to set some settings for ur plugin and then use this settings in conditions
  • 11:12:02 <randomresult> maybe the fedext-team should think about removing this mobileVH cause its useless.
  • 11:14:54 <bjo3rn> randomresult in none cached environments it's not useless ;)
  • 11:15:23 <randomresult> u know anyone using non cached environments?
  • 11:15:39 <bjo3rn> sure. sometimes you have to.
  • 11:15:58 <randomresult> maybe it would be enough to move this VH... anyway. leave it where it is
  • 11:16:01 <bjo3rn> non-cached environments doesn't mean I don't cache the whole site
  • 11:16:21 <randomresult> sure
  • 11:16:35 <randomresult> well, never had this in my webs.
  • 11:16:48 <randomresult> but im not a crack as y'all
  • 11:16:56 <bjo3rn> I'm neither ;)
  • 11:17:00 <randomresult> and i know not to use it
  • 11:17:13 <bjo3rn> as it's clearly stated in the docs
  • 11:17:21 <randomresult> which docs?
  • 11:17:31 <bjo3rn> the docblock
  • 11:17:32 <randomresult> sure it is, if u find it
  • 11:18:01 <randomresult> anyway. waste of time to discuss this.
  • 11:18:10 <bjo3rn> in a ranting mood today ;)
  • 11:18:12 <bjo3rn> ?
  • 11:18:59 <randomresult> no - but its not the first time i use something - and been told not to use it cause its not working and or deprecicated or moved or something
  • 11:19:11 <randomresult> and allways i get told to read the docs
  • 11:19:54 <randomresult> but why having the if.extended - why not delete it (for example)
  • 11:20:59 <bjo3rn> hm.
  • 11:21:06 <randomresult> there is one of the powerfuls extensions i have ever seen... and an empty documentation...
  • 11:21:30 <randomresult> or a docu which can be read by some cracks. they dont need it. they look into viewhelpers
  • 11:21:45 <randomresult> this is my point
  • 11:22:04 <bjo3rn> ehm, what about https://fedext.net/viewhelpers.html ?
  • 11:22:36 <randomresult> this i kind of reference ... not a documentation in my point of view
  • 11:23:20 <randomresult> but bjo3rn : im really happy to have fedext. really. but i dont understand some things.
  • 11:23:48 <randomresult> but this maybe only my problem.
  • 11:24:22 <bjo3rn> hm.
  • 11:24:49 <bjo3rn> what would you expect a documentation for those viewhelpers to be?
  • 11:24:55 <bjo3rn> (serious question)
  • 11:25:25 <randomresult> some examples, some how-to guides. some serious showcases
  • 11:26:24 <randomresult> some ... i dunno. humanreadable documentation.
  • 11:26:55 <randomresult> its very often ppl. ask questions in here and the answer is: make a VH - this is a nobrainer
  • 11:26:58 <randomresult> no its not.
  • 11:27:07 <randomresult> not for ppl like me.
  • 11:27:36 <randomresult> and if you look at the docu as someone like me... this is not really readable.
  • 11:27:50 <randomresult> its like we say in germany: spanish
  • 11:27:53 <randomresult> :)
  • 11:28:31 <bjo3rn> admittedly this collection of exts is kind of developer orientated. imo.
  • 11:28:52 <bjo3rn> bohemian villages ;)
  • 11:29:03 <bjo3rn> "I understand train station"
  • 11:29:05 <randomresult> so - only real php developer can use fedext
  • 11:29:06 <bjo3rn> ^^
  • 11:29:11 <randomresult> ?
  • 11:32:30 <danilobuerger> randomresult vhs#378
  • 11:32:31 <FT3BOT> Issue 378: [TASK] Documentation https://github.com/fluidtypo3/vhs/issues/378
  • 11:33:06 <danilobuerger> way better documentation is coming..
  • 11:33:26 <danilobuerger> if.extended will be removed in vhs 2.0, it has to be deprecated first because for some people it was working
  • 11:35:16 <danilobuerger> some view helpers are only useful in uncached environments and it should state so clearly in the documentation
  • 11:35:37 <danilobuerger> in my opinion every view helper in v:if.client.* should be removed as user agent sniffing is just stupid
  • 11:54:11 <mneuhaus> hey guys :)
  • 11:54:20 <mneuhaus> got a new issue with git master + 6.1.5
  • 11:54:33 <mneuhaus> fluidcontent to be precise
  • 11:54:44 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/tuxuf773p7kn.png
  • 12:21:58 <randomresult> @danilobuerger i agree with the clear and VIEWABLE statement about the deprecated or uncached-envrionment VH
  • 12:23:56 <randomresult> @danilobuerger some want to use the user-agent sniffing stuff. and i think they might have reasons for this. so i would leave it up to them to use or not to use it. BUT: if they dont work right, they should be removed or clearly stated as not-properly working
  • 13:09:36 <danilobuerger> randomresult i disagree, there is no reason to ever use user agent sniffing .. there are so many better ways .. thats like saying there is a reason why people still use IE 6... there is not ;-)
  • 13:09:51 <cedricziel> aye.
  • 13:09:59 <cedricziel> no user agent sniffing in templates.
  • 13:10:25 <danilobuerger> cedricziel thats why we should remove v:if.client completely
  • 13:10:44 <cedricziel> thats bad practice and i think we should educate 1st: why it is 2nd: that the core does this, if you want conditional stylesheets etc
  • 13:10:59 <cedricziel> 1+
  • 13:11:06 <cedricziel> one less paintpoint
  • 13:11:11 <cedricziel> *pain
  • 13:11:20 <cedricziel> but painting would be nice ;)
  • 13:12:56 <randomresult> i have a question about <flux:flexform.field.checkbox name="settings.includenavi" />
  • 13:13:10 <randomresult> am i able to access this in TS ?
  • 13:13:17 <randomresult> was that the point of settings?
  • 13:13:35 <randomresult> for example set a class in here and use it in Bodytag?
  • 13:16:08 <cedricziel> no, the settings namespace is a glue convention between ts, extbase plugins, flexforms and the view
  • 13:16:58 <randomresult> so there is no way to pass this to typoscript
  • 13:17:21 <cedricziel> all settings.* in a certain namespace (fx plugin.tx_myext) get aggregated
  • 13:17:26 <cedricziel> no, not that i'm aware of
  • 13:17:47 <randomresult> you understand what i want?
  • 13:17:54 <cedricziel> what do you want to accomplish
  • 13:17:57 <cedricziel> yes, i think so
  • 13:18:05 <cedricziel> but could you provide a use-case?
  • 13:18:08 <randomresult> setting a bodyclass in my template and use it in BodyTag
  • 13:18:40 <randomresult> so the editor can choose a bodyclass in the template (or simply enter one) and we use it with TS to generate a Tag.
  • 13:21:45 <danilobuerger> randomresult one way to do it config.disableAllHeaderCode = 1
  • 13:21:48 <danilobuerger> :-)
  • 13:22:19 <randomresult> no, thats not an option :)
  • 13:22:53 <danilobuerger> why not, i do that for all projects... (but i know i am one of the few)
  • 13:33:37 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 13:33:38 <FT3BOT> Issue 10: 5.0 https://github.com/fluidtypo3/flux/issues/10
  • 13:53:11 <mrboe> me again - have a problem with v:var / in section Preview it works / in section Main not >> http://pastebin.com/eyKSjevG
  • 13:54:02 <mrboe> couldn't i use v:var for FE output?
  • 13:54:55 <danilobuerger> mrboe <f:debug>{_all}</f:debug> in section Main
  • 14:00:13 <mrboe> @danilobuerger i do that but can i see then
  • 14:00:27 <mrboe> the output is also "null"
  • 14:00:28 <danilobuerger> ?
  • 14:02:58 <mrboe> sorry perhabs i dont understand right what i should do
  • 14:03:46 <mrboe> like you see in my pastebin i debug both sections
  • 14:04:56 <danilobuerger> paste "<f:debug>{_all}</f:debug>" in your main section
  • 14:05:11 <mrboe> http://pastebin.com/AMf4yaeX
  • 14:05:41 <danilobuerger> in FE whats in settings?
  • 14:05:48 <danilobuerger> ----> settings => array(2 items) <----
  • 14:06:43 <mrboe> http://pastebin.com/M5fW5qAF
  • 14:07:33 <mrboe> these are other settings
  • 14:11:36 <mrboe> i got it
  • 14:11:56 <mrboe> it was a cache problem
  • 14:12:19 <mrboe> deleted the temp an cache twice now its working
  • 14:14:33 <mrboe> @danilobuerger thanks for your time
  • 15:29:45 <floxx> hey all! i added a checkbox to page template. how can i prevent inheritance to subpages? I tested inherit="0" inheritEmpty="FALSE" but it doesn't work.
  • 15:38:09 <randomresult> floxx maybe clear?
  • 15:40:02 <Guest|31987> Why is in flux 6.0.2 TER in Class Tx_Flux_Core_ViewHelper_AbstractFlexformViewHelper in line 98 no "clone" any more....i cant set flexform-sheets with a for-loop
  • 15:41:31 <danilobuerger> floxx clear cache, clear typo3temp, resave the parent page, then test on a new subpage if its inherited or not
  • 15:43:33 <floxx> danilobuerger: tested, but no effect. values are inherited
  • 15:44:12 <danilobuerger> floxx please gist your page config
  • 15:44:32 <danilobuerger> Guest|31987 please gist your page config
  • 15:45:35 <floxx> danilobuerger: https://gist.github.com/floxx/676e300c66a0c99ca0ae
  • 15:46:18 <Guest|31987> https://www.filepicker.io/api/file/eCF2DPZTQgqRrHGq2JZ3
  • 15:46:33 <Guest|31987> its a fce not flexform for a page
  • 15:48:08 <danilobuerger> floxx so the parent page has the checkbox checked and that gets inherited to a NEW subpage?
  • 15:49:19 <floxx> no, the value is inherited to existant subpages - in page config the checkbox is activated on subpages if i activate it on parent page
  • 15:49:37 <danilobuerger> but is it inherited to a NEW subpage?
  • 15:50:17 <danilobuerger> Guest|31987 it should work, if it doesnt please file an issue at https://github.com/FluidTYPO3/flux
  • 15:50:30 <floxx> i tested that - yes. the value is set on new subpages, too
  • 15:50:52 <danilobuerger> that is really weird floxx .. what version of flux are you using?
  • 15:51:26 <floxx> flux 6.0.1
  • 15:51:50 <danilobuerger> in that case, could you try with flux 6.0.2 ?
  • 15:53:13 <floxx> are there breaking changes i have to be aware of?
  • 15:53:18 <danilobuerger> no
  • 15:53:22 <danilobuerger> nothing breaking
  • 15:53:28 <floxx> k testing…
  • 15:56:19 <Guest|31987> https://github.com/FluidTYPO3/flux/issues/395
  • 15:56:35 <floxx> danilobuerger: no, same behavior
  • 15:56:41 <floxx> even with 6.0.2
  • 16:01:34 <danilobuerger> Guest|31987 please update the issue... your pasted code should be enclosed by ```xml YOUR CODE ```
  • 16:01:54 <danilobuerger> floxx in that case please file an issue
  • 16:09:46 <floxx> danilobuerger: ok, i opened an issue
  • 16:10:04 <floxx> hope description is sufficient...
  • 17:02:15 <cedricziel> danilobuerger: did you know, you can do that as well?
  • 17:14:00 <danilobuerger> cedricziel [17:02:15] <@cedricziel> danilobuerger: did you know, you can do that as well? <------ ???????????
  • 17:14:16 <cedricziel> you can edit issues
  • 17:14:30 <cedricziel> and in fact that's done pretty quickly
  • 17:14:36 <danilobuerger> yes i know
  • 21:05:44 <typo3ua> Hello, all!
  • 21:07:24 <typo3ua> It showHidden="1" doesn't work in v:page.menu.list, why?
  • 21:22:28 <dan_28> hello i have a question concerning tt news and the current news

20131213

  • 08:42:40 <randomresult> good morning
  • 09:07:52 <mrboe> good morning randomresult
  • 09:08:37 <randomresult> moin
  • 09:27:27 <FT3BOT> Issue 109: [BUGFIX] Enable clearing of field values https://github.com/fluidtypo3/flux/issues/109
  • 09:27:28 <FT3BOT> Issue 109: [BUGFIX] Enable clearing of field values https://github.com/fluidtypo3/flux/issues/109
  • 09:27:47 <FT3BOT> Issue 109: [BUGFIX] Enable clearing of field values https://github.com/fluidtypo3/flux/issues/109
  • 09:27:48 <FT3BOT> Issue 109: [BUGFIX] Enable clearing of field values https://github.com/fluidtypo3/flux/issues/109
  • 10:52:08 <mneuhaus> hey guys
  • 10:52:31 <mneuhaus> i've got an issue again with flux master and 6.1.7:
  • 10:52:31 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/idl~foz1qb-i.png
  • 10:53:00 <mneuhaus> seems, like the objectManager isn't injected on cached request without being logged in
  • 11:01:06 <mneuhaus> :/
  • 11:01:32 <mneuhaus> seems completely fucked when you're not logged in
  • 11:12:20 <danilobuerger> mneuhaus please file an issue on github
  • 11:14:59 <mneuhaus> ok
  • 11:19:36 <cedricziel> mneuhaus: did you clear any reflection caches after upgrading?
  • 11:22:27 <mneuhaus> deleted the whole typo3temp/Cache folder several times
  • 11:22:33 <mneuhaus> https://github.com/FluidTYPO3/flux/issues/397
  • 11:23:04 <cedricziel> did you restart your fpm and cleared the cf_* tables?
  • 11:24:11 <mneuhaus> will try to clear cf_* now
  • 11:25:35 <cedricziel> switching to namespaces all over the place was a big step-i hope we didnt forget anything :)
  • 11:26:46 <mneuhaus> nope, still screwed
  • 11:26:55 <mneuhaus> can't manually restart fpm
  • 11:27:03 <mneuhaus> shared hosting
  • 11:47:58 <mrboe> is there a overview about the changes?
  • 12:04:38 <cedricziel> yep. the github commit history, where breaking hangs always carry a lot of information in the commit message. and of course a news item on fedext.net
  • 12:06:17 <mrboe> ok thanks, i will have a look
  • 12:24:05 <randomresult> @cedricziel where do i find the news on fedext?
  • 12:24:24 <randomresult> tour of features, documentation, or onlinedemo?
  • 12:24:35 <cedricziel> https://fedext.net/overview.html
  • 12:25:02 <randomresult> how do i get there without this link?
  • 12:26:20 <randomresult> ah... viewdocumentation
  • 13:12:55 <gernot_h> hi! is in flux something like: [PIDinRootline = pages-uid, pages-uid, ...] ? i need this the render a subnav for some pages
  • 13:14:51 <gernot_h> <f:if condition="{0:data.uid} == {0:'56'}"> but for the tree
  • 13:24:11 <mrboe> gernot_h: something like that? <f:if condition="{menuItem.hasSubPages}">
  • 14:18:28 <gernot_h> mrboe: i need a root pid e.g from pid 40 all subpages down, not in generel
  • 14:28:21 <mrboe> @gernot_h
  • 14:28:24 <mrboe> <f:if condition="{page.uid}==2" then="HELLO WORLD"/>
  • 14:29:22 <mrboe> *2 should be 40
  • 15:06:00 <randomresult> hi there. is there a way to let 2 flux:form fields float? I have two small ones which could be positioned next to each other ...
  • 15:06:03 <randomresult> ideas?
  • 15:45:14 <rasha-> @randomresult u mean in the backend?
  • 15:45:35 <randomresult> rasha- yes.
  • 15:46:09 <rasha-> afaik u can do this with the appropriate TCA config
  • 15:47:02 <randomresult> and im still having problems with migrating to the latest flux-git-master
  • 15:47:35 <randomresult> An error was encountered while rendering the FlexForm.
  • 15:48:25 <rasha-> @randomresult http://labs.zeroseven.de/typo3/felder-im-typo3-backend-gruppieren/
  • 15:51:44 <randomresult> man, im really happy if my develop-webs will run again
  • 15:51:54 <danilobuerger> randomresult whats the exact error?
  • 15:52:20 <randomresult> aktually i dont see the page-settings under pagelayout
  • 15:52:28 <randomresult> no name no label no nothing
  • 15:52:35 <randomresult> may i paste u the code?
  • 15:52:40 <danilobuerger> hold on
  • 15:52:50 <danilobuerger> every ft3 ext is on the current git master?
  • 15:53:08 <randomresult> ahrm... vhs may be not
  • 15:53:12 <randomresult> wait
  • 15:53:19 <randomresult> as soon as u asked...
  • 15:53:20 <danilobuerger> ok, but flux/fluidpages/fluidcontent are?
  • 15:53:25 <randomresult> yes
  • 15:53:39 <randomresult> (at least i pulled the upstreambranch
  • 15:53:44 <randomresult> in to my master
  • 15:53:48 <randomresult> (fork)
  • 15:53:56 <danilobuerger> did you clear cache and deleted everything in typo3temp?
  • 15:54:44 <randomresult> http://pastebin.com/1hv0DujS
  • 15:54:55 <randomresult> i cleared, reloaded and deleted 100 times
  • 15:55:09 <randomresult> this is my template... after my migrationscript
  • 15:55:12 <danilobuerger> did you run the DB tool in install?
  • 15:55:52 <danilobuerger> btw your github master are not current!
  • 15:55:54 <randomresult> ahhhrrrg... i read that yesterday with mneuhaus ... how stupid must one be t
  • 15:56:06 <randomresult> you mean on github?
  • 15:56:22 <randomresult> i know... havent pushed the changes yes
  • 15:56:24 <randomresult> t
  • 15:58:39 <randomresult> ok. db-compare is clear
  • 15:58:43 <randomresult> in installtool
  • 15:59:15 <randomresult> still not working
  • 15:59:51 <randomresult> (yes, cleared cache (uncache is installed as well) - cleared typo3temp and reloaded browser
  • 16:00:32 <randomresult> have u seen my paste?
  • 16:01:20 * randomresult is afk for some minutes
  • 16:06:36 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
  • 16:06:37 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
  • 16:09:52 <danilobuerger> randomresult_afk there is no <flux:form.grid>
  • 16:10:10 <danilobuerger> randomresult_afk http://git.io/sh9SvA
  • 16:13:02 <rasha-> if i accidentally updated my flux & co extensions on my 6.1.x t3 installation, the way to get it back working would be by checking out some previous commits?
  • 16:13:16 <rasha-> git-versions of the extensions
  • 17:02:07 <randomresult> rasha: u can also use the ter versions
  • 17:02:08 <FT3BOT> Welcome back randomresult!
  • 17:09:08 <randomresult> danilobuerger i found the mistake. i thought that flexform.field.input was migrated as well... but now it isnt
  • 17:11:48 <randomresult> wel... now i get mad. in the documentation it is migrated. as soon as i change it in my pagetemplate its not workling ... so now i need to check wether my versions are up to date or not
  • 17:17:03 * randomresult gets mad. this clearing cache - temp - browsercache will at least destroy me.
  • 17:21:01 <danilobuerger> randomresult input is definitely flux:field.input in current git master… ( as you can see by the namespace use here: https://github.com/FluidTYPO3/flux/blob/master/Classes/ViewHelpers/Field/InputViewHelper.php )
  • 17:21:47 <randomresult> as i described above: using uncache, clearing cache, typo3temp and browsercache will drive me crazy
  • 17:22:56 <danilobuerger> i dont understand why that would drive you crazy… for one of my installs i updated to the git master, ran the install db tool, executed the migration script, cleared the cache and everything worked… took me not even 5 min
  • 17:23:20 <randomresult> working on mac?
  • 17:24:13 <randomresult> well we have a little mistake in our migrationscript, that was one thing
  • 17:24:43 <randomresult> the other thing ist, that sometimes (dont ask me why) clearing cache or temp once is not enough
  • 17:24:54 <danilobuerger> yeah, mac
  • 17:25:05 <randomresult> (at least i try difrent things and at one time its not working, but then later it works
  • 17:25:09 <randomresult> so now it works
  • 17:25:20 <danilobuerger> didnt you have a backup? if yes, just restore, and use the migrationscript i provided
  • 17:26:19 <randomresult> our migratonscript does backups and revertstuff.
  • 17:26:27 <randomresult> the mistake i think is here
  • 17:26:28 <randomresult> $replaceViewHelpers = array(
  • 17:26:28 <randomresult> 'flux=Tx_Flux_ViewHelpers' => 'flux=FluidTYPO3\Flux\ViewHelpers',
  • 17:26:28 <randomresult> 'flux:flexform>' => 'flux:form>',
  • 17:26:28 <randomresult> 'flux:flexform ' => 'flux:form ',
  • 17:26:55 <randomresult> cause the last one here changes .grid also
  • 17:26:59 <randomresult> so i need to change that
  • 17:28:25 <randomresult> (at least i think so - need to talk to my partner) - but anyway, now my installation works again.
  • 17:28:43 <danilobuerger> just use the migration script in the documentation, that works
  • 17:29:26 <randomresult> as u can imagine, if u worked on a script as long as we did, you want it at least to work properly
  • 17:29:59 <randomresult> :)
  • 17:31:45 <rasha-> sry if u have to repeat this, but where to find this migration script?
  • 17:32:03 <randomresult> https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 18:01:07 <randomresult> good evening

20131214

  • 10:11:59 <FT3BOT> Issue 398: [FIX] Reset and Get the correct PipesOut https://github.com/fluidtypo3/flux/issues/398
  • 10:12:00 <FT3BOT> Issue 398: [FIX] Reset and Get the correct PipesOut https://github.com/fluidtypo3/flux/issues/398
  • 13:46:05 <FT3BOT> Issue 398: [BUGFIX] Reset and Get the correct PipesOut https://github.com/fluidtypo3/flux/issues/398
  • 13:46:06 <FT3BOT> Issue 398: [BUGFIX] Reset and Get the correct PipesOut https://github.com/fluidtypo3/flux/issues/398
  • 13:51:29 <FT3BOT> Issue 399: [BUGFIX] AbstractPipe class was not really an abstract class https://github.com/fluidtypo3/flux/issues/399
  • 13:51:31 <FT3BOT> Issue 399: [BUGFIX] AbstractPipe class was not really an abstract class https://github.com/fluidtypo3/flux/issues/399
  • 14:05:27 <FT3BOT> Issue 399: [BUGFIX] AbstractPipe class was not really an abstract class https://github.com/fluidtypo3/flux/issues/399
  • 14:05:28 <FT3BOT> Issue 399: [BUGFIX] AbstractPipe class was not really an abstract class https://github.com/fluidtypo3/flux/issues/399
  • 14:13:02 <FT3BOT> Issue 120: [BUG] Using flux:flexform.sheet in fluidpages wont work the right way https://github.com/fluidtypo3/flux/issues/120
  • 14:13:03 <FT3BOT> Issue 120: [BUG] Using flux:flexform.sheet in fluidpages wont work the right way https://github.com/fluidtypo3/flux/issues/120
  • 14:19:44 <FT3BOT> Issue 400: [TASK] A few error prevention measures https://github.com/fluidtypo3/flux/issues/400
  • 14:19:45 <FT3BOT> Issue 400: [TASK] A few error prevention measures https://github.com/fluidtypo3/flux/issues/400
  • 14:20:13 <FT3BOT> Issue 120: [BUG] Using flux:flexform.sheet in fluidpages wont work the right way https://github.com/fluidtypo3/flux/issues/120
  • 14:20:15 <FT3BOT> Issue 120: [BUG] Using flux:flexform.sheet in fluidpages wont work the right way https://github.com/fluidtypo3/flux/issues/120
  • 16:43:52 <Torsten> Hi guys, i have a question, i updated to flux-master and fluidpages-master and use the new flux:form tags but i always get "templatetags not probably nested" here the Template, any ideas?
  • 16:44:43 <randomresult> you use the latest git?
  • 16:45:03 <Torsten> from github zip download
  • 16:45:09 <Torsten> https://gist.github.com/anonymous/7960681
  • 16:45:12 <Torsten> here the template
  • 16:45:38 <randomresult> cleared cache an temp?
  • 16:46:19 <Torsten> y
  • 16:46:24 <Torsten> i did
  • 16:46:27 <Torsten> same error
  • 16:46:34 <randomresult> any other templates in there?
  • 16:46:37 <Torsten> im on 6.1.7
  • 16:46:52 <randomresult> ah
  • 16:46:58 <danilobuerger> Torsten please look at the topic, it has a link for upgrading to git master with typo 6.1
  • 16:46:59 <randomresult> did u update the database?
  • 16:47:13 <randomresult> danilobuerger he uses the new flux:form
  • 16:47:15 <Torsten> i reinstalled flux and fluidpages
  • 16:47:21 <Torsten> so i think he updated the database
  • 16:47:33 <randomresult> you can check in install tool
  • 16:47:39 <Torsten> ok i do
  • 16:47:39 <danilobuerger> randomresult not nested means something with the template tags
  • 16:47:53 <randomresult> well... the template is too easy for that
  • 16:48:05 <randomresult> 14 lines
  • 16:48:06 <danilobuerger> ah didnt see the link ^^
  • 16:48:21 <danilobuerger> true
  • 16:49:05 <Torsten> db compare is fine
  • 16:49:05 <randomresult> but... what about calling a v:page.content without having on in the configuration?
  • 16:49:12 <Torsten> i had random
  • 16:49:19 <Torsten> but deleted all to debug the error
  • 16:49:59 <randomresult> torsten i struggeld with something similar yesterday... clearing cache and temp and reloading backend a hundred times did it in the end :)
  • 16:50:02 <Torsten> if i do so: "<flux:form id="widepage" label="Wide page" />" it works ...
  • 16:50:25 <Torsten> hundred times? ;D
  • 16:50:28 <Torsten> ok ill try
  • 16:50:40 <randomresult> hehe ...
  • 16:51:06 <randomresult> sometimes i have the feeling it depends on what u clear first
  • 16:51:17 <randomresult> but, sure, this is only a feeling :)
  • 16:51:45 <danilobuerger> Torsten are you sure you are on the very latest git master of flux? fields were renamed later then the rest
  • 16:52:01 <Torsten> how can i check?
  • 16:52:11 <Torsten> i downloaded it from github 1 hour ago
  • 16:52:21 <randomresult> that should be in there then
  • 16:52:29 <Torsten> "Download zip" i did
  • 16:52:31 <Torsten> not git
  • 16:52:44 <randomresult> well that should be the same
  • 16:52:49 <Torsten> ill do it again
  • 16:52:50 <randomresult> (or not?)
  • 16:52:56 <Torsten> i copied in the old folder
  • 16:53:02 <Torsten> maybe i must delete it first
  • 16:53:04 <Torsten> ...
  • 16:53:19 <randomresult> i would completely replace it
  • 16:53:22 <Torsten> yes
  • 16:53:28 <Torsten> thats for sure the misstake i think
  • 16:53:29 <randomresult> give it a try
  • 16:53:30 <Torsten> *hop*
  • 16:53:33 <Torsten> *hope*
  • 16:53:40 <randomresult> at least we two hope so!
  • 16:56:10 <Torsten> didn't helped
  • 16:56:55 <Torsten> but the link in topic
  • 16:57:02 <Torsten> this is maybe my error
  • 17:00:26 <randomresult> but what u did
  • 17:00:36 <randomresult> u mean the core hack?
  • 17:00:44 <Torsten> yes
  • 17:00:47 <randomresult> no
  • 17:00:48 <Torsten> but doesnt help
  • 17:00:52 <randomresult> this is :
  • 17:01:07 <randomresult> you can do a core hack OR you change the fluxflexform stuff
  • 17:01:36 <randomresult> you need to allways read the docs from fedext very carefully.
  • 17:01:57 <Torsten> ok i reverted it
  • 17:02:09 <randomresult> "You have 2 ways to fix this "
  • 17:02:24 <Torsten> ok ok next time i read more carefully ! :)
  • 17:02:25 <randomresult> small, very small, line 4
  • 17:02:32 <randomresult> hehe... so will i
  • 17:02:50 <randomresult> should be a headline... but its not
  • 17:02:58 <Torsten> yes
  • 17:03:01 <randomresult> (imho)
  • 17:03:11 <Torsten> do you have an other idea how i can fix my problem?
  • 17:03:19 <randomresult> clear cache ;)
  • 17:03:23 <Torsten> :D
  • 17:03:24 <randomresult> delete temp?
  • 17:03:27 <Torsten> i did
  • 17:03:28 <randomresult> update db
  • 17:03:32 <Torsten> i did 2
  • 17:04:46 <randomresult> so u see this error in the backend?
  • 17:05:04 <randomresult> right?
  • 17:05:41 <Torsten> i have an idea mom
  • 17:05:53 <Torsten> i deleted the page layout assignment in the database
  • 17:05:58 <Torsten> and the error is still there
  • 17:06:06 <randomresult> in the backend right?
  • 17:06:09 <Torsten> yes
  • 17:06:12 <Torsten> Flux Debug
  • 17:06:12 <randomresult> ok.
  • 17:06:14 <Torsten> i enabled
  • 17:06:39 <randomresult> and still error
  • 17:07:02 <randomresult> so, the only thing i can tell u is to remove everything u dont need now
  • 17:07:13 <randomresult> like the debug and the section name Content
  • 17:07:37 <randomresult> see if its done or not
  • 17:07:50 <randomresult> if u want, i can paste u a very simple template
  • 17:07:58 <randomresult> and you can try it with that
  • 17:08:30 <Torsten> more simpler then mine?
  • 17:08:59 <randomresult> a simple AND working one from yesterday
  • 17:09:07 <Torsten> yes please paste it
  • 17:10:33 <randomresult> http://pastebin.com/q9yJac62
  • 17:10:56 <Torsten> omg it works
  • 17:11:02 <randomresult> the sheet
  • 17:11:06 <Torsten> not yours
  • 17:11:10 <randomresult> yours...
  • 17:11:13 <randomresult> what was it?
  • 17:11:15 <Torsten> i revert to my from yesterday
  • 17:11:15 <randomresult> cache?
  • 17:11:21 <randomresult> :)
  • 17:11:22 <Torsten> i dont unserstand it .,...
  • 17:11:33 <randomresult> can u paste it
  • 17:12:03 <Torsten> ill check first
  • 17:12:06 <Torsten> where the difference is
  • 17:12:13 <Torsten> maybe its som . :
  • 17:12:16 <Torsten> *some
  • 17:12:36 <randomresult> ok. tell me what it was
  • 17:12:48 <Torsten> https://gist.github.com/anonymous/7961156
  • 17:12:52 <Torsten> this is the working
  • 17:13:04 <Torsten> my old with the new names flexform -> form etc.
  • 17:13:20 <Torsten> haha i see it
  • 17:13:22 <Torsten> :D
  • 17:13:26 <Torsten> omg
  • 17:14:15 <randomresult> what?
  • 17:14:17 <randomresult> i dont
  • 17:14:20 <Torsten> line one
  • 17:14:23 <Torsten> wait
  • 17:14:40 <Torsten> {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  • 17:14:49 <Torsten> the H in ViewHelpers was a small letter
  • 17:14:51 <Torsten> ...
  • 17:15:40 <randomresult> f*ck
  • 17:15:50 <randomresult> hate such mistakes
  • 17:16:01 <randomresult> good. so mission done.
  • 17:16:06 <randomresult> next level waiting
  • 17:16:08 <randomresult> :)
  • 17:16:31 <Torsten> :)
  • 17:16:40 <Torsten> thank you for your time and ideas
  • 17:17:12 <randomresult> which time - which ideas?
  • 17:17:16 <randomresult> clearing temp?
  • 17:17:18 <randomresult> :)
  • 17:17:37 <randomresult> its was more about : dont leaving you alone :)
  • 17:17:38 <Torsten> ok, then, thanks that you motivated me to try on :)
  • 17:17:42 <Torsten> !
  • 17:17:53 <randomresult> cu
  • 17:17:58 <randomresult> need to go
  • 17:17:59 <randomresult> bye
  • 17:31:25 <danilobuerger> [17:02:50] <randomresult> should be a headline... but its not <--- good idea, submit a PR :-)
  • 18:02:03 <randomresult> danilobuerger: if someone uses ur script, he needs to out-comment the die command right?
  • 18:02:12 <danilobuerger> right
  • 18:02:14 <danilobuerger> :-)
  • 18:02:38 <danilobuerger> trivia: the string inside the die is a quote from NamelessCoder ;-)
  • 18:07:36 <randomresult> and is it possible to use the browser to call it too... isnt it? i allways use the shell
  • 18:11:05 <danilobuerger> well yeah you could
  • 18:11:08 <danilobuerger> but cli is better
  • 19:50:20 <LittleOneill> hey guys
  • 19:50:30 <danilobuerger> hey LittleOneill
  • 19:50:43 <LittleOneill> any idea if the set of extension is compatible with aloha 2.0?
  • 19:51:10 <danilobuerger> aloha editor?
  • 19:51:19 <LittleOneill> the extension aloha
  • 19:51:24 <LittleOneill> editor yes :)
  • 19:52:35 <danilobuerger> i dont know, but an editor shouldnt interfere with flux
  • 19:52:42 <danilobuerger> you could just try :-)
  • 19:53:08 <LittleOneill> ok, just thought to ask maybe you already tried
  • 19:53:10 <LittleOneill> 10x :)
  • 21:43:00 <FT3BOT> Issue 110: [SUPPORT] Context awareness enabled? https://github.com/fluidtypo3/flux/issues/110
  • 21:43:01 <FT3BOT> Issue 110: [SUPPORT] Context awareness enabled? https://github.com/fluidtypo3/flux/issues/110
  • 21:51:18 <danilobuerger> cedricziel wow... ft3bot is getting worse
  • 21:51:53 <cedricziel> not more than normal..
  • 22:00:45 <danilobuerger> NamelessCoder uncache poc working MUHAHAHHAHAHAHHAHHAHAH
  • 22:00:54 <danilobuerger> oops wrong channel ;-)
  • 22:10:15 <FT3BOT> Issue 110: [SUPPORT] Context awareness enabled? https://github.com/fluidtypo3/flux/issues/110
  • 22:10:16 <FT3BOT> Issue 110: [SUPPORT] Context awareness enabled? https://github.com/fluidtypo3/flux/issues/110
  • 22:16:38 <FT3BOT> Issue 122: Added optional render property https://github.com/fluidtypo3/flux/issues/122
  • 22:16:39 <FT3BOT> Issue 122: Added optional render property https://github.com/fluidtypo3/flux/issues/122
  • 22:29:11 <FT3BOT> Issue 402: [TASK] Switch to typo3-ci Travis-Integration repository https://github.com/fluidtypo3/flux/issues/402
  • 22:29:12 <FT3BOT> Issue 402: [TASK] Switch to typo3-ci Travis-Integration repository https://github.com/fluidtypo3/flux/issues/402
  • 22:33:52 <FT3BOT> Issue 111: [TASK] Throw specific exception if Flux template file not found https://github.com/fluidtypo3/flux/issues/111
  • 22:33:53 <FT3BOT> Issue 111: [TASK] Throw specific exception if Flux template file not found https://github.com/fluidtypo3/flux/issues/111
  • 22:38:40 <FT3BOT> Issue 122: Added optional render property https://github.com/fluidtypo3/flux/issues/122
  • 22:38:41 <FT3BOT> Issue 122: Added optional render property https://github.com/fluidtypo3/flux/issues/122
  • 23:06:13 <FT3BOT> Issue 111: [TASK] Throw specific exception if Flux template file not found https://github.com/fluidtypo3/flux/issues/111
  • 23:06:14 <FT3BOT> Issue 111: [TASK] Throw specific exception if Flux template file not found https://github.com/fluidtypo3/flux/issues/111

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

20131216

  • 01:21:45 <danilobuerger> randomresult_afk ?
  • 01:40:31 <soee> widgets can cooperate with controllers ?
  • 01:40:54 <soee> *communicate with controllers to do some actions ?
  • 01:41:54 <danilobuerger> yes
  • 01:42:06 <danilobuerger> plugins can too
  • 01:42:21 <danilobuerger> event normal content elements with the help of a ContentController
  • 01:42:34 <danilobuerger> or pages with a PageController
  • 01:43:07 <soee> danilobuerger: i wonder is i want to display basket i should go for wighet or plugin that will run showbasketAction
  • 01:43:17 <danilobuerger> plugin
  • 01:43:18 <soee> *if
  • 01:43:37 <soee> oh, so what is the real purpose of widgets
  • 01:43:56 <danilobuerger> well widgets are just view helpers with controllers
  • 01:44:24 <danilobuerger> so if you were to use a widget you have to use it in your layouts / etc... with a plugin you can position it in the BE
  • 01:44:53 <soee> this basket should be placed in templates
  • 01:45:16 <soee> it will only show basket content - all products + price etc
  • 01:45:18 <danilobuerger> also with plugin you get domain models / repositories / etc
  • 01:45:43 <soee> hmm
  • 01:49:44 <soee> danilobuerger: so basically all data should ba fetched and passed to widget and widget should be responsible for fetching data for example from database ?
  • 01:50:00 <soee> *shouldnt be
  • 01:57:52 <danilobuerger> you should use a plugin
  • 01:58:17 <danilobuerger> database stuff in the repository
  • 02:00:08 <soee> ok il go for it
  • 02:00:16 <soee> danilobuerger: thank you for suggestions
  • 08:20:29 <randomresult> good morning
  • 08:20:43 <Guest|27836> hi all!
  • 08:20:55 <randomresult> Hi Guest|27836
  • 08:21:27 <Guest|27836> if i add some custom fields to pages, how can i filter pages on that values?
  • 08:22:16 <Guest|27836> let say I want add a category Field in Flexform, so I can organize pages
  • 08:22:56 <randomresult> and u want to display it on a navigaton?
  • 08:23:06 <randomresult> in a navigation?
  • 08:23:12 <randomresult> hi mrboe
  • 08:23:36 <mrboe> good morning @all and randomresult
  • 08:24:48 <randomresult> what if my t3 install is all white?
  • 08:24:50 <Guest|27836> yeah in navigation / HMENU
  • 08:25:17 <randomresult> i think u could use an if-condition - or not?
  • 08:25:29 <randomresult> inside your menu
  • 08:26:07 <Guest|27836> but the hole data is stored in one filed as XML-FlexForm, isnt it?
  • 08:26:20 <randomresult> and?
  • 08:26:40 <randomresult> how do u build ur menu?
  • 08:26:47 <randomresult> using v:page or TS
  • 08:29:00 <Guest|27836> I am in planning :)
  • 08:30:18 <Guest|27836> (are there some good samples / tutorials on fedext?)
  • 09:35:22 <danilobuerger> randomresult btw if you didnt see there is now v:render.uncache ;-)
  • 09:45:57 <randomresult> danilobuerger what is it for?
  • 09:46:27 <danilobuerger> uncaching stuff like .. everything it renders will be uncached
  • 09:46:53 <randomresult> why u state it to me? did i ask for that?
  • 09:47:56 <danilobuerger> no just so that you know
  • 09:48:03 <randomresult> good. thx
  • 09:48:30 <randomresult> i saw it as i try to scan the PR of fedext.net
  • 09:48:41 <randomresult> it is not in the list of VHS - VH
  • 09:49:01 <randomresult> is it?
  • 09:49:45 <danilobuerger> dont know .. was commited just this weekend
  • 09:59:42 <randomresult> what does this mean in my error log PHP Fatal error: Class 'FluidTYPO3\Flux\Core' not found in /Users/***/Sites/GIT-PROJECTS/fluidpages-Fork/
  • 10:03:03 <danilobuerger> randomresult i think bjo3rn had this one 2 days ago? dont know what it was though
  • 10:03:28 <randomresult> i updated pages to the latest version
  • 10:05:16 <randomresult> damn
  • 10:05:33 <randomresult> i spent more time fixing my typo3 installs then actually working on them
  • 10:05:45 <randomresult> and i want to try fluidcontent_core!!!!
  • 10:10:46 <bjo3rn> randomresult everything on master?
  • 10:22:57 <randomresult> yes
  • 10:23:41 <randomresult> @bjo3rn in line 6 of fluidpages/ext_localconf.php there is this \FluidTYPO3\Flux\Core::unregisterConfigurationProvider('Tx_Fed_Provider_Configuration_PageConfigurationProvider');
  • 10:24:10 <randomresult> but this directory is missing
  • 10:24:15 <randomresult> (core)
  • 10:27:11 <bjo3rn> sorry, was afk
  • 10:27:34 <bjo3rn> sure, but it's Classes/Core.php
  • 10:27:34 <FT3BOT> Welcome back bjo3rn!
  • 10:28:18 <bjo3rn> (broken record mode on) did you flush typo3temp and all cf_* tables?
  • 10:30:06 <randomresult> cf tables?
  • 10:30:12 <randomresult> i removed all typo3temp
  • 10:30:16 <randomresult> i had uncache installed
  • 10:30:20 <randomresult> i have
  • 10:30:24 <bjo3rn> hm.
  • 10:30:37 <randomresult> so i will clear all cf_tables in phpmyadmin
  • 10:31:04 <randomresult> no cf_tables there
  • 10:31:07 <bjo3rn> phpmyadmin? you are on a mac so do yourself a favor and get sequel pro!
  • 10:31:46 <randomresult> well phpmyadmin comes with mamppro and normally this works fine
  • 10:31:55 <bjo3rn> trust me.
  • 10:32:08 <bjo3rn> we got you into tower ;)
  • 10:32:11 <randomresult> ok. i will
  • 10:32:34 <randomresult> but to be honest... phpmyadmin should show the tables if available or not?
  • 10:32:39 <bjo3rn> anyway. no cf_cache_extbase_* tables??
  • 10:32:51 <bjo3rn> cf_extbase_*
  • 10:32:52 <randomresult> lemme check
  • 10:33:07 <randomresult> no.
  • 10:33:30 <randomresult> im not able to access the installtool... so i cant check db-updates
  • 10:33:30 <bjo3rn> ehm. does uncache remove them?
  • 10:33:39 <randomresult> maybe?
  • 10:33:54 <randomresult> never took a closer look on what uncache removes
  • 10:34:07 <randomresult> i only use uncache in test environments...
  • 10:34:21 <bjo3rn> are you sure you are on flux master?
  • 10:34:36 <randomresult> i will check
  • 10:35:25 <randomresult> dont ask
  • 10:35:31 <bjo3rn> hehe
  • 10:36:20 <randomresult> we/you should think about updating all the extensions (fluidbootstrappages and content) as well to the new flux:flexform stuff
  • 10:37:18 <bjo3rn> I'm not a big fan of those bootstrap packages tbh...
  • 10:37:51 <randomresult> well but its there and should be uptodate - cause like it is now, i dont think it is working... isnt it?
  • 10:38:06 <randomresult> and if its still working, its outdated.
  • 10:38:32 <bjo3rn> it should be working with the latest TER versions.
  • 10:38:39 <bjo3rn> not master.
  • 10:40:53 <randomresult> where we are at the mentioned point of maybe thinking about branches
  • 10:41:34 <bjo3rn> do those branches include more manpower?
  • 10:42:10 <bjo3rn> mo'branches, mo'problems (Notorious B.I.G.) ^^
  • 10:43:31 <randomresult> not in my opinion
  • 10:43:54 <randomresult> it only means that you do not commit to master but to "develop"
  • 10:44:04 <randomresult> and from time to time u merge develop into master
  • 10:44:34 <randomresult> creating a branch means less than a minute work. merging less than a minute
  • 10:44:39 <bjo3rn> there's a new branching strategy coming up but it will/can start after 6.2 LTS is released
  • 10:45:12 <randomresult> i thought of making my own fork with branches and try to keep this up-to-date
  • 10:45:56 <bjo3rn> yes, maybe you should do that to better understand my/our concerns ;)
  • 10:47:24 <randomresult> well... git is made for branching
  • 10:48:40 <bjo3rn> sure, go ahead and fork (and I mean this without any sarcasm)
  • 10:49:18 <randomresult> the problem with forking is: im not skilled enough to see which changes are breaking and which one are not
  • 10:49:24 <bjo3rn> aha!
  • 10:49:32 <bjo3rn> see? now we're getting closer.
  • 10:49:48 <randomresult> for example: its easy to cherrypick a new VH and merge it in to the master
  • 10:50:00 <randomresult> should work without problems
  • 10:50:28 <randomresult> but to see when namespacings is ready to merge... therefor u need to know what u did. so only claus can do that
  • 10:50:33 <randomresult> or only he knows it
  • 10:50:40 <bjo3rn> ?
  • 10:51:32 <randomresult> have u ever worked with branches?
  • 10:51:34 <bjo3rn> as I said: vhs master is safe to use, always has been
  • 10:51:42 <bjo3rn> are you kidding me?
  • 10:51:48 <randomresult> no.
  • 10:52:18 <randomresult> you sent me the flow-chart and said u never worked with that
  • 10:52:20 <bjo3rn> well then: of course I have. do that all the time.
  • 10:52:27 <bjo3rn> that's not true.
  • 10:52:36 <bjo3rn> I didn't say that.
  • 10:52:36 <randomresult> then i got u wrong
  • 10:52:41 <randomresult> sorry for that
  • 10:53:18 <bjo3rn> np
  • 10:53:29 <randomresult> this chart explains how to use branches and if you read the articles about this, it comes clear why to do it
  • 10:54:02 <randomresult> the point is: sometimes in fedext extensions you are at a point where they are not usable with your existing code.
  • 10:54:21 <randomresult> or wrong
  • 10:54:26 <bjo3rn> you are if you use ter. full stop.
  • 10:54:50 <randomresult> ok.
  • 10:55:11 <randomresult> i now know how to handle that. so its good for me.
  • 10:55:28 <bjo3rn> which is?
  • 10:55:44 <randomresult> i stay here all day and ask for help :)
  • 10:55:47 <bjo3rn> hehe!
  • 10:55:51 <randomresult> or, i dont use the masterbranches
  • 10:57:10 <bjo3rn> you can but shuold expect some trouble here and there ;)
  • 10:57:41 <randomresult> bjo3rn i think we have diffrent views on how this could be the best typo3 ever happend.
  • 10:58:15 <bjo3rn> aw, come on
  • 10:58:26 <bjo3rn> why would you want to use flux master?
  • 10:58:31 <randomresult> so im cool with that. it helps me alot doing great webs. so im thankful.
  • 10:59:23 <bjo3rn> what are the advantages of using flux master instead of flux ter for you?
  • 10:59:48 <randomresult> because updating fedext-extensions caused me a lot of trouble in the past. so building new webs or learning stuff for me is better to use the new versions than learning something and then change to the new version
  • 11:00:07 <danilobuerger> [10:59:13] <@bjo3rn> [10:33:31] ehm. does uncache remove them? <---- no
  • 11:00:47 <danilobuerger> randomresult re updating *_bootstrap, sure just submit a PR ;-)
  • 11:01:22 <randomresult> danilobuerger well...
  • 11:01:52 <randomresult> i think my PR doesnt fit your thoughts of how this should be done.
  • 11:02:15 <randomresult> i allway do something wrong - so this is a waste of time for both sides.
  • 11:02:42 <bjo3rn> but you want to learn stuff and noone complains about anything so go ahead!
  • 11:02:43 <danilobuerger> [10:59:14] <randomresult> [10:54:02] the point is: sometimes in fedext extensions you are at a point where they are not usable with your existing code. <---- thats why you should be on TER, if you need bleeding edge features and switch to git, you are responsible :-)
  • 11:03:30 <danilobuerger> [11:02:15] <randomresult> i allway do something wrong - so this is a waste of time for both sides. <----- you should ahve seen my first few commits, i nearly killed cedric in the process
  • 11:03:36 <bjo3rn> really randomresult, I encourage you to do PRs
  • 11:03:56 <danilobuerger> i encourage you too, of course its more work in the beginning for all of us, but after that you know the stuff
  • 11:05:02 <randomresult> well danilobuerger you told me to add headline in the migrationscript - i did. since then a lot of pr's are merged. not mine. so simply editing a headline is failed on my side.
  • 11:05:57 <randomresult> anyway boys. lets get some work done. i will now look at fluidcontent_core because this is what i dreamt of at night
  • 11:06:28 <randomresult> get rid of css-styled-content standard elements... how great is this
  • 11:06:47 <bjo3rn> it's highly experimental, just sayin' ;)
  • 11:06:48 <danilobuerger> randomresult ... if you want something merged fast... you need to tell people about it....
  • 11:07:12 <danilobuerger> i always ping everybody around if i want something merged
  • 11:07:13 <bjo3rn> yes, you can learn a lot from danilobuerger in that regard ;)
  • 11:07:19 <bjo3rn> ^^
  • 11:07:21 <danilobuerger> hehe
  • 11:07:35 <danilobuerger> if you dont ping people you will have to wait a few days
  • 11:08:23 <danilobuerger> randomresult you just need to say something like this: "hey bjo3rn mind merging that no brainer ? documentation#11 "
  • 11:08:24 <FT3BOT> Issue 11: [DOC] Added a clear headline and changed the order of the solutions to m... https://github.com/fluidtypo3/documentation/issues/11
  • 11:10:02 <bjo3rn> oh, no problem, sec
  • 11:10:20 <bjo3rn> ^^
  • 11:10:27 <FT3BOT> Issue 11: [FEATURE] add argument allowedActions to ControllerActionsViewHelper https://github.com/fluidtypo3/flux/issues/11
  • 11:10:28 <FT3BOT> Issue 11: [FEATURE] add argument allowedActions to ControllerActionsViewHelper https://github.com/fluidtypo3/flux/issues/11
  • 11:10:49 <danilobuerger> thats how stuff gets done ;-)
  • 11:11:00 <randomresult> ^^
  • 11:11:26 <bjo3rn> seriously, we are not kidding you here
  • 11:11:52 <danilobuerger> yup
  • 11:14:09 <randomresult> one question - and im seriously asking this: you want fedext to get used like for ex: TemplaVoila?
  • 11:14:39 <bjo3rn> I'd say that's nothing you plan to do, right?
  • 11:14:48 <bjo3rn> it happens or it doesn't
  • 11:15:16 <danilobuerger> well i dont really care about that, i just want a good framework for myself... if other ppl use it fine
  • 11:15:51 <randomresult> ok.
  • 11:16:00 <randomresult> then i understand better
  • 11:17:19 <randomresult> i think this is my problem. i would think diffrent when i were you.
  • 11:17:39 <randomresult> but good to know. makes things in my head easier :)
  • 11:17:44 <danilobuerger> and what would you do differently ?
  • 11:18:33 <bjo3rn> (it's never a godd idea to rack someone else's brains ;) )
  • 11:18:34 <randomresult> if i have something that big, i want to give everybody the possibility to use it
  • 11:19:00 <danilobuerger> everybody can use it
  • 11:19:10 <randomresult> i knew this will be ur answer
  • 11:19:16 <bjo3rn> +1
  • 11:19:47 <randomresult> anyway. i will tell you my thoughts on that when i have the time to explain whats in my head
  • 11:19:54 <randomresult> maybe over the holidays.
  • 11:20:22 <bjo3rn> don't get me wrong but sometimes you sound like we were doing something deliberately that hinders people from using it
  • 11:20:35 <randomresult> nono
  • 11:20:46 <randomresult> sure not.
  • 11:20:51 <bjo3rn> ok
  • 11:21:25 <randomresult> well maybe we get the chance to have a beer or something in real live. one day. then i will tell you how i mean it
  • 11:21:36 <bjo3rn> sounds good
  • 11:22:42 <bjo3rn> until then have some more patience and wait for the next LTS to arrive. I am sure many things will clear up then.
  • 11:23:09 <randomresult> when i write an artikle. will you post it on your blog?
  • 11:23:24 <randomresult> article *
  • 11:23:25 <bjo3rn> sure, if it fits
  • 11:23:37 <randomresult> sure if you corrected it :)
  • 11:24:03 <bjo3rn> but why not start your own?
  • 11:24:42 <randomresult> i have one.. but its in german. and i think a result of your blog could be that we can merge some of that into the docu
  • 11:25:06 <randomresult> so i will write in german and use it on my blog and give the english version to you
  • 11:25:16 <bjo3rn> good idea
  • 11:25:23 <randomresult> :) win win for both of us
  • 11:25:46 <bjo3rn> jup
  • 11:27:35 <randomresult> so danilobuerger when changing the *bootstrapthing... would you do one commit for each file and then one pull request with all commit at once?
  • 11:27:51 <randomresult> or each file on commit and one pr?
  • 11:28:09 <danilobuerger> naah, just do one commit for the whole package if you are just migrating view helpers
  • 11:28:24 <randomresult> ok. i will try
  • 13:39:57 <randomresult> @danilobuerger or @bjo3rn migrating fluidpages_bootstrap is a [TASK] or a [BUGFIX] or ... what?
  • 13:40:25 <bjo3rn> TASK
  • 13:42:04 <randomresult> bjo3rn: done that no brainer, PR is sent for pages. content will follow
  • 13:42:45 <bjo3rn> nice
  • 13:43:55 <bjo3rn> hm, the Travis build stopped. cedricziel?
  • 13:44:10 <cedricziel> what, where?
  • 13:44:15 <bjo3rn> hehe
  • 13:44:23 <bjo3rn> https://travis-ci.org/FluidTYPO3/fluidpages_bootstrap/builds/15521736
  • 13:44:37 <bjo3rn> could you take a look pls?
  • 13:44:43 <cedricziel> hehe, context please ^^
  • 13:44:58 <cedricziel> i suspect the travis build file needs a migration
  • 13:45:21 <bjo3rn> ah, sure. randomresult can you look that up in like fluidcontent?
  • 13:45:29 <cedricziel> yes.
  • 13:46:02 <cedricziel> the content should mostly be kept + import the fluidcontent_bootstrap stuff (migrations etc)
  • 13:46:30 <cedricziel> if it's not urgent, i'd take care this evening
  • 13:47:16 <randomresult> its not urgend at all. i dont use this.
  • 13:47:30 <cedricziel> :P
  • 13:47:36 <randomresult> but could u explain to me what needs to be done - hasnt to be now.
  • 13:47:45 <cedricziel> Good work, nevertheless, Harry ;)
  • 13:48:22 <cedricziel> sure. we migrated all travis build scripts to use the official typo3 utitlities and only work on top of that to ensure consistency
  • 13:49:07 <randomresult> so i should change the travis file too and ammend commit that one too?
  • 13:49:12 <cedricziel> nono
  • 13:49:19 <cedricziel> that should go separate
  • 13:49:26 <randomresult> in a seperate commit?
  • 13:49:34 <randomresult> wait, i look at the file
  • 13:49:40 <randomresult> in fluidcontent
  • 13:50:32 <cedricziel> https://github.com/FluidTYPO3/fluidcontent/compare/master%40%7B3day%7D...master
  • 13:50:50 <cedricziel> there you can see the modifications we made to fluidcontent in the last 3 days
  • 13:51:27 <cedricziel> have a look ar the .travis.yml
  • 13:51:29 <Denyerec> cedricziel are you aiming all current dev at 6.2 or 6.1 ?
  • 13:51:30 <randomresult> oh great... let me think about that: i leave it to you
  • 13:51:35 <randomresult> :)
  • 13:51:46 <randomresult> so only changes in there ...
  • 13:51:47 <cedricziel> ^^
  • 13:51:48 <Denyerec> Cos there was some issues with the API reqriting that I discussed with Claus
  • 13:51:59 <Denyerec> (TYpo API, not Fedext)
  • 13:52:10 <Denyerec> Unsure if it ever got looked at
  • 13:52:22 <cedricziel> we should be able to server any api in 6.x for now in fluidcontent, fluidpages and flux
  • 13:53:36 <cedricziel> bjo3rn, anything to say about ft3 and 6.2?
  • 13:56:49 <bjo3rn> not to my knowledge.
  • 13:57:39 <randomresult> cedricziel so i could use the fluidcontent travis and replace all fluidcontent with fluidcontent_bootstrap?
  • 13:57:57 <cedricziel> hm. not really
  • 13:58:02 <randomresult> i leave it to you :)
  • 13:58:16 <cedricziel> please compare the flux and fluidcontent one if you want to get to know the differences
  • 13:58:43 <cedricziel> the fluidcontent one is basically the flux one + imports of fluidcontent specific configurations
  • 13:59:03 <randomresult> make the travis-migration and then i start over and do the migration of namespacestuff in fluidcontent_bootstrap and pages
  • 14:00:06 <bjo3rn> cedricziel do we need a dev-namespace branch?
  • 14:00:22 <randomresult> no hurry, i dont use this anyway. i just thought it might be good to keep this up to date cause i used it to learn in the beginning
  • 14:00:27 <cedricziel> there's been one for taking heikos stuff into account
  • 14:00:52 <cedricziel> not sure if the NamelessDude finished the rampage over namespaces there
  • 14:00:54 <bjo3rn> but not for the bootstrap packages
  • 14:01:46 <bjo3rn> so you wouldn't mind your PRs being open for some time, randomresult ?
  • 14:01:57 <randomresult> i never mind
  • 14:01:58 <randomresult> :)
  • 14:02:05 <bjo3rn> oho!
  • 14:02:07 <bjo3rn> ^^
  • 14:02:11 <cedricziel> :P
  • 14:02:22 <cedricziel> we could discuss those nitties this evening
  • 14:02:29 <bjo3rn> I'm in.
  • 14:03:23 <randomresult> arhmm... nitties? :P
  • 14:03:29 <randomresult> a nitty is someone who people sell drugs to
  • 14:03:37 <randomresult> 1. Small breasts on women.
  • 14:04:12 <randomresult> - Nipple-Titties. Tits so small that they only show up when a girl starts nippin.
  • 14:04:36 <randomresult> hmmm... what ever u plan for the evening ... have fun
  • 14:04:44 <cedricziel> rofl
  • 14:05:07 <cedricziel> that's poor mans english for "tiny units of work to be on a todo list"
  • 14:14:50 <randomresult> tuofwtboatl
  • 14:15:21 <bjo3rn> t9l
  • 14:42:32 <cedricziel> great insider term
  • 14:42:40 <cedricziel> screw you l18n guys!
  • 14:42:44 <cedricziel> :D
  • 14:43:00 <bjo3rn> hell yeah!
  • 14:43:28 <mrboe> @randomresult ist there a viewhelper for Nipple-Titties
  • 14:44:08 <randomresult> mrboe: we speak about that when ur age 18
  • 14:44:12 <cedricziel> yep. v:pun.t9l
  • 14:45:02 <NamelessCoder> <v:tits.nipple />
  • 14:46:00 <randomresult> lol
  • 14:46:21 <randomresult> NamelessCoder is it possible, that u use the old namespaces in fluidcontent_core?
  • 14:46:41 <NamelessCoder> anything is possible in that ext, it is veeeery much WIP
  • 14:46:58 <randomresult> btw: this is a dream come true
  • 14:47:19 <cedricziel> a dream like v:tits.nipple ?
  • 14:47:50 <randomresult> im old, im married, i have a child
  • 14:48:19 <cedricziel> ^^
  • 14:48:29 <cedricziel> take the pun ;)
  • 14:50:41 <bjo3rn> randomresult yes, old namespaces
  • 14:54:49 <Denyerec> You guys supporting localisation yet?
  • 15:01:50 <cedricziel> as in?
  • 15:17:42 <danilobuerger> Denyerec naaah, we hate l18n... not doing that stuff... just german
  • 15:17:55 <Denyere> Bah :P
  • 15:26:19 <T0rsten> Hi there, anyone have a working example for the new flux inline fal viewhelper?
  • 15:26:40 <danilobuerger> yes
  • 15:27:41 <T0rsten> in the frontend i dont get the id from sys_file_reference, is this normal or did i something wrong?
  • 15:28:38 <danilobuerger> you did something wrong
  • 15:29:27 <T0rsten> can you paste me your working example?
  • 15:30:10 <danilobuerger> <flux:field.inline.fal name="settings.placeholder" maxItems="1" />
  • 15:31:05 <T0rsten> and how you get the infos in den frontend area?
  • 15:31:28 <danilobuerger> v:resource.*
  • 15:32:09 <T0rsten> ok ill check, thanks
  • 15:45:08 <kows> hi all :)
  • 15:46:29 <kows> ist it posible to filter flexform data sets? lets say I have a slider and the slides contain one field, which contains a string. i want display the slides grouped by this field
  • 15:50:44 <mrboe> @kows you can make a IF https://fedext.net/viewhelpers/vhs/master/IfViewHelper.html
  • 15:51:16 <mrboe> or a switch case https://fedext.net/viewhelpers/vhs/master/SwitchViewHelper.html
  • 15:51:37 <randomresult> mrboe i think he wants something diffrent
  • 15:52:30 <randomresult> when i get him right, he wants to collect all slides with the same string.
  • 15:53:43 <danilobuerger> v:iterator.filter?
  • 15:53:55 <bjo3rn> preprocess data in a controller?
  • 15:54:19 <randomresult> so cedricziel ? NamelessCoder .... this is a battle goin on
  • 15:54:49 <bjo3rn> fight!
  • 15:55:01 <mrboe> Round 1 - Fight
  • 15:55:30 <cedricziel> boring battle
  • 15:55:31 <mrboe> http://mature-gaming.com/wp-content/uploads/2013/09/streetfighter-2.jpg
  • 15:55:34 <cedricziel> fight harder!
  • 15:55:45 <bjo3rn> good one, mrboe
  • 15:55:51 <randomresult> raiden wins
  • 15:56:08 <randomresult> damn... we played that one for .... days.
  • 15:57:08 <cedricziel> is it over yet?
  • 15:57:12 <bjo3rn> Lei Wulong!
  • 16:00:20 <bjo3rn> kows?
  • 16:01:22 <bjo3rn> there are different solutions available so it might help to provide some details.
  • 16:04:27 <kows> randomresult yes want collect all slides
  • 16:05:40 * randomresult introduces kows to @cedricziel, @danilobuerger and last but not least @bjo3rn! Here you get help!
  • 16:06:06 <danilobuerger> ah better ask cedricziel he knows this stuff
  • 16:06:13 * randomresult didnt forget @NamelessCoder - but he was quite right now...
  • 16:06:27 <randomresult> *bing* Round one
  • 16:06:55 <cedricziel> eh what, who, where?
  • 16:07:08 <randomresult> *bing
  • 16:07:11 <randomresult> round one over...
  • 16:07:20 <randomresult> @cedricziel lost this one
  • 16:07:22 <randomresult> *bing
  • 16:07:29 <bjo3rn> ok, so you have a section with 'slide' objects?
  • 16:07:41 <cedricziel> (slide is broken)
  • 16:07:47 <cedricziel> ^^
  • 16:08:12 <bjo3rn> kows?
  • 16:08:29 <danilobuerger> cedricziel different slide
  • 16:08:37 <cedricziel> ah
  • 16:08:46 <cedricziel> i'm lost and nobody tells me anything
  • 16:09:49 <cedricziel> kows ?
  • 16:15:15 <T0rsten> @danilobuerger have you an exact example of frontendusage of flux:inline.fal and v:resource.image viewhelpers? i dont get it
  • 16:16:40 <kows> yeah
  • 16:16:59 <kows> I have a section with slide Objects
  • 16:17:29 <kows> want filter them by a given field. Something like SELECT ... FROM ... WHERE field='value"
  • 16:17:47 <bjo3rn> ok, I assume outside of a template?
  • 16:18:03 <T0rsten> this is how i do it: https://gist.github.com/anonymous/7988676
  • 16:18:17 <randomresult> kows: what about pasting your code at pastebin and/or github so we can get a clue
  • 16:19:04 <kows> I dont have any Code now, I am planning :)
  • 16:19:23 <bjo3rn> what is the context? template or controller?
  • 16:19:33 <kows> template context
  • 16:19:44 <kows> want avoid any php/extension related code
  • 16:20:30 <kows> and is it possible to get the slide objects from other page?
  • 16:20:53 * randomresult must leave now... see u later all.
  • 16:20:54 <bjo3rn> ok, then I'd say the simplest is to iterate over all slides, check each for the string and add the selected to a new array for later rendering.
  • 16:21:17 <kows> (on front page all slides are shown and mantained and on sub pages the sliedes should be shown related to a field)
  • 16:21:37 * randomresult have fun @danilobuerger , @bjo3rn and @cedricziel with your dirty games (nitties?) tonight
  • 16:21:39 <kows> ahh okey
  • 16:21:53 <cedricziel> cya Harry :)
  • 16:21:56 <bjo3rn> you can fetch flexform data from other pages with flux:data viewhelper
  • 16:21:56 <randomresult> see ya all
  • 16:22:29 <bjo3rn> cya
  • 16:22:34 <bjo3rn> wait, where is it?
  • 16:22:43 <danilobuerger> kows i would say just use v:iterator.filter
  • 16:23:40 <danilobuerger> T0rsten you need to actually get the identifieres via v:resource.records.fal
  • 16:23:46 <kows> okey thanks. Sorry for my bad english and knowledge. Last time I used fedext was early 2012 and now so much is changed and there isn a cool documentation
  • 16:23:58 <danilobuerger> T0rsten {images} only contains the count, not the identifiers
  • 16:24:21 <kows> so it would also be possible to simulate tt_news just with fluidpages/vhs ?
  • 16:24:29 <danilobuerger> sure
  • 16:24:39 <kows> cool :)
  • 16:24:40 <danilobuerger> but you will need flux
  • 16:24:44 <danilobuerger> else fluidpages wont work
  • 16:25:00 <kows> yeah, thats clear
  • 16:27:27 <T0rsten> ok ill try, now i see it, the row in sys_file_reference, my fault
  • 17:00:12 <FT3BOT> Issue 402: [TASK] Switch to typo3-ci Travis-Integration repository https://github.com/fluidtypo3/flux/issues/402
  • 17:00:13 <FT3BOT> Issue 402: [TASK] Switch to typo3-ci Travis-Integration repository https://github.com/fluidtypo3/flux/issues/402
  • 17:25:56 <randomresult> @NamelessCoder u there?
  • 17:26:36 <randomresult> i place the WorkingWithLocallang.md into DokumentationGit in folder Guides. ok?
  • 17:29:06 <NamelessCoder> perfect
  • 17:30:14 <randomresult> done.
  • 17:30:23 <FT3BOT> Issue 12: Is EXT:flux 5.0 incompatible with TYPO3 4.7? https://github.com/fluidtypo3/flux/issues/12
  • 17:30:24 <FT3BOT> Issue 12: Is EXT:flux 5.0 incompatible with TYPO3 4.7? https://github.com/fluidtypo3/flux/issues/12
  • 17:32:03 * randomresult tells @danilobuerger, @cedricziel, @NamelessCoder and @bjo3rn that he finished the locallang-guide and PR it into documentation-Repo.
  • 17:32:26 <randomresult> @danilobuerger and @bjo3rn this way ? :)
  • 17:32:47 <FT3BOT> Issue 12: Is EXT:flux 5.0 incompatible with TYPO3 4.7? https://github.com/fluidtypo3/flux/issues/12
  • 17:32:48 <FT3BOT> Issue 12: Is EXT:flux 5.0 incompatible with TYPO3 4.7? https://github.com/fluidtypo3/flux/issues/12
  • 17:33:01 <danilobuerger> see randomresult it works
  • 17:33:05 <randomresult> lol
  • 17:33:06 <randomresult> great
  • 17:33:09 <danilobuerger> told oyu
  • 17:33:29 <NamelessCoder> obey and it all works out :p
  • 17:33:29 <randomresult> good - lets move on.
  • 17:34:25 <randomresult> @NamelessCoder tell me if there is anything u think i should change or change it so i can see what to do better next time
  • 17:34:57 <NamelessCoder> it's formality, will catch that in proofing, but: any more-than-double line break should be truncated to double line breaks
  • 17:35:26 <randomresult> @NamelessCoder cant wait to see the fluidcontent_core Ext working...
  • 17:35:36 <NamelessCoder> should already work ;)
  • 17:35:51 <danilobuerger> randomresult WorkingWithLocalang.md -> loca LL ang
  • 17:36:02 <randomresult> F*ck
  • 17:36:07 <NamelessCoder> if you're willing to risk it, just install and remove css_styled_content. I updated the README with one step you need to do
  • 17:36:07 <danilobuerger> no worries
  • 17:36:16 <NamelessCoder> aah fuck, missed that one
  • 17:36:21 <danilobuerger> hehe
  • 17:36:24 <NamelessCoder> yeah, no worries
  • 17:36:34 <danilobuerger> strictly speaking claus, you didnt miss it since you only read LOCs ;-)
  • 17:36:51 <NamelessCoder> well, this is true, but still... ;)
  • 17:37:05 <randomresult> damn. i will do better in the future
  • 17:37:05 <NamelessCoder> the file name was right there, top of the code I read ^^
  • 17:37:43 <randomresult> should i change it?
  • 17:37:47 <danilobuerger> yes
  • 17:37:53 <NamelessCoder> that's a yes then :)
  • 17:38:02 <randomresult> WorkingWithLocaLang.md
  • 17:38:07 <danilobuerger> nono
  • 17:38:12 <NamelessCoder> Locallang
  • 17:38:15 <danilobuerger> WorkingWithLocallang.md
  • 17:38:23 <randomresult> but...
  • 17:38:25 <NamelessCoder> stupid contraction, yep
  • 17:39:15 <NamelessCoder> this naming is used for consistency, not inviting anyone to think any files or settings should be named "localLang" since that -never- is used in the core
  • 17:39:26 <NamelessCoder> that's how much we care about details ;)
  • 17:39:57 <randomresult> but its locallang with smal l isnt it?
  • 17:40:04 <danilobuerger> yes
  • 17:40:05 <randomresult> anyway, to stupid to write
  • 17:40:15 <danilobuerger> WorkingWithLocallang.md is the correct file name
  • 17:40:32 <randomresult> yeah... i saw it... to late to be honnest
  • 17:40:41 <randomresult> i will change that and open a new PR
  • 17:40:43 <randomresult> sorry for that
  • 17:41:47 <NamelessCoder> no need to apologise, a fix is the best "sorry" one could wish for ;)
  • 17:42:19 <randomresult> so, to be sure: THIS is CORRECT: WorkingWithLocallang.md
  • 17:42:22 <randomresult> ?
  • 17:42:26 <danilobuerger> yes
  • 17:42:30 <NamelessCoder> yessir, indeed
  • 17:44:07 <NamelessCoder> ah you, core you... just imagine how many damn hours have been wasted on typos and explaining, simply because Kasper thought saving four bytes was a better choice...
  • 17:44:29 <NamelessCoder> it applies to so many places in the core, still. Better than it was, sure, but still not good
  • 17:44:52 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:44:53 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:45:47 <1JTABHDZY> [documentation] NamelessCoder pushed 2 new commits to master: https://github.com/FluidTYPO3/documentation/compare/868f9443b57c...4342d1879713
  • 17:45:47 <1JTABHDZY> documentation/master c866556 Harry Glatz: [DOC] Changed filename to WorkingWithLocallang.md
  • 17:45:48 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:45:48 <1JTABHDZY> documentation/master 4342d18 Claus Due: Merge pull request #13 from randomresult/translation...
  • 17:45:49 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:45:50 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:45:50 <FT3BOT> Issue 13: .FED_CONTENT not deleted when clearing cache https://github.com/fluidtypo3/flux/issues/13
  • 17:45:51 <randomresult> done. need to go for now
  • 17:45:58 <randomresult> bye
  • 17:46:06 <NamelessCoder> cya randomresult :)
  • 17:46:20 <NamelessCoder> damn, spambot. You spammy!
  • 17:53:22 <danilobuerger> cedricziel FT3BOT is acting up
  • 17:54:32 <cedricziel> danilobuerger that was from the netsplit i guess
  • 17:54:47 <cedricziel> but i will set him to ignore the github announcements here
  • 17:55:17 <danilobuerger> cedricziel the problem is that issue linker has default for flux... i think we should disable that and issues must be qualified with name to be linked
  • 18:00:30 <cedricziel> k
  • 18:02:36 <NamelessCoder> ah, yep - no default, that should solve the big issue
  • 18:47:04 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 18:47:05 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 18:48:58 <FT3BOT> Issue 380: [Task] Documentation about how to use locallang.xlf https://github.com/fluidtypo3/flux/issues/380
  • 18:48:59 <FT3BOT> Issue 380: [Task] Documentation about how to use locallang.xlf https://github.com/fluidtypo3/flux/issues/380
  • 19:47:36 <soee> Model used by repository always has to be located in \Domain\Model and repository Domain\Repository ?
  • 19:52:25 <FT3BOT> Issue 407: [TASK] Improve tests https://github.com/fluidtypo3/flux/issues/407
  • 19:52:26 <FT3BOT> Issue 407: [TASK] Improve tests https://github.com/fluidtypo3/flux/issues/407
  • 20:17:35 <cedricziel> test hooks incoming..
  • 20:29:19 <randomresult> good evening
  • 20:32:25 <randomresult> someone around working with neos?
  • 22:44:51 <danilobuerger> randomresult_afk i just used your locallang guide ^^
  • 22:45:27 <soee> is there some VH to check if GET value tx_foo_bar was set and fetch related record title to place in breadcrumb ?
  • 22:45:50 <danilobuerger> soee thats not something a view helper should do
  • 22:46:09 <NamelessCoder> hmm...
  • 22:46:21 <NamelessCoder> seriously, no - that's not something a VH should do with very few exceptions
  • 22:46:45 <NamelessCoder> page properties for one (since this does not harvest the get parameter directly but is comfortably wrapped in a lot of other code)
  • 22:47:11 <NamelessCoder> recommendation: use controller, read URL argument there. Remember to sanitise.
  • 22:47:25 <soee> so the current breadcrumb menu has this limitation
  • 22:47:50 <soee> that we can't put there records titles/names etc ?
  • 22:48:07 <soee> and this should be done inside TS liek the old days ?
  • 22:48:12 <danilobuerger> nooo
  • 22:48:23 <danilobuerger> ------> recommendation: use controller <------
  • 22:52:31 <soee> a bit more detaisl please? This controller should be responsible only for fetching such data ?
  • 22:56:41 <NamelessCoder> what is the context? fluidcontent?
  • 22:58:38 <NamelessCoder> if so: check fluidcontent_bootstrap controller class, make action for your template and read the URL parameter there. But you should consider now, that perhaps using a model and maybe even an extbase plugin is preferred

20131217

  • 00:15:54 <soee> iv seen latest news
  • 00:16:08 <soee> so now all extensions are supported by 6.2 and using namespaced ?
  • 00:20:01 <danilobuerger> we are migrating them
  • 07:43:09 * randomresult says good morning all
  • 08:05:43 <mrboe> good morning to the 18+ channel
  • 09:07:19 <randomresult> good morning...
  • 09:27:25 <bjo3rn> morning ya'll
  • 09:28:54 <randomresult> hi bjo3rn
  • 09:29:02 <bjo3rn> hi randomresult
  • 09:33:03 <randomresult> would u mind if i take your blogpost and write a "how to migrate TS-Menu to VHS " Guide for the documentation section?
  • 09:35:28 <bjo3rn> not at all. go ahead :)
  • 09:36:01 <randomresult> thx
  • 09:43:59 <randomresult> anyone know what is about <xsd:element name="flexform.renderContent">
  • 09:44:10 <randomresult> does this stay with flexform?
  • 09:44:14 <mrboe> i found it in the XSD
  • 09:44:40 <mrboe> also this : flexform.field.wizard.abstractWizard
  • 09:44:52 <randomresult> or flexform.field.wizard.abstractWizard - cause me and mrboe are trying to get the xsd-files working with autocomplete again in phpstorm
  • 10:32:09 <hans> hi there!
  • 10:32:56 <hans> i got a question about making a page-template with a form (like: contact) and adding some config in the page-config, like "send to e-mail"
  • 10:33:12 <hans> is it posible to make such a template
  • 10:33:39 <hans> maybe to use the normal typo3 from record on it?
  • 10:34:10 <bjo3rn> hi hans. either that or one of the available extensions like formhandler.
  • 10:35:21 <hans> do you got an example template? so i can orientate myself?
  • 10:36:20 <cedricziel> hi hans, the core has ext:form
  • 10:36:38 <hans> a cool, will check it, thx!
  • 10:36:48 <vizArt> n ... Dattenbank hat sich stark verandert
  • 10:37:15 <vizArt> ups
  • 10:37:18 <vizArt> sorry fc
  • 10:37:33 <bjo3rn> :)
  • 10:39:05 <cedricziel> ^^
  • 10:39:13 <hans> oh, started to early :-/, i need to know a basic workflow how to make such a template!
  • 10:40:27 <hans> i can manage it by making a normal page tpl and than add it by hand; but i asked myself if it can be done automtic, and just an e-mail adress is added where to send the msgs to
  • 11:08:01 <bjo3rn> hans I think you should ask in #typo3 as this is not really fedext specific.
  • 11:08:24 <hans> ok, thx
  • 11:08:40 <bjo3rn> I'm sure you will find help there
  • 11:13:48 <randomresult> does someone in here uses the widget extension?
  • 11:14:08 <bjo3rn> not me
  • 11:31:41 <danilobuerger> nope
  • 11:31:50 <danilobuerger> we have a widget extension?
  • 12:07:04 <cedricziel> danilobuerger: yes
  • 12:07:23 <cedricziel> but it hasnt been touched for 6 months or so
  • 12:09:16 <randomresult> good to know
  • 12:11:32 <mrboe> can u say someting about our question in the morning?
  • 12:11:32 <mrboe> flexform.field.wizard.abstractWizard
  • 12:11:54 <mrboe> <xsd:element name="flexform.renderContent">
  • 12:12:17 <mrboe> i found both in the XSD
  • 12:13:24 <mrboe> and in this documentation is nothing about changes https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 12:13:47 <randomresult> @cedricziel did u manage to change that travis for *bootstrap
  • 12:14:03 <cedricziel> aaahh.. i knew there was something left :)
  • 12:14:12 <cedricziel> I'll do it now ;)
  • 12:14:33 <bjo3rn> NamelessCoder did that already iirc. I mean the migration as well.
  • 12:15:04 <bjo3rn> yep fluidcontent_bootstrap#67
  • 12:15:06 <FT3BOT> Issue 67: [TASK] Switch to namespaces and update build configuration https://github.com/fluidtypo3/fluidcontent_bootstrap/issues/67
  • 12:23:34 <cedricziel> haha
  • 12:23:38 <cedricziel> dang
  • 12:26:28 <cedricziel> bjo3rn: you may want to ask the ringergeorg if he'd like a PR
  • 12:26:33 <cedricziel> maybe he has a cause
  • 12:49:38 <randomresult> i just check out the new fluidcontent_core extension
  • 13:15:59 <crus_e> hey guys! is it generally possible to put a <f:form> within a <v:render.request>? my submit action is ignored and i'd guess that it is just ignored because it gets called via <v:render.request action="index" ...>. any hints and/or traps?
  • 13:25:15 <cedricziel> crus_e: Hi, f:form does nothing except rendering a form tag, there's no special vodoo involved :)
  • 13:32:28 <randomresult> @NamelessCoder u there?
  • 13:37:03 <crus_e> it actually _is_ a problem
  • 13:37:27 <crus_e> rendering the form as a simple TYPO3 plugin works
  • 13:39:05 <cedricziel> can you gist it?
  • 13:40:35 <crus_e> maybe i misunderstood the workings of fluidcontent but i used it to embed usual T3-plugins and have a nice collection of FCEs. it all works like a charm but with fluid forms. my guess is that <v.render request action="index" ...> never gets overwritten by the forms action (makes sense, why should it..)
  • 13:41:31 <cedricziel> yep. thats right ^^
  • 13:42:21 <crus_e> is this a solved problem or should i just stick with a plugin?
  • 13:50:45 <crus_e> reflecting the problem, i think <v:render.request /> should watch out for the GET param [action]=submit and overwrite the hardcoded action="index" accordingly if given
  • 13:52:08 <crus_e> this behaviour would make it compatible with existing code as well as it would solve the form problem
  • 14:00:54 <randomresult> if my when using the new fluidcontent_core extension (textelement) and i display that in the frontend - no p-tags are rendered in the textelement (its format.html right now - but format.raw does not change anything) any ideas how to get this infomrations from the RTE field?
  • 14:23:45 <NamelessCoder> don't merge those yet, has bad protocol for link(s)
  • 14:23:57 <NamelessCoder> ach, damn.
  • 14:24:09 <NamelessCoder> cedricziel might have been working on that
  • 14:24:36 <bjo3rn> huh?
  • 14:24:45 <NamelessCoder> http/https fedext.net
  • 14:25:02 <cedricziel> i'll correct it. no automatic switcheroo?
  • 14:26:54 <NamelessCoder> there is, but it may not be permanent. In any case, let's save people that 301 ;)
  • 14:28:35 <cedricziel> i promise to behave in the future
  • 14:29:44 <NamelessCoder> hehe ^^
  • 14:39:59 <randomresult> @NamelessCoder u saw my problem with fluidcontent_core?
  • 14:40:09 <randomresult> no p-tags are rendered
  • 14:44:30 <NamelessCoder> randomresult have you removed your default lib.parseFunc_html?
  • 14:44:41 <NamelessCoder> unfortunately we cannot get around that one easily :/
  • 14:44:48 <randomresult> how do i?
  • 14:44:56 <randomresult> didnt saw it in the docu
  • 14:45:14 <NamelessCoder> it would be something you did manually and very intentionally - so I assume you didn't
  • 15:36:14 <pedda> hi there
  • 15:36:28 <pedda> is it possible to use v:media:image for external images ?
  • 15:44:51 <bjo3rn> don't think so pedda, no
  • 15:45:02 <pedda> k
  • 15:54:09 <randomresult> bjo3rn u there?
  • 15:54:24 <bjo3rn> check
  • 15:57:52 <cedricziel> MindSpark: here is the right place to talk about vhs :)
  • 15:58:21 <cedricziel> https://github.com/FluidTYPO3/vhs#usage
  • 15:58:43 <MindSpark> cedricziel: alright, thanks
  • 15:59:11 <cedricziel> https://github.com/FluidTYPO3/vhs/blob/master/Classes/ViewHelpers/Page/MenuViewHelper.php || https://fedext.net/viewhelpers/vhs/master/Page/MenuViewHelper.html
  • 15:59:23 <cedricziel> whichever flavour you prefer ;)
  • 16:01:15 <MindSpark> I'll have a look at them, thanks!
  • 16:07:39 <bjo3rn> randomresult what is it?
  • 16:08:01 <randomresult> just struggeling... but i think i can fix it within 1 minute
  • 16:08:09 <randomresult> we will see...
  • 16:08:12 <randomresult> :)
  • 16:10:49 <randomresult> sometimes missing a / causes u headache
  • 16:11:10 <cedricziel> correcting: it Clauses headaches
  • 16:11:36 <randomresult> hehe
  • 16:13:36 <NamelessCoder> just in case you were unaware, this means you should switch to branch development ASAP if you use the git master of flux
  • 16:14:10 <randomresult> bjo3rn expandAll = 0 should hide subpages until im on the page which has this subpages right?
  • 16:14:42 <randomresult> did i read @NamelessCoder right? there is a devbranch right now?
  • 16:15:05 <NamelessCoder> there sure is
  • 16:15:08 <bjo3rn> randomresult https://fedext.net/blog/git-branching-strategy.html
  • 16:15:10 <randomresult> and i should use this one?
  • 16:15:25 <NamelessCoder> if you're on master now, yep - switch to development on next fetch+pull
  • 16:15:32 <randomresult> so dev is stable, master is development?
  • 16:15:34 <NamelessCoder> or you'll have a bad day
  • 16:15:37 <pedda> randomresult in order to work with latest flux, fluidpages, fluidcontent you should already have a 6.2 project running
  • 16:15:41 <NamelessCoder> master is stable
  • 16:15:52 <NamelessCoder> see blog article, I think bjo3rn explained it very well :)
  • 16:15:57 <bjo3rn> and you're right about expandAll. it's 0 by default.
  • 16:15:58 <pedda> oh .. i think i'm mixing things up..
  • 16:16:03 <cedricziel> I'll just force push if i need it, okay?
  • 16:16:11 <NamelessCoder> hehe
  • 16:16:21 <randomresult> ok. confused.
  • 16:16:28 <randomresult> who should switch to dev?
  • 16:16:35 <NamelessCoder> are you on branch master?
  • 16:16:39 <randomresult> yes
  • 16:16:40 <randomresult> i am
  • 16:16:41 <NamelessCoder> then you.
  • 16:16:42 <NamelessCoder> :)
  • 16:16:44 <randomresult> :)
  • 16:16:52 <pedda> when did you pull the last time @randomresult
  • 16:16:58 <randomresult> today?
  • 16:17:01 <pedda> okay
  • 16:17:07 <pedda> so you're running 6.2 already ?
  • 16:17:08 <randomresult> and im on 6.1.x
  • 16:17:13 <bjo3rn> hehe, randomresult, be careful what you wish for. ^^
  • 16:17:16 <randomresult> no, i migrated all my templates
  • 16:17:21 <pedda> aah
  • 16:17:23 <pedda> okay
  • 16:17:25 <pedda> :)
  • 16:17:25 <cedricziel> dont wake the hydra
  • 16:17:29 <pedda> i did
  • 16:17:37 <pedda> and i cherrypicked a lot then :D
  • 16:18:43 <randomresult> ok. 1. no, expand-All=0 shows all pages. no matter where i am
  • 16:19:03 <randomresult> 2. i need to read the blogpost carefully.
  • 16:20:56 <NamelessCoder> hehe :)
  • 16:21:04 <NamelessCoder> there's a diagram too: https://github.com/FluidTYPO3/documentation/blob/master/Contributing.md
  • 16:21:04 <bjo3rn> randomresult ad 1: for autorendering?
  • 16:21:13 <randomresult> no, for manual
  • 16:22:34 <randomresult> ok. this part is what is interessting : the current release is quite far behind the development version
  • 16:22:47 <bjo3rn> you need to check for 'current', 'active' and 'hasSubPages' yourself then ofc.
  • 16:23:03 <randomresult> ofc?
  • 16:23:12 <bjo3rn> of course
  • 16:23:20 <bjo3rn> bc = because
  • 16:23:30 <randomresult> ok. i will first of all fetch and switch to dev-branch
  • 16:23:30 <bjo3rn> ^^
  • 16:23:49 <randomresult> and then will look at the menu again... u scared me...
  • 16:24:19 <NamelessCoder> don't be scared, all code is still there - just in a new place
  • 16:24:41 <cedricziel> MindSpark: All good and fluffy?
  • 16:25:37 <MindSpark> cedricziel: sort of, I am starting with the page attributes first. I had looked at VHS a couple of weeks ago. I believe they shouldn't be that hard….
  • 16:26:38 <cedricziel> fine, fine
  • 17:17:17 <Akii> whoops https://fedext.net/blog/articles/workpaper-magic.html
  • 17:17:27 <Akii> referrer: https://fedext.net/blog/articles.html
  • 17:17:28 <Akii> :)
  • 18:05:36 <1JTABH0XM> [flux] bjo3rnf closed pull request #412: [FEATURE] Data storage on Form components and ViewHelpers (development...componentdatastore) https://github.com/FluidTYPO3/flux/pull/412
  • 18:05:36 <21WABY6SZ> [flux] bjo3rnf closed pull request #410: [DOC] Truncated contribution mini-guide pointing to new location (development...development) https://github.com/FluidTYPO3/flux/pull/410
  • 20:38:06 <randomresult> anyone using neos in here?

20131218

  • 09:14:29 <mrboe> good morning
  • 09:19:41 <bjo3rn> moin
  • 09:25:46 <kows> hi all
  • 09:25:59 <kows> how to kickstart a clean new fedext projekt?
  • 09:26:12 <bjo3rn> use ext:builder
  • 09:27:39 <kows> where to find it?
  • 09:27:54 <bjo3rn> https://github.com/FluidTYPO3/builder
  • 09:28:20 <bjo3rn> see https://github.com/FluidTYPO3/builder#generate-a-fluidtypo3-provider-extension
  • 09:30:12 <kows> is it also in TER?
  • 09:31:05 <bjo3rn> sure
  • 10:03:35 <kows> getting ERROR: No backend user named "_cli_lowlevel" was found!
  • 10:03:48 <kows> any way to run builder without cli_lowlevel user/
  • 10:03:49 <kows> ?
  • 10:04:08 <bjo3rn> no. you have to add this user.
  • 10:04:20 <bjo3rn> it's always required for extbase cli commands
  • 10:04:53 <bjo3rn> simply add a new user with this name and some random password. nothing else.
  • 10:05:04 <kows> okey, thx
  • 10:08:12 <kows> php typo3/cli_dispatch.phpsh extbase help builder:providerextension
  • 10:08:23 <kows> doest print the help, any ideas?
  • 10:09:10 <bjo3rn> maybe because you asked builder for help with the 'help' argument? ;)
  • 10:09:36 <kows> it does _not_ print the help message :)
  • 10:09:41 <bjo3rn> ah, ok ^^
  • 10:10:01 <bjo3rn> hm, sec
  • 10:11:25 <bjo3rn> is your console user the same as your webserver user?
  • 10:12:41 <kows> yes it should be
  • 10:13:32 <bjo3rn> what gives php typo3/cli_dispatch.phpsh extbase ?
  • 10:13:44 <bjo3rn> (without the builder part)
  • 10:16:35 <kows> nothing
  • 10:17:00 <bjo3rn> hm. mac?
  • 10:17:29 <kows> nope running on linux server Linux typo3-dev 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  • 10:17:44 <bjo3rn> try:
  • 10:18:07 <bjo3rn> sudo -u www-data php ./typo3/cli_dispatch.phpsh ...
  • 10:18:20 <bjo3rn> (with www-data being the real webserver user)
  • 10:26:03 <kows> but its php-fcgi
  • 10:28:09 <kows> so get_current_user() is the same on apache and cli ;)
  • 10:28:49 <kows> (in this case kows)
  • 10:29:02 <bjo3rn> hm, then I have no idea, sorry
  • 10:29:24 <bjo3rn> cedricziel sure has
  • 10:30:03 <bjo3rn> there's also https://github.com/FluidTYPO3/ft3_empty
  • 10:30:19 <bjo3rn> which you can use as boilerplate
  • 10:31:53 <kows> should the _cli_lowlevel be a admin?
  • 10:32:07 <bjo3rn> no, no way
  • 10:33:38 <kows> but php typo3/cli_dispatch.phpsh displays some options
  • 10:33:42 <kows> also the extbase
  • 10:34:01 <bjo3rn> I thought it didn't...?
  • 10:35:00 <bjo3rn> php typo3/cli_dispatch.phpsh extbase help
  • 10:35:14 <bjo3rn> should show the available commands
  • 10:35:42 <kows> https://gist.github.com/anhadikal/8019671
  • 10:37:15 <bjo3rn> well, I get the same behavior when not using the sudo stunt. no output. with sudo -u ... all is fine.
  • 10:38:05 <kows> hmm
  • 10:38:22 <kows> I am not in sudoers
  • 10:39:16 <bjo3rn> I should add that my setup is not realistic so ymmv ;)
  • 10:39:42 <bjo3rn> I'm not an expert in that domain
  • 10:40:13 <kows> thanks, I will try the ft3_empty repo
  • 10:41:04 <bjo3rn> ok. you should ask cedricziel about the permissions problem (if it really is one). he knows such things.
  • 11:31:06 <kows> why are my fluidpages not shown in backend page-edit?
  • 11:38:44 <bjo3rn> kows you mean you can't select them=
  • 11:38:45 <bjo3rn> ?
  • 11:44:05 <kows> ahh the path in constats.ts was wrong
  • 11:52:13 <MindSpark> can I use the Page/MenuViewHelper to render a menu hierarchy in json format?
  • 11:53:54 <foobear001> hi all
  • 11:57:03 <foobear001> i have a problem with flux flexform objects (4.7.17 and flux 6.01).
  • 11:58:34 <cedricziel> you should upgrade to 6.0.2 first
  • 12:01:59 <foobear001> ohhh, i missed that one. thanks, i will try that first
  • 12:03:35 <mrboe> hey guy - i know its some off topic but perhaps somebody know. i have a extension with some TS in /configuration/typoscript/setup - everything works and the TS is loaded. but i i but some settings for indexedsearch in there its not "used"
  • 12:06:27 <mrboe> i saw it in the boostrap/speciality ext that there is also a TS File for the indexedsearch
  • 12:22:16 <kows> okey there are still no templates in page settings :(
  • 12:32:11 <kows> why?
  • 12:32:18 <kows> but page is rendered o.o
  • 12:32:26 <foobear001> right, i upgraded to 6.0.2 and the problem still persists
  • 12:32:30 <foobear001> https://gist.github.com/pwintermantel/8020529
  • 12:33:43 <foobear001> when the CE is save and the updated with a page link, then i don't have the page_ prefix
  • 12:35:02 <foobear001> any idea what can cause that?
  • 12:54:41 <1JTABIFI8> [fluidpages] NamelessCoder pushed 2 new commits to master: https://github.com/FluidTYPO3/fluidpages/compare/740ec6273e6f...35890b419f65
  • 12:54:41 <1JTABIFI8> fluidpages/master 3826496 Fabien Udriot: [BUGFIX] Fallback to column name if no label is given for a column
  • 12:54:42 <1JTABIFI8> fluidpages/master 35890b4 Claus Due: Merge pull request #127 from fudriot/fix-column-name...
  • 14:02:15 <NamelessCoder> - and this means next time you fetch+pull, you should also update fluidpages to branch:development if you're on branch:master
  • 14:09:47 <foobear_001> any ideas on above problem?
  • 14:10:03 <randomresult> @NamelessCoder maybe you should add the bloglink from bjo3rn to the topic
  • 14:10:54 <randomresult> (concerning the new branching model)
  • 15:07:28 <kows> hi all!
  • 15:07:51 <kows> I just created an clean Fluidpage, but I cannot add any content to the defined grid
  • 15:08:21 <pedda> hi there
  • 15:08:47 <pedda> i'm trying to render a video by the help of the v:media.video vh
  • 15:08:59 <pedda> i specified a src="fileadmin/.../myFile.mp4" path
  • 15:09:47 <pedda> did some debugging because the vh doesn't work at all for me.. and realized that line 86 $src = $source['src']; results in a weird stripped path (one first char, in my case an f of fileadmin…) is handled
  • 15:10:08 <pedda> https://github.com/FluidTYPO3/vhs/blob/master/Classes/ViewHelpers/Media/VideoViewHelper.php
  • 15:10:57 <pedda> i tried src passing as array {0: 'fileadmin/.../myFile.mp4'}, as string but i didn't get it working
  • 15:11:11 <pedda> *and as string also
  • 15:12:11 <kows> I only can create contets in the ListMode
  • 15:12:37 <pedda> kows check if your grid is defined without any typos
  • 15:13:07 <pedda> clear structured, with appropriate/valid colPos uid's
  • 15:15:47 <kows> https://gist.github.com/anhadikal/8023042
  • 15:15:53 <kows> is this okey?
  • 15:16:58 <MindSpark> is it possible to extend a viewhelper using namespaces?
  • 15:19:30 <kows> any ideas?
  • 15:38:51 <kows> no one?
  • 15:39:14 <bjo3rn> kows, one second pls
  • 15:40:03 <bjo3rn> I add a comment to your gist
  • 15:40:16 <cedricziel> MindSpark: we do that in vhs
  • 15:40:24 <cedricziel> so yes
  • 15:41:08 <MindSpark> cedricziel: the vhs I have right now is using Tx_Vhs_ViewHelpers_Page_Menu_AbstractMenuViewHelper format
  • 15:41:19 <MindSpark> If I extend it, I will have to stay with that format, right?
  • 15:42:26 <bjo3rn> there you go
  • 15:42:29 <bjo3rn> kows
  • 15:43:18 <bjo3rn> ach, kows, wait. that's for an FCE. second.
  • 15:44:16 <bjo3rn> looks ok and should work, kows
  • 15:44:42 <kows> the grid is shown, but i connot add any content elements
  • 15:44:50 <kows> only over the list-view
  • 15:46:18 <bjo3rn> the 'add content' icons are not displayed?
  • 15:46:29 <kows> yep, the icon is missing
  • 15:46:55 <bjo3rn> hm. which browser?
  • 15:47:07 <kows> chrome :)
  • 15:47:11 <bjo3rn> hm
  • 15:47:43 <kows> (same browser, same typo3 version, fluidpages_bootstrap works)
  • 15:48:08 <pedda> kows use builder to check your fluidtemplates
  • 15:48:19 <pedda> builder is an extension belonging to fedext-suite
  • 15:48:29 <pedda> install it via ext manager
  • 15:49:26 <kows> builder not works on my server :(
  • 15:49:46 <bjo3rn> the cli doesn't work for you but the be module should
  • 15:52:39 <kows> omg ... when I remove the gridelements module it not works
  • 15:52:42 <kows> why?
  • 15:52:56 <kows> so with gridelements it works
  • 15:58:32 <bjo3rn> sorry, I'm out of ideas here :/
  • 15:58:41 <kows> dont want have grid elements installed
  • 15:59:05 <bjo3rn> it is in no way a dependency. I have never ever installed gridelements.
  • 15:59:33 <kows> hmm
  • 16:00:28 <bjo3rn> pedda how does your src argument look like?
  • 16:00:51 <pedda> it looked like this: src="fileadmin/media/videos/myVideo.mp4"
  • 16:01:03 <pedda> as i need only one file referenced...
  • 16:01:31 <pedda> i solved my issue by writing videojs required markup manually
  • 16:01:40 <pedda> i do not use the video vh actually
  • 16:01:50 <pedda> but i#m still wandering what the right choice for src is..
  • 16:02:04 <bjo3rn> ok, but it should work with single or multiple sources (for different formats)
  • 16:02:14 <pedda> that's what i thought
  • 16:02:28 <bjo3rn> I'll have a look at it later, sorry for the inconvenience
  • 16:02:50 <pedda> i'm not complaining bjo3rn
  • 16:02:59 <iiiich> hey guys, has anbody of you with fluid/flux/vhs with php safe mod on ?
  • 16:03:06 <bjo3rn> sure, but it's nagging me ;)
  • 16:03:12 <iiiich> experiences ^^
  • 16:03:17 <pedda> i just thought i could use it… as an experienced user i quickly decided not to spend too much time on that one and investigate further
  • 16:03:48 <pedda> this issue later this day :)
  • 16:03:55 <pedda> maybe i can help with a patch ^^
  • 16:04:19 <bjo3rn> sure, nice
  • 19:29:16 <NamelessCoder> who wants to try my new feature? https://fedext.net/download/providerextension/myext downloads a provider extension ready to use; you can freely set the last part to use that as extension key ;)
  • 19:32:44 <mrboe> thx
  • 19:38:19 <mrboe> @NamelessCoder why do you only have {namespace flux=Tx_Flux_ViewHelpers} in you templates?
  • 19:38:54 <NamelessCoder> it still builds for the TER versions
  • 19:39:54 <mrboe> and the ter version doesnt use {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  • 19:44:54 <NamelessCoder> not yet, but it will with the next major versions

20131219

  • 08:15:11 <mrboe> goooood morning
  • 08:20:29 <randomresult> Goooood morning feeeeeeedeeEEEEXXT
  • 08:47:10 <bjo3rn> yo
  • 09:38:24 <randomresult> moin bjo3rn
  • 09:39:15 <randomresult> nehmen wir an, ich würde jetzt fluidcontent_bootrap migrieren zu den neuen flux:form geschichten... das würde ich doch in der dev branch machen oder?
  • 09:41:07 <bjo3rn> yes, randomresult, you would do that in development branch ^^
  • 09:41:30 <randomresult> upps
  • 09:41:48 <bjo3rn> hehe
  • 09:42:04 <randomresult> damn, too early
  • 09:42:24 <bjo3rn> should have answered: you were saying?
  • 09:42:30 <bjo3rn> or: häh?
  • 09:49:41 <randomresult> i mean: i checkout the develep branch, make a new branch out of that, make the migration and create a PR
  • 10:00:24 <randomresult> hopefully this was the right way...
  • 10:01:55 * randomresult @bjo3rn, @danilobuerger, @NamelessCoder and @cedricziel (who is offline?!?) i finished that no-brainer migration to namespaces for fluidcontent-bootstrap
  • 10:05:46 <bjo3rn> thanks randomresult. did you test it?
  • 10:06:02 <bjo3rn> I mean is it safe to merge?
  • 10:15:56 <randomresult> i will
  • 10:16:10 <randomresult> to be honest - i dont use it :)
  • 10:16:16 <randomresult> but i will test
  • 10:16:23 <bjo3rn> meh, forget it.
  • 10:16:37 <bjo3rn> bam
  • 10:26:40 <randomresult> hmmm ...
  • 10:32:52 <bjo3rn> something wrong, randomresult?
  • 10:33:33 <randomresult> all looks good in the backend. but as soon as i add a page and/or a contentelement to my page i get a nesting error in the frontend.
  • 10:33:37 <randomresult> lemme check my db
  • 10:36:05 <randomresult> im on the latest development branches for flux, fluidcontent, fluidpages
  • 10:37:54 <randomresult> all good.
  • 10:38:06 <randomresult> forgot to include the templates (TS)
  • 10:40:33 <bjo3rn> goooood
  • 10:41:32 <bjo3rn> bjo3rn just finished a clean install of mavericks on his mba without any hickups whatsoever!
  • 10:41:55 * randomresult is happy that bjo3rn has made it!
  • 10:42:08 <bjo3rn> ^^
  • 10:42:13 <randomresult> there is no devbranch for fluidpages-bootstrap
  • 10:42:15 <randomresult> right?
  • 10:42:25 <bjo3rn> no, not yet
  • 10:42:30 <randomresult> did u fix the travis stuff for pages too?
  • 10:42:45 <randomresult> so i could PR the migration... but... is it useful?
  • 10:42:56 <bjo3rn> I don't fix anything related to Travis ^^
  • 10:43:08 <randomresult> me neither
  • 10:43:22 <randomresult> maybe @cedricziel or @NamelessCoder ?
  • 10:43:31 <bjo3rn> fo shizzle
  • 10:43:37 <randomresult> my nizzle
  • 12:06:54 <Guest|38823> Hi, can anyone tell me which combination of the extensions and their branches in Github would be most stable on a 6.2 beta2 installation?
  • 12:07:06 <Guest|38823> I am looking to use fluidcontent_bootstrap
  • 12:08:49 <Guest|38823> at the moment the bootstrap tab doesn't appear in the content element wizard, and when I choose to create a Fluid content element, the dropdown menu which lets me choose which template I want to use does not appear. Any help would be much appreciated, thanks.
  • 13:59:55 <randomresult> hi there
  • 14:00:30 <randomresult> @NamelessCoder when do i use name="settings.myname" in flux?
  • 14:01:42 <cedricziel> you use it whenever possible to be compliant with extbase standards and the possibility to get values from TypoScript.
  • 14:01:56 <cedricziel> in reality, you dont have to in most cases.
  • 14:02:43 <randomresult> but when i remember claus right, i dont use it with contentareas
  • 14:02:55 <randomresult> so, the question for me is: where do i NOT use it
  • 14:03:29 <cedricziel> contentareas.
  • 14:03:41 <cedricziel> cells, columns, row.
  • 14:03:42 <randomresult> ok
  • 14:04:02 <randomresult> so for fields, sections objects etc.
  • 14:04:20 <randomresult> we should update this in the exampleextensions as well.
  • 14:04:32 <cedricziel> yes. use them, when you want to be able to override something from the outside
  • 14:04:43 <cedricziel> hmm.. the truth about this is:
  • 14:05:03 <cedricziel> most peeps dont care about controllers ecetera
  • 14:05:27 <randomresult> but its no pain to add this to the name... i mean... can i do something wrong adding it?
  • 14:05:37 <cedricziel> and they dont know what extbase is, and really dont care. those who know will quickly start to see what's going on
  • 14:06:27 <randomresult> so u use it all the time?
  • 14:06:45 <randomresult> i mean... its really no hassle to add this to the fields anyway.
  • 14:09:48 <cedricziel> no, you're right-of course :)
  • 14:12:52 <randomresult> ok. so i will add it everywhere
  • 14:13:32 <cedricziel> page and content controllers? not everywhere, but they allow for maximum flexibility. - and less typoscript objects ;)
  • 14:26:47 <mrboe> hey guys, can anybody help me with that https://gist.github.com/misterboe/78e2dd7df0d05f702044
  • 14:27:23 <mrboe> i dont know why the {ShowThumb} gives no output
  • 14:30:36 <mrboe> if i use debug _all i can see https://www.dropbox.com/s/i8x86kzsn9m1zap/Bildschirmfoto%202013-12-19%20um%2014.29.03.png
  • 15:34:26 <cedricziel> mrboe: your checkbox is not available at the path you are looking at
  • 15:34:38 <cedricziel> "this is not the variable you are looking for"
  • 15:37:57 <randomresult> but cedricziel how to get that one for the if.condition
  • 15:42:27 <cedricziel> i did a displayCond
  • 15:42:41 <cedricziel> but dont ask me, how that was composed..
  • 15:42:47 <cedricziel> lot's of fuel i guess
  • 16:18:49 <Denyerec> cedricziel, NamelessCoder, either of you guys about ?
  • 16:19:07 <cedricziel> about trolling?
  • 16:19:13 <cedricziel> that's what we do all day long ;)
  • 16:19:15 <Denyerec> Hmm, hopefully not trolling.
  • 16:19:23 <Denyerec> I need to get a site up so a client can add content
  • 16:19:30 <Denyerec> as I won#t be able to do the build until February
  • 16:19:42 <Denyerec> I was thinking I could install the bootstrap, as that comes with FCE's right ?
  • 16:19:50 <Denyerec> (Two col etc)
  • 16:19:57 <Denyerec> and a basic style so she can see what she's doing ?
  • 16:20:20 <Denyerec> My question is how much trouble am I going to be in down the line when I need to implement the site for real.
  • 16:20:31 <Denyerec> IE - is this a bad idea
  • 16:21:24 <cedricziel> you should already have a basic understanding of how this will look like and which elements will be needed
  • 16:21:46 <Denyerec> Not quite :S
  • 16:22:03 <cedricziel> if you have to convert elements afterwards for example, the field names have to match (like with flexforms in general)
  • 16:22:13 <Denyerec> That shouldn't be an issue
  • 16:22:26 <cedricziel> how big will this be?
  • 16:22:27 <Denyerec> Realistically I could tweak the underlying HTML if needed without changing anything else
  • 16:22:31 <Denyerec> ~ 70 pages
  • 16:22:44 <Denyerec> But she needs to start entering content before I go away.
  • 16:22:53 <Denyerec> Which is why I need to get *something* online ASAP.
  • 16:23:02 <Denyerec> And as I planned to build against fedext anyway...
  • 16:23:05 <Denyerec> It seemed like a solution
  • 16:24:34 <Guest|67712> hi there, i'm wondering if there is already a FAL implementation into fluidcontent_bootstrap somewhere ?
  • 16:25:55 <Denyerec> cedricziel am I right in thinking that if she only used 1 or 2 fCEs, then even starting over from scratch with her entered content wouldn't be too much trouble ?
  • 16:26:05 <Denyerec> As there would only be a couple of FCEs to recreate?
  • 16:26:36 <Denyerec> I think most of her stuff is going to be text or text w/image anyway
  • 16:26:40 <Denyerec> and they wouldn't be affected...
  • 16:26:47 <cedricziel> Guest|67712: vhs and flux both have FAL capabilites (not TER, only git IIRC)
  • 16:27:49 <cedricziel> Denyerec: you try to bring me into a difficult state of mind ^^
  • 16:28:05 <cedricziel> IF she only uses bootstrap structural elements
  • 16:28:14 <cedricziel> then all is good, just as you described it
  • 16:28:37 <cedricziel> as soon, as more special elements are being used, you'll inevitably run into trouble
  • 16:28:53 <cedricziel> but yes, the contents of the structural elements persist in any case
  • 16:29:22 <cedricziel> so if you get her to the poing of forgetting fancyness and focus on wireframing-all is fine :)
  • 16:29:28 <Denyerec> So if she uses a bunch of standard elements
  • 16:29:36 <Denyerec> and just uses two-column from bootstrap custom FCE
  • 16:29:44 <Denyerec> I shouldn' thave too much pain when I get back and build the site template...
  • 16:29:46 <Denyerec> ... I hopw
  • 16:30:20 <Denyerec> What version would you recommend? 6.1 ?
  • 16:30:30 <Denyerec> or chance it with 6.2 beta ?
  • 16:32:39 <cedricziel> the upgrade should be cake at some point
  • 16:34:14 <Guest|67712> nice. that's good to know, thx
  • 16:34:55 <cedricziel> Den, i'd start with 6.1.. there are still some issues left...
  • 16:36:43 <Denyerec> Ok Cool
  • 16:36:51 <Denyerec> I'll probbly be doing it Monday at this rate
  • 16:36:58 <Denyerec> Still photoshopping poledancers at a furious pace
  • 16:37:28 <cedricziel> ya, better safe than sorry
  • 19:47:03 <tmonnat> hey
  • 19:47:33 <tmonnat> some one speak french ?
  • 19:50:55 <tmonnat> how to display login when a user is not login and logout when is logged ?
  • 20:19:56 <mrboe> ping tmonnat
  • 20:45:30 <tmonnat> ?
  • 23:07:43 <soee_> hi, guys whats the current state of migrating extension to namespaces ?
  • 23:14:19 <cedricziel> the migration itself should be fine, what you're aiming for?

20131220

  • 09:25:32 <MindSpark> maza20
  • 09:28:19 <MindSpark> Sometimes I wished my IRC client would just simply join all channels at once
  • 09:43:47 <randomresult> MindSpark mine does...:)
  • 09:45:40 <MindSpark> randomresult: which one are you using?
  • 09:45:50 <randomresult> textual on mac
  • 09:46:01 <randomresult> but colloquy does the same
  • 09:48:09 <mrboe> i use lime chat and it also works
  • 10:07:49 <randomresult> is there any readme / dokumentation about what will change in flux 7.0?
  • 10:20:53 <mneuhaus> hey guys
  • 10:30:36 <randomresult> hey
  • 10:33:20 <bjo3rn> morning ya'll
  • 10:34:18 <bjo3rn> randomresult did you see https://fedext.net/blog/articles/flux-70-teaser.html and https://fedext.net/blog/flux-70-tca-and-models.html ?
  • 10:35:57 <mneuhaus> has anyone an idea, why my Fluidcontents "dissapear" ?
  • 10:35:58 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/up-p3e_da9l~.png
  • 10:36:17 <mneuhaus> .FED_CONTENT seems fine
  • 10:36:38 <mneuhaus> i can select a new element in the "new content element" selector"
  • 10:36:39 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/b2upo5okatkl.png
  • 10:36:52 <mneuhaus> but the selector stays empty :/
  • 10:43:02 <kows> hi all!
  • 10:43:21 <kows> How to work with SASS and fluidpages/fluidcontent ?
  • 11:14:17 <jbjoule> knows, I never heard of sass before but it looks like the dog's bollocks
  • 11:15:31 <bjo3rn> kows there's no direct implementation available atm but in a near future release we planned to provide some api for these kind of things
  • 11:16:48 <bjo3rn> mneuhaus did these fce stop working?
  • 11:16:59 <bjo3rn> or did they never work?
  • 11:17:49 <mneuhaus> they worked already
  • 11:17:59 <mneuhaus> the frontend still works as well
  • 11:18:04 <bjo3rn> ok and what changed?
  • 11:18:13 <mneuhaus> nothing as far as i know :/
  • 11:18:22 <bjo3rn> you didn't update anything?
  • 11:18:56 <mneuhaus> nope
  • 11:19:03 <bjo3rn> .oO
  • 11:19:10 <mneuhaus> problem is, when you safe without that selector you get:
  • 11:19:10 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/4g0g~gkrwd4f.png
  • 11:19:39 <bjo3rn> yes, the xml is corrupted then
  • 11:19:47 <mneuhaus> $tsParser->parse($pageTypoScript, $conditions); in the ContentSelector seems to fail
  • 11:19:48 <bjo3rn> weird
  • 11:20:24 <mneuhaus> no, the xml is ok, but when you safe that form without the selector present it resets the content elment to "null" which has no xml of course :)
  • 11:20:35 <bjo3rn> or like this ;)
  • 11:20:45 <bjo3rn> I assume you enabled flux' debug?
  • 11:20:50 <mneuhaus> yep
  • 11:20:54 <bjo3rn> level 1?
  • 11:21:04 <mneuhaus> 2 even
  • 11:21:09 <bjo3rn> level 1 is more verbose
  • 11:21:29 <mneuhaus> ok, i'll change
  • 11:21:36 <mneuhaus> nothing
  • 11:21:41 <bjo3rn> hm
  • 11:21:55 <mneuhaus> ah, wait
  • 11:21:59 <mneuhaus> now there's something
  • 11:22:14 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/l23irgu4929i.png
  • 11:22:23 <bjo3rn> aha
  • 11:22:32 <mneuhaus> changing that right now
  • 11:22:37 <bjo3rn> but it's no fatal :/
  • 11:23:16 <mneuhaus> hmm, but when i change that i'll screw quite a few content elments :(
  • 11:23:41 <bjo3rn> that shouldn't be the cause anyway
  • 11:23:56 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/_lb_0qgdc9dx.png
  • 11:24:44 <bjo3rn> tbh I have no idea :S
  • 11:25:05 <mneuhaus> damn, that old tsparser is way less readable as the new ts2 parser from sebastian ^^
  • 11:25:21 <bjo3rn> we'll have to wait for NamelessCoder or cedricziel to show up I'm afraid.
  • 11:25:39 <mneuhaus> i'll dig into the tsparser a bit
  • 11:26:04 <bjo3rn> ok, good luck
  • 11:26:27 <bjo3rn> I'm still wondering why it should stop working out of nowhere .oO
  • 11:26:42 <mneuhaus> me to
  • 11:26:46 <mneuhaus> +o
  • 11:27:22 <mneuhaus> cleard all caches as well several times
  • 11:27:55 <randomresult> hi bjo3rn
  • 11:28:04 <randomresult> still struggeling with the menu
  • 11:28:12 <randomresult> could u have a short look?
  • 11:28:20 <bjo3rn> hi randomresult. wazzzup?
  • 11:28:31 <randomresult> ill paste u something... in a min
  • 11:32:18 <randomresult> http://pastebin.com/HCDheq5Y
  • 11:32:25 <randomresult> pls take a look at this
  • 11:32:36 <randomresult> whats wrong with my condition?
  • 11:32:39 <randomresult> i dont get it
  • 11:33:55 <bjo3rn> did you f:debug item? what is item.active's value?
  • 11:34:21 <bjo3rn> oh, strike that
  • 11:34:25 <bjo3rn> you pasted it :S
  • 11:34:50 <bjo3rn> use TRUE instead of 'TRUE'
  • 11:34:55 <bjo3rn> maybe?
  • 11:35:05 <randomresult> i think i tried that but i will again
  • 11:35:09 <bjo3rn> it's not a string but a boolean
  • 11:35:11 <randomresult> gimme a sec
  • 11:35:58 <randomresult> no, no success using this : <f:if condition="{0: item.hasSubPages, 1: item.active} = {0: '1', 1: TRUE}">
  • 11:36:16 <bjo3rn> hehehe
  • 11:36:24 <bjo3rn> =? no. ==!
  • 11:37:03 <bjo3rn> you don't compare values you set them ;)
  • 11:37:39 <randomresult> so what to use now?
  • 11:37:56 <bjo3rn> <f:if condition="{0: item.hasSubPages, 1: item.active} == {0: '1', 1: TRUE}">
  • 11:38:09 <bjo3rn> shoudl work
  • 11:38:49 <randomresult> no, it does not
  • 11:40:39 <bjo3rn> wait. commence local testing.
  • 11:40:42 <randomresult> @bjo3rn
  • 11:40:44 <randomresult> i have it
  • 11:40:53 <randomresult> true like 'TRUE'
  • 11:41:04 <randomresult> need the '' to work
  • 11:41:10 <randomresult> (dont ask me why)
  • 11:41:23 <randomresult> ill paste u the whole menu if u like
  • 11:41:37 <bjo3rn> sure
  • 11:42:30 <randomresult> give it a try
  • 11:42:30 * randomresult http://pastebin.com/HNkEmcGt
  • 11:46:13 <bjo3rn> yeah, according to http://forge.typo3.org/issues/5158 boolean constants are treated as strings if I get that right.
  • 11:57:50 <randomresult> works perfect. thx.
  • 12:05:15 <soee> vhs provides some viehelper to add js/css files in BE module ?
  • 12:05:39 <randomresult> soee i dont think so.
  • 12:05:53 <randomresult> at least i didnt manage to get it working
  • 12:06:46 <soee> :/
  • 12:13:39 <bjo3rn> that PR is dedicated to pedda :)
  • 12:24:10 <randomresult> i try to add data-toggle to f:link.page like class="dropdown-toggle" data-toggle="{item.title}"
  • 12:24:28 <randomresult> but it throws Argument "data-toggle" was not registered.
  • 12:25:21 <randomresult> i try additionalParams
  • 12:25:42 <randomresult> mean additionalAttributes
  • 12:31:35 <Powys> Hi, can someone link me the branch of "fluidcontent_bootstrap" I should be using to test with TYPO3 6.2 please?
  • 12:32:27 <bjo3rn> Powys https://github.com/FluidTYPO3/fluidcontent_bootstrap/tree/development
  • 12:33:04 <bjo3rn> but it's not namespaced yet
  • 12:33:12 <bjo3rn> randomresult?
  • 12:33:38 <Powys> that's what I have been using but I cannot get the bootstrap tab to appear in the content element wizard
  • 12:33:41 <randomresult> bjo3rn?
  • 12:34:12 <bjo3rn> ah, you 'only' migrated the templates not the php classes.
  • 12:34:18 <bjo3rn> never mind.
  • 12:34:23 <Powys> and when I create a fluid content element the "Element type" drop down does not appear
  • 12:34:29 <randomresult> i used the migrationscript
  • 12:35:13 <bjo3rn> the content controller needs to be migrated as well but that shouldn't be the issue for Powys
  • 12:35:26 <randomresult> lemme have a look.
  • 12:35:59 <bjo3rn> Powys that sounds familiar. mneuhaus had a similar issue today .oO
  • 12:36:12 <randomresult> does this contentcontroller has any real content?
  • 12:36:30 <bjo3rn> no, it's a stub
  • 12:36:39 <randomresult> what ever a stub is
  • 12:37:18 <Powys> if you link me the branches I should be using for flux/vhs/fluidcontent too then I can double check it isn't an issue with my setup if you want.
  • 12:39:47 <randomresult> as far as i know you should use the dev-branch of flux/pages/content
  • 12:40:20 <randomresult> cause this are already moved to new namespaces. master is still like TER-Versions (old)
  • 12:41:53 <Powys> I am except I am using development branch of flux from https://github.com/NamelessCoder/flux.git
  • 12:42:04 <Powys> also using TYPO3 6.2 beta3 if that helps
  • 12:42:39 <Powys> I have this in my php_error.log
  • 12:42:39 <Powys> [20-Dec-2013 11:29:19 UTC] PHP Fatal error: Class 'Tx_Fluid_Core_ViewHelper_AbstractViewHelper' not found in /Users/grahamsolomon/Sites/fedext/vhs/Classes/ViewHelpers/Extension/AbstractExtensionViewHelper.php on line 33
  • 12:42:40 <Powys> [20-Dec-2013 11:29:20 UTC] PHP Fatal error: Class 'Tx_Flux_Core' not found in /Users/grahamsolomon/Sites/fedext/fluidcontent_bootstrap/ext_tables.php on line 8
  • 12:43:20 <randomresult> well i use the them from the https://github.com/FluidTYPO3 repos
  • 12:43:43 <randomresult> die made an update on flux? did u look into the DB-Compare in Installtool?
  • 12:43:48 <Powys> I will switch over to that, but I had the same result, so i thought i would try there
  • 12:44:21 <randomresult> well in my case i need to check if iam on the latest versions for about 100 times...
  • 12:44:39 <randomresult> this is a running gag in here if my installs are broken: are u on the latest versions?
  • 12:47:05 <Powys> well I am pretty sure I am ;-)
  • 12:47:31 <Powys> the only doubt I have is with fluidcontent_bootstrap as the version in emconf is 2.0 not 3.0 and the typo3 dependency is set to 6.1.99
  • 12:47:31 <randomresult> hehe
  • 12:49:04 <cedricziel> just raise the bar a little bit ^^
  • 12:49:19 <cedricziel> Hi there! All fresh and funky?
  • 12:49:21 <Powys> yes I did to get it installed
  • 12:49:58 <Powys> I guess i'll try again in 2014, just thought i'd check in here to see if it was an obvious issue my end
  • 12:50:12 <randomresult> hi cedricziel
  • 12:50:26 <randomresult> fresh and funky is diffrent, but yeah ... feeling holiday is comming!
  • 12:50:35 <randomresult> how is life treating you?
  • 12:51:27 <cedricziel> oh well, let's talk about something else ^^
  • 12:51:34 <cedricziel> btw Harry, where are you located?
  • 12:52:01 <randomresult> far far away from you
  • 12:52:05 <randomresult> heidelberg
  • 12:52:26 <randomresult> well in america this is : i come over for a beer.
  • 12:52:31 <randomresult> :)
  • 12:52:48 <cedricziel> ;)
  • 12:53:05 <cedricziel> that's a fair bit from both places i spend most of my life
  • 12:53:06 <randomresult> thought about my off-topic-questions
  • 12:53:15 <cedricziel> yesyes
  • 12:53:28 <randomresult> where u spend most of your life?
  • 12:53:45 <cedricziel> of course, i'll come up with an answer right "between the days"
  • 12:53:55 <cedricziel> Halle (Saale) and Halver
  • 12:54:03 <randomresult> where ever Halver is
  • 12:54:28 <cedricziel> Halver is not that far (~20km) from Hagen and Dortmund
  • 12:54:51 <cedricziel> however that comes, but most people recognise Lüdenscheid
  • 12:55:42 <randomresult> i know lüdenscheid
  • 12:55:46 <randomresult> :)
  • 12:55:53 <cedricziel> rofl
  • 12:56:01 <cedricziel> not only Müller-Lüdenscheid?
  • 12:56:14 <randomresult> Halver is 281 Km from where i am
  • 12:56:22 <cedricziel> jups
  • 12:56:31 <cedricziel> Lüdenscheid is veeery close to Halver
  • 12:57:13 <randomresult> get a fast car - its less than an hour drive (if u will survive)
  • 12:58:49 <cedricziel> the first 30 Minutes are eaten by the way to the Motorway
  • 12:59:07 <cedricziel> ya, thank good for germanies tempo limits
  • 12:59:10 <randomresult> than that car needs to be REALLY fast
  • 13:01:42 * randomresult catches some food now. cyall later
  • 13:01:50 <cedricziel> cya
  • 14:32:50 <gernot_h> hi, i just installed a blank page 6.1 with the latest fluid_* ext. i got "Templating tags not properly nested. Expected: FluidTYPO3\Flux\ViewHelpers\Field\InputViewHelper; Actual: Tx_Flux_ViewHelpers_Flexform_Field_InputViewHelper" in be on the page.
  • 14:34:12 <cedricziel> hi gernot.. no doubt its nesting failure?
  • 14:34:22 <cedricziel> what else is there?
  • 14:34:49 <gernot_h> in be: "Flux Debug
  • 14:34:49 <gernot_h> Templating tags not properly nested. Expected: FluidTYPO3\Flux\ViewHelpers\Field\InputViewHelper; Actual: Tx_Flux_ViewHelpers_Flexform_Field_InputViewHelper (1224485398)
  • 14:34:49 <gernot_h> "
  • 14:35:31 <cedricziel> which exts did you install, where from, in which version?
  • 14:36:38 <gernot_h> the latest from git: flux, fluidpages, fluidcontent, vhs, fluidpages_bootstrap, fluidcontent_bootstrap
  • 14:36:50 <cedricziel> which flux branch?
  • 14:37:38 <gernot_h> master e33b6aa
  • 14:37:42 <gernot_h> 1 h ago
  • 14:38:25 <cedricziel> can you please uninstall fluidpages_bootstrap and see if the error persists?
  • 14:39:55 <gernot_h> yes it persists
  • 14:40:38 <gernot_h> ah sorry
  • 14:40:58 <gernot_h> i deinstalled fluidcontent_bootstrap
  • 14:41:01 <gernot_h> now its gone
  • 14:46:01 <NamelessCoder> gernot_h it's because this one still is not available outside Git versions of TYPO3: https://review.typo3.org/#/c/25814/
  • 15:05:43 <gernot_h> @NamelessCoder: ok! thx
  • 15:08:30 <soee> what is the construction to pass array in argument?
  • 15:08:35 <soee> foo="{0:{f:uri.resource(path:'styles/bootstrap.css')}, 1:{f:uri.resource(path:'styles/backend_module.css')}}"
  • 15:08:45 <soee> this doesnt work
  • 15:20:20 <NamelessCoder> single-quote the inline viewhelpers and escape single quotes inside
  • 15:20:31 <NamelessCoder> it's ugly but it does work
  • 15:23:34 <soee> yup, thank you NamelessCoder
  • 16:45:15 <danilobuerger> cedricziel bjo3rn NamelessCoder ChanServ kicked me :-(
  • 17:40:24 <NamelessCoder> silly chanserv
  • 19:28:03 <cedricziel> I'll beat him, when i see him
  • 22:21:43 <martin_h> hi, i have some issues with the development branches of flux, fluidpages, fluidcontent in combination with fluidpages_bootstrap & fluidcontent_bootstrap. are they supposed to work right now ?
  • 22:29:13 <NamelessCoder> hi martin_h - are you on TYPO3 6.2-dev or 6.1?
  • 22:29:34 <martin_h> hi claus, i'm on 6.1.7
  • 22:29:53 <NamelessCoder> are you getting any error messages?
  • 22:32:17 <NamelessCoder> if you recently upgraded you may need to clear typo3temp manually - sometimes, the cache clear function itself causes an error because of cached classes
  • 22:32:33 <martin_h> i just figured, that there is also a development branch of fluidcontent_bootstrap ... i was on the master branch.
  • 22:32:38 <NamelessCoder> aah yes
  • 22:32:51 <NamelessCoder> it's a work in progress, getting all repositories over to the new scheme :)
  • 22:33:26 <martin_h> alright, seems to work now!
  • 22:33:34 <NamelessCoder> neat :)
  • 22:34:11 <martin_h> thx for your quick reply, i'm a huge fan of your extension-family, just wanted to say thank you!
  • 22:34:36 <NamelessCoder> you're very welcome :)
  • 22:35:05 <martin_h> have a nice evening, bye!
  • 22:35:16 <NamelessCoder> you too!

20131221

  • 11:32:17 <martin_h> hi there, i'm trying to get the new flux inline.fal viewhelper to work. i'm on typo3 6.1 & fluidtypo3-extension family dev branch. what i do is placing a <flux:field.inline.fal label="foo" /> in the "configuration" section, until there everything works as expected, a "create new relation" button appears & the element browser pops up when i click on
  • 11:32:17 <martin_h> it. but when i select after i select a file in the element-browser a popup appears which says: "Wrong configuration in table f5665f71ce"
  • 11:33:16 <martin_h> any suggestion what i can do about that ?
  • 17:08:06 <benjamin_654> hi
  • 17:09:27 <benjamin_654> i have a short question about flux: is it possible to use the table fields from tt_content instead of xml-stuff?
  • 17:10:32 <benjamin_654> i think its not .. but i am not sure ..
  • 17:13:48 <NamelessCoder> hi benjamin_654 - what do you mean by "use"? :)
  • 17:15:20 <benjamin_654> - to store the value of a flux form in one of those fields
  • 17:15:46 <benjamin_654> - and to get the value back into a variable in the Preview and Main section
  • 17:17:07 <benjamin_654> sometimes i have a content element which is only a image or a text .. then i would not need to store the values as xml
  • 17:17:41 <NamelessCoder> that's a big question hehe :) not that I mind
  • 17:18:04 <NamelessCoder> first of all, in Preview section you have {record} which contains raw record values
  • 17:19:28 <NamelessCoder> second, if you set mergeValues="TRUE" on your flux:form / flux:flexform tag and name a field the same as it is in tt_content table (fx, "bodytext") the value of the field gets saved to that record field (but also as XML which of course you'll just ignore)
  • 17:19:55 <NamelessCoder> then the last thing :)
  • 17:20:05 <benjamin_654> wow, sounds good!
  • 17:20:07 <benjamin_654> thx!
  • 17:20:12 <NamelessCoder> https://github.com/FluidTYPO3/fluidcontent_core
  • 17:20:34 <NamelessCoder> with this extension you can drop css_styled_content and render -every- core content element using your very own template
  • 17:21:06 <NamelessCoder> it's experimental still - but it works. Some assembly required (read: most templates are still "Hello world" stage)
  • 17:22:02 <NamelessCoder> this would let you take over the native "image" element and add options to your heart's desires, as flux form fields, with or without mergeValues ;)
  • 17:22:10 <NamelessCoder> oh but wait, there's more...
  • 17:23:17 <NamelessCoder> Flux 7.0.0 is planned to no longer use any XML whatsoever. We will switch it over to a combination of relation records and storing directly in tt_content fields. This should give a fair performance boost, too.
  • 17:25:25 <benjamin_654> thanks - i will try out fluidcontent_core - that sounds like something very useful (i don't like typescript that much (-: )
  • 17:25:37 <NamelessCoder> - then you'll LOVE fluidcontent_core hehe :)
  • 17:25:58 <NamelessCoder> it requires every FluidTYPO3 repo you use to be on the development branch though
  • 17:26:23 <NamelessCoder> when we say "experimental" we mean it hehe :)
  • 17:26:38 <benjamin_654> (-:

20131222

  • 16:08:21 <1JTABKBJR> [fluidpages] bjo3rnf closed pull request #129: [BUGFIX] Make auto-inclusion of static TS work and enforce it (development...tsinclude) https://github.com/FluidTYPO3/fluidpages/pull/129
  • 23:21:24 <soee_> any idea what can be wrong that my VH is not loaded ?
  • 23:21:35 <soee_> #1289386765: Could not analyse class:Tx_SoeeShop_ViewHelpers_BasketItemKeyViewHelper maybe not loaded or no autoloader?
  • 23:22:02 <soee_> all seems to be configuret as it shlould

20131223

  • 00:20:56 <soee_> someone ? :)
  • 00:44:47 <soee> do you have viewhelpers ported to namespaces already ?
  • 00:56:26 <cedricziel> soee: vhs is not namespaced
  • 00:57:00 <soee> cedricziel: yes i was checking that because i have problem with own VH
  • 00:57:11 <soee> if i use namespace T3 can load the class
  • 00:57:15 <soee> *cant
  • 00:57:29 <cedricziel> does it extend a vhs one?
  • 00:57:37 <soee> no no
  • 00:57:39 <soee> class Tx_SoeeShop_ViewHelpers_Basket_ItemKeyViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
  • 00:57:43 <soee> this way it works
  • 00:57:49 <soee> but not with namespaces
  • 00:58:07 <cedricziel> do you have other code in your ext except viewhelpers?
  • 00:58:33 <soee> cedricziel: yes, controllers, utility, service etc
  • 00:58:47 <cedricziel> do they use namespaces?
  • 00:58:54 <soee> yes they do
  • 00:59:02 <cedricziel> all of them?
  • 00:59:22 <soee> sure
  • 01:00:16 <soee> but using VH in fluid it looks like it tries to load Tx_SoeeShop_ViewHelpers_Basket_ItemKeyViewHelper
  • 01:00:18 <cedricziel> okay, you know there's this behaviour where the classloader struggles if a extension encapsulates namespaced and non-namespaced classes
  • 01:00:24 <cedricziel> that would be to be investigated first
  • 01:00:25 <soee> and it can t translate it to namespace
  • 01:00:54 <cedricziel> how do you import the namespace to fluid?
  • 01:01:07 <soee> cedricziel: {namespace s=Tx_SoeeShop_ViewHelpers}
  • 01:01:14 <cedricziel> and with namespaces?
  • 01:01:23 <soee> same
  • 01:01:34 <cedricziel> that cant work ^^
  • 01:02:12 <cedricziel> so whats your namespace, read the fully qualified name for the very same viewhelper ?
  • 01:02:14 <soee> why ? shoouldnt Tx_SoeeShop_ViewHelpers_Basket_ItemKeyViewHelper alias be translated to fqcn ?
  • 01:02:23 <cedricziel> nope
  • 01:03:17 <soee> cedricziel: this particular VH uses: namespace Soee\SoeeShop\ViewHelpers\Basket;
  • 01:03:42 <cedricziel> then you have to import {s=Soee\SoeeShop\ViewHelpers}
  • 01:03:52 <soee> oh
  • 01:04:05 <cedricziel> i mean {namespace s=Soee\SoeeShop\ViewHelpers} ofc
  • 01:04:33 <cedricziel> if this causes you some trouble, theres a possibility to use a alias map
  • 01:04:47 <cedricziel> (for backwards compatibility)
  • 01:05:00 <cedricziel> but thats how your example should(tm) work
  • 01:05:35 <soee> cedricziel: it works :) my oh my
  • 01:05:44 <cedricziel> congrats :)
  • 01:05:51 <soee> i do not care about backwards :)
  • 01:05:57 <soee> my extensions are for 6.2 + :)
  • 01:06:03 <cedricziel> boom!
  • 01:06:12 <cedricziel> :)
  • 01:06:30 <soee> thank you :) do you mind answer one more question ?
  • 01:06:53 <cedricziel> you know the answer :9
  • 01:07:05 <cedricziel> just ask :)
  • 01:07:34 <cedricziel> brb
  • 01:07:43 <soee> are there some functions in T3 that converts class names like Tx_Foo_Bar to Tx\Foo\Bar ?
  • 01:07:48 <soee> *convert
  • 01:08:09 <soee> it simple to write own method but if ther exists something already
  • 01:08:14 <soee> i prefer to use it
  • 01:12:53 <cedricziel> hm...
  • 01:12:54 <FT3BOT> Welcome back cedricziel!
  • 01:13:16 <soee> :P
  • 01:13:31 <soee> brb
  • 01:13:32 <soee> back
  • 01:13:33 <FT3BOT> Welcome back soee!
  • 01:13:37 <soee> got ya!
  • 01:13:38 <cedricziel> there was a script made by Thomas Almer who did the inital conversion of core functions
  • 01:13:41 <cedricziel> yeah!
  • 01:13:42 <cedricziel> :D
  • 01:14:54 <cedricziel> but.. it only replaces core functions
  • 01:14:55 <cedricziel> https://gist.github.com/daKmoR/7490199
  • 01:15:20 <cedricziel> i dont think there's something like that for your extension
  • 01:15:33 <cedricziel> however.. the class alias maps..
  • 01:16:32 <soee> yeah there have to be something that do this
  • 01:16:40 <cedricziel> no
  • 01:16:47 <cedricziel> i dont think so
  • 01:17:34 <soee> ah ok so i just put some methods to my utility class
  • 01:26:03 <cedricziel> okay soee i'll quit for today
  • 01:26:15 <cedricziel> cya :)
  • 01:26:27 <soee> cedricziel: thanks again i stay and work :)
  • 01:26:40 <cedricziel> not too long, i hope
  • 01:26:51 <cedricziel> you're welcome-as always!
  • 01:26:52 <soee> nah 3-4 hours :)
  • 01:26:55 <cedricziel> ;)
  • 01:27:00 <soee> ;]
  • 12:23:21 <pedda> hi there
  • 12:23:27 <pedda> anyone around?
  • 12:23:43 <pedda> i have an old project (4.7) which has some latest TER fluidcontent, flux and fluidpages running and i discovered my grid based fce's not showing up in FE if a content element is nested
  • 12:24:26 <pedda> i don't want to update this project that short before christmas.. but i think it'S some compatibility issue..
  • 12:24:36 <pedda> it renders fine without nested content though
  • 12:26:18 <pedda> tested with Bootstrap: Fluid Row & Bootstrap: Accordion FCEs
  • 12:32:06 <pedda> kind of solved

20131224

20131225

20131226

20131227

  • 20:19:36 <soee> NamelessCoder: iv seen your backend demo, what midification were made to speed it up ?
  • 20:20:11 <soee> its lik1 10x faster than on my dev server where it has a lot of resources to use
  • 20:20:25 <soee> but still its like i said 10x slower than your example
  • 21:06:59 <NamelessCoder> soee no major differences really - it runs php 5.5, that could make a difference?
  • 21:07:24 <soee> NamelessCoder: dont think so, my server also uses 5.5
  • 21:07:30 <NamelessCoder> soee you do know it runs a highly modified source right?
  • 21:07:53 <soee> ah so there is the trick

20131228

  • 01:15:03 <soee> uhm using latest fluidcontent_bootstrap (development)
  • 01:15:13 <soee> wont let me define any columns
  • 01:16:35 <soee> oh wait
  • 01:16:45 <soee> i forgot to include static TS
  • 01:16:47 <soee> :)
  • 15:36:45 <soee_> NamelessCoder: on 6.2 i have this log messag on each action i do: Core: Error handler (BE): PHP Warning: unlink(): open_basedir restriction in effect. File() is not within the allowed path(s): ([here my paths]) in /web/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php line 664
  • 16:01:55 <soee_> NamelessCoder: its probably related with clearing cache
  • 16:02:24 <soee_> it ties to delete cache file that donsnt exist
  • 16:10:58 <soee_> https://github.com/FluidTYPO3/flux/issues/420
  • 16:27:09 <Misan> hi there
  • 16:28:04 <Misan> does VHS assets work with external stylesheets or pseudostylesheets? e.g. something that google delivers: <v:asset.style name="underdog" external="TRUE" path="http://fonts.googleapis.com/css?family=Underdog"/>
  • 16:29:44 <bjo3rn> Misan yes, it does
  • 16:30:09 <Misan> hmmm. weird, it does not include the font family, it says so in the result but its empty.
  • 16:30:14 <bjo3rn> I'm writing a blog post about assets atm
  • 16:30:27 <bjo3rn> you'll have to add type=css
  • 16:30:44 <bjo3rn> because it can't be determined automatically in this case
  • 16:31:09 <bjo3rn> ah, viewhelper, sorry
  • 16:31:12 <Misan> ah.. I think it is because of the merge.. if I add standalone true it works
  • 16:31:32 <bjo3rn> yes. rewrite=false is another good idea
  • 16:31:33 <Misan> hm okay I will try with type css and no standalone. :)
  • 16:31:44 <Misan> thank you a lot for your precious advice :D
  • 16:32:08 <bjo3rn> nah, type=css shouldn't be required for v:asset.style I think. let me take a look.
  • 16:32:15 <bjo3rn> your welcome :)
  • 16:35:21 <bjo3rn> Misan the code you posted #worksonmymachine ;)
  • 16:35:47 <Misan> hmm interesting :) well, with standalone true it works, but not if merged
  • 16:36:33 <bjo3rn> this is what I get http://pastebin.com/CGULhj5E
  • 16:36:56 <bjo3rn> merged into the other css
  • 16:42:53 <soee> bjo3rn: got one minute ?
  • 16:43:06 <bjo3rn> sure, shoot
  • 16:43:12 <soee> https://github.com/FluidTYPO3/flux/blob/development/Classes/Provider/AbstractProvider.php#L664
  • 16:43:19 <soee> this is current version of this file ?
  • 16:43:42 <soee> if so here should be check if some files in array exist
  • 16:44:25 <soee> otherwise it results with https://github.com/FluidTYPO3/flux/issues/420
  • 16:45:10 <bjo3rn> but the error message states open_basedir restriction
  • 16:45:42 <soee> bjo3rn: yes if file is not provided?
  • 16:46:02 <bjo3rn> the files array is the result of a glob so they must exist
  • 16:46:11 <soee> hmm
  • 16:46:12 <bjo3rn> see line 663
  • 16:46:30 <soee> why than File() ha sno any argument ?
  • 16:48:10 <bjo3rn> can you debug that?
  • 16:48:30 <bjo3rn> I mean check what's inside the array?
  • 16:49:32 <bjo3rn> what's more interesting is the open_basedir thing
  • 16:49:44 <bjo3rn> do you use symlinks?
  • 16:51:08 <soee> bjo3rn: print_r($files);die();
  • 16:51:18 <soee> response preview: Array( [0] => )
  • 16:51:50 <bjo3rn> hmm...
  • 16:51:57 <soee> also i checked there are no any typo3temp/flux-* like files
  • 16:53:05 <soee> also im have installed flux as a dependency for fluidcontent i think
  • 16:53:11 <bjo3rn> ok, you could change it to array_map('@unlink', $files); but that's not a real fix.
  • 16:53:14 <soee> im not using it to build any forms etc
  • 16:53:34 <soee> so im not sure when it creates any cache files
  • 16:54:55 <soee> bjo3rn: shouldnt there be any check if those items exist in array ?
  • 16:55:06 <soee> rather tan using @
  • 16:56:07 <bjo3rn> I don't know. you should wait for NamelessCoder to appear. I have no deep knowledge of flux.
  • 16:56:37 <soee> ah, ok
  • 16:56:51 <bjo3rn> but there is one empty element in the array?
  • 16:57:32 <bjo3rn> if the array was all empty array_map shouldn't do anything at all.
  • 16:57:40 <bjo3rn> imo ^^
  • 16:59:06 <soee> but there is no any file tham matches flux-* :)
  • 16:59:15 <soee> *that, in typo3temp
  • 17:00:52 <bjo3rn> I'll try to reproduce that, sec
  • 19:31:45 <Misan> hmm, I wonder if I can use EXT:speciality to link to images in my stylesheet (using ecodev bootstrap package)
  • 19:32:31 <Misan> because ../Imags/logo.png won't work :)
  • 19:32:35 <Misan> Images*
  • 21:08:59 <cedricziel> Misan: you can.
  • 21:09:30 <Misan> hmm then I am doing something wrong
  • 21:09:56 <cedricziel> check if rewriting is enabled on the assets
  • 21:10:12 <Misan> ok thank you
  • 22:14:37 <soee> NamelessCoder: do you have any response from core devs about Awesome Ocelot and your modifications ?
  • 22:39:20 <soee> bjo3rn: any luck with my issue ?

20131229

  • 01:53:35 <soee> NamelessCoder: do you have a minute ?
  • 02:07:28 <soee> https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/74
  • 02:58:07 <soee_> i have no idea if i did it as you require (havent done any pr for a long time)
  • 03:02:32 <cedricziel> see my comment
  • 13:55:32 <soee_> bjo3rn: can i help me with this commit message ?
  • 14:10:25 <cedricziel> hey soee
  • 14:11:00 <soee> hi cedricziel
  • 14:11:32 <cedricziel> please read this one: https://github.com/FluidTYPO3/documentation/blob/master/Contributing.md#example-the-wrong-commit-message
  • 14:11:40 <cedricziel> should be easy to do
  • 14:12:33 <cedricziel> in essence: checkout the local branch, git commit --amend, change the message and git push --force $REMOTE $BRANCH
  • 14:12:59 <cedricziel> but interactive rebasing as described works as well :)
  • 14:16:21 <cedricziel> all fine
  • 14:16:25 <cedricziel> thank you :)
  • 14:17:09 <soee> yeah i googled it
  • 14:18:44 <soee> cedricziel: i can delte this branch now from my fork ?
  • 14:19:00 <cedricziel> sure :)
  • 14:20:02 <soee> do you know maybe where the titles for Bootstrap CE are defined ?
  • 14:20:19 <soee> so i can try to fix this: https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/74
  • 14:22:20 <soee> ok i tested also this one on 6.2 https://review.typo3.org/#/c/26573/
  • 14:26:18 <soee> bjo3rn: im not sure what files can have wrong permissions
  • 14:27:26 <cedricziel> the open_basedir?
  • 14:27:35 <cedricziel> thats a php.in issue
  • 14:27:57 <soee> bjo3rn: correct me but if there is not file path specified it will not point to any path in open_basedir
  • 14:28:18 <soee> but something like very root where it shpuldnt have access ?
  • 14:29:15 <soee> cedricziel: ok but shoudnt than message looks like: File(/web/typo3temp/flux-foo.bar) is not within the allowed path(s):
  • 14:29:24 <soee> and here the File() is empty
  • 14:32:59 <soee> NamelessCoder: http://pastebin.com/0yCjfPmt @ https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/74
  • 16:18:27 <soee> bjo3rn, NamelessCoder please check https://github.com/FluidTYPO3/flux/issues/420 when you have some free time
  • 16:21:53 <soee> using the proposed modification the warning message is gone
  • 17:46:45 <bjo3rn> soee I opened a PR with your proposed fix. thanks for reporting :)
  • 17:47:51 <soee> bjo3rn: thank you, i see there is patch for PHP to solve this but not yet released i think
  • 17:48:27 <soee> but not all users will have updateted version anyway so its better to it by changing code
  • 17:48:30 <bjo3rn> this is cleaner anyway bc glob returns false on errors.
  • 17:48:37 <soee> yes that also
  • 17:49:44 <bjo3rn> the unwanted result for array cast was well spotted soee, thanks
  • 17:57:26 <soee> bjo3rn: just wonder
  • 17:57:59 <soee> if it will return false do we need to call array_map cant we just finish function here?
  • 17:58:30 <bjo3rn> that's true. I will amend.
  • 17:59:10 <soee> but i would consult it with NamelessCoder
  • 17:59:16 <soee> as hes better coder :)
  • 18:00:13 <bjo3rn> I'm sure he would agree. force pushed ;)
  • 18:37:41 <soee> bjo3rn: do you have 6.2 running ?
  • 19:18:20 <soee> can you do small test ? Lets say you are in backend Page module and some page activated (column view/backend layout), now do Clear all cache and press on same page in tree
  • 19:18:38 <soee> you will get ExtDirect Exception
  • 19:18:53 <soee> Fatal error: Class 'Tx_Flux_Core' not found in /web8/web/typo3conf/ext/fluidcontent_bootstrap/ext_tables.php on line 8
  • 19:19:58 <soee> if we press Page module link after cache was cleard all works fine
  • 19:44:25 <bjo3rn> soee yes, confirmed but with builder in my setup. this will go away after all extensions are moved to namespaces. it is some known bug with autoloading iirc.
  • 19:45:51 <soee> bjo3rn: so this shouldnt be reported as bug >
  • 19:46:11 <bjo3rn> don't think it's necessary, no
  • 19:56:00 <soee> ok, thank you
  • 21:00:04 <Heinz> Hi zusammen. Ich habe mich soeben in VHS Assets eingelesen und denke, dass dies gleich mehrere Probleme für mich lösen kann. Das ist super.
  • 21:01:54 <Heinz> Ich will nämlich via plugin.tx_vhs.settings.asset js und css Dateien einbinden. Leider funktioniert es noch nicht.
  • 21:04:30 <Heinz_newbie> Ich habe den folgenden simplen TypoScript code:
  • 21:04:31 <Heinz_newbie> plugin.tx_vhs.settings.asset { script { name = script path = fileadmin/Datepicker.js }}
  • 21:04:58 <Heinz_newbie> Doch das erzeugt keine Ausgabe
  • 21:05:13 <Heinz_newbie> Meine VHS Version ist 1.8.1
  • 21:06:01 <soee> no idea, i do not speak german
  • 21:07:45 <soee> but try to add into script { ... } this: type= js
  • 21:09:05 <Heinz_newbie> Oh sorry, I can switch to English ;)
  • 21:09:14 <Heinz_newbie> I just tried this but it didn't work either
  • 21:09:43 <Heinz_newbie> I'm trying to follow the simple examples here: https://github.com/FluidTYPO3/vhs#assets
  • 21:10:20 <Heinz_newbie> Is there anything else that must be done in order to use VHS in my extension apart from installing VHS?
  • 21:12:46 <soee> do you have any error ?
  • 21:12:54 <soee> and are you sure VHS is installed ?
  • 21:16:21 <Heinz_newbie> According to the Extension Manager, VHS 1.8.1 is installed. I also use fluid pages_bootstrap which uses VHS and works.
  • 21:16:38 <Heinz_newbie> I don't get an error, simply no rendering of the javascript include tag
  • 21:23:16 <soee> and are you putting this cone into TS template that is included ?
  • 21:23:21 <soee> *code
  • 21:24:40 <Heinz_newbie> it's in the setup.txt of my extension under Configuration/TypoScript
  • 21:24:49 <Heinz_newbie> I assume this is included automatically?
  • 21:26:50 <soee> no
  • 21:27:10 <soee> you have to edit main template and include your extension configuration
  • 21:31:46 <Heinz_newbie> Oh ok. But I don't quite understand. What's the normal way to include Configuration/TypoScript/Setup.txt ?
  • 21:34:04 <soee> exit main temaplte or the one where you want to include this configuration and include it
  • 21:34:09 <soee> *edit
  • 21:34:29 <soee> click on Edit the whole template record
  • 21:34:35 <soee> and switch to tab Include
  • 21:34:48 <soee> there you can pick what addiotonal configurations are included
  • 21:36:23 <Heinz_newbie> Ah ok now I get it. Thank you, this helped me a lot!
  • 21:37:41 <Heinz_newbie> Awesome. Have a great day! Thanks!
  • 22:01:12 <bjo3rn> nice, soee :)
  • 22:29:22 <cedricziel> unusual quittings here
  • 22:29:40 <cedricziel> i'm glad soee took it, bjo3rn
  • 22:30:16 <bjo3rn> oh yes, well done.
  • 22:30:17 <cedricziel> heinz came as a followup from the mailinglist and its a pitty I wasnt there

20131230

  • 09:23:04 <bjo3rn> cedricziel now I get it: I didn't see hans quitting and really meant what I was saying. soee's help is much appreciated.
  • 09:23:58 <soee> i have no idea whats going on ? :)
  • 09:24:34 <bjo3rn> hehe, soee, see 22:01:12
  • 09:25:06 <soee> oh i cant if im on different machine, i need some online logs
  • 09:26:25 <bjo3rn> I saw you helping Heinz yesterday with his TS issue and thanked you for that
  • 09:26:42 <bjo3rn> good morning btw :)
  • 09:26:53 <soee> ah that i remember, hi :)
  • 09:28:20 <soee> next week i will upload icons for fluidcontent_bootstrap CE \o/
  • 09:35:33 <bjo3rn> nice :)
  • 09:36:44 <soee> btw projet is hosted on github so it is not using T3 translation server right ?
  • 09:36:49 <soee> *project
  • 09:38:17 <bjo3rn> what do you mean?
  • 09:39:29 <soee> bjo3rn, extensions cant be translated using http://translation.typo3.org/ ?
  • 09:40:54 <bjo3rn> ah, I have no idea, sorry. translation is currently done locally and flux is used to create translation xlf files.
  • 09:41:23 <bjo3rn> I don't know how the translation service can be implemented.
  • 09:42:00 <soee> yup without using http://translation.typo3.org/ all alternative languages have to be shipped with extension
  • 09:42:09 <soee> (files for each additional language)
  • 09:42:42 <soee> if the extension would work with translation.typo3.org then they are fetched uing Language module
  • 11:51:42 <soee> hmm when editing fluidcontent_bootstrap element
  • 11:51:59 <soee> there should be list with elements type but i have this: Content configuration file does not exist - is typo3temp writable?
  • 12:09:19 <soee> https://github.com/FluidTYPO3/fluidcontent_bootstrap/issues/77
  • 12:18:44 <cedricziel> soee: AFAIK we would only be required to mirror our extensions to git.typo3.org
  • 12:28:38 <soee> cedricziel, @ translations ?
  • 13:19:14 <cedricziel> Can you please provide some more details, like the template and when it happens?
  • 13:21:21 <hans__> hi there and again: i got a page-tpl with 7 columns, added it to a page and now i want to fill content into these, but in the backend ist displays no permission
  • 13:21:39 <hans__> seems to be something with the backendlayout on root level
  • 13:21:47 <hans__> ?
  • 13:23:03 <cedricziel> are you using fluidpages?
  • 13:25:14 <cedricziel> hans__: ?
  • 13:25:30 <hans__> yes
  • 13:26:14 <cedricziel> can you gist the template please?
  • 13:26:41 <bjo3rn> hans__, when you say 'backendlayout', you mean a fluidpages backend layout?
  • 13:27:11 <bjo3rn> you mentioned a grid so I guess so, right?
  • 13:27:41 <hans__> the backend layout element which is installed by default when i use the typo3bootstrap page on the root level (list view)
  • 13:28:10 <cedricziel> with fluidpages, backendlayouts are created with fluid templates, not backendlayout records
  • 13:28:14 <bjo3rn> maybe is it required to increase the number of columns somewhere?
  • 13:28:25 <bjo3rn> as in the old days
  • 13:28:45 <cedricziel> i honestly dont think so
  • 13:29:03 <cedricziel> there are only a few ways this can happen
  • 13:29:08 <bjo3rn> (shot in the dark)
  • 13:29:13 <cedricziel> and its mostly a core thing
  • 13:29:39 <cedricziel> as : you arent using backendlayouts, you are bypassing fluidpages, which makes it obsolete
  • 13:30:00 <hans__> hm, delete the be-record but still the same
  • 13:30:15 <cedricziel> the template pls
  • 13:30:30 <hans__> where should i post it?
  • 13:30:56 <cedricziel> gits.github.com
  • 13:31:03 <cedricziel> *gist.github.com
  • 13:31:57 <hans__> https://gist.github.com/anonymous/0f0052e298a7e198a635
  • 13:32:02 <cedricziel> and please tell us, which versions of our extensions you are using-and whether they are TER or GIT releases
  • 13:33:54 <hans__> hm, i´t strange because i made just a new installation used all the same ext(version), on the first extention it worked, on the the new not!
  • 13:35:19 <hans__> i cleared the cache , now i got 6 of the 7 cols :-/
  • 13:36:15 <soee> but you have 6 in template dont you ?
  • 13:36:19 <hans__> but now the labels are called (left, right, sidebar)
  • 13:36:26 <hans__> 7
  • 13:36:53 <hans__> have you seen my tpl, is it correct this way ?
  • 13:37:17 <soee> ah yes 7
  • 13:37:32 <soee> hans__, im not sure im not using flux atm
  • 13:40:54 <hans__> cleanring the cache allways results in showing me diffrent cols
  • 13:40:56 <hans__> :-/
  • 13:41:53 <soee> different cols ?
  • 13:42:52 <hans__> yes, i clear the cache; cols 4 5 6 are allways displayed; but 1..3 are varying?
  • 13:42:54 <hans__> ???
  • 13:43:43 <cedricziel> hmm
  • 13:43:48 <cedricziel> interesting :)
  • 13:44:59 <soee> disturbing :)
  • 13:45:30 <hans__> even, if i just relaoed the page there are allway dispayed diffrent
  • 13:45:36 <cedricziel> hans__: one thing: can you please make sure, there is no be-laout selected in page properties?
  • 13:47:42 <hans__> no be layout is selected
  • 13:48:21 <hans__> what the fuck, it´s alsway changing
  • 13:48:23 <hans__> :-/
  • 13:48:24 <hans__> (n)
  • 13:49:03 <cedricziel> ehm.
  • 13:49:08 <soee> hans__, changing how ? order
  • 13:49:11 <cedricziel> you still didnt answer my quetion
  • 13:49:19 <cedricziel> *question
  • 13:50:01 <cedricziel> please tell us, which versions from what source you are using
  • 13:50:14 <hans__> i ve used the typo3 bootstrap package; fluidpages 2.1.0
  • 13:53:06 <cedricziel> where did you get the package from?
  • 13:53:14 <cedricziel> flux version as well please
  • 13:53:36 <hans__> flux: 6.0.1
  • 13:54:19 <cedricziel> fluidpages is quite stable
  • 13:54:21 <hans__> https://fedext.net/overview/beginners-guide.html
  • 13:54:33 <hans__> dl some weeks ago
  • 13:54:39 <cedricziel> but it only utilizes flux
  • 13:54:47 <cedricziel> "only"(tm)
  • 13:54:49 <cedricziel> ^^
  • 13:55:21 <hans__> the template worked on an other installation
  • 13:55:23 <cedricziel> please upgrade flux to 6.0.2
  • 13:55:39 <cedricziel> which is _all_ the same?
  • 13:55:47 <cedricziel> same php etc?
  • 13:58:03 <hans__> worked on PHP Version 5.4.20
  • 13:58:10 <hans__> current: PHP Version 5.4.16
  • 13:58:20 <hans__> current: not working
  • 13:58:31 <cedricziel> did you upgrade flux?
  • 14:02:59 <hans__> ill do it
  • 14:04:57 <hans__> got en error: /typo3conf/ext/flux/Classes/Provider/AbstractProvider.php): failed to open stream: No such file or directory in C:\xampp\htdocs\SITE\typo3\sysext\core\Classes\Utility\GeneralUtility.php on line 4367
  • 14:07:09 <hans__> my typo3 version ist 6.1.5
  • 14:08:17 <bjo3rn> did you flush typo3temp?
  • 14:10:52 <hans__> yes, when i try to install i always get the message obove
  • 14:10:53 <hans__> a
  • 14:12:34 <bjo3rn> so fluidpages, fluidcontent and flux are all current ter versions?
  • 14:12:47 <bjo3rn> those *_bootstrap one also?
  • 14:13:37 <hans__> no i ve still have to do it, will take some time
  • 14:23:01 <hans__> ok, updated all
  • 14:23:17 <hans__> now 3 of 5 layouts are missing in the backend :-/
  • 14:23:26 <bjo3rn> but error is gone?
  • 14:24:09 <hans__> i dont know the layout i used bevore are not present in the backend :-)
  • 14:24:21 <hans__> anymore
  • 14:24:30 <hans__> so i cant check them
  • 14:24:30 <bjo3rn> ok please enable flux' debug mode by setting the level to 1
  • 14:24:42 <bjo3rn> (in extension manager)
  • 14:25:26 <bjo3rn> and I meant the 'not found' error ;)
  • 14:26:38 <hans__> Argument "label" was not registered
  • 14:27:02 <bjo3rn> huh?
  • 14:27:08 <bjo3rn> hm...
  • 14:28:21 <bjo3rn> in one of your page templates?
  • 14:30:59 <hans__> " additional error messages have been sent" what does this mean ?
  • 14:36:28 <bjo3rn> I'm not sure. can you post a screenshot of the error message?
  • 14:44:04 <hans__> ok, where should i post it?
  • 14:44:26 <bjo3rn> dropbox?
  • 14:46:19 <hans__> http://de.tinypic.com/view.php?pic=35n26g4&s=5#.UsF5IrSQOF8
  • 14:47:12 <bjo3rn> thx
  • 14:50:51 <bjo3rn> are you 100% sure flux is now on version 6.0.2?
  • 14:51:35 <bjo3rn> theses errors are related to an older version.
  • 14:56:31 <hans__> extention manger shows 6.0.2
  • 14:57:43 <bjo3rn> did you clear all caches you can get a grip on? please manually flush all cf_* tables and typo3temp.
  • 15:00:34 <hans__> ok, seems like i got it
  • 15:01:02 <bjo3rn> that sounds good.
  • 15:01:08 <hans__> yes :-)
  • 15:01:22 <hans__> would be a bad end for the year, if not
  • 15:01:34 <bjo3rn> so what did you do?
  • 15:01:43 <hans__> the problem was the label argument on the flux:flexform.grid.column
  • 15:02:21 <hans__> no all tpl´s are displyed and the 7 cols also
  • 15:03:28 <bjo3rn> weird thing is that 'label' is available for columns since 6.0.2 but I'll check that, sec
  • 15:04:03 <hans__> i had some other errors but not in this tpl
  • 15:05:19 <bjo3rn> aha, 'label' is not (yet) available in 6.0.2/TER/master. so yes, that was it.
  • 15:05:27 <hans__> (y)
  • 15:05:37 <hans__> glad to have a working solution
  • 15:05:40 <hans__> for now ;-)
  • 15:05:48 <hans__> ok, need some food!
  • 15:06:01 <bjo3rn> well then, you deserve it!
  • 15:06:04 <hans__> and thx alot for the support (y) (y) (y)
  • 15:06:06 <hans__> :-)
  • 15:06:12 <bjo3rn> np
  • 19:10:00 <thochguertel> Hello
  • 19:11:40 <thochguertel> I use flux 6.0.0, it looks like that "Tx_Flux_Override_Core_DataHandling_DataHandler" is not loaded, and so the DataHandler Class is not xclassed?
  • 19:14:52 <thochguertel> I have set Breakpoints in my IDE (PHPStorm) and php will not break at their points. but when adding them to the Orginal Core DataHandler File they break.
  • 19:23:16 <thochguertel> ups. ;-)
  • 19:23:23 <thochguertel> Delete me question.
  • 19:45:23 <thochguertel> Interresting... Debug shows me the Right ClassName in Variables Window.

20131231

  • 08:12:45 <bjo3rn> morning y'all
  • 10:44:14 <hans__> Hi
  • 10:44:18 <hans__> one question:
  • 10:44:43 <hans__> i got a page tpl with a section of objects
  • 10:44:59 <hans__> one object is representing a link (title, url)
  • 10:45:18 <hans__> now on subpages this links are also set
  • 10:45:32 <hans__> how can i deaktive this?
  • 13:24:24 <cedricziel> hans__: the only thing that would cause this is either inheritance, or a bug. i once had this too, but was solved long ago
  • 13:24:56 <cedricziel> IIRC you are using the BS package which doesnt contain up-to-date versions of the extensions
  • 13:29:11 <hans__> cedricziel: ok, is there an option to controll the inheritance ?
  • 13:50:39 <hans__> ok, i´ve seen it. It´s because of page inhertance.
  • 13:51:18 <hans__> and i can overwrite vars; but how can i delte/reset some of them
  • 14:48:12 <ndee> hey guys, I'm running 6.1.5 with fluidpages. When I'm in the Page module, all I have is the "Columns" view. Shouldn't there also be a Language option or the like?
  • 17:27:32 <Lazz1> Hi there, anyone actually not drunk yet?
  • 17:28:30 <Lazz1> got a question concerning the v:page.languageMenu viewhelper
  • 17:30:35 <Lazz1> I'm trying to link certain languages to a different domain, e.g. the french version should link to www.page.ch/fr instead of www.page.de/fr
  • 17:31:59 <Lazz1> I suspect I need to make use of the "as" parameter, but not sure where to go from there
  • 17:33:03 <cedricziel> hi Lazz1 that would be a realurl thing
  • 17:33:14 <cedricziel> we only grab the generated urls
  • 17:34:39 <Lazz1> ah ok good to know
  • 17:35:28 <Lazz1> thanks, happy new year!