00:16:08 <NamelessCoder> also, please share your netbeans autocompletion setup, people have asked for that ;)
00:42:26 <vizArt> hi everybody ... I hope somebody can help: By using fluidpages all installed packages are shown in every page. Is it possible to activate different templates for different sites within one TYPO3 instance?
00:44:11 <vizArt> Usecase are multidomain pages ... using unique template-sets
00:49:43 <vizArt> If i understand the documentation right: https://fluidtypo3.org/documentation/templating-manual/templating/using-templates/selecting-page-templates.html (last paragraph) there may be typoscript support. But everything i try nothing works.
13:37:38 <NamelessCoder> qnic our situation: it is CloudFlare that is blocking this and our security filtering is already at "minimal". The next level of security is "off" and I am disinclined to set that. There's no option in CloudFlare to whitelist specific user agents.
13:38:49 <qnic> which means fixing netbeans is pretty much the only option, if possible
13:39:14 <qnic> you're surely not the only site to use cloudflare, after all
13:39:28 <NamelessCoder> qnic temporarily you can set port :8080 in the URL but I'm afraid this one would be an issue with EVERY site using cloudflare to serve files that netbeans attempts to access - except those running without any security filtering of course.
13:39:48 <NamelessCoder> we can't guarantee that the :8080 solution will work forever though
14:14:14 <qnic> but not in conjunction with the XHTML schema
14:14:44 <qnic> and only if the root element is a tag found inside an XML schema specified
14:16:08 <qnic> XHTML probably doesn't work since the xsd specifies the complete document structure which doesn't allow any elements from other namespaces
14:16:44 <NamelessCoder> so really it doesn't work :/
14:17:16 <qnic> how do other IDEs solve this, specifically the xhtml part?
14:17:49 <NamelessCoder> just works, probably because of a default file extension to schema map
14:20:08 <qnic> but still, shouldn't the xhtml schema disallow any custom tags as childs of html tags?
14:25:56 <NamelessCoder> if they are inside a declared namespace, sure
14:26:39 <qnic> sure they should be allowed, or sure they should be disallowed?
15:05:10 <NamelessCoder> if netbeans has *any* way to configure the UA, exploit it. Otherwise, request a change for netbeans to either set a proper UA or allow the user to define one that should be used.
17:05:54 <nigel-peach> FluidContent_Core: Can you tell me, whether it is somehow possible to define custom partials within my own provider extensions?
17:09:27 <nigel-peach> I know it is possible to override the template path alltogether, I'm just wondering whether I can use partials for a single variant
17:57:05 <qnic> NamelessCoder, not completely unrelated: https://fluidtypo3.org/schemas/fluid-master.xsd has multiple duplicate xsd:elements, e.g. be.container
18:16:43 <nigel-peach> Doesn't anyone know how to use custom partials for specific fluidcontent_core elemtents?