IRC logs

20140519

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

IRC log range: 20140519*

20140519

  • 07:10:10 <aPollO2k> guten morgen
  • 08:22:13 <cedricziel> moin
  • 08:23:44 <soee> good morning
  • 09:38:54 <bjo3rn> holy capistrano!
  • 09:39:15 <bjo3rn> morgähn
  • 10:02:38 <Denyerec> Mornin all.
  • 13:00:13 <xaver> http://thecodinglove.com/post/86197392488/my-first-automated-job
  • 13:46:17 <xaver> JS - find out IE 11 -> appName = "Netscape" + Useragent = "Mozilla*Gecko" + appCodeName = "Mozilla" = IE11
  • 13:46:26 <xaver> WTF
  • 13:46:32 <xaver> product"Gecko"
  • 14:23:30 <soee> :)
  • 14:26:17 <SuburbanWorrier> https://developer.mozilla.org/en-US/docs/Mozilla/Gecko
  • 14:49:09 <cedricziel> xaver: user sniffing == bad practice
  • 14:49:17 <cedricziel> *user agent
  • 14:59:00 <floxx1> i'm trying to link to a page of type "external page" with v:page.link, but it doesn't work. the link is built with the provided path but the domain is substituted with my server domain. is there an attribute i should set?
  • 15:03:36 <xaver> cedricziel: i don't care - fuck IE really -> Only IE is the Icon font position wrong and no setting had success
  • 15:11:02 <xaver> cedricziel: the icon font looks also on the demo site broken
  • 16:21:04 <ndee_> hey guys, just to be sure: http://fluidtypo3.org/viewhelpers.html <-- when using the <html>-tag, there is nothing else I need in phpstorm for the auto-completion, right?
  • 16:31:51 <randomresult> ndee ask mrboe
  • 16:32:06 <randomresult> you will need the xsd files
  • 16:32:29 <randomresult> https://github.com/misterboe/phpstormAC
  • 16:32:39 <randomresult> ndee_ check the link. maybe this helps
  • 16:32:58 <ndee_> randomresult: thanks, gonna check it!
  • 16:33:19 <randomresult> we struggeld a lot making this work
  • 16:33:35 <randomresult> we dont know if this is the correct soluiton but in the end it works
  • 16:37:45 <SuburbanWorrier> in f:link.action can addQueryString be used to build upon existing links?
  • 16:39:33 <SuburbanWorrier> ..so if I've already got an argument tx_plugin[type]=1 can I retain it and add tx_plugin[another_arg]=x to e.g. filter records?
  • 16:40:48 <ndee_> randomresult: I had it working with linking to the xsd so... let's see if that works :)
  • 16:52:35 <ndee_> randomresult: restarted phpstorm but to no avail. So, having it for each project is still the way to go I assume.
  • 17:05:04 <cedricziel> SuburbanWorrier: additionalParameters i think
  • 17:05:22 <cedricziel> ahh, nope.
  • 17:05:26 <cedricziel> that's not possible
  • 17:08:06 <SuburbanWorrier> cedricziel: thanx, was just experimenting - I'll abort :)
  • 17:08:57 <cedricziel> i dont even know if the uribuilder has a factory for predefined urls :)
  • 17:09:59 <SuburbanWorrier> while we're on urls - how do i (temporarily) prevent the cHash part (esp for development)?
  • 17:11:50 <ndee_> SuburbanWorrier: noCache="1"
  • 17:12:44 <SuburbanWorrier> ndee: extension still creates cHash with page noCache=1
  • 17:13:03 <SuburbanWorrier> *my extension
  • 17:13:23 <cedricziel> config.no_cache
  • 17:15:52 <SuburbanWorrier> cedricziel: in the Page TSConfig?
  • 17:20:57 <SuburbanWorrier> I added config.no_cache = 1 to the page my extension lives in. Uninstalled the extension, reinstalled, cleared caches and STILL I get cHash! :/
  • 17:24:40 <cedricziel> config.no_cache is to be set in the ts template, not in PageTS
  • 17:25:00 <SuburbanWorrier> yeah - caught my own error there & removed that
  • 17:25:09 <cedricziel> ;)
  • 17:25:30 <SuburbanWorrier> so it _is_ in the template (checked in the analyser) but doesn't work as expected
  • 17:25:34 <cedricziel> sorry, no idea
  • 17:25:50 <SuburbanWorrier> ok - thnx anyway
  • 17:28:33 <redpop> Hello, I use TYPO3 6.2.2 and the latest fedext extensions: flux, vhs, fluidpages, fluidcontent, fluidpages_bootstrap and fluidcontent_bootstrap. I use the GitHub Repos - master. Also I've checked the development branch. The problem is, that when I used a Twitter Bootstrap CE 'Column Row', the child element in this grid shows me in the Relation Tab
  • 17:28:33 <redpop> 'Content area of parent': INVALID Value: http://picpaste.com/content_area_of_parent_01-LRnwrM4V.png
  • 17:31:21 <redpop> In special cases, I can not include a news plugin record into a grid, after I switch the page backend module suddenly the news plugin record is an another place, no longer in the grid.
  • 17:34:00 <danilobuerger> redpop fluidpages_bootstrap and fluidcontent_bootstrap are deprecated
  • 17:40:12 <redpop> @danilobuerger: an the solution is what? is there alternative extensions from fedext team or a documentation for creating a own boostrap extension?
  • 17:42:19 <danilobuerger> nobody from the fluidtypo3 team is developing one, but randomresult_afk is... there is no documentation on how to create a __bootstrap__ extension, because why should there? bootstrap is one of many libraries... there is however documentation on how to create your own extension and content elements
  • 19:00:18 <redpop> @danilobuerger: now I created a new provider extension and have the same issue in the relation tab 'Content area of parent': INVALID Value: http://picpaste.de/content_area_of_parent_01-H600MxdC.png, http://picpaste.de/content_area_of_parent_02-79rOrA1k.png
  • 19:01:13 <redpop> but the content elements are stored now
  • 19:02:03 <redpop> only the INVALID VALUE an the missing columnFirst (column #1) is curious