07:33:26 <Momodedf> it's difficult to experiment templating with references on the website, for example I found "If / Client / IsBrowserViewHelper" reference but there is no informations about available options for "browser" attribute
07:34:00 <Momodedf> is there any more detailed documentation, a collection of code snipets or tutorials somewhere ?
11:36:09 <rahulthewall> NamelessCoder bjo3rn, can I bug you guys for a bit
11:52:00 <justmike> hi there. I am using fedext for the first time and after a few hours I am really impressed by the possibilities of the 'framework'. My question: how to get the page uid in the backend? <v:page.info /> only works in frontend. I want to show some flexform-fields only on certain pages and want to show/hide them by using the current page uid in a condi
11:57:52 <fger> quick question: I'm working with config.sys_language_overlay=1 to show all content-elements in default language, if they are not translated
13:05:37 <NamelessCoder> typo3 backend, extension manager module. After install, find the top-level typoscript template and include the static template (if there is one for EXT:speciality, I don't remember if there is...)
13:45:45 <braguzz> Call to undefined method Tx_Fluidpages_Provider_PageConfigurationProvider::getGrid() in /data/www/bootstrap_package/htdocs/typo3conf/ext/fluidpages/Classes/Backend/BackendLayout.php on line 97
13:48:11 <BenjaminR> which version of fluidpages is installeD?
14:08:49 <NamelessCoder> second I would not use v:switch in this case (a page template) since this particular viewhelper prevents template from compiling (can still be cached, but takes a lot longer to render if not cached)
14:14:02 <xaver> btw. any way to reset a setting. e.g. i have a input and its inherited - its nice, but at some point it is bad
14:14:04 <NamelessCoder> the pastebin link you posted shows a template which would not work in any version of Flux
14:14:36 <NamelessCoder> maybe you cut the parts out before publishing - I can't tell. But without the configuration section I cannot tell you if there is a problem there.
14:15:00 <NamelessCoder> what was your old Flux version number and which version did you update to?
14:21:43 <NamelessCoder> damnit, that partial does have a layout :(
14:22:01 <NamelessCoder> note to self: find someone to take over maintenance of those two _bootstrap exts
14:23:06 <braguzz> is the same that you can find here https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/Resources/Private/Partials/Header.html
14:23:07 <NamelessCoder> https://github.com/FluidTYPO3/fluidpages_bootstrap/blob/master/Resources/Private/Partials/PageObjects.html is the only partial in fluidpages_bootstrap
14:23:17 <NamelessCoder> that one belongs to ext:speciality!
14:24:05 <xaver> another question - since i use the dev version i get a richtext field in every content element - under the flexform - what is that http://imgur.com/SzWgOkf -> all 3 loaded templates (Flux debug) have no RichText
14:24:07 <NamelessCoder> if you checked it out from git, remember: it requires the "development" branch of Flux etc.
14:24:10 <rahulthewall> On ext:sepciality, I enabled it in addons
14:24:39 <NamelessCoder> if you took it from the bootstrap_package download: it may, may not work - Fabien has been updating it using the git versions for a while, because we are a bit locked in regarding TER at the moment
14:25:19 <NamelessCoder> as you can see, the NEW flux viewhelper names are being used and are namespaced, so this extension simply cannot work with flux 6.0.2
14:25:23 <rahulthewall> NamelessCoder: Should I take the whole extension from git, because I can not see it under page layouts
14:25:35 <NamelessCoder> it wasn't the update of flux/fluidpages that broke your site, it was the update of ext:speciality
14:25:55 <NamelessCoder> to make it absolutely, perfectly clear guys:
14:26:10 <NamelessCoder> If you use the git version of EXT:speciality it WILL require the "development" branch of flux etc.
14:26:15 <braguzz> I dont update the speciality. I'm sure
14:26:46 <NamelessCoder> If you use the officially downloaded EXT:speciality that is in the package, it MAY or MAY NOT require the "development" branch - I don't know, but I suspect it does.
14:27:06 <NamelessCoder> then you are not using the file you linked to...
14:27:14 <NamelessCoder> you have to be very specific here...
14:27:21 <braguzz> the speciality that I use is modified by me and I downloded some time ago
14:28:25 <NamelessCoder> it has to be the actual page template which you thing you should be seeing in the backend but aren't seeing.
14:28:52 <NamelessCoder> also: in flux extension settings (extension manager gear icon) please try enabling "debug" mode which will tell you if your templates have errors
14:29:14 <braguzz> this is the home http://pastebin.com/VTK1fVej
14:29:17 <NamelessCoder> finally: EXT:builder can validate all your templates against the current versions of viewhelpers - this will report if you have any sort of incorrect argument usage
14:32:55 <fger> argh... TYPO3 6.2 beta6 doesnt mention any bugfixes reguarding the broken sys_language_fallback
14:33:00 <NamelessCoder> braguzz download the Git version, checkout branch "development", install extension in TYPO3 and use the backend module to run the validation
14:33:52 <NamelessCoder> "git clone https://github.com/FluidTYPO3/builder.git typo3conf/ext/builder --single-branch --branch development --depth 1" run that from your site's root folder
14:45:39 <xaver> cedricziel: any idear why i get the RTE since i use the dev branch http://imgur.com/SzWgOkf - the checbox name is form tt_content - rte_enabled. Can i disable that field?
14:48:12 <xaver> braguzz: that happens if the variable isn't set
14:48:21 <BenjaminR> cedricziel: Claus tried to figure out whats going wrong on braguzz setup for a hour now... maybe reading history safes you time :)
14:48:30 <braguzz> (and I also have problems in backend. I dont see pages content)
14:49:52 <cedricziel> but hey, check all the v:switch statements and check you have the variable you're switching over available in the current context
15:00:52 <braguzz> nuw I restore a saturday vmware machine
15:01:13 <braguzz> problem start when I've update vhs and fluid
15:02:31 <BenjaminR> cedric regarding page module: Call to undefined method Tx_Fluidpages_Provider_PageConfigurationProvider::getGrid() in /data/www/bootstrap_package/htdocs/typo3conf/ext/fluidpages/Classes/Backend/BackendLayout.php on line 97
15:02:55 <BenjaminR> braguzz posted that far back in history :)
15:03:13 <braguzz> @ced you are on my credits www.provincia.livorno.it/menu/menu-footer/credits/
15:06:08 <braguzz> and now back to original problem:
15:06:12 <cedricziel> those are scary: http://www.provincia.livorno.it/novita/news/dettaglionews/article/al-museo-di-storia-naturale-la-mostra-dedicata-agli-squali/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=d8cb7411966ad7f8a848f5a28059d8d8
15:10:51 <rahulthewall> sorry guys, I am a little confused again
15:11:09 <rahulthewall> I was reading what you have been writing here on IRC
15:11:26 <braguzz> tthe prolem is that randomly if I emty the caches some css and some js arent witten in typo3temp
15:11:30 <rahulthewall> and I don't get why I can't select any templates from ext:speciality
15:11:34 <fger> whoho i love nfs windows server and shared vm folders :)
15:11:35 <rahulthewall> or is that not how it works
15:12:05 <fger> and vmware shared folders have a nice file corruption bug :S
15:12:32 <braguzz> then if I reemty the caches everything turn back
15:12:34 <cedricziel> braguzz: this may happen when the filesystem is too slow or has broken records. general recommendation: update to vhs like you did before to get the latest bugfixes
15:13:48 <cedricziel> rahulthewall: what are you up to?
15:14:04 <rahulthewall> cedricziel: this error: "The template group "speciality" has been configured to use the templateRootPath "EXT:speciality/Resources/Private/TemplatesPage/" but this directory does not exist."
15:14:21 <rahulthewall> Figuring out where this configuration is
15:14:28 <cedricziel> been there, theres a patch in git
15:14:57 <rahulthewall> so that's where I got confused, I have to use ext:speciality from git?
15:30:12 <rahulthewall> I'll wait cedricziel, take your time
15:30:22 <cedricziel> rahulthewall: what are you missing?
15:30:43 <braguzz> empty caching is working (one time)
15:31:13 <braguzz> I can also update flux? nooooooo!
15:31:14 <rahulthewall> so from bjo3rn's blog I have the quickstarter template (which I see in options), I have the fluidpackages templates which I see, however I don't see any templates from ext:speciality when I want to change the appearence of a page in the backend
15:31:33 <cedricziel> do you have ext speciality installed?
15:52:52 <braguzz> I dont know what is a grunt task but probably google will say to me ;)
15:52:58 <rahulthewall> cedricziel: here is the error: " Fatal error: require_once(): Failed opening required '/var/www/zhaw38/htdocs/beta/typo3conf/ext/speciality/Classes/Hooks/TypoScriptTemplate.php' (include_path='/var/www/zhaw38/htdocs/beta/typo3/contrib/pear/:.:/usr/share/pear:/usr/share/php') in /var/www/zhaw38/htdocs/beta/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4367"
15:53:00 <mrboe-> hey guys - i created a container that should show some random content https://gist.github.com/misterboe/0e412847ebf044370e25
15:53:38 <mrboe-> i set it up in my test web and everything works - i copeid the element to another web and no content is shown
15:57:58 <cedricziel> rahulthewall: now you're on another front i see
15:58:02 <rahulthewall> now I get this: Fatal error: Class 'FluidTYPO3\Flux\Core' not found in /var/www/zhaw38/htdocs/beta/typo3conf/ext/speciality/ext_tables.php on line 38
15:59:05 <cedricziel> if you want a special page layout, copy the page template from ext speciality to your provider extension
15:59:29 <cedricziel> you shouldnt carry stuff around you dont need
15:59:35 <rahulthewall> right cedricziel, I think I will do that
16:00:17 <rahulthewall> all I want to do (or have meant to do for quite some time) is just create a fluid template that can mimic the look and feel of the static html pages that I have
16:00:21 <braguzz> I jope that it was a simply tool for minify
16:00:57 <cedricziel> braguzz: there are several ways to do it all. it doesnt apply to you for now.
16:02:15 <cedricziel> alright, i got some work to do as well, cya later guys
16:02:16 <fger> grunt ? i banned that tool temporarily for our js devs :)...
16:02:38 <braguzz> @ced and so? the site is instable right now
16:02:40 <fger> without a proper CI mechanism this causes much confusion
16:02:51 <cedricziel> fger: nice enough if you know what to do....
16:05:54 <fger> esp. grunt was a troublemaker as devs built their js-scripts with different versions of grunt, each one locally , then if that dev was in holiday and someone needed to make changes ..
16:38:30 <fger> pah -- any chance to get a ORDER BY FIELD('uid',$rootLineUids) order statement into a extbase repository :) ?
16:40:26 <cedricziel> fger: not without a manual statement
16:46:09 <fger> how would you do that in extbase 6.1 ?
16:46:20 <fger> thought the $query->statement() was deprecated ?
17:00:00 <twirsing> dont want to spam chat but i try it from another direction. in Classes/Provider/AbstractProvider.php there is set a hidden id for sections. how can i actually access it form a viewhelper inside a section?
17:01:22 <twirsing> i am of course referring to flux
17:02:30 <cedricziel> twirsing: if you iterate, you can grabe the index
17:02:40 <cedricziel> maybe that is what you're referring to
17:07:20 <fger> well just try it :)... not there anymore :)
17:08:17 <twirsing> i cannot find a variable (php) holding the id of the section, in my case I am talking about the falviewhelper. as i see it the id would be an sibling of the fal element
17:09:39 <cedricziel> query = $this->createQuery(); return $query->statement('foo from bar')->execute() fger?
17:10:02 <twirsing> what i am trying to achive is to attach the section id to the foreignMatchField
17:52:59 <fger> so a $query->statement('SELECT * FROM tx_f03wpcwhitelabel_domain_model_anwendungsgebiet WHERE uid IN ('.implode(',',$rootline).') ORDER BY FIND_IN_SET (uid,"'.implode(',',$rootline).'")'); did the trick