00:38:57 <framercy> I have a little problem with the fluidpages pageController. I want to get some objects from a repository upon page load for building an enhanced info navigation. Here is the So far working code - But the QueryResult stays empty:
01:04:50 <framercy> Ok - found the answer myself - it was a storage page mismatch . A $query->getQuerySettings()->setRespectStoragePage(FALSE); fixes the issue thx....
05:52:12 <Guest|25135> Hi, is it possible to get the concentatet assets of vhs:asset.script compressed with gzip for the transfer to the clients browser ?
06:04:05 <Guest|25135> is there anyone who can help ?
06:35:51 <NamelessCoder> Guest|25135 you can't modify the file itself, but you can add apache .htaccess rules that will serve files matching vhs merged file name pattern (or all .js/.css files) using gzip or whichever compression you prefer
07:23:30 <thewong> Hi, i installed the VHS Viewhelper Extension. Everything is fine, but one questions is still remaining. I use the integration with Typoscript and additionally the v:asset.script fluid viewhelper. in my site there are to js files generated, one with the files from the ts and one with the files from the viewhelpers, what am i doing wrong
07:24:18 <NamelessCoder> thewong make sure you use the same "name" property in both Fluid and TS, that makes the TS overrule what was added from Fluid
07:25:50 <thewong> i think we misunderstand, i include via TS the files js1.js & js2.js and via fluid js3.js and js4.js, this results in two vhs-...js files one, combined js1&js2 and the other js3&js4
07:31:33 <jobs> is there a way to make <f:section name="Preview"> <flux:widget.grid /> </f:section> working for the list view in the BE, now it show "no titel" for all fluid content elements