14:43:48 <svenDeKa> I just have a quick question about the changes concerning rte + flux
14:46:14 <svenDeKa> we upgraded flux from 7.0.0 to 7.1.2 and experienced problems with links from RTE in FCEs: e.g. file links we no longer parsed properly but stayed like <a href="url.tdl/?file:123">...
14:46:25 <svenDeKa> did anybody else experience sth like that?
15:51:08 <jmverges> hey mates, I'm trying to figure out something
15:52:47 <jmverges> Imagine that I would like to work with a product as a normal page where I can add several CE's to describe it. On the other hand, I need to manage some data with Extbase like the stock of the products. Which approach should I use?
15:59:35 <danilobuerger> Akii when did we fix that?
15:59:49 <Akii> I was told this is fixed in the dev branch
16:00:39 <danilobuerger> ah yes, i did change the rte defaults after 7.1.2
16:00:51 <danilobuerger> already forgetting my own commits
21:02:00 <xaver> vhs is resomsable to create fields in fluidpages or conntentelements in backend and not in sysfolders with item lists
21:02:09 <NamelessCoder> you can: 1) use flux to generate the form that TCA normally would, 2) define such a form in the following ways: annotations, PHP, Fluid, TypoScript.
21:02:59 <NamelessCoder> you cannot: 1) generate the SQL, 2) make this fully automatic, 3) utilise TCA features which are not supported by flux, e.g. palettes, showitem-lists.
21:03:17 <xaver> but you would need to write getter and setters - extension_builder creates both TCA and model
21:03:18 <NamelessCoder> you cannot: 3) generate repositories or have these work by convention.
21:04:23 <NamelessCoder> so: Flux does not generate your model or your SQL. You can choose to replace the TCA part with Flux and you have a few options for that, all of which are currently undocumented except for an early video.
21:04:40 <NamelessCoder> https://vimeo.com/74294449 is that video
21:05:23 <gbod> EXT:fluidshare gives some hints too.
21:05:25 <NamelessCoder> EXT:flll will generate and auto-update .xlf files for your extension(s) so you can offload that task.
21:06:13 <NamelessCoder> and unfortunately this is the point where hints and support runs out; teaching the use of all details of this would take more time than writing the docs would and I'm already too short on time to write those docs.