IRC logs

20131229

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

IRC log range: 20131229*

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