IRC logs

20150326

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

IRC log range: 20150326*

20150326

  • 03:57:47 <braguzz> hi I have upgrade some ext: vhs flux fluidpages ecc..
  • 03:58:12 <braguzz> but I 've got an error in 'home' page
  • 03:58:37 <braguzz> inBE I got Template could not be loaded. I tried "/data/museo/SpecialityDistribution/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Index.html"
  • 03:59:21 <braguzz> same err in FE
  • 06:05:26 <drlimbo> good morning
  • 06:06:32 <Xatenev> how can I make an if condition with 'OR' ? :p
  • 06:06:44 <Xatenev> like <f:if condition="{company} or {event}"
  • 06:07:16 <drlimbo> Xatenev: https://fluidtypo3.org/viewhelpers/vhs/master/OrViewHelper.html
  • 06:07:24 <Xatenev> with normal fluid
  • 06:07:25 <Xatenev> :D
  • 06:07:26 <Xatenev> if possible
  • 06:08:27 <drlimbo> don't know if this is possible.. maybe with an ugly-stacked-if-thing
  • 06:08:44 <Xatenev> Nvm i dont need that
  • 06:08:46 <Xatenev> Just realized its dumb
  • 06:08:48 <Xatenev> what im trying here
  • 06:25:43 <drlimbo> is there a know bug in VHS 2.3.1 with page.header.meta?
  • 06:26:07 <drlimbo> <v:page.header.meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> will be rendered in frontend like this:
  • 06:26:17 <drlimbo> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no</meta>
  • 06:30:46 <drlimbo> NamelessCoder maybe u have an idea?
  • 06:59:09 <bjo3rn> drlimbo see vhs#802
  • 06:59:10 <FT3BOT> Issue 802: [BUGFIX] Don't assign empty content https://github.com/fluidtypo3/vhs/issues/802
  • 06:59:36 <bjo3rn> it will be fixed in the next release
  • 07:00:02 <drlimbo> allright thanks bjo3rn
  • 07:00:08 <bjo3rn> yw
  • 07:01:16 <drlimbo> do we know a date for the next release?
  • 07:02:29 <bjo3rn> bugfix releases are intended to happen quite often but there's no concrete timeline. you can safely use the development branch of vhs in the meantime.
  • 07:03:47 <drlimbo> mh, i prefer using the "stable-version" for TER instead of the the dev-branch
  • 07:04:35 <bjo3rn> sure, but vhs has always been very stable in dev branch.
  • 07:04:41 <gencha__> there is no stable version. just the "old" version ;D
  • 07:04:56 <drlimbo> hehe, your right gencha__ =P
  • 07:05:25 <bjo3rn> ok, strike the word 'stable' for every piece of software then ;)
  • 07:32:05 <braguzz> hi I got this error PHP Fatal error: Class 'Tx_Vhs_Asset' not found in ecc
  • 07:32:45 <braguzz> after upgrading extension (vhs flux fluidpages, ecc..)
  • 08:13:26 <bjo3rn> braguzz you have to update the namespace declaration to {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 08:28:35 <braguzz> ah ok
  • 08:31:12 <braguzz> but where?
  • 08:34:34 <NamelessCoder_> cd typo3conf/ext && grep -r Tx_Vhs_ .
  • 08:41:23 <braguzz> http://pastebin.com/gctSX0mu
  • 08:42:10 <braguzz> problems are in newsslider viewhelpers
  • 08:50:53 <NamelessCoder_> atol_cmis_list? :)
  • 08:51:03 <NamelessCoder_> I'm working on a BIG cmis project right now
  • 08:53:19 <NamelessCoder> anywho: change those occurrences that are in PHP, to \FluidTYPO3\Vhs\Asset - and those that are in fluid templates, to FluidTYPO3\Vhs\Asset
  • 08:53:39 <NamelessCoder> sry, in templates, FluidTYPO3\Vhs\ViewHelpers
  • 08:53:53 <NamelessCoder> (but that error will only pop up after you fix the other one, I think)
  • 08:58:22 <braguzz> it works
  • 08:58:26 <braguzz> thanks
  • 08:58:36 <NamelessCoder> yw
  • 08:58:52 <NamelessCoder> just out of interest, how are you using CMIS in this project?
  • 09:14:34 <braguzz> not in this project
  • 09:14:42 <braguzz> I used it to connect to alfresco
  • 09:14:51 <braguzz> in another project
  • 09:16:05 <NamelessCoder> I just now finished a driver that uses alfresco/cmis as FAL storage ;)
  • 09:16:32 <braguzz> wow
  • 09:17:12 <NamelessCoder> if you're interested, exts/libs are at https://github.com/dkd
  • 09:17:25 <NamelessCoder> the cmis-fal stuff should be up later today
  • 09:18:33 <braguzz> I used atol_cmis and the other ext to schieve something like this
  • 09:18:50 <NamelessCoder> yep, I could almost see that from the ext and your comment ;)
  • 09:18:51 <braguzz> http://www.provincia.livorno.it/altri/amministrazione-trasparente/bandi-di-gara-e-contratti/bandi-aperti/
  • 09:19:58 <braguzz> users use alfresco to download files and folders
  • 09:20:39 <braguzz> alfresco do what it has to do (convertions and other)
  • 09:20:41 <NamelessCoder> - cmis_fal would be perfect for that!
  • 09:21:05 <NamelessCoder> we will also be implementing Renditions if you set the FAL storage as public
  • 09:21:29 <braguzz> and the tree is diplayed
  • 09:22:41 <braguzz> the whole three is displayed whit the metadata of the files as description in T3
  • 10:33:11 <erredeco> Hi there... a couple of questions about flux:form
  • 10:33:37 <erredeco> 1) if I don't have fields inside the "options" tab, is it possible to hide it?
  • 10:34:47 <erredeco> 2) if I have a flux:form.sheet like <flux:form.sheet name="elements">, is it possible to have it selected by default instead of Options?
  • 10:44:15 <Zaphod76> Hi, is there a new bug with copy & paste using flux in backend?
  • 10:45:34 <Zaphod76> I'm using the versions of tody from flux, vhs, fluidpages and fluidcontent and hav a problem with cp like a few month ago with buggy older version
  • 10:45:44 <Zaphod76> today...
  • 10:49:01 <Zaphod76> Drag n drop is not working too
  • 10:54:21 <erredeco> I always found d&d and c&p very buggy on nested FCE elements
  • 10:56:03 <beo6> erredeco: yes. always was buggy. got a bit better though
  • 10:57:52 <Zaphod76> I jumped back right now to older versions an everything is fine
  • 10:58:17 <Zaphod76> fluidpages 3.1.2
  • 10:58:40 <Zaphod76> fluidcontent 4.1.1
  • 10:59:52 <Zaphod76> flux 7.1.2
  • 11:00:30 <Zaphod76> Have to look for breaking changes
  • 11:00:43 <Zaphod76> Like after every update :-(
  • 11:04:53 <erredeco> could someone answer me? ;)
  • 11:16:55 <BBendtsen> Good afternoon. Is it no longer possible to use "variables" in a name attribute like this: <flux:form.content name="column{iteration.cycle}" label="{percent}%" />
  • 11:20:25 <NamelessCoder> BBendtsen it appears you're using flux:form.content in a loop and expect multiple content areas to be created. This is not the case - the behavior of this viewhelper is to create a full grid, replacing the current one, containing a single row with a single column with the name you specify. In your case the expected output is the last flux:form.content added. Solution: Switch to flux:grid > flux:grid.row > flux:grid.column, do not use flux:form.cont
  • 11:20:25 <NamelessCoder> ent.
  • 11:22:28 <BBendtsen> Ok thanks - I will look into it
  • 11:28:43 <erredeco> :S
  • 11:36:33 <erredeco> another question.... I have a fluidtemplate page (page done with fluidpages)
  • 11:36:46 <erredeco> I've added a checkbox like: <flux:field.checkbox name="settings.includenavigation" default="1" />
  • 11:37:43 <erredeco> I would like to see the value in the typo3 pages module (i.e. where I see the grid to create elements)
  • 11:37:47 <erredeco> Is it possible?
  • 11:39:04 <erredeco> I've tried to add a <f:section name="Preview"> like an FCE, but it does not work...
  • 11:44:44 <dracol> Hi to all
  • 11:45:53 <dracol> Can i nesting flux:form.object in another flux:form.object?
  • 11:47:10 <dracol> I try this: <flux:form.section name="Sezione" label="Sezione">
  • 11:47:10 <dracol> <flux:form.object name="Oggetto" label="Oggetto">
  • 11:47:10 <dracol> <flux:field.input name="Prova" label="Prova">
  • 11:47:10 <dracol> <flux:wizard.link activeTab="Page"/>
  • 11:47:10 <dracol> </flux:field.input>
  • 11:47:11 <dracol> </flux:form.object>
  • 11:47:11 <dracol> </flux:form.section>
  • 11:47:33 <dracol> but in backend i see the "add" icon in object
  • 11:47:45 <dracol> and a "add" icon in section...
  • 12:08:55 <NamelessCoder> erredeco 1) use "compact" option on flux:form (boolean) if you wish. 2) No, this would depend on the user session storage in TYPO3 which stores the active tab panel. 3) No, that is not possible since we do not override the page module view.
  • 12:19:51 <punkka> Hi, i would like to add a typo url within a vhs asset script but the f:uri.page is not parsed. Has someone an idea to help ?
  • 12:45:13 <Zaphod76> Sorry, i repeat my question from 3:44 pm: Does anybody know something about new bugs in FECs with c&p an d&d? If I try to put a standard ce from one fce to another it is not working. After reload stays in his "home FCE". With fluidpages 3.1.2 , fluidcontent 4.1.1 and flux 7.1.2 no probs. VHS is the newest version installed by extsnionmanager
  • 12:57:16 <erredeco> @NamelessCoder: Thank you for your answers :) Ok, about #3 a slightly different question:
  • 12:58:11 <erredeco> I would like to add in the page module a sort of "explanation" for editors about what the page does
  • 12:59:00 <erredeco> Do you think it could be possible to add a "fake" <flux:grid.row><flux:grid.column>... with a text?
  • 13:01:26 <NamelessCoder> not possible. Our only "API" is to deliver an array that supports what be_layout supports.
  • 13:02:54 <erredeco> @NamelessCoder I see...thank you anyway
  • 13:07:23 <erredeco> It is a shame... that could be a bit useful IMHO
  • 13:36:36 <NamelessCoder> it would have to be a core feature first, using options in the grid array. After that we could use it from flux grids.
  • 16:34:00 <Hennes_> NamelessCoder: is there a way to disable a provider in a part of pagetree?
  • 16:37:49 <apiening> I've used the FE 'file list' to render PDF download links including thumbnails using 'Layout 2'. In my fluid based typo3 this option is not available anymore.
  • 16:39:36 <apiening> Is there any solution or extension I should use for that? The file list gives me a link list but doesn't display thumbnails of my PDF-files.
  • 17:14:21 <apiening> I also noticed that the CE 'Text with images' does not have any controls but the heading. No RTE, no image file selector, nothing.
  • 17:16:08 <apiening> Do I have to include 'CSS styled content' in addition to 'Fluid styled content'?
  • 17:54:28 <Jomungand> hey ho
  • 17:57:02 <Jomungand> how do i rename the first tab in a BE form, defaults to options?
  • 17:59:18 <Jomungand> name in flux:form.sheet but for the first "sheet"