IRC logs

20131216

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

IRC log range: 20131216*

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