IRC logs

20141030

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

IRC log range: 20141030*

20141030

  • 06:28:21 <Momodedf> Hello everybody
  • 06:56:46 <serogen> hello fluid poewered t3 community
  • 07:00:16 <serogen> i really love your system and i used it in many project. but we have an big problem: we are using 30-40 times and fluidcontent element with and grid system for content areas inside for the box structure, and now the page need 2or3 minutes sometimes to load page in the backend. when i remove the flux grid, the backend page comes in 2 seconds!
  • 07:01:17 <serogen> any idea why? is this a known limitation of fux? or maybe we did something wrong?
  • 09:04:09 <denis-fluid> Good morning :-)
  • 09:40:03 <jmverges> good morning mates :D !
  • 09:40:15 <jmverges> hola ruben
  • 10:11:13 <jmverges> hey folks
  • 10:11:23 <jmverges> 1225709597: The template files "/var/www/jmverges.dev/typo3conf/ext/fluidcontent_core/Resources/Private/Partials/Properties/Menu/", "/var/www/jmverges.dev/typo3conf/ext/fluidcontent_core/Resources/Private/Partials/Properties/Menu/.html" could not be loaded. (More information)
  • 10:11:23 <jmverges> TYP
  • 10:20:15 <denis-fluid> Good morning jmverges :-)
  • 10:21:09 <jmverges> good morning denis-fluid :)
  • 10:21:14 <denis-fluid> Does someone know of a possiblity to get rid of the whitespaces produced by the fluid content elements. I'd like to keep the the indention and new lines in the templates to make them more readable.
  • 10:23:16 <Akii> why not prettyfy the rendered html at the end?
  • 10:23:43 <Akii> -y +i
  • 11:04:16 <denis-fluid> Akii: Yeah you are right.
  • 11:04:36 <Akii> :D
  • 11:08:04 <denis-fluid> Akii: I got another question if you don't mind. :-)
  • 11:08:12 <Akii> sure just go ahead
  • 11:08:24 <Akii> it's called "Support Channel" for a reason ^^
  • 11:09:11 <denis-fluid> What is the correct syntax when setting a value for v:variable.set that should be an array?
  • 11:09:53 <denis-fluid> (and how do I access that later on. Untill now I've only used single values and read them with {variable_name}
  • 11:10:26 <Akii> well you can define an array like this: {0: 'firstItem', 1: 'secondItem'}
  • 11:10:43 <Akii> and later access that with variableName.0
  • 11:10:57 <denis-fluid> Ah fine that's easy :-)
  • 11:12:04 <denis-fluid> And one more: Is it possible to prevent some users from accessing specific fluid content elements? (hide them from specific users)
  • 11:12:39 <Akii> no idea
  • 11:38:57 <jmverges> hey folks the Menu is not working
  • 11:39:05 <jmverges> in fluidcontent_Core
  • 11:52:00 <bamo> hey guys , how can i render my navigation in my pagetemplate?
  • 11:53:10 <bamo> I kickstarted my own extension with FluidTYPO3 Provider Extension.
  • 11:54:40 <Momodedf> what do you call your navigation ?
  • 11:55:18 <denis-fluid> Akii: What is the correct flux view helper to render an image selection field. (one image)
  • 11:55:39 <denis-fluid> Is it https://fluidtypo3.org/viewhelpers/flux/master/Field/FileViewHelper.html or https://fluidtypo3.org/viewhelpers/flux/master/Field/Inline/FalViewHelper.html
  • 11:55:49 <Akii> sorry, never did that
  • 11:57:05 <denis-fluid> I'm a bit confused that there is nothing like flux.field.image :D
  • 11:59:36 <Momodedf> I wld say Inline/Fal
  • 11:59:40 <Momodedf> did you tried ?
  • 12:00:27 <denis-fluid> Ok fine. Yeah I did try it. Inline/Fal works great. Just thought that there would be a dedicated kind of element for one image selections.
  • 12:00:28 <Momodedf> actualy there is a code snipets
  • 12:00:31 <Momodedf> https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=5&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=e403004449572e5ede2dd38d6d268f99
  • 12:00:49 <denis-fluid> Momodedf: Yeah I did it that way now. :-) Thank you very much.
  • 12:01:01 <Momodedf> :)
  • 12:01:03 <denis-fluid> And this one got me even more excited: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=17&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=f3733b3bf34ae4e9daf5cd9bb29e9205
  • 12:01:19 <denis-fluid> Allowing only specific FCEs in columns :-)
  • 12:02:25 <Momodedf> yes, its cool when you got a "creative" end user
  • 12:02:39 <denis-fluid> Momodedf: That's the point. :-)
  • 12:03:37 <denis-fluid> Momodedf: Do you know if it is possible to hide certain content elements from specific users or groups?
  • 12:03:47 <denis-fluid> (fluid content elements)
  • 12:04:01 <Momodedf> nop, never saw that sorry
  • 12:04:31 <denis-fluid> Momodedf: So it is not possible? Or could someone else know that :D
  • 12:05:34 <jmverges> hey folks, why fluidcontent_core Menu is not working?
  • 12:13:50 <Momodedf> I cldnt tell denis-fluid
  • 12:38:11 <oschulz> hey folks
  • 12:38:49 <jmverges> hey folks I'm freaking out why Image and Text has no options?
  • 12:38:56 <oschulz> yesterday i had an problem with fluid content FCE and fixed it with following line of Code in AdditionalConfigguration.php
  • 12:38:57 <oschulz> $GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'] = array('fluidcontentcore/Configuration/TypoScript/');
  • 12:40:15 <oschulz> please add this to your documentaion, make a big red blinking box arround it! Ahrg!
  • 12:41:51 <jmverges> oschulz, you have a update script to run
  • 12:41:59 <jmverges> that does that
  • 12:42:16 <oschulz> my update script says nothing to do :)
  • 12:42:55 <jmverges> did you use the site creator?
  • 12:43:45 <oschulz> Update script for fluidcontent_core
  • 12:43:45 <oschulz> No update necessary.
  • 12:44:03 <oschulz> did you mean builder?
  • 12:44:10 <Momodedf> Fluid Styled Content static template included at root page ?
  • 12:44:23 <jmverges> I'm really freaking out
  • 12:44:35 <jmverges> is working for you text && images?
  • 12:44:43 <oschulz> yes
  • 12:45:25 <jmverges> not for me
  • 12:45:30 <jmverges> I have no options
  • 12:45:36 <jmverges> I don't understand why
  • 12:45:42 <jmverges> yesterday it was working
  • 12:45:53 <oschulz> everything was working fine excepting the custom CE's
  • 12:47:47 <Momodedf> thats strange because that line is in fluidcontentcore ext_localconf.php
  • 12:48:03 <Momodedf> with a warning in syslog if not
  • 12:48:58 <jmverges> Text & Image is working for you?=
  • 12:49:02 <jmverges> really?
  • 12:49:11 <Momodedf> maybe contentRenderingTemplates was already defined somewhere
  • 12:49:15 <jmverges> https://github.com/FluidTYPO3/fluidcontent_core/tree/development/Resources/Private/Templates/CoreContent
  • 12:49:26 <jmverges> where is the template tehre?
  • 12:49:52 <cedricziel> jmverges: https://github.com/FluidTYPO3/fluidcontent_core#special-note-about-the-textpic-text-with-images-content-type
  • 12:50:22 <jmverges> thank you cedricziel
  • 12:50:43 <oschulz> hrmp :) cant read every note in some git repos
  • 12:51:04 <cedricziel> no, but those of the extensions you use ;)
  • 12:51:56 <oschulz> hehe you are right :)
  • 12:53:02 <oschulz> but the update script issue is a graet problem i think, also when logging is not enabled... my logging wasnt enabled, so i got no message in my log, great
  • 12:53:21 <jmverges> okey, I could agree with that note, however shouldn't be available to select it from the admin, should be?
  • 12:53:36 <Momodedf> oh I didnt noticed it was still available in the liste, cedricziel is there any way to remove it from elements list since its unusable ?
  • 12:53:42 <NIMIUS|johannes> btw, you guys should consider writing a CHANGELOG, that would make updating (in general) a little easier
  • 12:53:45 <NIMIUS|johannes> => keepachangelog.com
  • 12:54:29 <cedricziel> NIMIUS|johannes: true. we're investigating the possibilities to generate it
  • 12:55:12 <NIMIUS|johannes> you should listen to the podcast that guy from keepachangelog was on - many interesting points about changelogs were made
  • 12:55:21 <NIMIUS|johannes> let me search for a link real quick
  • 12:55:22 <jmverges> cedricziel, could we remove the posibility to select Text & Image
  • 12:55:25 <jmverges> ?
  • 12:56:07 <NIMIUS|johannes> Here you go: The Changelog episode 127: http://5by5.tv/changelog/127
  • 12:56:14 <cedricziel> jmverges: afaik we cleared all ctypes and re-added them.
  • 12:56:26 <cedricziel> oh i dont like the changelog podcast
  • 12:56:33 <cedricziel> but thank you, i will listen to it
  • 12:57:07 <jmverges> cedricziel, then I should have something wrong in my configuration?=
  • 12:57:27 <NIMIUS|johannes> I can see why - the hosts are a little weird sometimes
  • 12:57:36 <cedricziel> let me cross check it before Claus can proof me wrong ;)
  • 12:59:15 <cedricziel> it's definately removed from the list of possible types: https://github.com/FluidTYPO3/fluidcontent_core/blob/development/ext_tables.php#L51
  • 13:00:03 <jmverges> I'm seeing it
  • 13:00:05 <gbod> jmverges: build your own textpic, it' not so difficult. The one from csc is bloated with options.
  • 13:00:27 <gbod> and ts of course
  • 13:01:02 <jmverges> cedricziel, I reading the code. I have that code in my local machine, however I'm able to select textpic
  • 13:01:03 <cedricziel> am i right you can select it from the wizard, but not from the ctype selector on an existing record?
  • 13:01:13 <jmverges> both of them
  • 13:01:43 <cedricziel> you can select it in both areas?
  • 13:01:50 <Momodedf> I got the same issue cedricziel, it can be selected from both
  • 13:01:57 <cedricziel> okay, thank you
  • 13:02:07 <jmverges> :D QA Team
  • 13:02:08 <jmverges> xD
  • 13:02:29 <cedricziel> hehe
  • 13:02:44 <jmverges> did you thought about implementing selenium testing=
  • 13:02:47 <jmverges> ?
  • 13:03:00 <cedricziel> selenium for backend? *shiver*
  • 13:03:27 <cedricziel> are you serious about that?
  • 13:03:36 <jmverges> is not possible?
  • 13:04:14 <jmverges> I did it for an admin in a private platform with codeception framework and I works prety nice
  • 13:04:48 <cedricziel> i would consider it a pain in the butt. as well as is testing the bigami between framework logic (read: extbase plugins), and core plugs
  • 13:05:10 <cedricziel> nevertheless: if you can proof a valuable aproach, i'd be happy to look into it.
  • 13:06:39 <jmverges> cedricziel, at the end the ux is important. If as user I shouldn't see textpic... selenium testing could prevent it
  • 13:07:01 <jmverges> cedricziel, take a look to http://codeception.com/
  • 13:07:04 <cedricziel> absolutement
  • 13:08:45 <oschulz> hey, i looked into fluidcontent_core/class.ext_update.php this script does not work when you already have an AdditionalConfiguration.php
  • 13:09:39 <oschulz> a better message instead of return message "nothing to do" is to warn user to campare the template file with the current file
  • 13:22:18 <denis-fluid> cedricziel: Is it possible to hide certain fluid content elements from users or groups?
  • 13:35:36 <Momodedf> Sorry, bad connexion
  • 13:37:19 <Momodedf> so I was asking if the bug about ctype is for every one or just jmverges and me ?
  • 13:37:52 <jmverges> I think cedricziel is taking a look to that
  • 13:38:25 <Momodedf> ok, I'll do the same on my local install
  • 13:38:38 <cedricziel> true, will do this evening when business becomes leisure
  • 13:39:01 <Momodedf> thx you
  • 13:39:08 <jmverges> thank you
  • 13:39:52 <jmverges> I'm trying to convince my new manger and workmates to move all to TYPO3 with fedext
  • 13:55:51 <gbod> Some advertisment: https://twitter.com/chris_hellmuth/status/527802440335507457 This very evening in Berlin. ;)
  • 14:09:08 <jmverges> hey folks, all this stuff is amazing
  • 14:21:34 <JohPie> cedricziel: ?
  • 14:22:38 <cedricziel> hm?
  • 14:29:19 <denis-fluid> Is it possible to hide the "header" input field from backend users? (I just want the flux input fields I have defined)
  • 14:30:47 <cedricziel> TCEFORM is your friend
  • 14:31:21 <denis-fluid> :-) Ok I will start to search
  • 14:32:25 <cedricziel> should be something lile TCEFORM.tt_content.header.disabled =1 in PageTS
  • 14:33:00 <cedricziel> important advice coming in:
  • 14:33:02 <denis-fluid> This is what I already have: http://i.imgur.com/v1Js3Hn.png
  • 14:33:09 <cedricziel> {record.header}
  • 14:33:50 <cedricziel> bjo3rn has an article on worksonmymachine.org that empties the standard lib.stdheader for fluidcontent records
  • 14:34:02 <cedricziel> that way you're free
  • 14:34:18 <denis-fluid> Oh I will search for that great
  • 14:35:04 <batjony> guys, is there still some advantages using css_styled_content instead of fluidcontent_core ?
  • 14:35:32 <gbod> denis-fluid: https://worksonmymachine.org/blog/custom-rendering-of-default-headlines-in-fluidtypo3
  • 14:36:19 <denis-fluid> gbod: perfect.
  • 14:36:50 <denis-fluid> gbod: Just to make sure if understand it correct. "tt_content.fluidcontent_content.10 >" just drops the frontend rendering. But the rendering in the backend is still there.
  • 14:37:08 <denis-fluid> To drop it there I would have to do "TCEFORM.tt_content.header.disabled =1" I assume
  • 14:37:22 <denis-fluid> (just making sure that I understand it correctly :D)
  • 14:37:51 <gbod> denis-fluid Yes, for the backend you need the TCEFORM stuff
  • 14:38:03 <denis-fluid> Fine. :-) Thank you gbod
  • 14:38:19 <cedricziel> i dont see any adantages in hiing the header field per se
  • 14:38:23 <denis-fluid> And thank you cedricziel for the hint to the TCEFORM
  • 14:38:30 <cedricziel> instead you loose introspection from typoscript
  • 14:38:38 <cedricziel> but if that's not a problem..
  • 14:38:50 <denis-fluid> cedricziel: Well why would I need it when I have only custom content elements.
  • 14:38:54 <gbod> You're welcome. Th emost part came from bjo3rn and cedricziel - I was just the messenger.
  • 14:40:28 <cedricziel> denis-fluid: bc i dont do it that way
  • 14:40:34 <cedricziel> but do as you please :)
  • 14:40:51 <denis-fluid> cedricziel: Well I don't see any advantage in the standard content elements
  • 14:41:16 <Momodedf> denis-fluid I find headers in backend usefull to name contents and remember what it is a first look
  • 14:41:41 <cedricziel> denis-fluid: 1.) naming elements
  • 14:41:42 <denis-fluid> Momodedf: Yeah that is what I thought about right now when I added the "tt_content.fluidcontent_content.10 >" to the template
  • 14:41:44 <batjony> ok gurus and messengers, do you all use fluidcontent_core instead of css_styled_content, i am just wondering if I could have issues if I switch to fluidcontent_core for new projects ?
  • 14:42:00 <cedricziel> 2.) using the header field in rendering inside the main section
  • 14:42:10 <cedricziel> batjony: try it first
  • 14:42:22 <cedricziel> that move goes bad if done in a rush
  • 14:42:30 <denis-fluid> cedricziel: Ok 1) is valid. 2) I don't know :D
  • 14:42:38 <cedricziel> you have to know the limitations
  • 14:43:02 <NamelessCoder> batjony be aware of your dependencies. Other extensions may require CSC. Incompatibility with CSC is the only real drawback of FCC (not counting the lack of textpic CType for already stated reasons)
  • 14:43:02 <FT3BOT> Welcome back NamelessCoder!
  • 14:43:50 <cedricziel> look, there's this field in the db called header, another one for the header type.. even a subheader one. why would you drop the usage of those in favour of a flexform field?
  • 14:43:51 <NamelessCoder> some features offered by CSC such as TS conditional header wrapping are no longer supported; stuff like that you may need to build yourself in the elements that should do this.
  • 14:44:03 <Momodedf> btw cedricziel I removes unsuported CType in TCEFORM (TCEFORM.tt_content.CTyper.emoveItems)
  • 14:44:16 <cedricziel> yup
  • 14:44:36 <Momodedf> I dont know if it was supposed to be done by the plugin but its a fine way to get job done to me
  • 14:45:16 <cedricziel> t least it's your duty to clean up the backend to craft a nice experience for editors
  • 14:45:21 <cedricziel> *at
  • 14:46:08 <Momodedf> true
  • 14:46:38 <NamelessCoder> CSC is an explosion of form fields ;)
  • 14:46:52 <NamelessCoder> too bad we can't evict the TCA it generates :/
  • 14:47:09 <Momodedf> End of day, sport time. See you guys tomorrow have nice day
  • 14:47:15 <NamelessCoder> it's like, "you can remove me but I'll never be completely gone! HAHA!" --CSC
  • 14:47:43 <batjony> NamelessCoder: do you have some ideas when the stable version of FCC will come ?
  • 14:55:20 <batjony> and do we expect some new features in the stable version or basicly bug fixes ?
  • 14:59:08 <cedricziel> i think fluidcontent_core works quite well batjony
  • 15:00:02 <cedricziel> it has a basic feature set which needs to be freed from some bugs and we may need to do some ux things and improved handling for developers
  • 15:00:11 <cedricziel> that's it from my POV
  • 15:12:49 <batjony> ok guys, today i have just started a new project from the scratch, so I have installed the latest dev fluid extensions and started to create some page templates
  • 15:13:04 <batjony> i have just created a simple page template http://pastebin.com/1bU0ExRX
  • 15:13:13 <batjony> set it in the root page
  • 15:13:25 <batjony> but I dont see any changes in the backend layouts
  • 15:13:59 <batjony> Do I miss something ?
  • 15:14:39 <batjony> the template has 2 grid sections - top and main, but i see the default typo3 ones: Left, Normal, Right, Border...
  • 15:16:52 <cedricziel> batjony: you have to select fluidpages as page layout
  • 15:17:12 <cedricziel> that's the tl;dr. please see fluidtypo3.org on the blog for more info
  • 15:23:39 <batjony> cedricziel: its not something which I do for the first time :)
  • 15:24:35 <batjony> i have just installed the examples in ext:fluidbootstraptheme which has some embedded page templates
  • 15:24:39 <batjony> same issue
  • 15:25:24 <batjony> when you change the template, nothing happens - and you still see the standard backend sections: Left, Normal, Right, Border...
  • 15:27:03 <cedricziel> i know that sounds unpatient. but there's two layout selectors in page properties
  • 15:27:03 <batjony> most likely something is wrong with the latest fluid versions
  • 15:27:43 <cedricziel> one, where you are supposed to choose fluidpages as layout provider, and another one to select the actual page template
  • 15:28:24 <cedricziel> on the root page of your ts template choose fluidpages on the first, and a page template for this and the sub-pages
  • 15:30:17 <NIMIUS|johannes> btw, the fluidtypo3 rss feed has the title "Dummy Title"
  • 15:30:18 <cedricziel> check?
  • 15:30:34 <batjony> i dont see options to select a layout provider
  • 15:30:49 <batjony> i have "Page Layout - this page" and "Page Layout - subpages"
  • 15:38:37 <batjony> cedricziel: so where is this "supposed to choose fluidpages as layout provider" ? is it some new feature in fluidpages, because there was not such thing in the past ?
  • 15:39:37 <NamelessCoder> batjony https://fluidtypo3.org/blog/news/fluidcontent-and-fluidpages-released.html
  • 15:43:26 <batjony> cedricziel, NamelessCoder: 10x I didnt know this new option/feature
  • 15:43:48 <NamelessCoder> the blog is where we communicate these things, always - if in doubt, check there
  • 15:44:07 <cedricziel> that's why i pointed you there ;)
  • 15:45:57 <batjony> is there an option to subscribe for this blog/newsletter and receive all new blog articles in my mailbox
  • 15:46:59 <cedricziel> sure, that's IFTTT
  • 15:47:28 <cedricziel> or use something like feed.ly which is a really nice rss reader
  • 15:50:44 <Guest|61521> Hi Guys, I have just updated flux, cleared the cache in the install tool, deleted all files in typo3temp but I am getting this error when ever i cliick on the page tool Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\WizardInterface) anyideas?? thanks
  • 15:54:48 <cedricziel> Guest|61521: more information please
  • 15:56:06 <denis-fluid> cedricziel: What is the recommended way for image selection (only one image) in the flux context? At the moment I am using something like "<flux:field.inline.fal name="content.image" multiple="false" />" but for one image the widget feels pretty strange. There is no error when a user tries to upload more than one image. The additional image gets ignored without error messahe.
  • 15:58:18 <Guest|61521> cedricziel - im running typo3 6.2.6, fluidpages 3.1.1, fluidcontent 4.1.0, flux 7.1.1 and i am testing the site with fluidbootstraptheme 1.2.0. Wehn i select any page in the page tree i get the errot 'Fatal error: Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\Wi
  • 15:58:18 <Guest|61521> zardInterface) in /var/www/testing/typo3conf/ext/flux/Calsses/Form/WizardInterface.php on line 31'
  • 15:58:58 <Guest|61521> sorry that should be in /var/www/testing/typo3conf/ext/flux/Classes/Form/WizardInterface.php
  • 16:04:34 <cedricziel> did you do the cache-dance?
  • 16:05:36 <Guest|61521> cedricziel - cleared the cache in the install tool, system cache, general cache, frontend cache and deleted all files in typo3temp
  • 16:05:47 <cedricziel> php version?
  • 16:07:54 <Guest|61521> I'm running php 5.3.3 on centos 6.5 - package - php-5.3.3-27.el6_5.2.x86_64
  • 16:13:51 <batjony> guys is it possible somehow to use the sys categories inside a custom fluid content element ?
  • 16:19:27 <batjony> lets say I have a "Tester" and I want to attach a sys category to it ? is it possible ?
  • 16:20:38 <batjony> cedricziel: do you have idea ?
  • 16:23:53 <cedricziel> after all, you should have a category selector on all tt_content records if that's what you mean
  • 16:24:55 <batjony> no i dont have
  • 16:25:23 <batjony> i have only General and Access tab, where I dont see any sys categories
  • 16:26:21 <cedricziel> is it available on your page records?
  • 16:26:49 <batjony> yes, but not in CE
  • 16:27:15 <cedricziel> (disclaimer: flying blindly here)
  • 16:27:38 <cedricziel> did you check the install tool, if categories are enabled for tt_content?
  • 16:28:42 <Guest|61521> cedricziel - any other ideas??
  • 16:29:36 <batjony> cedricziel: yes they are enabled
  • 16:33:31 <cedricziel> well batjony; i guess then it's time to enable the palette on the fluidcontent ctype
  • 16:36:47 <batjony> cedricziel: ufff sorry i just saw that i have used categories.disabled = 1 in the page ts config, something which I have copied from my previous project :)
  • 16:37:02 <cedricziel> i knew it :)
  • 16:38:56 <batjony> so as I see its should not be a problem to use the sys categories in a custom fluid element ?
  • 16:39:40 <batjony> and FAL is also possible in FCE ?
  • 16:46:39 <cedricziel> yes, via the approach you have already chosen. but danilobuerger knows best about dealing with FAL. maybe he knows how the native images field in tt_content can be leveraged
  • 16:47:40 <danilobuerger> sure you can use fal with fce
  • 16:49:35 <cedricziel> batjony: ping
  • 16:59:40 <cedricziel> well then. have a nice evening folks.
  • 17:00:43 <Akii> cya
  • 17:55:45 <jmverges> hey folks, I'm reading de documentation and I don't understand well the providers
  • 18:00:56 <cedricziel> maybe it helps when you know that fluidcontent and fluidpages are just(tm) using providers to utilize flux for what they are doing
  • 18:04:59 <jmverges> so flux is the providers used by flux are the ones in charge of tt_content and pages?
  • 18:07:20 <cedricziel> yeah
  • 18:07:51 <jmverges> I'm trying to understand the relation between FT3 and extension_builder
  • 18:08:18 <cedricziel> there's none
  • 18:08:35 <cedricziel> we maintain the extension "builder"
  • 18:08:46 <jmverges> however, could I user FT3 for extensions made with extension_builder?
  • 18:08:49 <cedricziel> builder generates a skeleton provider extension
  • 18:09:12 <cedricziel> sure. you'd have to generate a dummy extension and add some stuff manually
  • 18:09:39 <jmverges> yes, but if I need to work with Models and stuff like that ?
  • 18:09:51 <jmverges> cedricziel, some basic example or tutorial?
  • 18:10:25 <cedricziel> separation of concerns
  • 18:10:41 <cedricziel> use one extension per domain model
  • 18:10:49 <cedricziel> and one per site template
  • 18:11:31 <jmverges> sure
  • 18:12:03 <cedricziel> well then why would you use the extension builder on a provider extension?
  • 18:13:01 <jmverges> no, the reverse way
  • 18:13:14 <cedricziel> no you got me confused
  • 18:13:16 <cedricziel> *now
  • 18:13:24 <jmverges> is because I am
  • 18:13:26 <jmverges> :P
  • 18:13:32 <cedricziel> hehe