00:07:46 <BenjaminR> About variable names: Myself simply trusted in NamelessCoder regarding this convention and afterwards you get familiar with it very fast :)
00:08:47 <BenjaminR> Well - second appraoch to say good bye! over and out
06:33:27 <bjo3rn> nice April joke: http://www.heise.de/newsticker/meldung/Kabelverstopfung-Telekom-aendert-Strategie-gegen-Skin-Effekt-2157959.html
06:36:07 <randomresult> hre Uploadraten zu erhöhen, um beim Freispülen der Leitungen zu helfen. Mittel der Wahl dürfte dabei Bittorrent werden, arbeitet das Protokoll doch besonders effektiv gegen den Skin-Effekt.
06:36:25 <randomresult> hell yeah. i would love to speedup my upload
06:36:41 <randomresult> ok. thanx for the hint... prepare to get fooled today.
07:28:11 <Outdoorsman> randomresults For someone who knows nothing about fluid yet, is there anything I can do to help on the fluidbootstraptheme extension? This is very important to me to have going as soon as possible. I have a rather large project that I'd like to release with it in about 2 weeks.
07:29:32 <Outdoorsman> Sadly there's not really any stable bootstrap anything right now for 6.2.
07:34:37 <artisticMink> Good morning, i have an issue, with the v:media.image.height View Helper with vhs 1.8.2. I prepared a pastebin with further information: http://pastebin.com/JS4fSaej
08:45:31 <artisticMink> Didnt know it could work with a file id. Thanks. However, it triggers pastebins line 8 to 10 As if the content does not get parsed. But i cant imagine that. I probably have a syntax error somewhere.
08:47:57 <bjo3rn> the viewhelper expects a relative or absolute path, no url
08:48:54 <bjo3rn> I have no experience with fal whatsoever unfortunately (yet).
08:51:56 <artisticMink> The uri view helper returns a relative path. media.image.height for example should add the server path which would result in a absolute path that is valid. Thats what causes me headaches.
08:52:29 <tom_at> i have a problem with a FAL field for multiple images, here my field: <flux:field.inline.fal name="images" label="{v:l(key:'flux.fce.sheet.images')}" maxItems="100" multiple="true" allowedExtensions="jpg,jpeg,png,gif,pdf" />
08:52:34 <tom_at> when i upload a couple images all of them are correctly uploaded but only 3 added to the field. is my field configuration missing something or is this a FAL bug?
08:52:37 <artisticMink> /my/hosting/path/xxx/xxx.xxx.xx/fileadmin/proper/path/to/file.png should be the result of <v:media.image.height path="{imgUri}" />
08:52:55 <artisticMink> Oh well, not the result. But the path the view helper works with.
08:53:17 <bjo3rn> artisticMink the path is determined using \TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName($path) which seems to fail here.
08:56:34 <bjo3rn> artisticMink confirmed. I'll create a fix.
08:56:47 <bjo3rn> tom_at this is danilobuerger country ;)
08:58:24 <artisticMink> bjo3rn: So its actually a bug instead of my stupidity? Oh my, i'm almost relieved. I should've probably started debugging the core functions earlier. Also thanks for the extra work.
09:00:31 <bjo3rn> well, I'd actually not call it a bug. /fileadmin/bla/file.ext is not a relative path but a relative url. we need a path relative to the site root or an absolute one. I'm sure there's a way to get that from a fal entity.
09:02:01 <artisticMink> bjo3rn: Alright, i think i got you.
09:03:10 <bjo3rn> what do you get with {image.originalResource.publicUrl} ?
09:03:52 <bjo3rn> or maybe do a <f:debug>{image.originalResource}</f:debug>
09:07:02 <artisticMink> I'll test it. May take a minute or two.
09:11:10 <artisticMink> Oh well. I just noticed that, in the end of 2013, the v:media.image was added and this thing solves all my problems. Do you still need the above information?
09:11:35 <bjo3rn> no, if you're fine with that one all is good ;)
09:12:00 <artisticMink> I'm perfectly fine. Thanks for the help.
10:09:32 <alexanderdick> I have a problem with <flux:field.inline.fal /> - when I add multiple images to that field in the default language and I afterwards translate that record, none of those images are available in the translated record. I just don't see them.
10:10:47 <BenjaminR> alexanderdick: you could show me your template for some common mistakes - if i dont see anything this is a question for danilobuerger :)
10:13:31 <alexanderdick> I've also played with localizationMode etc. with no luck
10:21:23 <alexanderdick> with showPossibleLocalizationRecords I see "some" records (for example 1 image instead of 3) greyed out, which I can't translate
10:33:30 <alexanderdick> showSynchronizationLink - does also not show up at all
10:34:05 <BenjaminR> so its danilobuerger who might be able to help
10:38:28 <alexanderdick> ok then I have to wait for him :)
10:49:29 <alexanderdick> maybe it has not even something to do with the FalViewHelper but AbstractInlineFieldViewHelper
10:57:30 <adi77> Hi, I followed this instructions http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html to upgrade to flux 7. Now I get the following error: Fatal error: Class 'FluidTYPO3\Flux\Core' not found in /Users/bootstrap_package/htdocs/typo3conf/ext/fluidcontent/ext_localconf.php on line 17. What did I miss?
11:33:09 <BenjaminR> that is really no solution :)
11:35:15 <randomresult> we never managed to get rid of this field.
11:37:07 <ad_on_is> i followed the upgrade instructions, now i'm getting the following error: "Could not analyse class:FluidTYPO3\VHS\ViewHelpers\Extension\Path\ResourcesViewHelper maybe not loaded or no autoloader?"
11:37:40 <BenjaminR> wrong Namespace defined in template for vhs?
11:41:26 <xaver> another small question. The Customer has a lot of settings like Google Analytics code and Copyright stuff. Where do i put the fields - 1 place to handel all that stuff, Template settings available in subpages and not editable
11:42:09 <mrboe> @xaver randomresult and me tried a lot - we recreated our extension with only very simple elements in there to find out if there is any mistake from our side. but we find nothing
11:44:06 <xaver> i tried to use normal page settings - but failed - it is inherit, but sometimes saved for this page
11:44:15 <ad_on_is> great! migration went well... buut
11:44:24 <ad_on_is> i'm still having issues with wizzard-tab and fluidcontent
11:52:28 <ad_on_is> ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;
11:52:52 <danilobuerger> tom_at still need help with your fal issue or did you solve it?
11:53:51 <adi77> Do I have to modify something on the page tree after upgrading flux fluid_content and fluid_pages? Can't get rid of this error: The requested page didn't have a proper connection to the tree-root!
11:54:12 <BenjaminR> danilobuerger: alexanderdick asked for help on translations for fal
11:57:11 <NamelessCoder> xaver google-analytics is on every page so you should aim for the least impact: TS-defined VHS asset with "type" and "content" properties, optionally set to "standalone"
11:57:32 <ad_on_is> 3. add new html-file in fce directory -> new entry in fce-tab is not displayed
12:00:03 <NamelessCoder> ad_on_is FCE definitions are cached in dedicated cache tables: they are not created automatically if you pull from git. Install tool should create the tables in the "cf_" scope and upon first rendering of either page module, record editing (tt_content) or frontend display, the FCE definitions should rebuild and become used by the new content wizard.
12:01:40 <ad_on_is> @NamelessCoder looks like they don't get rebuild
12:02:53 <NamelessCoder> ad_on_is in that case, enable flux debug and it shoud tell you more on first page load after clearing the cache (messages accumulate as session flashmessages)
12:04:21 <Denyerec> [00:54] <Denyerec> This rocks,
12:04:21 <Denyerec> [00:54] <Denyerec> Already I hate the idea of TV
12:04:32 <NamelessCoder> definitions are built as follows: 1) all TS templates detected, 2) those templates parsed on each page that has a template, root or not, 3) pageTSconfig conditional "if page is in rootline" statements are built and cached, 4) this pageTSconfig is thawed from cache and used in new content wizard and "Fluid content type" selector. Rebuilding triggers from the ConfigurationService in Fluidcontent
12:05:16 <NamelessCoder> as such, the fluidcontent cache table should contain ONE record
12:05:41 <NamelessCoder> is your site HUGE re: TS setup...? 100's of TS templates?
12:18:57 <NamelessCoder> danilobuerger alexanderdick I'm not sure about this but... maybe the problem is in the way we use page data to resolve the records. Maybe we need to manually apply the page overlay?
12:19:22 <danilobuerger> NamelessCoder the page media field has nothing to do with us...
12:19:40 <alexanderdick> first it has to work in the core :D
12:19:58 <alexanderdick> BUT it is working with the default "images" content element
12:20:06 <alexanderdick> there the translations work as expected
12:20:25 <alexanderdick> in my fluidcontent element with the fal field the translation does not work as expected
12:20:45 <NamelessCoder> then there is a difference
12:20:59 <alexanderdick> the default element is the csc element
12:21:03 <NamelessCoder> first of all, CSC uses a TCA field with a lot of added setup
12:21:19 <danilobuerger> NamelessCoder alexanderdick alright i found a multi lang setup... i can reproduce this with typo core.. media in pages doesnt get properly localized
12:21:40 <alexanderdick> thx! great bug in new 6.2 LTS
12:21:40 <NamelessCoder> second, CSC selects these records using the cObject which we don't (as in: that cObject may be applying the overlay)
12:23:36 <NamelessCoder> this could be in FAL (when selecting records based on page) and it could be in the page overlay (not being able to overlay this field or ignoring it for some reason)
16:15:04 <xaver> i updated the preview web to 6.2 from flux 7.0-dev and so on - afterwards all content elements are outsite the cloumngird and also inside the column -if i deleete one the other is gone - what did i miss?
16:16:03 <NamelessCoder> xaver you allowed tt_content.colPos to be ALTER'ed to unsigned int without first running Flux's upgrade script
16:16:23 <NamelessCoder> ...and the only way to recover is DB backup restore
16:36:41 <Denyerec> Was I supposed to figure that out? :)
16:37:32 <danilobuerger> its not documented very welll... if you have nothing inside v:page.menu then its auto render... which will do levels as you specify by "levels"
16:40:56 <Denyerec> Still it's rendering siblings.
16:41:06 <danilobuerger> but the important thing to remember with v:page.menu is -> it will only auto render if you have nothing inside... other than that it will auto render
16:41:11 <danilobuerger> what do you mean by siblings?
16:41:23 <danilobuerger> it is supposed to render siblings of level 0
18:39:11 * randomresult is off for a while... see u all
19:10:59 <moger_xx> when using <v:asset> viewhelpers, everything works fine, except the little flaw that i'm getting "holes" in the resulting source code
19:11:16 <moger_xx> anyone know a workaround to prevent this?
19:11:34 <moger_xx> i mean linebreaks with "holes".
19:58:51 <Guest|47570> Hi all! I have a problem upgrading from 6.0.4 to 7.0.0 on an upgraded typo3 6.2 (upgraded from 6.1.5). When I install FLUX I get an error in the extension manager. The version is from TER and the error I get is due to a require_once(...Classes\Utility\Version.php) in the flux directory. The file is really not there...
20:01:27 <danilobuerger> Guest|47570 Version.php got renamed to VersionUtility.php
20:02:06 <danilobuerger> please be aware of the colPos change: http://fluidtypo3.org/blog/news/new-colpos-value.html
20:02:19 <Guest|47570> Ok, already tryed renaming it (I supposed that was the error). The problem is in the typo3 relased core??
20:02:46 <Guest|47570> I got another error about something linke "unable to get class Utiliy_...
20:53:12 <danilobuerger> Denyerec here are v:if usage examples -> https://github.com/FluidTYPO3/vhs/pull/401
20:53:14 <NamelessCoder> v:if is like that combined screwdriver and top wrench which has six bends and is 1,2 meters long but is the only tool you can use when dismounting a car engine.
21:58:38 <danilobuerger> you know how we killed csc with fcc... we are going to do the same thing with flexforms.... RIP flexforms... we are just gona murder them
22:08:17 <Denyerec> danilobuerger - let's say I wanted to use this fromage thing...
22:08:27 <Denyerec> ...roughly how long is a basic contact form going to take?
22:08:49 <danilobuerger> you would have to ask NamelessCoder ...
22:09:00 <BenjaminR> good question Denyerec - but what do you expect it to do in that basic version
22:09:11 <danilobuerger> NamelessCoder is the master of it
22:10:02 <Denyerec> Email site owner if not spam, email spam contact if it is spam, email the sender with a confirmation, display a flashmessage / remove contact from from view with success message in place.
23:37:22 <Denyerec> NamelessCoder - with this fromage thing, if someone configures a form in the BE, will there be a convenient way to export it ?
23:37:34 <Denyerec> (EG an export-to-flux option or something)
23:37:38 <Denyerec> Just thinking about deployments is all.
23:41:45 <NamelessCoder> well, that depends on a lot of things - off the bat, no. That plugin is intended to created ad-hoc forms as content only. But there's no telling what might happen in the next few months after Flux gets record-based storage.
23:49:23 <Outdoorsman> Hmmm doesn't appear that there's really much going on with fluidbootstraptheme... it really doesn't look like there's a ton of work to do there but maybe I'm wrong. I've pinged randomresults a few times more about ETA and got no response.
23:49:59 <danilobuerger> Outdoorsman well it is open source after all ;-)
23:50:50 <Outdoorsman> I offered to help but didn't get a response on that either. He probably was just not watching at the time or something.
23:51:22 <NamelessCoder> he has a strange way of not being around when we are :)
23:51:36 <danilobuerger> So you want to use bootstrap or why are you waiting on this?
23:52:28 <Outdoorsman> yes. I really do want to use bootstrap and would sure like to develop with something I don't have to redo all my templates for down the road.
23:53:12 <danilobuerger> i personally despise bootstrap, but maybe looking how fluidtypo3.org implements it will help? https://github.com/FluidTYPO3/fluidtypo3org
23:53:16 <Outdoorsman> I'm getting error with both options, fluidbootstraptheme as well as fuildpages_bootstrap.
23:53:59 <Outdoorsman> I noticed your comments about it a while ago but stayed out of it :)
23:55:47 <NamelessCoder> danilobuerger the main thing here would be the reusable content that is being made more starting-point-like (yay, words...) in fluidbootstraptheme than it was in fluidcontent_bootstrap
23:56:23 <NamelessCoder> I told Outdoorsman to wait because the successor ext is likely to be maintained and developed more actively than our two bootstrap exts
23:57:51 <Outdoorsman> I guess I haven't really used Foundation much yet, but it appears to be more what it is labeled... a foundation. I am very good at CSS but it still saves some time as long as you don't have to change every option in which case it becomes a pain. Just depends on your model I guess.
23:59:05 <Outdoorsman> That's (at least at this point) why I chose Bootstrap. There is also a larger following which can be beneficial in *some* cases.
00:21:49 <Outdoorsman> I do this... git clone https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git typo3conf/ext/fluidbootstraptheme && cd typo3conf/ext/fluidbootstraptheme && git checkout development && cd ../../..
00:21:53 <Outdoorsman> ...AND GET THIS... error: The requested URL returned error: 403 Forbidden while accessing https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git/info/refs
00:22:08 <NamelessCoder> there is something horribly wrong on github right now
00:22:16 <NamelessCoder> I'm also getting errors/timeouts left and right
00:28:11 <soee> what do i have to do, to get output of my fluidpages in forntend ? i have grid in backend for frontpage but no output in forntend at all
00:28:37 <danilobuerger> soee please gist your page template
00:29:24 <soee> oh one second, do i need to add vhs namespace ?
00:29:39 <danilobuerger> not necessarily, but probably
00:46:08 <NamelessCoder> same as my experience here so that's a good sign
00:46:59 <Outdoorsman> If I clear all the cache then edit the root element I get this... Flux Debug: Argument "options" was not registered. (1237823695)
00:47:17 <Outdoorsman> Edit the root page that is.
00:48:42 <NamelessCoder> when fluidbootstraptheme hits TER you should switch to purely TER versions of every ext
00:53:06 <Outdoorsman> GitHub still reports "We're experiencing problems with repo operations and are working to restore functionality." so I suspect that is why I'm not able to git flux dev right now. It gets stuck.
00:53:32 <NamelessCoder> I get the same every 5/6 tries
00:53:41 <NamelessCoder> some requests get through so keep tryin'
01:21:05 <NamelessCoder> Outdoorsman hope you get a hole punched through to github today - I'm done for today and will be unavailable tomorrow, unfortunately.
03:20:11 <Outdoorsman> Hmmm not sure what I'm doing to cause this, but the RTE is not showing up in my content elements. Is this something that has to be enabled when using FuildTYPO3 stuff?
03:20:51 <Outdoorsman> rtehtmlarea is enabled and set to Typical in the extension manager.
03:32:50 <Denyerec> I have a vague memory about reading this somewhere in a blog or in the docs
03:32:54 <Denyerec> I think you'll have to google for it :/
03:54:54 <Outdoorsman> Alright. I'll see what I can come up with.
03:56:04 <Outdoorsman> do you have a vague recollection on what keywords you used to find a solution? When referring to this stuff, is flux, fluid, fedext the primary keyword?
03:58:57 <Denyerec> Good luck, I have to crash out
04:48:07 <Outdoorsman> I still am not seeing RTE controls for any of my Text content elements. I also updated all extensions to the latest dev versions (fluidcontent, fluidpages, flux, vhs, fluidboostraptheme) and the issue still persists.
10:57:23 <Loranus> Hello! I have a quite basic question concerning fluid. When i create an element of type "file" and render it with something like <f:image src="uploads/pics/{image}" alt="" /> - how can i make the part "uploads/pics/" dynamic if a user pics a file with the file browser?
12:05:15 <randomresult> sorry, i need to do a phone call
12:06:51 <alexander_dick> no, that is not what I mean. I want to access the "image" variable (created inside the partial section) in the parent section
12:08:27 <randomresult> do u have arguments={_all}
12:19:28 <BenjaminR> alexander_dick: quite busy right now but if its about fal i created a gist some days ago how to use it on page tmeplates or fces: https://gist.github.com/benjaminrau/9833031
12:20:13 <BenjaminR> A set var is only available in the given scope
14:11:10 <alexander_dick> @BenjaminR does this also work with sliding?
14:11:43 <alexander_dick> slide up to the first page with images
14:11:58 <BenjaminR> didnt try - not relevant in my usecase
14:14:01 <misiak> Hi. Just question: are there any known problems with fluidcontent in TYPO3 6.2? I Inserted my FCE and i get white page on FE. I used the same FCE in older TYPO3 versions without problems. Thnx
14:14:41 <BenjaminR> misiak: if you migrate from flux 6.X to flux 7.0 you need to check the migration guide
14:28:37 <cedricziel> i feel that external variables should be set in the layout-and thats exactly what you're doing despite you doing it in the template
16:38:07 <soee> hi, when using fluidpages is it possible to slide content from some section of root page and display it in FE but not in backend layouts ?
17:08:27 <adi77> I upgraded to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong?
17:21:53 <adi77> I just upgraded the 3 ext's fluidcontent, fluidcontent_bootstrap and flux from FluidTypo3 repo and made a db compare in the install tool.
17:25:22 <Outdoorsman> Sweeeeet! I see some good progress was made on fluidbootstraptheme today :)
17:25:37 <Outdoorsman> Downloading the latest dev...
17:26:03 <Denyerec> moger-xx - given that it's an extra field / param, it might not be impossible to implement yourself ?
17:26:20 <Denyerec> Should basically be a copy and paste of any of the other text properties
17:26:28 <Denyerec> Although maybe Claus has a reason for not implementing it.
17:37:33 <Outdoorsman> I still don't know why my Rich Text Editor (RTE) controls don't show up for me. I'm using fluidbootstraptheme although I don't know that the issue is with that extension.
17:39:13 <BenjaminR> moger-xx: i think claus NamelessCoder will find some time if you make it a paid feature beside the 1000s of free ones :)
17:39:30 <Outdoorsman> I checked out this bug report but didn't necessarily know what to do about it since the solutions wasn't given. https://github.com/FluidTYPO3/flux/issues/339
17:40:19 <BenjaminR> Outdoorsman: the comment says that the extension in question is not ours :)
17:40:25 <Outdoorsman> Has anyone else has issues with a unmodified install of these extensions not showing the RTE?
17:57:22 <Denyerek> So I now have a page where I want the "decorating" done differently
17:57:30 <Denyerek> But all the underlying data is identical to the existing page template.
17:57:45 <Denyerek> Does this mean I need to duplicate the template, then keep them in sync ?
17:58:15 <Outdoorsman> @BenjaminR The bug report was put under flux. However, it appears to have been an error with fuildpages_bootstrap. So you are thinking that I should take this up with randomresults?
17:58:44 <Outdoorsman> You think it may have to do with fluidbootstraptheme in my case?
18:09:30 <pedda> does one of you guys use some colPos magic for FCE's like accordion or tab?
18:10:12 <pedda> if i change the order of my accordion items, the nested content does not change accordiingly
18:11:48 <adi77> I upgraded my typo3 6.1.7 project to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong? https://www.filepicker.io/api/file/iFJ5M6jTTNStdgi1G4UM
18:12:38 <danilobuerger> adi77 did you run the flux 7 update script?
18:15:52 <Denyerec> cedricziel was on a roll and must have rolled off :(
18:16:00 * Denyerec is still pondering the Template/Layout thing
18:18:40 <pedda> Denyerek: you could rely on a partial for your flux settings
19:11:44 <Denyerec> danilobuerger do you have a moment ?
19:19:08 <soee> i have column defined: <flux:grid.column colPos="5" name="Box1" /> and if i want to show its content: <div class="col-md-4"><v:page.content.render column="Box1" /></div> it always shows content from colPos=0
19:19:34 <soee> same for other columns - all have content from columnt with colPos 0 any idea why ?
19:21:04 <Denyerek> soee, can you look at the columns item from fluidcontent_bootstrap
21:02:39 <Denyerek> so the "then" and "else" parts of the conditional are output.
21:02:53 <Denyerek> and if there isn't one, the IF should be tagged on the end of the chain to control it.
21:05:56 <BenjaminR> well to understand chaining better you have to know that this is from children to parent not parent to children. so -> means pushing "content" to a viewhelper. what this also brings with it is that you cant have multiple children. so you can assign whatever the viewhelper uses as rendernChildren(). for an f:if for example this is per default f:then
21:06:05 <BenjaminR> i cant describe better... hope its enough for now :)
21:06:20 <Denyerek> Ahh, so you kinda read it backwards
21:06:40 <BenjaminR> yap - right to left would be parent to children
21:06:42 <Denyerek> I've got a template nesting error... Is that a case of manually identifying it ?
21:57:04 <danilobuerger> need to send that to my wife as well :D
21:59:33 <rosieres> anyone here who can give a hint on [__referrer][arguments] in extpase forms ?
22:01:18 <danilobuerger> rosieres not with that little of information
22:03:53 <rosieres> In my form there a are lot of chunked data in that array ( 4-5 mb ) while travelling though the form session over multiple actions . . . so I cannot believe that this is normal in extbase . . . so I found this at the moment . . . -> http://forge.typo3.org/issues/25801 especially the part of the unnecessary data
22:07:14 <rosieres> The problem is that this array data is posted on every action in that form . . . with a VDSL no deal . . . but on a small bandwidth . . . someone will puke
22:07:38 <rosieres> danilobuerger any idea about or to solve this ?
22:24:42 <Outdoorsman> randomresults I'm still here... I just check in every little bit, so ask or comment away. I will get back with you if I don't see it right away.
07:12:32 <rawai> Installiert man css_styled_content + fluidpages_bootstrap alles ist OK
07:13:56 <rawai> jedoch der Fehler liegt wohl in den TS settings der fluidpages_bootstrap denn wenn diese eingebunden werden erscheint der Fehler
07:16:22 <rawai> fluidpages_bootstrap +fluidcontent_bootstrap without the TS settings are working but as soon as you include those TS settings the complete site is TYPO3 6.2 Fluid Flux based site is failing
07:19:33 <rawai> nevertheles in the bakcend you still get typo3_src-6.2.0/typo3/sysext/lang/Classes/LanguageService.php line 250
07:20:27 <rawai> getting this error by going WEB - Page - choose Rootpage - ERROR
08:05:46 <rawai> Updated 5 days agoof both fluidpages and fluidcontent bootstrap
08:50:49 <misiak> Hi, i was going thru flux 7 migration manual (i used the php migration script), but i have still white page on FE when i insert any FCE on page. Any idea what else can be wrong?
09:21:10 <misiak> and another interesting thing: i can see the same FE via View Modul in BE correctly
09:26:17 <misiak> i am working with updated ft3_empty 0.0.1 which was working well in previous flux and typo3 version
09:26:55 <misiak> is there any another example for flux7 and typo3 6.2 for testing?
09:35:35 <misiak> randomresult i turned on the development settings in install and i get: Fatal error: Call to a member function calcPerms() on a non-object in /typo3conf/ext/flux/Classes/ViewHelpers/Be/ContentAreaViewHelper.php on line 72
09:36:45 <randomresult> so maybe u use an outdated viewhelper
09:39:47 <misiak> randomresult but BE flux debug is OK...all green
09:42:18 <randomresult> try to move all templates out... then add one after another and see when this happens. that is what i would do AFTER i asked someone who has a @ infront of his name. :)
10:58:01 <xaver> any problems with fluidcontent and solr search index ...
11:05:22 <BenjaminR> really dont think so because NamelessCoder is working strongly with solr
11:07:09 <mrboe_> anybody have had the problem that you could not create a new "text" element inside a FCE but able to drop a text in (6.2; all latest dev)
11:07:37 <mrboe_> the "plus" symbol is not clickable
11:14:10 <misiak> mrboe_ i have problem with FCE in typo3 6.2 with FE rendering but i also have that plus symbol problem as u wrote, but its so not important than FE rendering..is FCE FE working OK for u? I have flux7.
11:42:36 <alex_schnitzler> There has been the possibility to link headlines. How do I handle this with fluidcontent?
11:43:34 <BenjaminR> Hi alex! I started with fcc yesterday so i am not very experienced with it yet but i would guess you will have to overwrite that Properties/Header template?
11:46:17 <NamelessCoder> yep, that's the way (remember to also override the header output partial)
11:46:39 <alex_schnitzler> Well, first of all there is no link field any more
11:46:43 <alex_schnitzler> How do I get that back?
11:46:57 <adi77> I upgraded to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong? I upgraded to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong?
11:47:21 <NamelessCoder> in Properties/Header.html partial you can add an flux:field.input with flux:wizard.link which is how the core's field would appear
11:47:56 <xaver> anybody gets this error in backend - edit page http://nopaste.chaoz-irc.net/view/a8f153bf - only on all pages
11:48:20 <NamelessCoder> in Content/Header.html Partial you then check if a link exists and if it does, wrap your H*, container or text in header with v:link.typoLink (iirc name)
11:49:51 <alex_schnitzler> NamelessCoder: Do I have to adjust plugin.tx_fluidcontentcore.view.overlays.templates.templateRootPath first?
11:50:14 <NamelessCoder> yes, ideally - you can also override the old school template path
11:51:25 <alex_schnitzler> Don't get that. Do I have to adjust the templates path only or do I have to adjust template/layout/partials paths?
11:53:28 <BenjaminR> where is the typo my friends: {v:content.resources.fal(field: 'settings.image') -> v:iterator:first() -> v:var.set(name: 'settings.image') -> v:if.type.isInteger(value: settings.image)}
11:55:03 <NamelessCoder> alex_schnitzler to be perfectly clear: your current use case suggests you need to override OR overlay the partialRootPath. Whether you choose to overlay or override is of less significance, as long as you are a ware of how the two stategies work. You must overlay or override two templates: Properties/Header.html and Content/Header.html partials.
11:55:14 <BenjaminR> settings.image is a variable so without ''
11:56:22 <alex_schnitzler> NamelessCoder: Do you have information about the difference between overlay and override?
11:57:00 <BenjaminR> NamelessCoder alex_schnitzler: EXT:view has some good documentation about that feature not?
11:57:03 <alex_schnitzler> Currently I overlay the template path only
11:57:05 <BenjaminR> and overwrite is what we know from history
11:57:13 <NamelessCoder> alex_schnitzler overriding requires you to contain *all* the partials of the original extension in the path which you override. Overlays allows you to place only the files that should be different, in the path you register as overlay.
11:57:35 <alex_schnitzler> I see. I want to overlay!
11:57:43 <NamelessCoder> sounds like you do want to overlay ;)
11:57:53 <NamelessCoder> but you'll need to overlay the partialRootPath, not the templateRootPath
11:58:52 <alex_schnitzler> Thanks, now I get it and it works.
12:04:23 <alexander_dick> hi guys. i have a quick configuration (TS) question...
12:04:55 <alexander_dick> context: provider extension with page templates, content elements etc.
12:05:04 <alexander_dick> settings defined via plugin.tx_foo.settings
12:05:45 <alexander_dick> settings are accessible in frontend but not in the flexform config of my content elements (<f:section name="Configuration"> )
12:06:04 <BenjaminR> NamelessCoder: id like to hear your opinion about that v:if.type.isInteger - idea about that is to make it able to render that fce from extensions and pass settings.image. settings.image is integer only if its not rendered from outside
12:06:16 <alexander_dick> the {settings} object is NULL
12:07:18 <BenjaminR> alexander_dick use v:var.typoscript(path: 'plugin.tx_yourext.settings') -> v:var.set(name: 'settings')
12:07:27 <BenjaminR> plugin settings are not available in be
12:40:38 <xaver> hp typo3/cli_dispatch.phpsh extbase builder:fluidsyntax :( Version number in composer manifest of package "fluidpages_bootstrap" is missing or invalid
12:41:17 <BenjaminR> cant help you with that - its refactored actually
12:57:41 <xaver> BenjaminR: this is the problem <flux:field.input name="theme.googleDataLayer" label="Google Data Layer (optional)" transform="array" inherit="0" size="50" placeholder="key:val, key2:val2"/>
12:59:05 <soee> when inside grid using 2 columns and they have colspan=3 and colspan=9 why do they render 50/50 width ?
12:59:15 <xaver> transform="array" without a entry in DB XML Flexform causes a error
13:19:25 <xaver> if a empty Flexform entry is DB it works
13:20:03 <NamelessCoder> it should contain a JS-as-string function call which fx respects "requestUpdate" and eval. There is no apparent cause for this error.
13:24:58 <NamelessCoder> I want to say it's a core bug in creating the $iOnChange variable - possibly, arguments were added to a method and one or more calls were not adjusted, somehow making $iOnChange contain what should be $defaultValue (which is inherited from parent page if empty, which would make the inherited variable an array instead of a string which is the normal behavior for an "input" type field.
13:25:36 <NamelessCoder> but the catch is, you should avoid transform="array" on inputs for this very reason. Rather, v:iterator.explode the value in your view
13:25:56 <NamelessCoder> transform="array" makes great sense on fx "group" type fields.
13:50:03 <xaver> i use exploade later to splite the key=>value
14:07:38 <FT3BOT> Issue 143: [BUGFIX] Remove bodytext RTE field from fluidcontent elements before TYPO3 6.2 https://github.com/fluidtypo3/fluidcontent/issues/143
15:23:08 <mrboe_> Windows Episode 8 "Retrun of the Start Button"
15:25:18 <BenjaminR> btw re-using a fce template in a third party extension first time: <v:render.template file="EXT:vmtemplates/Resources/Private/Templates/Content/HeaderImage.html" variables="{settings: {image: {url: 'fileadmin/headerImage-small.png', alternative: 'MEC G', width: 1280, height: 216}}}" paths="{v:var.typoscript(path: 'plugin.tx_vmtemplates.view')}" />
15:39:30 <Stephan> Grettings! Is there a place where i can find the *xsd files for fluid flux vhs? The links on the dokupage are broken/ the files doesn´t exist.
15:40:17 <BenjaminR> Hi Stephan. cedricziel might be able to help you
15:43:05 <Stephan> Ok, i will contact him in a single chat. Thanks
15:43:32 <alexander_dick> http://forge.typo3.org/issues/57472 isn't getting any love either
16:13:38 <NamelessCoder> Stephan http://fluidtypo3.org/schemas/
16:36:31 <Stephan> You are my hero of the day NamelessCoder ;)
16:39:22 <mrboe_> @NamelessCoder if i use <f:render section="BE{split -> v:format.case(case: 'split')}" - i must have a empty section called BE
16:41:22 <mrboe_> is that normal - if i dont have that the my
16:41:41 <mrboe_> sorry if i dont have that section my backend is broken
17:28:12 <rahulthewall> Where do I find the list of extensions that I need to install on the new website
17:28:16 <rahulthewall> the old website had a handy list
17:29:02 <ad_on_is> hi, i have a funny question about flexform
17:29:13 <Outdoorsman> flux vhs fluidcontent fluidpages are the main ones I believe
17:29:26 <ad_on_is> is it possible to somehow style the output, using something like $TBE_STYLES['colorschemes'][0]='red,yellow,blue,olive,green';
17:30:01 <ad_on_is> i.e when using registerFluidFlexFormPlugin()
18:03:51 <BenjaminR> What is wrong with this condition <f:if condition="{v:var.typoscript(path: 'plugin.tx_vmtemplates.settings.contentArea.inheritance.footer')} == '-1'">
18:04:10 <BenjaminR> debugged output for v:var.typoscript in configuration section and it is '-1'
21:35:30 <Guest|29327> I have an issue with fluidcontent. I always get the error 'The default controller for extension "Fluidcontent" and plugin "Content" can not be determined. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php'
21:36:10 <randomresult> Guest|29327 version of all. t3 flux fluidcontent fluidpages vhs
21:36:59 <Guest|29327> (it's in an ajax request, implemented with the eid dispatcher)
21:37:00 <randomresult> Guest|29327 u use TER or GIT versions. if Git which branch?
22:16:20 <Guest|59069> vhs 1.8.4 and got a problem with loading the FCE in an ajax request using eID
22:17:12 <Guest|59069> If i try to load the content object with the RECORDS function I get the following error: The default controller for extension "Fluidcontent" and plugin "Content" can not be determined. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php
22:17:35 <Guest|59069> Can somebody help me to fix it?
22:43:03 <danilobuerger> Guest|59069 you might want to update your extensions
00:26:20 <danilobuerger> and its kind of cool… if i just need it for images i go with http://lokeshdhakar.com/projects/lightbox2/ and if i need iframe etc stuff i go with fancybox
00:26:25 <Guest|59069> I'm just a guest, first time here :)
00:46:18 <NamelessCoder> take the code you used to render directly in your eID. Put into custom Extbase controller which has a plugin. Use this plugin+controller in your custom typeNum. Example setup exists in EXT:fluid
00:46:40 <NamelessCoder> xaver_ the old way of execiting scripts that will not load a lot of typo3 core code and thus execute faster
00:46:53 <danilobuerger> NamelessCoder so ajax always via typeNum ?
00:50:23 <NamelessCoder> it makes sense for AJAX actions which must be very, very fast but can function using only global parameters (like root level TS) and/or parameters you send in URL
00:52:47 <Denyerec> Firing up the whole of typo for an ajax request sounds like using a truck to deliver a twinkie.
00:52:54 <NamelessCoder> not clever, experienced :p
00:54:01 <shaggz> Would it be possible to help me changing from eID to typeNum? Didn't get the thing you said with Extbase controller which has a plugin.
00:55:05 <NamelessCoder> sorry buddy, I'll point to the solution but not make it for you ;)
09:45:58 <BenjaminR> dots are subkeys in fluid and you cant use them in keys. so if you want to acchieve Linear.easeNone you have to do {Linear: {easeNone: 'test'}}
09:50:08 <alexander_dick> thx you pointed me the right direction
14:09:25 <Guest|4175> Hi, in the BE > Page I'm getting disabled columns with label 'Not assigned'. These columns are set in my plugin in my template file inside a flux flexform grid. Both columns have colPos, label and name. What else can be the cause of this problem?
14:35:57 <randomresult> clapping hands... no shit!
14:36:55 <randomresult> @NamelessCoder as i saw, u closed my issue - so i need another travis-file - can i copy and find/replace the one u did for fluidbootstraptheme?
14:37:52 <alexander_dick> have a nice weekend dudes!
15:02:27 <mrboe> hey - is it possible to have a constant field where you put in some custom CSS classes, and use these values as dropdown in my FCE
15:25:32 <xaver> today is worse than yesterday -_-
15:27:36 <xaver> Class 'FluidTYPO3\Flux\Core' not found in /var/www/clients/client1/web1/web/typo3conf/ext/fluidcontent/ext_localconf.php on line 17
15:33:04 <ad_on_is> is there anything false with expandAll="TRUE" showHeader="TRUE" when using flux:field.tree?
15:35:27 <ad_on_is> if i use it, the header is not shown, and not all trees are expended
15:39:01 <xaver> Fatal error: Class 'FluidTYPO3\Flux\Core' not found in /var/www/clients/client1/web1/web/typo3conf/ext/fluidcontent/ext_localconf.php on line 17
17:06:30 <danilobuerger> i will get to include your feedback on the weekend.. so if you could test again next week i would really appreciate it... this is a very complex PR in the heart of flux, so we need lots of testing before this makes it into development
17:27:23 <Guest|45303> hello i know that this question sounds a bit stupid but i searched for a tutorial doku or somethink that explained how i can create flexibel content elements with fluid content in typo3 6.2 i google and read stuff the last 2 days but i can`t find anythink if i looked in your dokumentation on this side under the point content element i just see an e
19:14:15 <Outdoorsman> PHP Warning: asort() expects parameter 2 to be long, string given in /WEBSITE_ROOT/typo3conf/ext/flux/Classes/Service/FluxService.php line 155 (1)
19:14:27 <danilobuerger> Outdoorsman your php version?
22:28:19 <Outdoorsman> randomresults or Namelesscoder Is this a bug? I'm not seeing the fluid content element items tabs any more when I go to add a new content element.
22:28:47 <Denyerec> <f:debug>{page}{/f:debug> drops out what I expected.
22:28:54 <Outdoorsman> I'm guessing this has to do with the latest dev of fluidbootstraptheme.
22:28:58 <Denyerec> But... now the menu doesn't render the subpages
00:00:40 <Denyerec> the contact form errors are so far my favourite part :)
01:01:17 <Outdoorsman> @danilobuerger Just so you know I've been working to upgrade to PHP 5.4 ever since your comment earlier today. I still have probably 2 hours left.
01:04:10 <Outdoorsman> Whew. Part of the reason I hadn't upgrade is because until Jan 21 of this year, Magento didn't support PHP 5.4. They released a patch that can be applied at least back to Magento version 1.6.0.0. http://www.magentocommerce.com/blog/magento-now-supports-php-54/
01:04:35 <Outdoorsman> Just thought I'd share. Thanks again for the tip though :)
02:09:54 <danilobuerger> Denyerec still need help?
02:10:01 <danilobuerger> Outdoorsman finished your upgrade?
16:55:20 <NamelessCoder> essentially jkphl - how can we help you *without* taking on more work? ;)
16:55:22 <jkphl> just wanted to say: it's definitely not my intention to just get you more workload. so i totally understand your concerns ... but:
16:57:58 <jkphl> there's really nothing special to understand (or not understand) about bower. it's just that this "bower.json" file has to sit in the repo, that's all. most of my projects do support bower, and there hasn't been even one case when someone needed support because of *this*.
16:58:16 <jkphl> still, the version number inside the file should be up to date, that's correct.
16:58:31 <jkphl> and someone has to do this (just like with the composer files as well)
16:58:50 * Denyerec is using bower in his fedext template
17:01:31 <NamelessCoder> jkphl we change this version number already 2x2 times for every extension on every TER release - we update composer.json, then let EM upload and update ext_emconf.php, then commit this as a [TER] Release and do it all again to set the version to x.y+1.z BETA and push
17:01:37 <jkphl> as i said, unfortunately i'm neither an expert on all of this - bower, git / github, deployment and so on. i'dalso love to know a reasonably easy way to keep all the version numbers in sync, e.g. of extensions lying on github, in the TER and as github releases
17:02:34 <cedricziel> we should investigate if a build chain (i am thinking about atm) would support this
17:02:37 <NamelessCoder> we *really* need to have this automated before we can accept such maintenance
17:22:04 <jkphl> ok guys, thx for the discussion! need to work on something different now, spent way more time on this today as i could afford ... :/ there are only 1.5 weeks left until my only holidays this year, and i'm working on 14(!) projects in parallel atm ... oh man, i'm really exhausted ...
17:23:22 <jkphl> it's always like this, when i'm going to have holidays. and one thing is also sure: as soon as i left the country, all the servers will go down
21:55:53 <Denyerec> Though I wish I could run Linux natively, I need Photoshop, Lightroom, Capture One, and a myriad other tools Linux doesn't have and Wine would be unsuitable for.
21:56:07 <Denyerec> Yer it's a slimmed down Debian distro running Openbox window manager
15:51:15 <NamelessCoder> yep, I know about those extensions (and nope, they're nothing like fluidbootstraptheme - none of them represent best practice)
15:51:56 <NamelessCoder> you'll need flux 7.0.1 as minimum and that's coming out as soon as https://github.com/FluidTYPO3/flux/commits/workbench/commands is done
16:17:53 <NamelessCoder> 1) using the tags impacts performance on every single page
16:18:04 <NamelessCoder> 2) using tags creates the exact same objects TS does
16:20:08 <NamelessCoder> my rule of thumb: use the v:asset etc. stuff to insert things like custom CSS rules for one element only, to insert a JS init script when a particular page template is used, etc.
16:20:21 <Denyerec> I don't understand what's going on, but I sure wish I did :)
16:21:49 <randomresult> i think you got me wrong...
16:22:04 <randomresult> anyway. will move the assets to ts.
16:23:29 <randomresult> ok. jumbotron cleanup finished.
16:23:54 <randomresult> @Denyerec we talk about https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
16:24:16 <randomresult> in particular: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/76
16:24:27 <randomresult> so i need to go now. my wife will kill me otherwise
21:21:49 <randomresult> maybe i should read the doc i wrote
21:29:09 <randomresult> i want to translate within a section/object ... shouldnt it be flux.id.name ? for ex: the field name="settings.ButtonOptions" --> flux.button.objects.settings.ButtonOptions
21:29:46 <Outdoorsman> randomresults I don't see the Bootstrap content elements in their own tab any more... did I do something to make it disappear or is this an update to the extension fluidbootstraptheme?
21:30:10 <randomresult> do u use the latest flux-dev?
21:30:31 <Outdoorsman> I just updated flux right now from dev.
21:30:31 <randomresult> there has been an update in both exts.
21:32:36 <Outdoorsman> When I got to add a new content element, the entire tab that used to be there no longer exists. It's been that way since the dev version I was using two days ago. I hated to bother you but for the life of me I can't figure out how to get it to show up there?
21:34:46 <Outdoorsman> The entire directory of typo3temp, or just the typo3temp/Cache/* folder?
21:35:19 <randomresult> i allway empty it completely
21:36:06 <Outdoorsman> Hmmm... I didn't know I could do that. Just hadn't tried it before.
21:36:24 <randomresult> basically i have a programm running which empty this as soon as i edit a file in my project. im sick of deleting everything in typo3temp
21:38:34 <Outdoorsman> That's obviously a different cache from my experience now.
21:38:35 <randomresult> back in the days, that was it :)
21:38:59 <randomresult> ok. so u see all the elements?
21:39:25 <Outdoorsman> I also noticed you just created a new extension to help override pages of your extension. I haven't tried it yet but that sounds like a great move. I'll try it as that's exactly what I needed since for some reason I can't get Builder to work for me.
21:39:39 <Outdoorsman> Yes I do see the elements now.
21:39:55 <Denyerec> just bind your left mouse button to rm -rf ./typo3temp/*
00:16:27 <Outdoorsman> @BenjaminR My Page Configuration tab has no selectable options when using fluidbootstrap theme. What can I do to see the options again?
00:17:57 <Outdoorsman> I see things on the Page Layout, but Page Configuration is pretty much blank.
00:18:52 <Outdoorsman> I see the two Options tabs there, but nothing is showing under them.
00:19:49 <Outdoorsman> mrboe Have you experienced this or have any ideas?
00:22:24 <Outdoorsman> @danilobuerger Yes, I finally finished my PHP 5.4 upgrade. Had to do a lot of patching and upgrading of other things to get it done, but it done. Glad you caught me on that the other day.
00:25:49 <Outdoorsman> Help! I really would appreciate if anyone had ideas on this issue of the Page Configuration tab not having content. This has gone on for about a week now and I need to be able to edit simple things like how wide my sidebar column is.
00:28:58 <Denyere> hang on about 10 mins Outdoorsman
00:53:08 <Outdoorsman> I created a TS template on the root page and have included static from extension in this order. CSS Styled Content, Bootstrap Theme, Bootstrap Theme Settings. I have nothing in the setup field. Does this sound correct?
00:58:28 <Outdoorsman> Out of curiosity I just tried something. In the extension manager, I uninstalled fluidbootstraptheme and then tried to reinstall it. I got an error: Could not resolve dependency for "flux"
00:58:49 <Outdoorsman> Flux is installed and is the most recent version from dev.
01:05:32 <Denyere> that'll show you what's happening
01:05:39 <Denyere> Ext mgr settings for the flux extension
01:06:54 <Outdoorsman> I don't know why it's complaining because extension mananger says I have flux 7.1.0 installed. I have been running flux settings in dev mode since I found them. I have Debug mode = 1, Deisable Fluid caching of Flux forms = 1, Error handling = 1
01:07:39 <Denyere> So you see the green boxes explaining the flux operations etc
01:50:20 <Outdoorsman> I didn't realize there were constants for the extension. Everything is kind of bleeting edge here so I get to mind read without docs.
01:51:01 <Outdoorsman> Wow... glad that's figured out. I can now move on.
01:51:23 <Denyerec> i WOULD EXPECT IF YOU doh if you looked in the Resources\Private\Typoscript
01:51:33 <Denyerec> you'd find a couple of files that might shed some more light on what's going on, too
02:05:44 <Outdoorsman> I'm really loving this fluid/flux stuff... excited about the new direction things are going as opposed to the old-school methods.
02:06:19 <Outdoorsman> I'm done for the day. Thanks again Denerec!
09:52:37 <anhadikal> I have a problem with v:page.menu and page media. the medie field only contains integer. how to get the image ressources? I Am on Typo3 6.2 and Devel flux
10:00:20 <anhadikal> before update to 6.2 {v:resource.record.fal(record: menuitem, table: 'pages', field:'media')} worked as workaround, but since update it not working
10:29:14 <Guest|45886> hi all, anyone can tell me how to manipulate value of f:alias created variable? i set my var with <f:alias map="{curcat: 0}"> and if a condition is true, curcat should get value of its uid
10:57:05 <alissa> hi all, anyone can tell me how to manipulate value of f:alias created variable? i set my var with <f:alias map="{curcat: 0}"> and if a condition is true, curcat should get value of its uid .. can anyone help me with this?
11:03:25 <Denyerec> alissa - do you actually need to assign the uid to curcat?
11:03:33 <Denyerec> You could always just use the uid wherever you need to terst it ?
11:08:06 <BrianBendtsen> Hi - just upgraded all fluid powered extensions on a site which results in some content elements being shown twice both in fe and be. Looks like its only for elements inside a fce. Any way to fix this?
11:11:25 <pedda> what's the matter with the "Content area of parent" field in FCE's providing multiple content areas, such as accordion, row, tabs element?
11:11:55 <pedda> in my projects 90% of values in this field are invalid
11:12:40 <pedda> if i have a row fce with lets say column1, column2 and column3 the only proper label displayed is the one of column3, column2 turns into a invalid value and column1 is even missing
11:23:16 <BenjaminR> you say column1 is missing completely and column2 is missing the label - so id debug the result of your math operations and label creation
11:24:01 <pedda> the characters may indeed cause trouble as they're not escaped in any way in my fce
11:24:18 <pedda> the calculation and labeling works as expected ..
11:24:37 <pedda> at least the be preview and labeling of those columns works like a charm
11:25:18 <pedda> i will remove any "special" characters from the label to see if it works
11:26:25 <BenjaminR> you could simply place your f:for in the main section - using f:debug() for both the percent variable and what you placed in label="" - removed the grid. should give you a good overview of the result
11:27:17 <pedda> as stated before, the labeling is working perfectly..
11:28:03 <pedda> in the TCA the value of the option field is set to column<random generated id>
11:29:59 <BenjaminR> you stated before: the only proper label displayed is the one of column3, column2 turns into a invalid value and column1 is even missing
11:43:28 <pedda> i noticed it.. and i will test it in a few mins
11:43:45 <tpinne> but all the content elements which are referenced inside FCEs are displayed twice. in BE module and frontend
11:43:54 <tpinne> after database update and update skripts of the fed-extensions (which did nothing)
11:46:14 <BrianBendtsen> tpinne> I have the exact same problem :)
11:46:35 <tpinne> and you solved it just with a single click I hope :P
11:47:24 <BrianBendtsen> tpinne > Nope, have not solved it yet. The only way to "solve" it is to drag the ce outside of the fce into the fce and reload the page :/
11:48:17 <BenjaminR> BrianBendtsen tpinne - first of all please ensure you ran the updatescript from extension manager AND go to Install Tool > DB > Compare DB
12:01:32 <tpinne> Does the reference problem maybe fixed, if importing the DB from before DB update, do update scripts of extensions first and then do the DB compare?
12:08:41 <tpinne> but i think the problem was to do the DB compare first. Which made the colPos an unsigned column again. Making all values to 0. So the update script finds no rows to convert
12:09:26 <tpinne> So I will look into my backup, grab all tt_content uids with colPos -42 and set them directly to 18181 on new Db
12:09:34 <pedda> i ran into such behaviour several times
12:11:23 <tpinne> I think running the ext update scripts BEFORE the DB compare has to work, because then the update script can update the -42 rows
12:12:03 <tpinne> I think this should be documented somewhere, that this does not work if you do a DB compare before that
12:14:47 <BrianBendtsen> Maybe you could just run a sql update on all tt_content rows with tx_flux_parent > 0 ??
12:18:19 * Denyerec is updating *nothing* for the next few weeks.
12:18:28 <tpinne> Seems not enough. I just updated all rows with the uids I grabbed from my dump and worked perfectly. Though some rows do have a 0 value in tx_flux_parent
14:46:43 <alissa> i have events and categories... so i catch up all events and all categories... if the actual event is in the actual categorie, i want to change "category-counter" to '1', else it should stay '0' ... after the category is done, it should show me how many entries are inside the actual category
14:49:57 <alissa> i didnt set the vhs namespace, cause the website you have posted didnt said to do it ;) i found this website on friday too, but this didnt worked
14:50:37 <alissa> the one i posted, is nearly the whole code..
14:51:03 <Denyerec> ok if you don't have the vhs namespace I don't think yo ucan use vhs Vh's
14:53:54 <alissa> Could not analyse class:Tx_Vhs_ViewHelpers_Var_SetViewHelper maybe not loaded or no autoloader? .. i guess its an extension i have to install?
14:58:28 <Tjark> is it possible to get fal values added by ext filemetadata like creator in FE ?
14:59:15 <Tjark> i use this viewhelper {v:resource.record.fal(uid: page.uid, field: 'settings.teaserImage', table: 'pages') -> v:var.set(name: 'pageMedia')}
15:25:33 <pedda> would be a section based FCE where you can add a link item..
15:26:32 <pedda> this one is section based: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/Resources/Private/Templates/Content/Row.html
15:26:44 <pedda> creates columns, yours should create links
15:26:54 <soee> Denyerec, yeah this was pretty simple
15:27:06 <pedda> same structure, different viewhelpers involved
16:30:55 <randomresult> what exactly is wrong with that one?
16:31:24 <randomresult> maybe i need a newer version of builder
16:34:59 <randomresult> to be honnest - these errors in the backend output isnt very helpful for me ...
16:35:47 <BenjaminR> the ones you stated are also not really revelant
16:36:33 <Tjark> is it possible to get fal values added by ext filemetadata like creator in FE ?
16:36:34 <Tjark> i use this viewhelper {v:resource.record.fal(uid: page.uid, field: 'settings.teaserImage', table: 'pages') -> v:var.set(name: 'pageMedia')}
16:36:39 <randomresult> so how do i find the ones relevant?
16:36:46 <BenjaminR> do you have to work on all these fces another time or are some of these finished yet and will not be touch before a stable release?
16:37:13 <BenjaminR> randomresult: relevant are PHP, fluid template markup
16:37:34 <randomresult> looks clean. and yes, i think we need to work on some
16:37:46 <randomresult> you changed the JS-Folder to Javascript?
16:48:54 <BenjaminR> btw i also think the pr is good to merge - als we are still on a dev branch so small adaptions we need to add on it later doesnt matter now
16:49:06 <floxx1> i asked before and mrboe answered already. but i would be happy about some more opinions: would yoo use ft3 in combination with workspaces?
16:49:29 <floxx1> …and, additionally, what about frontend editing?
16:49:56 <randomresult> floxx1 maybe ask @BenjaminR or danilobuerger about this one.
16:50:09 <randomresult> i think there are some problems left with workspaces
16:50:25 <randomresult> and what about frontendediting?
16:50:43 <randomresult> i think there are no problems. check the issues on github... never saw one concerning this
16:51:10 <floxx1> at least one good message today ;)
16:51:33 <randomresult> floxx1 better ask the @team
16:52:13 <floxx1> i thought, asking here is @team? :-)
16:52:24 <alexander_dick> yay - no reaction at all
16:52:43 <randomresult> no. @team means everyone with an @ infront of his name!
16:52:57 <randomresult> we others are only poor ones
16:53:28 <floxx1> randomresult: ah ok. like me, only drops in the sea….
17:30:37 <Guest|17060> I'm currently trying to set up a completely new site and have installed flux, vhs, fluidpages, fluidcontent and the bootstrap extensions from TER. When I want to create content for a page, the only section I see is the Footer Content
17:39:56 <Guest|17060> Cool, thanks! I'll check it out
17:40:48 <randomresult> Guest|17060 : you better wait 5 minutes!
17:40:57 <randomresult> i need to commit some changes .
17:41:26 <BenjaminR> and i think randomresult suggests you to use the development branch :)
17:41:44 <randomresult> well... master is not too old. but yes Dev is better
17:42:48 <Guest|17060> Well, I just need something to get me started. I just want to start developing on an extension. Later we'll roll our proper templates for the site
17:43:00 <Guest|17060> I just assumed I messed up due to the behavior I was experiencing in the BE
17:43:30 <Guest|17060> I'll probably take a look at the theme tomorrow. It's getting late ;)
17:43:41 <randomresult> will be ready in 2 minutes
18:01:57 <randomresult> you can define some things in TS . if you tell plugin.tx_fluidbootstraptheme.settings.useTypoScript = 1 these will be taken AND the options will be hidden in the backend
18:02:10 <randomresult> these are only PageSettings. or what you mean?
18:02:11 <Outdoorsman> By default it's set to 1 (checked) which I finally found out makes it so I can't see any settings on the Page Configuration tab when I edit a page from the page tree.
18:02:41 <randomresult> use it = 1 / admin defines all the stuff in TS
18:02:53 <xaver> NamelessCoder: how do you use xhprof package or pecl?
18:02:57 <randomresult> use it = 0 / everyone can change it in pagesettings
18:03:44 <Outdoorsman> When I set it to 0 then the whole design of the frontend quits working?
18:04:27 <Outdoorsman> (I"m going on memory from last night... I'm checking again)
22:49:19 <Bendtsen> I have a problem when translating fluid content element with children. The localized children does not get a tx_flux_parent value. Im using TYPO3 6.2 and fluid content 4.0
08:51:34 <mrboe> i have a asset question: i want to fill a VAR with a input field but dont know how to do - have a look https://gist.github.com/misterboe/77a8a9179f8e8381bcdc
08:52:34 <mrboe> the problem is that the {SpySheetOffset} is only filled when its not inside the {} of the $(document).ready(function () - put how can i solve that?
09:42:19 <BrianJ_> Hi guys I have an urgent request.
09:43:04 <BrianJ_> I deleted a txt constan file by accident in quick explorer. Periods.txt is ther eany way to restore the file without pulling a backup form the server?
09:44:00 <Denyerec> BrianJ_ - you can check the history log
09:44:05 <Denyerec> but I don't think it tracks filesystem changes :/
09:44:26 <Denyerec> Not how many elements there are
09:44:40 <Denyerec> but what markup they use in their menu HTML, for example.
09:44:49 <Bendtsen> Hi. I have a problem when translating fluid content element with children. The localized children does not get a tx_flux_parent value. Im using TYPO3 6.2 and fluid content 4.0
09:44:59 <artisticMink> Hello, is there a pre-configured 6.2 package avaiable at the moment?
09:46:57 <BrianJ_> Omg stupid me :( But thnks for the answer - Yes it does not show in the history q:
10:42:31 <anhadikal> PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule() must be of the type array, null given, called in /home/shared_typo3/typo3_source/typo3_src-6.2.0/typo3/sysext/lang/Classes/LanguageService.php on line 463
11:11:58 <limboo> if im using the flux:field.input with field.wizard.link in the backend, i get a nice form in the backend to set some links (url, file, page, email)
11:12:16 <limboo> but how im using this links after?
11:12:36 <limboo> f:link.external is only for urls - v:page.link only for PID
11:12:47 <limboo> is there a viewhelper who manages those links?
11:15:37 <BenjaminR> limboo - not as i know - you will have to process depending on type of variable
11:16:14 <limboo> hell, so i have to check those strings "manually" and check if its an ID, or an URL ..?
11:34:37 <BenjaminR> i did it in fluid until now but i am going to write a viewhelper in about an hour. if you dont mind you can wait for it
11:35:19 <limboo> ooh, that would be VERY NICE BenjaminR
11:35:26 <BenjaminR> i will also create a pull request on EXT:vhs but if it is not merged you can still use it by reginstering it in your own extension
11:35:56 <BenjaminR> limboo - so if this is not time critical wait for my VH. Going to create it anyway
11:36:52 <limboo> yes, i'll wait.. its much nicer then creating this in fluid
14:41:26 <soee> where is flux cache stored ? I have made changes to my sample content element but they are not visible
14:50:40 <Guest|30098> Hi guys, I came here yesterday because I had trouble setting up a new site. It was suggested that I try https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme instead of the fluidcontent/fluidpages Bootstrap extension
14:50:58 <Guest|30098> But I'm experiencing the identical problems with fluidbootstraptheme :(
14:51:37 <Guest|30098> Which are that only the Footer Content area is visible in the BE and there are, for example, no page configuration options in the page proeprties
14:52:27 <Guest|30098> I'm using the TER versions of the FluidTYPO3 extensions, except for flux, which I grabbed from git, since fluidbootstraptheme depends on 7.1.0
14:52:35 <Tjark> hi, i use the v:resource.record.fal viewhelper to render my Fal images within the page templates. With the uid selector it points every time to the actual page. Is it possible to read from parent page if actual is empty ?
15:13:04 <soee> any idea i cant make my fce visible in BE ? i have only some sample/default one Fluid/FluxContent and cad do anything with it
15:19:23 <mrboe> @Guest|30098 try to use the latest dev branches
15:20:50 <mrboe> @Guest|30098 also the Page settings set by TS, if you want to use the wizard tab disable the use uf TS settings in the contant editor
15:21:41 <Guest|30098> mrboe: I'm trying that right now. No luck so far. Installing PhpStorm right now to dig deeper
15:22:20 <mrboe> first install the lastest devs of the fedext family
15:22:49 <mrboe> @soee you have that problem on only one FCE or you just startet
15:23:50 <Guest|30098> mrboe: I'm already on dev of flux, vhs and fluidpages
15:24:54 <Guest|30098> This is what I'm seeing in the BE right now: http://i.imgur.com/Imv8BFM.png
15:25:48 <Guest|30098> This is with a backend layout set, which I don't think is actually necessary. If I don't set a layout, the colums with the errors appear randomly when switching between pages in the BE
15:27:17 <Guest|30098> randomresult: Yeah, that's how I remember it. But, as mentioned above, that produces random results. I've added it to make sure the columns are always rendered in the BE
15:27:25 <soee> mrboe, fluidpages works fine now i want to create FCE
15:51:26 <gencha2> randomresult: I served the page through a PHP web server initiated by PhpStorm and suddenly the BE was working fine. Now I'm moving running it on Apache again and am removing the BE layout and everything I did to debug the issue
15:51:35 <gencha2> And then I'll hope that it's still working fine
15:52:39 <gencha2> Yeah, everything seems to be working great now. I assume I didn't clear all the necessary caches after grabbing the development versions off GitHub
15:53:21 <randomresult> always clear cache (maybe with installtool) and temp
15:53:56 <gencha2> I usually have a rm -rf typo3temp/* close in my history :P
16:41:49 <NamelessCoder> anywho... yes, I can of course give that a look - when time allows
16:43:00 <randomresult> sure. only if time allows :)
16:44:15 <Torsten85> hey, I'd like to use the feature "White/blacklisting allowed CTypes" ... do I have to checkout a special branch / tag for that?
16:50:36 <Tjark> hi, i use the v:resource.record.fal viewhelper to render my Fal images within the page templates. With the uid selector it points every time to the actual page. Is it possible to read from parent page if actual is empty ?
16:54:09 <BenjaminR> Tjark there is a record argument
16:55:17 <NamelessCoder> Torsten85 you'll need the development branch of flux and fluidcontent for that
16:57:34 <Torsten85> NamelessCoder ah I see, thanks and also thanks for that great feature btw :-)
17:23:09 <Denyerec> If we end up nearby, I will have to make good on those beers :)
17:26:13 <NamelessCoder> aug/sep vacation in sim city? :)
17:26:48 <NamelessCoder> yeah everything is as if someone sat down in an office and planned everything down to the allowed height of hedges and colors of bricks to use...
17:27:07 <NamelessCoder> let me know if you plan to visit Aarhus :)
17:33:46 <gencha2> When fixing/adding something in the docs, what are the commits to be prefixed with? [DOC]?
17:34:06 <NamelessCoder> gencha2 exactly: [DOC] Start sentence with uppercase letter
17:34:18 <NamelessCoder> and thanks for contributing! ;)
17:34:27 <gencha2> Cool. I might fix up a couple of links ;D
17:34:36 <NamelessCoder> you should edit through fluidtypo3.org
17:35:41 <NamelessCoder> inter-chapter links are in some cases broken; pointing them to the proper filename should fix it (links are auto-parsed in fluidtypo3.org docs - see https://github.com/FluidTYPO3/fluidtypo3org/blob/master/Classes/Controller/ContentController.php#L227)
17:36:38 <gencha2> I guess it's only 1 link for now
17:38:24 <gencha2> Yeah editing through the button on the site is neat. I was already wondering how the [DOC] was already in the commit message
17:39:06 <NamelessCoder> cedricziel dug that out of the github docs - many url params supported
20:05:57 <soee> guys can someone show mi some sample code how to configure section inf flux (for cstom FCE) where user can add as many links (to internal pages or external) as he wants ?
20:06:17 <Denyerec> Kinda like a repeating section ?
00:09:24 <xaver> NamelessCoder: do you ever used webgrind?
00:12:56 <NamelessCoder> xaver|happy I think I answered this a few times already. Yes, I use webgrind, kcachegrind, xhprof (from source) and some parts of xhprof-ui
01:01:26 <Denyerec> soee - sorry people came over.
01:01:31 <Denyerec> I do not know how to do what you need :(
01:01:51 <Denyerec> [19:05] <soee> guys can someone show mi some sample code how to configure section inf flux (for cstom FCE) where user can add as many links (to internal pages or external) as he wants ?
01:02:18 <danilobuerger> isnt that just the relations field?
01:02:34 <xaver> danilobuerger: which one we talked?
10:48:08 <hsp2n> I'm trying to bootstrap a project for a customer of ours, using the fluidtypo3 stack as much as possible. The customer unfortunately insists on 4.5.32, but I'm getting very strange non-errors using fluidpages. More specifically, I'm getting no error at all, just a massive dump of what appears to be a Tx_Fluidpages_Provider_PageConfigurationProvider
10:48:08 <hsp2n> Object ... and nothing else. No other output at all. No error log entry, no nothing.
10:49:53 <NamelessCoder> hsp2n is there no way you can make the client realise there is a new LTS version? I know this isn't the solution you were looking for, but our support of the 4.x branch of TYPO3 ended some time ago and is considered legacy. Or new versions support only 6.1+
10:50:52 <hsp2n> I've also used fluidpages successfully with 4.7 before, just not 4.5
10:51:01 <NamelessCoder> that being said, if you check out the "legacy" branch of flux, fluidpages, fluidcontent and others (vhs has none) you may get this working on 4.5 even.
10:51:27 <NamelessCoder> you should not use vhs 1.8.5 and you should expect quite a few viewhelpers to not work at all (fatal errors)
10:51:29 <randomresult> @NamelessCoder does travis work for ur repositories?
10:52:00 <NamelessCoder> randomresult it did an hour ago, that's all I can tell you
10:52:26 <randomresult> its not working for fluidbootstraptheme no more. even with only one file (TS) changed.
10:52:30 <hsp2n> @Namelesscoder I'm aware some things will not work. I will check out the legacy branches again. But supposedly the versions I'm using ARE the ones that should still be compatible. I just have no idea what could cause a bare object dump without an error
10:59:06 <NamelessCoder> hsp2n that's very unfortunate indeed - but we knew some projects would be affected when we dropped 4.x support. We just couldn't justify holding on any longer ;)
10:59:22 <hsp2n> oh don't get me wrong, I'm all behind you!
10:59:34 <NamelessCoder> however, you might be able to at least use VHS to a wide extent - and FLUIDTEMPLATE ofc.
11:00:43 <NamelessCoder> that's one good thing about the pick-n-choose way - and imho VHS is the tool that saves the most time ;)
11:01:25 <hsp2n> I've already established at the company that when I say fluid, I mean fluid + vhs ;)
11:02:09 <hsp2n> also, since I got you here a little, bask in some fanboyism when I say: Thank you so much for the whole stack. So much more fun than the 'classic' way ;)
11:09:29 <NamelessCoder> hehe yeah, fluid without vhs feels like hands tied behind your back
11:10:00 <hsp2n> also, since I brought it up at an internal meeting yesterday
11:10:07 <hsp2n> how is fluidcontent_core coming along?
11:10:35 <randomresult> will be a stable released soon (at least BenjaminR or danilobuerger mentioned something like that)
11:10:38 <NamelessCoder> two templates to go, then beta
11:12:40 <NamelessCoder> what I do: use special containers which accept content and images (as content or form values). Then render this in whichever freaky way I want
11:12:40 <randomresult> well when working with grid-fce loosing textpic is not too bad
11:14:26 <hsp2n> and we're not even speaking of making it work well with a responsive design yet
11:14:28 <NamelessCoder> the thing is, regarding Textpic: if we make it flexible enough to cover the old CSC use cases we end up bloating it. If we don't, people might as well use Text + Image (or Text + Media, whatever)
11:14:59 <hsp2n> I reduced textpic in our "default" package, to ... basically in-text, 1 pic only (opens gallery instead)
11:15:00 <NamelessCoder> we may end up adding a toggle to enable it on demand and leave the template quite basic to limit maintenance requirements
11:15:33 <NamelessCoder> and everyone should expect that contributions with template changes for fluidcontent_core will be subjected to insane scrutiny because CSC is a lesson well learned ;)
11:15:50 <BenjaminR> hsp2n i could create a short gist how to add textpic on your own provider extension
11:18:58 <Ste_80> Hi all! Using Flux 7.0, typo3 6.2. How can i pass a variable to "v:content render"?
11:19:24 <Ste_80> Or at least, a way to access a template variable from inside the content element...
11:19:55 <limboo> mh, someone an idea about how to use v:iterator.random?
11:20:39 <NamelessCoder> hsp2n that's the main point of FCC - the very intention is that you pretty much always overlay/override the FCC-shipped templates with ones *perfect* for your site
11:46:15 <hsp2n> Looks much like it could, but I will have to wait a little bit till I can give it a shot
11:47:22 <hsp2n> I'll try to push it into our next 6.2 project (upcoming next week iirc)
11:47:24 <NamelessCoder> Ste_80 if you mean variables you can use in the content elements rendered by v:content.render then no, that's not possible
11:48:10 <NamelessCoder> hsp2n Ben's solution would be template-compatible if we choose to restore Textpic in fcc (hidden away behind a toggle and made very minimalist)
11:48:22 <NamelessCoder> so I would not be worried about using it
11:58:31 <BenjaminR> my extension manager does no longer work :D
11:59:30 <BenjaminR> parsererror(SyntaxError: JSON Parse error: Unrecognized token '<'): Fatal error: Call to a member function getUid() on a non-object in /Users/benjaminrau/Dropbox/codearts/Kunden/Pixelart/Voldermaier/httpdocs/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php on line 251
12:05:50 <Ste_80> NamelessCoder: and "without" VHS? Any other approach? Typoscript variables are accessible for example, but I cannot set them inside templates.
12:10:55 <BenjaminR> Ste_80 i think thats far from easy to solve
12:11:08 <BenjaminR> Think you should change the strategy
12:11:50 <BenjaminR> Because it doesnt go conform with the direction your page is rendered
12:12:43 <Ste_80> BenjaminR: Ok, thanks. I'll try a different approach.
12:17:06 <soee> any idea why this checkbox wont show up in fce: <flux:field:checkbox label="Add linebreak to label parts" name="linebreak" default="0" /> ?
12:28:16 <soee> returns me image with typo3 logo :D
12:28:20 <BenjaminR> using the id and treatIdAsRefernce
12:29:21 <danilobuerger> BenjaminR it depends on the settings used on inline fal
12:29:21 <BenjaminR> But you are right - probably that doesnt make sense :)
12:29:27 <soee> BenjaminR, f:image returns me: No fileusage (sys_file_reference) found for given UID.
12:29:53 <danilobuerger> soee as BenjaminR pointed out read the class doc comment of flux:field.inline.fal .. it explains how to get the images for use in <v:resource.image
12:52:45 <soee> cant solve this, danilobuerger any tips ?
12:53:06 <BenjaminR> soee: may you show us what you tried
13:05:22 <soee> its development :) no such info in master https://github.com/FluidTYPO3/flux/blob/master/Classes/ViewHelpers/Field/Inline/FalViewHelper.php
13:25:04 <BenjaminR> hsp2n danilobuerger: using fcc also since last week - not yet IN production but FOR production :)
13:25:55 <hsp2n> not that I'm all too opposed to using experimental things in production. Everything needs maintenance, might as well be something fun ;)
13:26:32 <BenjaminR> not too experimental - NamelessCoder and danilobuerger spent a lot time on it
13:26:40 <BenjaminR> i was able to work very productive with it
13:26:50 <BenjaminR> despite you try to inject a textpic element ^
13:26:52 <danilobuerger> it shouldnt be marked "experimental"
13:27:56 <danilobuerger> as NamelessCoder pointed out we are not changing any internals any more, just 2 more templates (those are the obscure ones that nobody uses anyway) and we are good to go for TER release
13:28:01 <hsp2n> I know, the stain of textpic is strong...
13:30:35 <hsp2n> @danielobuerger that's what I'm slowly trying to get into PMs and customers' heads. It unfortunately takes a while. Business practices that have been like that for the past ... 6-8 years are hard to change. Working on it :)
13:31:18 <danilobuerger> i know, but you are fighting the good fight ;)
13:31:35 <BenjaminR> guys -> Off Topic: overseeing the top news checkbox (id expect there to be) in news records
13:31:39 <danilobuerger> i mean alone the rendering performance of fcc compared to csc is INSANE
13:32:28 <hsp2n> @danielobuerger the coder in me cringed at the sheer amount of TS parsing on every page call... then fix slow performance with apache addons... x.x .... lets treat cancer with some more bandaids
15:09:47 <oliver_1234> Hi all. I have problems with localizing of custom content elements (fluidcontent). Some of them are nested in another. When I localize the elements, the nested elements are ignored in page module. in list module i see all localized elements. Are there some issues?
15:11:51 <BenjaminR> hi oliver_1234, NamelessCoder and danilobuerger are working hard on that issue here: https://github.com/FluidTYPO3/flux/commits/workbench/commands - you would be welcome for testing
15:12:11 <BenjaminR> Simply switch to the workbench/commands branch for testing
15:12:48 <Bendtsen> I have that same problem. Glad its being worked on and I will test it later today
15:13:04 <BenjaminR> You find the issue here: https://github.com/FluidTYPO3/flux/pull/511
15:14:22 <BenjaminR> So for testing simply checkout the workbench/commands branch for EXT:flux and your report would be welcome at the referenced issue FluidTYPO3/flux#5
15:14:23 <FT3BOT> Issue 5: Adding new CE leads to logout (6.0) https://github.com/fluidtypo3/flux/issues/5
15:15:07 <BenjaminR> It seems NamelessCoder will supply some information here soon :)
15:15:18 <BenjaminR> Ah replaced by FluidTYPO3/flux#524
17:35:08 <danilobuerger> BenjaminR just fyi, at the moment we dont need testing at workbench/commands ... we know the open issues... we would very much appreciate more testing next week
18:13:56 <Torsten> Hey... I'm using the development branch of flux / fluid pages / fluid content ... the fluid content elements do not appear in the new content element dialog... am I missing something or is this a known issue?
18:17:36 <randomresult> torsten you got an answer already?
18:18:00 <Torsten> randomresult no I'm still confused ;-)
18:18:20 <randomresult> well, installing fluidcontent does not mean you get any elements
18:18:41 <randomresult> it gives you the possibility to add your own elements
18:19:17 <Torsten> randomresult I've used the builder extension to scaffold a basic layout... that comes with "MyContentElement.html"... that should be listed in the dialog...
18:26:34 <randomresult> hmmm. you are right... seems to be gone
18:26:37 <Torsten> seems like the FLUIDCONTENT_TEMPFILE was dropped in version 4.0
18:27:37 <Torsten> when is select "Fluid Content" from the content element type drop down, I'm able to select my content element... so it is there.. just not in the right dialog.
18:31:02 <randomresult> could you paste the code pls?
18:32:37 <randomresult> it should be shown in the wizard-tabs
18:32:52 <martinhummer> hi, is there a viewhelper in vhs which gives me the length of an array ?
18:33:57 <Torsten> randomresult what code do you mean? I've registered the content provider in my ext_tables.php and I've a flex:form in Tempaltes/Content/MyContentElement.html... what else is necessary?
18:34:22 <Torsten> randomresult in earlier versions that was sufficient.
18:34:23 <randomresult> could u paste the myContentElement.html pls
18:51:58 <Torsten> well its all fluidtypo3 so I though I'm on the safe side here ;-)
18:53:37 <Torsten> Ok thanks anyway. Guess I've to file an issue.
19:11:21 <Outdoorsman> @NamelessCoder Glad you like the sweatshirt :) It's seriously the least I can do for all these extensions you're sharing with us... thank you.
20:36:39 <Micnoric> Hello! I have a newbie question. I used "fluidcontent_bootstrap" to learn and develop my own FCEs. Is there any way to disable the default header and RTE-field underneath a elements section?
20:40:32 <Micnoric> i kicked out all default templates and modified ContentController.php to only load my custom templates and cleared all settings. I think me own extension is now pretty "clean"
20:40:35 <soee> who is working on fluidcontent_bootstrap ?
20:41:06 <Micnoric> @randomresult: thank you for the github-Link, i'll try to learn from that too
20:41:25 <Micnoric> @randomresult and thanks for the info with TYPO3 6.2 - i will make an update now
20:42:35 <randomresult> soee will be fluidbootstraptheme - hopefully stable within the next days.
20:45:31 <danilobuerger> soee fluidcontent_bootstrap will be replaced by fluidbootstraptheme so i dont think anybody is going to do anymore work on that ext
20:47:04 <randomresult> @NamelessCoder will make the migration. but - as far as i remember we only did a very few changes which could affect an migration
20:47:10 <randomresult> so shouldnt be a big deal.
20:48:11 <soee> randomresult: you will fix this in new ext ?
20:48:33 <randomresult> i will - or you send a PR :)
20:48:57 <randomresult> will the "s" fix the problem?
20:48:58 <soee> randomresult: do it please :) im wathing Barcelona - Athletico now :D
01:04:05 <BenjaminR> earlier it was PHP Fatal error: Class 'TYPO3\\CMS\\Media\\Utility\\MediaFolder' not found in /var/www/stage.codearts.at/httpdocs/typo3conf/ext/media/ext_tables.php on line 53
01:06:46 <danilobuerger> does the web user actually have read permission on the files (especially on the file thats throwing the error).. you can check with something like sudo -u www-data cat /var/www/.….
01:11:07 <danilobuerger> you can just do sudo chmod -R 777 /var/www/stage.codearts.at/httpdocs/ for now to have global read write on your files for testing (change later to normal permissions though)
01:11:35 <BenjaminR> something is wrong there with case in filenames
01:18:40 <danilobuerger> actually never mind.. i am assuming right now if you have the default install on your server and your mac… you will end up with a case sensitive file system on your server and a case INsensitive file system on your mac
01:18:44 <danilobuerger> and thats whats screwing you
01:18:59 <danilobuerger> how did you transfer the files to yoru server?
10:34:49 <soee> any idea why this does not work (is null): {v:iterator.explode(content : '{settings.foo}', glue : ',', as : 'pages')->v:var.set(name : 'pages')} ?
11:45:05 <randomresult> i have a typo3 page where i render a menu on a seperate pagetype - when opening www.md.de?typeNum=5432 i only see this menu. any VH which is able to pull this one into another T3 installation?
11:46:51 <randomresult> or how it can be done with T3 - any ideas?
13:45:59 <pedda> you should visit vienna too.. lots of delicious food.. didn't knew they're so much into it
13:47:45 <randomresult> @NamelessCoder i try to extend (overlay) fluidbootstraptheme with a customizer extension. now i thought, i could simply copy 2 (of 3) pagetemplates into my provider extension and set configurationsection to enable="False"
14:23:27 <NamelessCoder> that being said, {v:site.url()}/{f:uri.image(src: '...')} should do
14:24:42 <NamelessCoder> config.absRefPrefix will prefix <img> tags upon output (long time after Fluid finishes outputting) and can prefix such a domain to images and other assets - but if you need the URL for anything you'll need those ViewHelpers.
09:13:15 <alexander_dick> I'm wondering if it is possible to have the page configuration inherited from the main page - this was possible earlier but now it won't work
09:13:56 <alexander_dick> I have a frontpage and a subpage. on the subpage I want common settings to be inherited from the frontpage layout
09:21:03 <alexander_dick> now I have included the same "base" settings for every page layout. have to configure it twice therefore. http://i.imgur.com/3EUFxqC.jpg
09:22:17 <BenjaminR> alexander i dont have a tipp regarding this because it should work but id like to ask something different: is it likely that these settings (pids, ga etc) change depending on page?
09:26:52 <alexander_dick> I have some specific settings for the subpage layout but all other settings should be inherited
09:27:03 <BenjaminR> since these values are stored in flexforms most times it is better to place settings that are not likely to change to typoscript constants
09:27:50 <BenjaminR> and since typoscript settings are inherited and assigned to the page template and fce automatically this would result in the same behaviour inside the template
09:28:47 <BenjaminR> assigning plugin.tx_yourproviderext.settings.topMenuRootPid in ts setup would make it available in template as {settings.topMenuRootPid} automatically
09:57:46 <BenjaminR> when i am grown up i will be a coder too
09:58:53 <danilobuerger> 1) you change storage to case sensitive 2) remember last uid in sys_file 3) go to filelist module and click through all folders, this will regenerate sys_file but with different uids 4) execute select a.uid, b.uid from sys_file as a, sys_file as b where a.identifier = LOWER(b.identifier) AND a.uid != b.uid AND a.uid < ####YOUR LAST UID FROM 2)#### 5) regex the result with /([0-9]+)\t([0-9]+)/delete from sys_file where uid=$1; update
09:58:53 <danilobuerger> sys_file set uid=$1 where uid=$2;/ 6) execute those new sql statements 7) done
10:23:13 <danilobuerger> alexander_dick you cant change the page template like that.. what you will have todo is move the stuff in the rendering section (often called "Content") to a partial... then check via f:if which of the two partials you want to display
10:24:31 <BenjaminR> danilobuerger - what about a pageprovider which checks for a TCA value that the extension sets and switchs according to that value the action?
10:24:58 <danilobuerger> yes BenjaminR but thats far more work than just having 2 little partials and 1 f:if
10:46:01 <BenjaminR> danilobuerger - is there are something like v:page.info for content elements? something to resolve current content element. what for? want to query record title in a thrid party plugin
13:21:16 <shaggz> Hey guys, I always get this error if I clear the cache. PHP Warning: scandir(): (errno 13): Permission denied in .../typo3_src-6.1.7/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 2748. I'm using fluidcontent 3.1.0, fluidpages 2.1.0, flux 6.0.2 I know there are newer versions, but at the moment I only want to fix this issue. I debugged i
13:21:17 <shaggz> t and saw that scandir(/) is called. That's obviously not correct. Does anybody know what I'm doing wrong?
13:35:56 <NamelessCoder> shaggz did you change *any* template, layout or partial root path to "/" ?
13:38:25 <NamelessCoder> shaggz maybe you can debug typo3conf/ext/fluidpages/Classes/Service/PageService.php:299 - this is the *only* place in any fluidtypo3 extension where scandir() is used.
13:38:50 <NamelessCoder> (a stack trace would help a great deal)
13:39:26 <shaggz> Hi Nameless, i paste the stack trace
13:39:27 <NamelessCoder> Momodedf this page should explain everything: http://fluidtypo3.org/documentation/templating-manual/appendix/migration/from-flux-6x.html :)
13:39:37 <NamelessCoder> pastebin, don't paste here ;)
13:40:23 <shaggz> for sure but i prefer gist, but should be the same right?
13:41:00 <NamelessCoder> absolutely, any paste-site will do
13:43:24 <NamelessCoder> Momodedf there is additional select/group field specific info here: http://fluidtypo3.org/blog/news/flux-forms-revisited.html - scroll down to the section called "Breaking changes"
13:45:24 <NamelessCoder> Momodedf basically you should now use flux:form.relation - and you should not need to change anything except the namespace (as described on the first url) and the tag name of your current "group" field to become flux:form.relation, arguments are the same.
13:52:25 <Guest|73114> we have severe problems with fluid rendering speed. Are there any insights using advanced caching mechanismns like ESI?
13:54:07 <NamelessCoder> Guest|73114 if your server has a slow filesystem, uses a networked database server, has no opcode caching and (worst of all) runs TYPO3 versions below 6.2 you *will* see bottlenecks in I/O.
13:55:12 <NamelessCoder> in addition Fluid can be hard on filesystems which do not support proper memory caching of files
13:58:50 <Momodedf> Hi NameslessCoder thanks for your help, actualy i've seen those articles and alreat tried with a relation, but it make me a full list of my website's tt_content and I'ld like to use a wizard to select them
13:59:28 <Guest|73114> We use 6.2 on a extreme performant Ubuntu Rootie with APC, memcached (local as well as AWS Elasticache tested). The filesystem is EBS-backed, but i have to do some research on memory caching of files ...
13:59:34 <NamelessCoder> Momodedf you may be missing "size" attribute set >1 to make the field a two-pane one with selector on the right and selected values on the left
14:00:38 <Momodedf> I have a two-pane already, but I would like a wizard with pagetree like it used to
14:00:38 <NamelessCoder> Momodedf internally the flux:field.relation viewhelper still creates a "group" type TCEforms field, it just needs the proper attributes (this particular field type has a lot of different displays depending on size, multiple and maxItems properties)
14:01:02 <NamelessCoder> if the "group" field could do that before, the "relation" field can do it now ;)
14:23:11 <misiak> Hi, is there any ft3_empty extensions for FLUX 7? Thnx.
14:53:01 <Momodedf> is there any way to add a pagetree wizard to flux relations ?
15:08:29 <Torstenn> Hi there, i'm using typo3 6.1.7 and fluidcontent, if i create a fluidcontent element with a flux:form.content i can put a plugin into that content element, all works find
15:09:02 <Torstenn> but if i move the content Element to anote fluidcontentelement (in a section too) the colPos ist set to "0" instead of -42 it was before
15:37:55 <Momodedf> yes I've seen it NamelessCode but i dont want to make relation to pages but to tt_content on those pages
15:38:46 <Guest|90779> Maybe someone can help me please? I've set up some containers on page templates to add teasers to a page... that's working quite well - but now it comes to localisation... how is it possible to localize the fluxform and it's fields? (i mean not the labels, i mean how can i localize the contents of the fields?) Thank you!
15:39:00 <NamelessCoder> you asked about how to create a field with renderMode=tree, flux:field.tree is how you do that
15:40:03 <NamelessCoder> Guest|90779 this is an open feature request, see https://github.com/FluidTYPO3/flux/issues/506
15:40:40 <Momodedf> NamelessCoder that's because I'm lost with my tt_content container type ... maybe I'm on a wrong way to do it ..
15:40:59 <Guest|90779> Oh no! I thought I've almost finished the development... :-(
15:41:22 <Guest|90779> But thanks for your answer....
15:41:40 <NamelessCoder> it is possible to manually add the tx_fed_page_flexform field to page overlay (and extend DB schema)
15:43:22 <shaggz> Hey nameless I don't have the stack trace at the moment but I can say that it is noch fluidpages. If I remove fluid content the error is gone. Its the get_dirs function in GeneralUtility.
15:43:44 <shaggz> Does that help in a way? It seems that fluidcontent triggers it somewhere
15:44:49 <Guest|90779> Was this answer (tx_fed_page_flexform) for me?
15:45:50 <NamelessCoder> Guest|90779 yes, that one was for you
15:47:55 <NamelessCoder> shaggz it's likely that you either have not included the static TS to set templateRootPath for your provider extension or another extension containing FCEs. Or that the static TS simply contains no view paths.
15:48:14 <NamelessCoder> shaggz for more debugging check typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php:253
15:51:25 <shaggz> from which version do you speak nameless?
15:54:07 <shaggz> Is that a big problem? Then I have to try it again with the update
15:56:58 <NamelessCoder> shaggz to confirm that you're not experiencing an old bug yes, you should try the development branches
15:58:37 <shaggz> Normally I do, but this time not because I experienced problems after the update. But you're right. I update it and tell you if the problem is gone
16:02:42 <shaggz> and the other extension also to the latest version
16:03:09 <Guest|90779> Nameless, thank you for your help - i added "tx_fed_page_flexform" to the install tool overlayfields.... and i extended pages_language_overlay with tx_fed_page_flexform... that should be ok, should'n it?
16:03:35 <NamelessCoder> Guest|90779 yes that should be it.
16:04:15 <NamelessCoder> shaggz replace your extension directories for flux, fluidcontent (and fluidpages) with git repositories checked out on the development branch. See http://fluidtypo3.org/blog/news/62-install-script.html for the necessary commands
16:05:23 <shaggz> Thanks for the link but there we have a problem. I can not update to 6.2 because 2 Extensions that I have to use are only working until 6.1
16:06:07 <NamelessCoder> you don't need to upgrade, you just need to see the git clone commands ;)
16:07:04 <shaggz> I just looked at the code, sorry wanted to say that the clone commands should work
16:45:25 <Outdoorsman> Is it possible to make a "Text with Image" content element from CSS_STYLED_CONTENT responsive?
16:56:04 <Outdoorsman> @NamelessCoder randomresult mrboe or others... It would be nice to make css_styled_content or fluidcontent_core integrate with fluidbootstraptheme such that you could easily just select if you wanted an image to be responsive from within "Text with Image". Would this be too complicated or even possible?
17:04:49 <Torstenn> Hi, ive a question to fluidcontent, if i insert a plugin into a fluidcontent section all works fine, but if i move the plugin between two sections the colPos is changed from -42 to 0 which results in a double representation in BE and FE, any ideas?
12:10:52 <TorstenF> Hi there, I want to sort my fluidcontent Elements in the newContentElement wizard, i found out that there is a sorting which is done via "options.Fluidcontent.sorting", but how can i set this?
12:11:20 <TorstenF> I'm using 6.1.7 with the newest master branch
12:11:32 <TorstenF> of flux, fluidpages, fluidcontent and vhs
12:18:17 <TorstenF> ok i found it out, its a new attribute on flux:form :)
22:55:31 <soee_> randomresult: will you do it: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/17 ? i can try do add this element in next few days
00:32:58 <BenjaminR> which was mainly done by NamelessCoder. Anyhow the refactoring is a big thing - TB markup changed completely - so much work for randomresult :)
00:33:28 <BenjaminR> But i will discuss with randomresult what the main purpose of this ext will be
00:33:48 <BenjaminR> i dont think we should implement all available tb elements
02:39:36 <NamelessCoder> Context set to Development?
02:39:41 <Outdoorsman> I'm guessing there's a race condition somewhere or something?
02:39:54 <Outdoorsman> Yes, I have it set to development.
02:40:01 <Outdoorsman> I don't have uncache installed.
02:40:22 <NamelessCoder> okay - Development context does indeed put a LOT of extra load on your site because fluidcontent will continually parse your templates
02:40:36 <NamelessCoder> first thing is to try this in Production mode
02:41:10 <Outdoorsman> There's development in TYPO3 and then there are some development things in Flux. Which one particularly are you referring to?
02:41:42 <NamelessCoder> the so-called "TYPO3 Context" variable - ENV setting, normally specified in your server's virtual host configuration
02:42:01 <NamelessCoder> SetEnv TYPO3_CONTEXT Production
02:43:09 <Outdoorsman> In Flux I just checked and had basis.disableCompiler = 1 so am disabling that first.
02:43:18 <NamelessCoder> this one is hugely important in 6.2 - default is to use Production but if you changed this to Development you should surely expect a much slower site
02:43:30 <NamelessCoder> that one must never be on in production mode ;)
02:44:38 <NamelessCoder> 60s is still pretty crazy - I have almost the exact same setup as you locally, in Development context it renders in around 12 seconds which is pretty damn slow too
02:45:05 <Outdoorsman> It's certainly not production yet, but would like to start showing the client what i have done so far and owuld like it to be a BIT more responsive :)
02:48:07 <NamelessCoder> can you ask for php 5.5 or ask for APC?
02:49:05 <Outdoorsman> Just disabled that dev stuff and it's doing much better. Checking the timing.
02:49:31 <NamelessCoder> I have plenty more tricks
02:52:28 <Outdoorsman> Well it's much faster, but I see that there's something else that's slowing things down on my local network so my *faster* times aren't representative of actual time.
02:52:57 <NamelessCoder> you should do these now anyways:
02:53:35 <Outdoorsman> Nevertheless, thanks. This is my first time using dev mode in TYPO3 6.2 so wasn't aware of it actually disabling cache.
02:53:46 <NamelessCoder> in install tool: 1) disable deprecation logging completely, 2) set minimum required SEVERITY for logging to WARNING or even FATAL, 3) Increase default caches lifetime from 3600 to something like 86400
02:54:23 <Outdoorsman> That would be more appropriate for most of the site I'm working with.
02:54:42 <NamelessCoder> 4) set FE.versionNumberInFilename to empty string
02:55:31 <NamelessCoder> 5) make sure mod_expires is loaded, 6) target assets types like js,css,png etc. and increase cache lifetime for those
02:55:45 <Outdoorsman> Thanks for the tips. I noticed that the deprecation log was enabled by default with the beta version of 6.2, but I believe the first full release disables deprecation logging by default thankfully. That's a lot of unneeded data unless you needing it.
02:55:57 <NamelessCoder> 7) set BufferedLogs On, 8) Move rules from .htaccess into virtualhost file
02:56:25 <NamelessCoder> I guarantee you these will increase your performance by several factors ;)
02:56:56 <Outdoorsman> I noticed your speedy distribution of TYPO3 so was guessing you'd know just a TAB about the topic :)
02:56:59 <NamelessCoder> the slower your system is in general, the more impact these will have.
02:57:30 <NamelessCoder> fluidtypo3.org is the culmination of all those tricks put together and it is FAST
02:57:33 <Outdoorsman> I have a fairly well powered machine but of course I'm running a number of sites, so it can have an impace.
02:57:46 <NamelessCoder> it does *all* that and also adds Varnish
02:58:20 <Outdoorsman> Nice. I have a Varnish server but am still tweaking it and don't have it in production on any sites yet.
02:58:34 <NamelessCoder> you definitely should fire that project up again
03:00:08 <Outdoorsman> I'll get back with you when I can test it better. Right now I'm working through a remote connection and can't fix some of the local network issues till I get back to the office.
03:02:37 <Outdoorsman> I'm using fbtcustomiser and notice that I was getting dual loading of jquery and other assets. It looks like fluidbootstraptheme uses typoscript to load assets and fbtcustomiser had a partials file called SharedResources.
03:03:19 <Outdoorsman> What's the preferred method to handle an overlay of assets?
03:03:27 <NamelessCoder> aah, in that case fbtcustomiser is not up-to-date
03:03:43 <NamelessCoder> preferred simply for performance reasons: TS defined VHS assets
03:04:10 <NamelessCoder> we discourage inclusion of file-based assets in templates unless it is with good reason, fx in an FCE
03:04:52 <NamelessCoder> yes: EXT:fluidbootstraptheme does the right thing, uses TS. The other ext should also do this but I think it is simply because randomresult is not yet finished with that one
03:05:27 <Outdoorsman> I hacked at it a bit thinking the file was the way to go so ended up doing things like... plugin.tx_vhs.settings.asset.bootstrapcss >
03:06:53 <Outdoorsman> I guess I will try to rewrite that file into TS instead. So glad I asked. Try to ping randomresult on that if I don't get around to it. I seem to be offline when he's around.
03:08:01 <NamelessCoder> the time difference is pretty big (it's 3 AM here)
03:08:04 <Outdoorsman> Well, I have to run. Thanks again. That put me miles ahead from where I was just a few minutes ago. I'm excited to check out the stuff in the irc log link. Later @NamelessCoder.
03:08:14 <NamelessCoder> yes you should rewrite that file to TS - it is much easier to control
03:08:24 <NamelessCoder> use the same names as fluidbootstraptheme's TS
03:08:40 <NamelessCoder> that way they just overwrite instead of duplicate :)
03:09:07 <NamelessCoder> alright - have a nice day, cya :)
03:09:26 <Outdoorsman> Yes, I noticed he didn't quite use the same names... some of the names had hyphens like bootstrap-css. I making it match but it didn't seem to overlay correctly even then. I had to just empy the TS vales.
03:09:36 <NamelessCoder> it's all my fault actually
03:09:50 <NamelessCoder> I adjusted his strategy for asset inclusion as well as the names they use
03:10:08 <NamelessCoder> - better to follow the absolute best practice since the ext is going to be popular
03:10:17 <Outdoorsman> You don't have to confess... it's ok :) I'm just glad to know what to do.
03:10:28 <Outdoorsman> Hopefully it gets updated soon.
03:10:51 <Outdoorsman> I'm checking out now. Thanks :)
03:10:52 <NamelessCoder> I almost assume that is something he'll be working on this week
10:18:17 <alex_schnitzler> Is there already a plan when fcc supports text+images?
10:19:46 <hsp2n> benjaminr made a quick gist for that
10:20:56 <randomresult> alex_schnitzler seems to be a big thing as they want text+images compatible to the TS-Version (lots of choices you can make in there)
10:21:05 <hsp2n> quick question to the merry men: my boss would like to know if fcc will go stable before/in march.
10:22:09 <alex_schnitzler> randomresult: So if I need it, I implement it myself I guess
10:22:32 <randomresult> i think benjaminr has an alternative ... did you mention it benjaminr ?
10:23:10 <randomresult> i think the problem is --> if you switch from one to another... the existing elements. if you start from scratch, you should be fine
10:27:47 <Bomwollen> how is it possible to add a (logo) section in a partial that is then configured in the constant editor
10:29:00 <BenjaminR> Typoscript Setup below plugin.tx_yourproviderextension.settings is availble in the template automatically as {settings}
10:30:34 <BenjaminR> Depending on what value your constant is expected to contain you choose a matching viewhelper. fx if the value indicates the path to the file use regular fluid image f:image viewhelper and pass value to is. Following a complete example:
10:31:37 <BenjaminR> Your Typoscript Constant plugin.tx_yourproviderextension.settings.myLogoPathAndFilename can be used in the template with <f:image src="{settings.myLogoPathAndFilename}" /> to render an image
10:32:30 <Bomwollen> thank you BenjaminR i ll try that
10:33:19 <hsp2n> is there any news on when fcc might go "stable"?
10:33:25 <Bomwollen> one more thing BenjaminR, i am using an extension a normal tab navigation and a dropdown navigation partial
10:33:38 <Bomwollen> i mean it provides both partials
10:33:45 <BenjaminR> hsp2n: you can use it without many doubts. i use it in production as danilobuerger and alexschnitzler also do
10:34:20 <hsp2n> boss would like to see a "officially released" build
10:34:27 <Bomwollen> well what i want is to replace the used tabnavigation with the dropdown navigation ( to show if a page has subpages), but this seems not to work
10:34:32 <hsp2n> would be nice, but I guess I can convince him if that doesn't work out
10:35:36 <BenjaminR> Bomwollen: didnt understand the szenario - sorry
10:36:25 <Bomwollen> ok, i have an extension with different fluid templates, and partials
10:39:21 <BenjaminR> okay so i am ready for your explanation :)
10:39:53 <Bomwollen> so let me go on , one partial is called navigation and it uses the template tabnavigation.html: http://pastebin.com/w4QTSw2p
10:41:53 <hsp2n> so is there a roadmap for fcc? I'd need a statement wether or not there will be a "release" before or in may. I need this so I can argue for fcc appropriately
10:42:04 <Bomwollen> this is the tabnavigation partial: http://pastebin.com/GAnkHSwh i want to replace in navigation.html the tabnavigation with dropdown navigation: http://pastebin.com/1wxzD8kG but it does not work
10:43:07 <Bomwollen> as far as i understand replacement happens here: <f:render section="TabNavigation" partial="TabNavigation" arguments="{_all}"/>
10:44:50 <Guest15662> Hi there, i'm using TYPO3 6.1.7 wirh fluidcontent, i have an FCE with a form.content section, so additional FCEs can be placed in this FCE, but if i translate this FCE the inner FCEs are not translated(copied) is this possible with fluidcontent?
10:48:14 <BenjaminR> hsp2n: here is our roadmap http://fluidtypo3.org/roadmap.html
10:55:52 <BenjaminR> so you have to describe what "but it doesnt work" means :)
11:02:13 <Bomwollen> BenjaminR when I change the section name to DropdownNavigation this frontend crashes and this exception occures: http://pastebin.com/PtVGUAxj
11:04:44 <BenjaminR> Bomwollen: i see! which version of vhs do you use?
11:20:28 <Torstenn> Hi, im using fluidcontent and want to copy nested content element to another language but he doesnt copy the nested elements, is this general possible?
11:51:34 <BenjaminR> Torstenn: most times the error message says the truth :) go to list module and check for doub etranslation
11:53:03 <Torstenn> ok your right, on the first "copy" it struggles with the languages, and create one element with the correct lang and the second with the wrong
11:55:18 <shaggz> Hey guys, I updated some of your extensions and experiencing some strange behaviour.
11:57:56 <BenjaminR> shaggz: are you aware of the changed namespaces for viewhelpers? flux:flexform -> flux:form, flux:flexform.field -> flux:field any many more
11:58:29 <shaggz> I used the update script of danilo to fix namespacing problems.
12:00:01 <shaggz> Some problems disappeared but the frontend is still not working
12:00:15 <shaggz> The requested page didn't have a proper connection to the tree-root
12:04:48 <Crewcut> How do i update the vhs ext without removing it from ext. manager (due to dependencies in other fluidtypo3 ext)?
12:06:44 <robsonrobi> Good morning. I recently updated from TYPO3 6.1.7 to 6.2 and therefore needed to upgrade, vhs, fluidpages,fluidcontent and flux. everything worked great, but now i am confronted with duplicate elements in the backend. my content f.e. is in an fce and there are some content elements, in the BE i see these elements but they are hidden + i see them on
12:06:45 <robsonrobi> the page. Deleting one objecte results in deleting both.
12:16:36 <mrboe> this works for me: update typo3 and launch the update wizard > update the extensions and run the update scripts (the littel green arrows in extension manager) > after that compare databse
12:52:20 <Rawai> and when we translate content elements by click on copy default content elements than the content inside the column rows text or text with image etc. is gone.
12:52:40 <Rawai> Beside this the Content Elements in the backend are overlapping itself which makes it nearly impossible to click the right buttons
12:52:48 <Rawai> Also there seems to be no way to insert content which has already been translated ie. in list view as it does not show up on the page. Instead we get in field column [INVALID VALUE (“-2”)]
12:54:21 <Rawai> we ran all update scripts which came with teh extensions and all say 0 rows have been updated
12:55:24 <NamelessCoder> Rawai see https://github.com/FluidTYPO3/flux/issues/242 - a fix is coming
13:05:42 <NamelessCoder> Rawai some of it could be fixed in https://github.com/FluidTYPO3/flux/tree/workbench/commands - and we would appreciate feedback on https://github.com/FluidTYPO3/flux/pull/524
13:07:07 <Rawai> how can we get the fix 524 easy to test it
13:50:38 <Rawai> same problem here even with the second language
13:50:53 <Rawai> as soon as you have already existing records with languages
13:52:13 <Rawai> @Claus the copy of the elements is working only when there werent any translated records before in list view. flux 7.1.0
13:52:52 <Rawai> beside this the create new button below the images is disappearing when hovering over or it is more or less inside the left corner of the CE above
13:55:10 <Rawai> If you have columns i.e. 41.67% / 33.33% / 25% than the 25% part is overlapping the other translation column and it is only possible to click the copy content button when calling the page. as soon as you click on the column i.e. to the right now way to click copy again.
14:02:29 <Rawai> it is also not possible to edit the actual column element while you can activate the CEs inside of it - but won't see anything in FE as parent Element is hidden
14:03:45 <Rawai> you can activate the parent in List view !
14:04:43 <Rawai> but in language view the translated parent element has no icons to edit or move and everything in there stays grey
14:06:40 <Rawai> after enableling the parent element in list view the the parent element has still no icons but looks now good, also the elements inside of it. Parent can't be edited or moved while nested CE show thebutton to move but can't be moved in lLanguages View
14:10:16 <Rawai> the copied nested element has now under relations a new dropdown: Content Area of Parent: but inside everything is [INVALID VALUE (column 2)] _ thow you can change it to 16.67% (column 3)
14:12:49 <Rawai> In a column 50 33 16 with each elements in the translated column the 33 element gets listed in 16 above the 16 element and no way to move it actually to 33
14:13:23 <Torstenn> is there a roadmap when this could work?
14:17:12 <Rawai> Another even bigger problem IMHO is that if you have already translated elements you can't assign them to any column. also "Content Area of Parent" in Tab Relations is not existing in already existing but translated CEs - so still same problem as before - no way to get translations assigned to a certain place
14:18:18 <Rawai> In TV there was at least a place where you could see all non used elements but this is not existinghere
14:19:07 <NamelessCoder> Rawai "unused" elements don't exist as such, but lost relations can be found using the "list" view
14:19:32 <Rawai> well but how can you assign them again?
14:20:24 <Rawai> copy content is not working when translations already exist
14:20:34 <NamelessCoder> yes; either set the colPos, language or parent element to make the element a child or move it to fx top of a column to drag-drop it into place afterwards
14:21:50 <Torstenn> ok i checked it, the problem is that, on copy to another language, the nested content elements get the wrong language
14:22:03 <Torstenn> if you have more than two languages
14:23:25 <NamelessCoder> please see https://github.com/FluidTYPO3/flux/pull/524 and https://github.com/FluidTYPO3/flux/pull/511 - if your symptoms are listed there, we know about them and intend to fix them
14:23:34 <NamelessCoder> if they are not listed there, please add them on https://github.com/FluidTYPO3/flux/pull/524
14:24:36 <NamelessCoder> and of course: please use the branch workbench/commands when you test these - symptoms reported from the development branch will only confuse this, making a fix take longer
14:28:43 <Rawai> ok Claus when I change the column to Fluid Content Area in both the original and the translation (List View) than only in the Original the Relation field exists with only one column i.e. 16.67% even there are 3 columns available. In the translation this field is missing
14:29:31 <NamelessCoder> this should be noted in the issue flux#524 as it could indicate a need to add this to the translation overlay
14:31:08 <shaggz> Hey Nameless, I updated all of your extensions but it seems that the content elements are now broken. The controls are gone (edit, hide ... when you hover over an element) and the labels are gone so I can not edit in page view
14:32:47 <NamelessCoder> before you report problems here, please see the list on https://github.com/organizations/FluidTYPO3/dashboard/issues/repos?direction=desc&page=1&sort=popularity&state=open
14:33:41 <Rawai> at least there is a workaround like Claus pointed out - Assigning the translated CE to MainContent Column and than drag and drop everything to get back the design also in the Translation.
14:33:57 <NamelessCoder> if you use TER versions, also check the list of closed issues as we close issues when fixed in development
14:36:43 <shaggz> The drag and drop is not the important one, but the labels should be visible
14:36:49 <NamelessCoder> no worries - we just have to centralise this in a more permanent location, and give you a way to find possible solutions/workarounds faster than waiting for me to come around ;)
14:41:44 <shaggz> I didn't find an issue about the missing labels on github
14:47:19 <shaggz> Okay it's not only the labels. As I said, the controls are not visible. Maybe someone has a hint for me. @Nameless this was the same problem last time as i switched back to flux 6.0.2
14:49:00 <NamelessCoder> danilobuerger is our man for that fix - my personal choice would have been to remove our script from the languages view
14:51:01 <danilobuerger> our script doesnt have to be present in languages view as d&d isnt supported there by the core either
14:51:23 <NamelessCoder> danilobuerger but you agreed to turn the bug report into a feature request ;)
14:51:57 <shaggz> Thats okay, do you know why the labels of the content elements are not visible?
14:52:17 <danilobuerger> i didnt agree ^^, i just asked if thats what he wanted... i am not going to implement d&d fpr languages view
14:58:17 <danilobuerger> shaggz i will have to leave now too, but maybe randomresult can help you out... other than that see http://fluidtypo3.org/blog/news/flux-70-released.html
15:09:31 <randomresult> Torstenn here u find an example https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/master/Resources/Private/Language/locallang.xlf
15:10:43 <Torstenn> and in the command branch of flux danilo has implemented the copy and translate for nested elements, but it doesnt work correct for more than two languages
15:11:07 <Rawai> Hi Torsten I have same problem I guess
15:11:19 <danilobuerger> Torstenn thats a known issue, the workbench branch is not finished yet
15:21:53 <Torstenn> i think i have some other kind of problem
15:21:53 <shaggz> @randomresult are you still here? ^^ Do you have an idea what I can do?
15:22:52 <Torstenn> ive insert a CE with a nested CE and if i translate it the "container" CE has the right language but the nested element has the wrong language
15:23:19 <Rawai> here you set now the column - you will see that it will give you actually no choice to choose anything so simply choose what is there ;-)
15:24:11 <Rawai> you can change the language to in that view. Have you checked that you named the language the same like the id (flag) is
15:24:23 <Rawai> sometimes it happens that this gets forgotten
15:24:34 <Rawai> and than German shows up with English flag
15:24:50 <Rawai> or English title even it is German
15:33:14 <Rawai> for this reassigning work it would be great to have actually a possibility to list all fields you check in parallel so that you can see all of them at the same time and that they don't get sorted a-z after you click the edit button which is total crab
15:36:43 <Rawai> Also the naming of the column does not get into those tables - which means your "Hero" might be Left and your Main will be "Normal" etc- very confusing
16:38:10 <pedda> i need to relaunch a website with direct_mail, powermail, some user registration, login, and migrarte tt_news dam resources to tx_news fal
17:16:09 <Rawai> @pedda we are working on three 6.2 projects but many things simply don't work as you mentioned already. YAG, Indexed_search, felogin, etc
17:16:26 <danilobuerger> indexed_search is working on 6.2
17:16:49 <Rawai> we get errors here and just deactivated it
17:17:19 <danilobuerger> Rawai that will most likely be a configuration error.. indexed_search is definitely working
17:17:34 <floxx> felogin is not working under 6.2? oO
17:17:58 <Rawai> well try to update a site - new sites work right
17:18:18 <danilobuerger> i did update a site to 6.2 and indexed_search works
17:21:25 <NamelessCoder> danilobuerger have you also confirmed that after clearing the indexed_search indexes they rebuild?
18:18:07 <Outdoorsman> randomresult... Just letting you know that I found out yesterday SharedResources.html used in fbtcustomiser should be ported to TS instead to follow best practice according to @NamelessCoder. Just thought I'd ping you on that if it wasn't on your radar yet.
18:18:36 <randomresult> its removed from fbtcustomizer already
18:18:50 <Outdoorsman> I guess I have an older version :(
18:22:13 <Outdoorsman> Yes... that compact version of adding assets using something like this is only one line instead of 5 or 6... <v:asset.script name="bootstrap-core" group="cdn" path="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" external="TRUE" standalone="TRUE" dependencies="jquery" />
18:23:18 <Outdoorsman> I'm fine using TS as well though. I just want to do things the *right* way.
18:23:32 <randomresult> well... both is the same in the end. but you can override TS with TS . so you dont need to change the templates. you can do it in the templated stored in your database. so can fix something in the backend without touching the files..
18:24:21 <Outdoorsman> That would probably save having to flush quit as many cache file too then huh?
23:06:43 <soee> i would like to see flux and other on http://translation.typo3.org/
23:07:07 <soee> so it would be easy to have it localized
23:45:42 <Outdoorsman> I want to Alternate Navigation Title to be used in my menu. Isn't it supposed to show by default? Docs for titleFields are found here, http://fluidtypo3.org/viewhelpers/vhs/1.3.2/Page/MenuViewHelper.html
23:46:59 <Outdoorsman> This is what I have entered, maybe I just have a typo or something?? <v:page.menu entryLevel="{settings.entryLevel}" useShortcutData="TRUE" titleFields="navtitle,title">
23:47:50 <danilobuerger> Outdoorsman which version of vhs?
23:50:54 <Outdoorsman> I'm using GitHub development version. I updated it about a week ago.
23:52:36 <Outdoorsman> I created a shortcut called "Home" in the page tree that points to the root page. The root page is titled the name of the site with the word "Home" in the Alternate Navigation Title field in page properties.
23:53:10 <Outdoorsman> It is not displaying the word "Home" as I think it should.
23:53:15 <danilobuerger> and the shortcut doesnt get resolved?
23:53:39 <Outdoorsman> Yes, it's resolving and pointing the the uid of the root page.
23:54:26 <danilobuerger> i meant the label... is it only for shortcuts that navtitle is not used?
00:02:05 <Outdoorsman> I cleared most but not alllll
00:02:24 <danilobuerger> ah we removed all deprecated view helpers for the vhs 2.0.0 release... so if you are still using deprecated view helpers you need to fix that
00:03:11 <danilobuerger> go to install tool and choose the development environment so that you see exceptions in the frontend
00:09:17 <Outdoorsman> Fatal error: Class 'Tx_Vhs_ViewHelpers_Page_Content_RenderViewHelper' not found in /ROOT_FOLDER/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4280
00:18:23 <Outdoorsman> I'm not exactly sure what this means here.
00:22:42 <Outdoorsman> I just updated flux, fluidcontent, fluidpages to latest dev as well.
00:29:10 <Outdoorsman> So is this message an indication I'm using deprecated view helpers?
00:53:36 <Outdoorsman> I see that it says "Will be removed in 2.0" at the top of this page: http://fluidtypo3.org/viewhelpers/vhs/development/Page/Content/RenderViewHelper.html
01:27:02 <Outdoorsman> OK @danilobuerger I found that fluidbootstraptheme and fbtcustomiser both had many references to the deprecated page.content.render. I updated them to all be content.render and flush the entire typo3temp/* folder and things are displaying again and loading much faster too.
01:27:55 <Outdoorsman> I'll put a ping in here for randomresult too just to make sure he knows about this update that needs to happen to be vhs 2.x compatible.
01:29:45 <Outdoorsman> I am still not getting navtitle to show up though for shortcut or normal pages? I don't think I'm doing anything wrong.
07:24:44 <Rawai> gibt es einen weg die doppelt generierten CEs so wieder aus der original language zu entfernen dass dabei nicht der ganze Content verloren geht?
07:25:18 <Rawai> Are you sure you want to delete this record? (This record has 1 translation(s) which will be deleted, too!)
07:26:02 <Rawai> natuerlich wollen wir das nicht nur all diese Elemente die nun uebersetzt wurden sind NICHT im Column Row generiert worden sonder als kopie darueber
07:26:48 <Rawai> versucht man jedoch das Element in Column Row zu loeschen dann erhaelt man die gleiche Meldung: Are you sure you want to delete this record? (This record has 1 translation(s) which will be deleted, too!)
07:27:04 <Rawai> somit sind dies wohl die gleichen Elemente die hier doppelt dargestellt werden
07:27:14 <Rawai> und die nur einmal uebersetzt wurden
07:28:00 <Rawai> setzt man ein Element auf hide dann wird auch die kopie gehidden
07:29:34 <Rawai> ein weiteres Problem ist das einige der Uebersetzungen (nicht alle) auch als kopie auf der Original seite angezeigt werden.
07:49:20 <Rawai> hmm wir haben gerade den content column row verschoben und beim reload der page im Backend ist er verschwunden samt dem darin enthaltenen content
07:49:39 <Rawai> jedoch sieht man nun jedes ce nur einmal
07:54:57 <Rawai> Every Element exists in list view only once but in Page View 2 versions - one nested inside a column row and the other one above it outside the container on the original language page
07:58:23 <danilobuerger> Rawai what that means is that the colPos of that element is wrong in the DB
07:58:50 <Rawai> in the translated language only the container and its elements gets shown in backend (Page) - but in frontend none of those translated elements shows up,
09:39:11 <fizelchen> Is it possible, to link content Elements to the created Accordionelements in the backend, so when i rearrange the accordeon, the Content Elements are correctly reordered as well
09:40:15 <fizelchen> right now, when i add a new accordeon panel and move it to the first position, i have to move all content elements in the backend, because they are in the "wrong" accordeon element
09:40:51 <randomresult> which t3-version, which version of the extensions (TER or Git)
11:08:10 <Guest|44425> i just migrated a fluidpages site from TYPO3 4.7 to 6.2. there were no backend layouts configured. now we don't see any columns in the backend anymore
11:09:06 <Guest|44425> i remember that i read a news post from claus saying that with TYPO3 6.2 the backend layout can be automatically provided by fluidpages (so no need to set up one as a record in TYPO3)
11:13:07 <danilobuerger> Guest|44425 are you registering with flux as described here :http://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/registration-in-php.html
13:10:09 <RudyGnodde> Quick question: Is it possible to limit the content element types that can be inserted in a fluid content fce? Or at least remove/hide them in the wizzard when adding content to a fluid content fce?
13:11:18 <BenjaminR> Hi Guest, meant as freelancing task - but yes - right now especially for one where 6.2 should/can be utilised.
13:11:53 <BenjaminR> RudyGnodde: yes you can limit them by content areas in page template and content elements grids
09:35:30 <mhmli> good morning! is Danilo Bürger in?
09:49:21 <mhmli> pointed here by @danilobuerger to ask @namelsesscoder what feature sponsorship costs. re. https://github.com/FluidTYPO3/flux/issues/468
09:50:03 <mhmli> (the ability to use flux:field.inline.fal in objects; multiple slides in a slider FCE)
12:09:08 <mrboe> has anybody seen this? http://t3bootstrap.de/de/typo3-bootstrap-template/ the sorting of the TB elements looks very similar to your fluidcontent_bootstrap / https://github.com/FluidTYPO3/fluidcontent_bootstrap/tree/development/Resources/Private/Templates/Content
12:10:33 <mrboe> perhabs somebody wants to buy it for 119 Euro
12:14:37 <Medialight> argh, I took ft3_empty on git, modified it to match with typo3 6.2 but i can't get anything else than "Oops, an error occurred!" even with "basic.debugMode = 1"
12:15:24 <mrboe> @Medialight i dont know exactly but some days ago Nameless wrote that these is not up to date
12:15:51 <mrboe> the better way is to user the "builder" ext - you can create your provider extension with that
12:16:05 <Medialight> yes it is not, I added the namespace call syntaxin ext_tables
12:17:12 <Medialight> mmmh TER version have typo3 <= 6.1.99 dependency
12:55:22 <Medialight> the development branch doesn't create the extension
13:12:54 <Medialight> i have the same problem with a provider from an older project (typo3 6.1.7)
13:41:29 <Torsten> Hey there... I'm currently using the development branch of flux and I'm unable to drag / drop or cut / paste an content element into a flux grid... is this a known issue?
13:47:07 <mhmli> anyone have an idea to get debug output of the current object when in a getter function of a model class function?
13:47:29 <mhmli> when i use var_dump or debug, it returns a blank page.
14:08:36 <Torsten> Hey there... I'm currently using the development branch of flux and I'm unable to drag / drop or cut / paste an content element into a flux grid... is this a known issue?
14:08:55 <Torsten> (Sorry for the "flood", but I've been disconnected)
14:09:19 <BenjaminR> Torsten: Checkout the workbench/commands branch on flux repo
14:09:30 <BenjaminR> there are a lot of bugfixes which are not yet ready to merge
14:09:47 <Torsten> BenjaminR thanks, I'll try that
15:38:06 <Guest|44799> Hello, could it be that it is impossible to use Mount Points with the v:page.menu fluid viewhelper (vhs, version 1.8.4). If I generate a menu with this view-helper the mountpoint is shown as a redirect instead of the mountpoint itself.
15:44:14 <cedricziel> Guest|44799: mind opening an issue at github.com/FluidTYPO3/vhs/issues/new ?
15:45:40 <jlumpe> cedricziel: i tried adding nested content elements, but they're not showing up as nested in the backend, but next to the fluidcontent element
15:45:56 <jlumpe> i must be doing something wrong i guess? (probably a complete newbie question)
15:46:07 <Guest|44799> yeah i will do it, just wanted to know if someone already knows a solution or had the same problem. Does someone have a great idea what to user instead of mountpoints? the mountpoint has a huge amount of subpages....
15:46:17 <cedricziel> can you elaborate on how your environment looks like and how your fce looks like?
15:58:11 <cedricziel> yo can take this as inspiration: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Templates/Content/Row.html
15:59:07 <jlumpe> cedricziel: thanks will take a look! Inside that template it looks ilke the grid config is inside the flexform though?
16:05:04 <jlumpe> i think i can use this as a starting point to learn how to build my own :)
16:05:36 <jlumpe> what i want to create is rather simple, just a section container with a customizable class, which then allows for nested items
16:05:46 <jlumpe> that should be fairly easy to do now :)
16:05:53 <jlumpe> thanks again for the help, i appreciate it!
16:06:02 <jlumpe> i might come back at you with more :D
16:20:36 <Freezle> Hey guys, first of all: i really like your extensions and use it as standard in typo3. But now I have problems to get my own Controller for Content to run. I created a Extension with your Builder and added a ContentController. But neither the overridden initializeView nor the special method for my ContentElement had impact for the output. Is there
16:20:36 <Freezle> a special step to make this controller work?
16:30:27 <randomresult> Freezle you need to register your provider
18:03:05 <danilobuerger> alexander_dick do you know grunt or gulp? if you can answer that with yes and you still love assets, i dont know what to tell you
23:16:54 <gernot_h> hi! when i try to install in typo 6.2 with builder (latest from github) a new ext, i got "Your TYPO3 version is higher than allowed. You can use TYPO3 versions 6.0.0 - 6.1.99"
23:17:55 <gernot_h> in ext_emconf.php : 'typo3' => '4.5-6.2.99',
09:45:39 <soee> xaver: and for small test - install some other third party extension with plugin and try to add this plugin
09:54:19 <xaver> soee: UPDATE tt_content SET l18n_diffsource='a:1:{s:6:\"colPos\";N;}',tstamp='1397721146',t3ver_stage='0' WHERE uid=446 - this is the only update query on tt_content in the query log
11:16:07 <danilobuerger> and remember we only need the xlif file for english, the rest will be on the translation server, take the file in flux as an example
11:17:14 <soee> and this unQuoteFilenames() function: Explode a string (normally a list of filenames) with whitespaces by considering quotes in that string. This is mostly needed by the imageMagickCommand function above.
13:58:13 <soee> when do you guys plan to release updates to TER ?
14:07:13 <Jeff_Tollwerk> @NamelessCoder Hi Claus, I'm an employee of Joschi Kuphal at Tollwerk and I'm currently setting up a brand new TYPO3 6.2.0 Page. Fluid pages are working, but we can't see the FCE tab. We created a new content element extension with example FCEs from the documentation but they won't show. In Debug-Mode it says that the files exist. If we use the lis
14:07:14 <Jeff_Tollwerk> t-tool we can actually create a new Fluid Content Element but it says that there are no content types available.
14:08:00 <mrboe> @Jeff_Tollwerk you had to delete temp folder
14:08:18 <mrboe> in the temp folder there is a .FED.... file
14:09:50 <Jeff_Tollwerk> We now this bug from and older typo3 page so we checked but it seems that the .FED-temp-file is not the problem anymore. we can't find it and we also emptied the whole temp-folder multiple times.
14:10:59 <soee> Jeff_Tollwerk: does the FCE has configured wizard tab name ?
14:16:16 <danilobuerger> soee we release updates to TER whenever something is done and tested,
14:40:56 <Jeff_Tollwerk> no there's no wizard tab name in the FCE. but we used the example FCE from the documentation and I don't think it is necessary, isn't it?
14:41:13 <Jeff_Tollwerk> I just added wizardTab-name but it still doesn't show up.
14:42:01 <Jeff_Tollwerk> I didn't add wizardTab-name in an older installation and the custom tab-name always was "FCE"
14:42:07 <randomresult> cleared cache? in installtool?
14:42:36 <randomresult> are u using the dev-versions or TER?
14:46:20 <Jeff_Tollwerk> We're using the TER version
14:52:19 <soee> Jeff_Tollwerk: works fine for me - the TER version, on current project i have 3 custom CE and they show up in Wizard
14:57:56 <xaver> randomresult: soee thx - it is the normal development branch or?
15:07:41 <xaver> Content area of parent - has in column1 - INVALID VALUE ... column2 works and column1 is not slectable in a column2 element
15:22:07 <cedricziel> Ohai Jeff_Tollwerk. when all is right-the fluidcontent_bootstrap should show you some FCE's. can you test-install it please?
18:33:37 <Denyerec> on a CE, what's the "Value" section for ?
18:56:17 <Denyerec> danilobuerger if I take the "fluidrow" element from fluidcontent_bootstrap I get a "commaseparateditems" arguement is not registered.
18:56:27 <Denyerec> Am I to suspect my version of fluidcontent_bootstrap is too old ?
18:56:44 <danilobuerger> yeah, just use "items" instead
18:58:53 <Denyerec> even looking at the latest it seems odd
13:33:16 <danilobuerger> alexander_dick there might actually be something wrong when using content_fallback… https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Content/AbstractContentViewHelper.php#L139
13:33:33 <danilobuerger> (line anchored where language code begins)
13:40:39 <alexander_dick> btw it would be nice if the default values were visible here: http://fluidtypo3.org/viewhelpers/vhs/master/Content/RenderViewHelper.html
13:41:09 <danilobuerger> the whole code needs to incorporate "sys_language_content" from tsfe
13:41:31 <danilobuerger> alexander_dick for that please file a feature issue on the website repos
13:43:28 <alexander_dick> well the only solution for now is to translate the complete content
15:29:07 <Denyerec> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consectetur risus vel sapien lobortis, sit amet consectetur sem gravida. Integer consequat commodo est, nec fermentum libero. In ut lorem vel leo aliquet suscipit a eget lectus. Donec id eros vel lorem elementum commodo. Mauris a metus ornare, hendrerit lorem a, ultricies diam. Mauris non justo accumsan, mattis purus congue, faucibus
15:29:07 <Denyerec> augue. Curabitur id feugiat mauris, vitae adipiscing mauris. Quisque imperdiet velit et feugiat scelerisque. Integer mattis sollicitudin laoreet. Nam lacinia imperdiet dui non semper. In hac habitasse platea dictumst. Cras rutrum mauris ipsum, in luctus mi tempor tempor. Nam ac neque sodales, pharetra ligula sed, vulputate massa. Integer in felis tristique, commodo magna eget, porta nulla.
15:29:07 <Denyerec> Mauris mi tellus, fringilla id neque sed, elementum dictum urna. Phasellus ante magna, posuere sit amet lorem eget, euismod sollicitudin ante.
15:29:07 <Denyerec> Cras vel rhoncus nisl, eget auctor nulla. In eget turpis vel purus dignissim accumsan. Sed a elit id sapien suscipit aliquet eget aliquet lacus. Mauris blandit scelerisque justo, in eleifend urna fermentum non. Etiam malesuada fringilla nisi et vehicula. Praesent euismod massa dignissim nunc ornare, sit amet porta neque vehicula. Fusce nisi tellus, viverra sed pulvinar ut, gravida id risus.
15:29:08 <Denyerec> Suspendisse et eros elementum, interdum turpis pharetra, interdum ligula. Proin laoreet eu mi nec vehicula. Nunc euismod augue nunc. Nulla sagittis pharetra laoreet. Donec ornare nisl cursus tortor varius, et vehicula nunc lacinia. Nulla interdum molestie dolor eget pellentesque.
20:20:30 <Denyerec> I am trying to gt the sections to work and I have two issues.
20:20:52 <Denyerec> I want image thumbnails in both priews
20:20:57 <Denyerec> Both when viewing the page, and when editing the CE
20:21:22 <Denyerec> Right now, the page preview is just text only, and when editing the CE it's just all the fields concatenated together, which is useless to the User.
20:25:03 <randomresult> well adding this element to my test shows nothing in the wizard (FCE)
20:26:56 <Denyerec> Yeah that's probably LLL related
20:27:56 <Denyerec> I've got broken entries in my FCE wizard too at the moment.
21:18:02 <Denyerec> Fatal error: Call to a member function getImgResource() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/vhs/Classes/ViewHelpers/Media/Image/AbstractImageViewHelper.php on line 113
21:18:13 <Denyerec> That's caused by the media.image VH
21:18:23 <Denyerec> presumably it doesn't like elementData.file
21:18:57 <Denyerec> elementData.file -> V:iterator.explode() doesn't work either though
21:20:14 <Denyerec> I could swear the docs say v:media.image takes CSV, array
21:38:52 <Denyerec> As for your problem, the uri.resource ViewHelper assumes that your resources are in the Resources/Public directory of your extension. So:
21:46:39 <BenjaminR> and src : '{elementData.file}' -> src: elementData.file is enough
21:46:47 <Denyerec> Fatal error: Call to a member function getImgResource() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/vhs/Classes/ViewHelpers/Media/Image/AbstractImageViewHelper.php on line 113
21:47:44 <BenjaminR> did you try to use f:image before?
21:47:58 <BenjaminR> you pass the imagepath to it so what a special vh for :)
21:48:50 <Denyerec> When I use f:image.... I see an img tag with a legit path rendered out
22:02:08 <Denyerec> well I've got a preview working now, without ysing the grid
22:02:57 <BenjaminR> The only reason for the grid was that you were able to specifiy slide type fx content and if slide type was content the corresponding grid column (with child content attached) was rendered
22:04:01 <BenjaminR> in those cases i suggest to simply add such a fce to your own provicer extension so you can see how it works - makes it much easier to understand
22:04:37 <Denyerec> That's where I started, with a C&P from the bootstrap carousel
22:07:17 <Denyerec> The text / contant that appears next to the collapsed items is useless from an editors POV.
22:07:33 <Denyerec> For a start, you can't see it until you expand everyting, then when you do, it changes, and when you collapse it you get something else.
22:07:39 <Denyerec> is there any way to control what appears here ?
22:08:07 <BenjaminR> hm not sure about that - i am pretty sure that is flexform/core default behaviour for objects
10:17:05 <Guest|62155> hello, i installed flux, vhs, ... from TER and development builder extension
10:17:21 <Guest|62155> i created an extension and installed it without changes
10:17:56 <Guest|62155> i get an error during checking like: class 'TYPO3\CMS\Core\Utility\ExtensionManagementUtility\ExtensionManagementUtility' not found in ext_tables.php on line 6
23:11:15 <Denyerek> benjaminr, danilobuerger, don't suppose either of you are there? I have an issue with a variable not being parsed by fluid. Gist upcoming.
13:09:13 <Denyerek> Got a query regarding CE's and "standard headers"
13:09:44 <Denyerek> My client keeps filling out headers so she can identify content elements in the BE, but I need to be able to stop them rendering on certain content elements.
06:57:27 <Rawai> we are working with Flux 7 etc and our rootpage stays blank in the backend with page Module while list module shows the content correctly. The errorlog says "mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 105 bytes)" /typo3_src-6.2.1/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php
13:37:30 <randomresult> seems everybody has easter-holidays
13:38:04 <floxx1> how would you solve that with ft3: a menu with additional content like here http://www.esta.com/en/ -> Products & Solutions -> hover over "Products"
13:41:08 <floxx1> danilobuerger: yes, but what about multilanguage?
13:41:41 <floxx1> page properties added by ft3 aren't translateable afair
13:42:04 <danilobuerger> you can either translate the whole page configuration (thats available right now) or wait a few weeks until RR gets merged and then translate each field individually
13:51:51 <floxx1> ah ok. and page configuration is translateable out of the box? is this a new feature? i had a multilanguage project with sliders in page properties. they were not translateable…
13:53:29 <danilobuerger> this should have always worked... you will have to translate the whole flexform in pages->tx_fed_page_flexform
14:39:30 <floxx1> danilobuerger: sorry for asking again. but could you give me another hint? i added pegeproperties in flux template, now i translated page in be and the fields are missing for translated page.
14:40:08 <danilobuerger> you need to add tx_fed_page_flexform to the fields of pages that get translated
15:01:03 <floxx1> danilobuerger: yes. that's the configuration i meant before. and additonally i have to extend pages_language_overlay with tx_fed_page_flexform. right?
15:18:50 <danilobuerger> floxx1 probably yes if that doesnt happen automagically
15:28:30 <Torsten> Hey.. I'm still unable to drag / drop or copy / paste a CE element into an flux grid... is there a bugfix on the way? Currently im on development branch
15:32:07 <BenjaminR> Torsten: You know that danilobuerger is working hard on it, dont you?
15:32:58 <danilobuerger> to appreciate the size and complexity of that fix, one can go to https://github.com/FluidTYPO3/flux/pull/524 and see the number of commits
15:33:25 <Torsten> benjaminr No, I was idle until now.
15:33:36 <Torsten> danilobuerger thank you for your hard work.
15:34:20 <BenjaminR> Torsten: I was pretty sure you repeatenly asked about that the days before
15:35:14 <Torsten> benjaminr I asked that about 4 days ago and someone told me to switch workbench/commands... but with no luck.
15:35:47 <danilobuerger> np, Torsten if you want to help (and that means getting the fix into our branches sooner) you can checkout https://github.com/FluidTYPO3/flux/tree/workbench/commands instead of branch development and test it... what should be working is : new elements / drap&drop / localization / hiding&showing
15:36:28 <danilobuerger> the only thing not properly working in workbench/commands is copy&paste
15:37:21 <danilobuerger> if you try out workbench/commands and experience any issues beside copy&paste please report that in flux#524 .. that way we will have a fix ready sooner.
15:39:42 <pedda> it seems as if it is supported by default, but i don't get it at a certain point
15:40:08 <pedda> ext:news is equipped with some youtube interface already
15:40:34 <pedda> so everything is in place but my resource
15:40:45 <pedda> did you ever embed youtube videos in news ?
15:41:25 <BenjaminR> ...not in TX_news (what i guess is what you really want to know) :)
15:41:34 <BenjaminR> but cant be very difficult :)
15:42:01 <pedda> agreed.. it's rather like i'm just to dumb
15:44:38 <Guest|44946> Hi everyone, Greg here. I got a question regarding the builder extension. Wanted to try the system and installed all extension mentions in the docu. But the builder menu item does not show up in a fresh 6.2.1installation. Anything you have to do beside just install the extension and reload?
15:45:17 <pedda> reload the backend should do the trick
15:45:29 <pedda> as the left sidebar does not get refreshed sometimes
15:50:20 <danilobuerger> pedda i think you missed your calling as IT Support
15:50:40 <randomresult> did u turn the computer on?
15:51:17 <pedda> well.. if you knew what happened to me before the weekend, and espacially the consequences i was confronted with talking to my wife after she returned ...
15:51:45 <Guest|44946> pedda, yes, its active according to ext manager
15:51:56 <Guest|44946> currently installed extensions: builder, vhs, flux, fluipages,fluidcontent
15:52:12 <pedda> she told me, i'd spend too much time digging for a comma in some slideshow code, rather than giving some training to students or some sort of trainees
15:52:16 <Guest|44946> just cleared typotemp, caches and browser cache. Same result :(
15:52:55 <danilobuerger> Guest|44946 lust clearing try: go to install tool and clear all caches from inside the install tool
15:52:57 <pedda> Guest|44946 try disabling and reenabling builder
15:54:29 <Guest|44946> here's a screenshot of the installed extensions: http://oi57.tinypic.com/24w5a84.jpg. I'll try the install tool and disable/enable stuff now
15:56:01 <pedda> i have a 6.2 project running currently .. and builder is displayed on the left
16:05:11 <pedda> one should definetly gow ith a local dev env.. but as mentioned, it might be hard to get all this knowledge.. at least if it's just too expensive to buy a mac only because of this neat command ;)
16:05:15 <danilobuerger> thats the first thing web developers hsould learn, how to set up local dev and not work on production :D
16:22:34 <Denyerec> Fatal error: require_once(): Failed opening required '/home/denyerec/clients/alba/htdocs/typo3conf/ext/vhs/Classes/ViewHelpers/Page/Content/RenderViewHelper.php' (include_path='/home/denyerec/htdocs/alba/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /home/denyerec/src/typo3-6.2/typo3/sysext/core/Classes/Core/ClassLoader.php on line 189
16:22:48 <Denyerec> everything else at the last release tag.
16:22:51 <BenjaminR> Harpagophyt: Use the experience you gethered from these bugs to complete our documenation and create a pull request. we would love to merge it
16:22:51 <Harpagophyt> therefor, please add this to the documentation
16:23:41 <danilobuerger> we deprecated that over a year ago, so dont tell me it was sudden ;-)
16:23:47 <Harpagophyt> ok, now i told you my frustrating weekend *gggg*
16:24:27 <BenjaminR> Sending a Pull request for documentation additions is easy with github. fork the repository, press the edit button for one of the files. Create a commit and afterwards a pull request :) No additonal tool necessary
16:25:10 <Harpagophyt> and what can i do with the builder bug?
16:25:24 <BenjaminR> Harpagophyt: Happens to all of us. But its a question of how you tell somebody who invested dozends of weekens before to make you able to come to that point anyway
16:26:17 <BenjaminR> And its not that we wouldnt love feedback (also crictics) - even more we love productive feedback like bug reports or pull requests / contributions of any kind
16:26:32 <Denyerec> That will teach me for using the bootstrap package as a guide...
16:26:45 <BenjaminR> Also you told about a bug in builder... report it.
16:28:59 <Denyerec> danilobuerger - content.get seems to want to fetch all the content from a given page ?
16:29:05 <Denyerec> At lwast, that's what the params suggest.
16:46:03 <Denyerec> Nothing there made it too clear :)
16:46:33 <Denyerec> And the code looked like it just ripped data from the DB. Might be worth updating the comments on that one to reflect its true purpose, before someone generates a singularity ;)
16:47:44 <NamelessCoder> you can edit the doc comment here: https://github.com/FluidTYPO3/vhs/edit/development/Classes/ViewHelpers/Resource/RecordViewHelper.php
16:48:09 <NamelessCoder> add text above @author and it will be displaed in docs on next rendering
17:01:01 <Harpagophyt> i think it comes from fluidcontent_bootstrap
17:02:25 <BenjaminR> fluidcontent_bootstrap will be replaced with https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme one day
17:02:35 <Harpagophyt> #1225709596: The template files "/srv/vhosts/typo3.kraftl.at/htdocs/typo3conf/ext/fluidcontent_bootstrap/Resources/Private/Layouts/Content", "/srv/vhosts/typo3.kraftl.at/htdocs/typo3conf/ext/fluidcontent_bootstrap/Resources/Private/Layouts/Content.html" could not be loaded
17:02:38 <BenjaminR> that is the place you find the last examples
17:03:09 <BenjaminR> Seems you are using a layout "Content" which is not there
17:07:28 <BenjaminR> YOu shouldnt do such things during easter - you should have spend that time with your family. whould have saved you some anger it seams :)
17:07:30 <Defos> Hey there. Is EXT:builder working with Typo3 6.2 ? Doesn't seem like it for me
17:09:35 <BenjaminR> NamelessCoder: is Content Layout really missing here or am i blind?? https://github.com/FluidTYPO3/fluidcontent_bootstrap/tree/development/Resources/Private
17:09:36 <Harpagophyt> these are only my first steps
17:11:34 <BenjaminR> danilobuerger - anyone to confirm i am blind ;)
17:11:47 <Defos> odd. I can install it but in backend it says "null null" in the menu. CLI doesnt work either
17:11:49 <NamelessCoder> BenjaminR they are ;) TS for this ext points to fluidontent's default layout iirc
17:18:57 <Harpagophyt> last question (hope) if i insert css and js, is it better as asset or typoscript?
17:19:30 <BenjaminR> cedricziel: do you know what would be genius? making FT3BOT echo´ing the link to viewhelper documentation with some trick as we do with github issues
17:20:05 <Defos> doesn't work for me :-/ still "null null" in Backend.
17:30:05 <Harpagophyt> i am not really a t3 integrator ;-)
17:30:46 <moger> hey... I have a conventional plugin (shop_catalog) which shows a product that is selected via flexform. now i want to replace it by a fluidcontent element which determines the product, renders some other stuff AND then renders the shop_catalog plugin with the configured product. is there a way to hand over the configuration (uid of the product) fro
17:36:10 <pedda> instead of the oldfashioned way to have a sysfolder where all "special content elements" reside
17:37:35 <moger> complicated, but in short words: it's just a container for other content elements and the plugin that holds the catalog. the container used to be a typo3 page, but the problem is that the container needs to know the product that is being displayed inside it.
17:38:30 <BenjaminR> than id use page properties as pedda suggests and use v:get.typoscript to read that value in your extensioin
17:38:32 <moger> so i could simply add a product reference to the page, but i dont want the editor having to set the product twice (in page or FCE and in the plugin itself)
17:38:55 <BenjaminR> anyway there are also viewhelpers to render a plugin
17:38:59 <pedda> well.. an issue from a completely different person, but solution fits as well ;)
17:39:31 <NamelessCoder> moger flexforms or flux alone will not let you do that
17:39:49 <pedda> just read the single sentence with product and container ... -> should be a small products plugin fired via extension_builder
17:41:56 <pedda> was a pain in the ass and feels like a decade ago ..
17:42:43 <pedda> it was a time where pdf, print, email link to friend (in nowerdays social media share) were introduced
17:42:48 <BenjaminR> same here. migrated a website with 310.000 records in gallery module alone
17:43:04 <NamelessCoder> this is completely bat shit crazy but you could, in page properties, use default="{flux:form.data(table: 'tt_content', field: 'pi_flexform', uid: '{v:content.get() -> v:iterator.first() -> v:iterator.extract(key: 'uid') -> v:iterator.first()}') -> v:iterator.extract(key: 'path.to.setting.in.pluginFlexForm') -> v:iterator.first()}"
17:43:15 <pedda> all those three icons were spread among different files surrounded by some invalid tr td construct
17:43:26 <NamelessCoder> and then instruct that ONE content element exist on the page and that this CE gets added BEFORE you edit the page itself
17:43:36 <pedda> it was like: open row 1 in file 2 and close it in file 3 again..
17:44:59 <pedda> when i was a trainee at a advert-agency i was asked to make a choice between drupal 4 (iirc), conenido, joomla and typo light (contao)
17:45:21 <NamelessCoder> but moger there are so many places this could go wrong - I won't recommend doing it. The complexity of that expression above points to a problem in the structure itself. Consider if perhaps it would be best to replicate the plugin you're attempting to use, but have it fetch settings from page settings instead of flexform.
17:45:23 <soee_> gusy do you know maybe if it is possible to configure RealUrl so instead of including action and controller name just use a word that maps to it ?
17:48:28 <Guest|90502> hi, i'm using latest version of typo3 and the extensions flux, fluidcontent, fluidcontent_core, vhs and fluipages to create both page templates and content elements. Pages work fine and FCE also, but there is no fe ouput for my additional FCEs. I followed the manual on http://fluidtypo3.org (Sec 3.2.3) and i used the exact same snippets and don kno
17:49:35 <pedda> depends on your needs if you want to map a word per argument, or combine several arguments into one single word
17:50:17 <NamelessCoder> Guest|90502 or you may have forgotten to add the TS for your own provider extension - or it could be one or more caches messing with you. In summary, it's usually either TS or caches.
17:51:29 <Guest|90502> nameless: no, i used your install bash script, and removed css_styled_content, and added fluicontent_core...the "fce" gets registered and i can input some values, but the "Main" section does not get rendered at all...preview/config section works fine
17:51:31 <pedda> if it#s caches -> install ext:uncache
17:51:40 <pedda> if it's ts -> you need to fight it ;)
17:52:38 <BenjaminR> Guest: you added the line to AdditinoalConfiguration.php as documented?
17:55:24 <Guest|90502> Benjamin: no, i must have overlooked that, where can i find this?
18:00:49 <Guest|90502> benjamin: thats it, thanks alot...now i can also use the overridden fluidcontent_core files to recode the defualt content elements (Header, Bullets, Text etc.), right?
18:03:04 <BenjaminR> Guest: fluidcontent_core overwrites ALL core elements now. You then again can overwrite the fluidcontent_core tmeplate with your own with "overlays" - see documentation for that again :)
18:16:19 <moger> I first tried the most simple approach: use fluidpages to create a special page, the page has a product relation. on the page resides my plugin. so everything like before, but now the page knows its product.
18:17:02 <moger> now i need to read out the product uid from another template
18:17:45 <BenjaminR> _maybe_ v:page.info helps here
18:18:26 <BenjaminR> remembered that i wanted to make v:page.info to do that... but wasnt allowed by you ^^:D
18:18:54 <Guest|90502> i have just one more question...is there some more documentation to the concept of overlays. i'm not 100% familiar with that. i guess i can reuse the coreelements inside my extension, regarding to the naming convention of fluid?
18:43:24 <Guest|90502> in my extension setup.ts i added "plugin.extkey.view.overlays.tx_fluidcontentcore.templateRootPath = PATH" and i copied athe file Text.html to myext/Resources/Private/Templates/CoreContent so that the default "Text" Content Element should be overridden?
19:13:28 <BenjaminR> Outdoorsman: what means that your image or image processor is corrupt
19:26:28 <Guest|90502> Benjamin: i added plugin.tx_fluidcontentcore.view.overlays.myext.templateRootPath = EXT:myext/Resources/Private/Templates/ and i copied the file Text.html to .../Templates/CoreContent/ is there anything i'm missing, or known issues
19:28:31 <BenjaminR> maybe you forgot to include the static template from your provider extension
11:31:57 <Jeff_Tollwerk> Hey guys, I have a two-column element and only want to show the second column if it's filled via f:if-ViewHelper. How can I access the array for the content to check if it's empty or not?
12:36:47 <BenjaminR> that points to that you didnt add fluidcontent but rather fluidcontent_core
12:57:49 <Torstenn> Hi there, i use flux, fluidcontent, fluidpages with typo3 6.1.8 and if i copy a page with an fal image, i get an error with uid of "sys_file_reference", i checked that the uid he is trying to find is always "1" and there is no entry with uid 1 in the sys_file_reference table, any ideas what to do?
13:21:33 <danilobuerger> the "1" you are seeing and assuming its an uid, is not an uid.... its the count of the images you referenced... and when you reference only one image, the count is 1
13:24:56 <danilobuerger> Torstenn see https://github.com/FluidTYPO3/flux/blob/development/Classes/ViewHelpers/Field/Inline/FalViewHelper.php for an example on how to use
13:25:33 <danilobuerger> also BenjaminR has a fully working example somewhere
13:26:02 <BenjaminR> lots of : ) but the docs should show everything one needs
13:50:45 <randomresult> ah because page.uid is NULL
13:52:15 <Torstenn> ok i produced i minimum example with only a fal inline tag in the template, and the copy of sys_file_reference entry works but the uid_foreign is not updated to the new tt_content element what is generated at page copy
13:52:23 <Torstenn> if you have some ideas, let me know
15:12:06 <Defos> I used fluidtypo3org-master as my extension reference. Bad idea. (it also crippled my Typo3 installation writing 150mb of error log with a single call)
15:14:08 <Defos> btw, can I align Fluidcontent elements horizontally in the backend? And not just one after the other vertically?
15:28:05 <Denyerek> I'm using the menu viewhelper, and it's being using with a folder full of shortcuts.
15:28:18 <Torstennn> Hi there, i debuged my problem a bit, and if i use an fluidcontent CE mit inline.fal and copy it, it works fine, but if there is a translation of this CE, than the error "No fileusage (sys_file_reference) found for given UID." is raised.
15:28:18 <Denyerek> My issue is current / active not being applied
15:28:38 <Denyerek> I appreciate the active/current page isn't really the shortcut anymore as it's been redirect, but is there any way to fake that / make it behave ?
17:01:32 <Harpagophyt> should i use fluidcontent_bootstrap or an other package to get useable bootstrap elements?
17:03:00 <BenjaminR> you should use the one i referenced yesterday
17:03:47 <BenjaminR> more up to date https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
17:04:36 <Torsten> Hey, I've a question concerning the allowedContentTypes feature: Is it possible to allow only a special fluid_content element? They have all the same CType "fluidcontent_content"
17:06:44 <Denyerec> BenjaminR you ever used sourceCollection for srcset image rendering ?
17:07:06 <Harpagophyt> is it ok for productionuse?
17:07:46 <BenjaminR> Harpagophyt: i suggest to copy the ones you need to your own provider extension and then i assume you test them before putting them in production
17:53:52 <Denyerec> If I have a "relation" in the resources part of a page, how do I get that out in my template?
17:54:03 <Denyerec> (i need the first image resource on the page)
18:38:51 <Defos> is there a way to insert a fluid content element into a fluid page template statically? so it is always loaded, and optimally never deleted?
19:34:59 <Denyerec> {settings.address3Uid} is stored in typoscript, and is the UID of the content element you need to render.
20:12:51 <Outdoorsman> I have a TYPO3 CMS 6.2 website that won't let me log into the backend in Production mode, but when I switch it to Development mode, no problem. Strange. Any ideas?
20:13:28 <Denyerec> Caches, cookies and sessions ?
20:13:44 <Denyerec> did you configure any IP / Masks in the install tool ?
20:29:51 <Outdoorsman> Thanks Denyerec. You sparked an idea... I did a diff of my LocalConfiguration.php file with a working version of 6.2 I have. Turns out that BE Compression was enabled and apparently the issue.
20:30:35 <Outdoorsman> I have the .htaccess file in the right spot and also had uncommented the appropriate section there but it's apparently causing some issue for some reason.
20:34:30 <Denyerec> Must have been compressing and caching output
20:44:26 <Outdoorsman> But I want to be using BE/FE compression because I have plenty of horsepower on my server and it also saves bandwidth.
20:45:04 <Outdoorsman> Compression is working on all other sub 6.2 sites.
20:58:22 <Outdoorsman> I just used http://www.whatsmyip.org/http-compression-test/ for my domain. It says that compression is working on the site. However, I can't log in.
21:22:11 <Outdoorsman> So apparently TYPO3 CMS 6.2.1 has documented issues with breaking login when BE compression is enabled.
04:42:47 <dominicgarms> I ran into some problems with upgrading the flux_galleria extension after the upgrade of flux 7.0
04:44:16 <dominicgarms> here the link to my repo: https://github.com/dohomi/flux_galleria
04:44:46 <dominicgarms> Currently the flexform configuration is not displayed anymore. I guess the problem depends on provider changes in the 7.x version
04:45:28 <dominicgarms> I updated the .html file to all ViewHelper name changes but still the file is not displayed
04:46:58 <dominicgarms> could somebody give me hints what changes I need to make in ext_tables.php and Classes/Provider/PluginConfigurationProvider.php that flux finds the Configuration and Preview section?
07:19:09 <dominicgarms> I gave it another try with the use of "registerFluidFlexFormPlugin" but still no success
11:03:05 <Denyerek> Dumping out the $files array in the PHP with a var_dump() seems to indicate there are two files in the $files array, despite there being only one file allocated to the page,
11:27:44 <Defos> is there a type check (helper)? to check if a variable is an array?
11:37:31 <mpevd> hello. i use latest git version of flux 7.0.0. i want to add a field for a database relation, but i can get it only working with a select. so it always displays the select with all records inside. is it possible to use with type "group" ? like here http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html . So with a box showin
11:37:31 <mpevd> g selected records and the wizard to use select them ?
11:42:29 <mpevd> i found a old code snippet what seems to do this if i check the naming of attributes. but this seems to be removed within the last releases ? <flux:flexform.field.group ...
11:50:12 <Denyerek> hang in there mpevd - someone will help eventually.
12:56:44 <randomresult> did u manage to have an condition to render a section only if there is content in it?
12:57:25 <randomresult> i want to render a section only if <v:page.content.render column="1" > has at least one element
12:58:15 <Denyerek> All my column sections are sliders
12:59:02 <Denyerek> So I've not had to struggle with an empty one yet
12:59:16 <Denyerek> One of "the 4" should be able to tell you, eventually :)
12:59:29 <Denyerek> I'm still not sure if my hacked-together CE is sane or not
12:59:41 <Denyerek> I mean, it works, but I've probably violated some local laws getting there ;)
13:12:52 <mpevd> hello. i use latest git version of flux 7.0.0. i want to add a field for a database relation, but i can get it only working with a select. so it always displays the select with all records inside. is it possible to use with type "group" ? like here http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html . So with a box showin
13:12:52 <mpevd> g selected records and the wizard to use select them ? i found a old code snippet what seems to do this if i check the naming of attributes. but this seems to be removed within the last releases ? <flux:flexform.field.group ...
13:13:35 <Denyerek> Still standing outside in the rain with us eh mpevd ? :D
13:16:12 <Denyerek> That was my chance to shine ;)
13:17:03 <Denyerek> I don't think you can... There's no controlling params for flux:section
13:17:08 <Denyerek> and I can't see where else you'd achieve that.
13:17:24 <Denyerek> Perhaps chuck it on the git repo as a feature request
13:17:42 <Denyerek> Obviously in whatever renders the section in the template you could configure to render only 3 items, say
13:17:55 <Denyerek> (Just have a count and exit in the loop)
13:18:03 <Denyerek> If you've got editors that insist on overpopulating the place .
13:20:15 <mpevd> yupp. thats the way i use it now. we got a multicolumn field, so you can use it with 1-5 columns. but if someone tries to add another 6th column it is still possible. could only get it working with an condition in backend so if you have more than allowed objects it displays a readonly field with a message. in fe it limits the output
13:20:29 <mpevd> but would be cool if there was a way to control it directly :)
13:23:32 <Denyerek> Would be cool to see the code for that
13:34:47 <xaver> i need a form ext and formage is not ready or? i need 2 cols and and firstcol first row spitted again. (no formhandler!) and powermail is it with a a little bit dirty code possible. But powermail is total overkill. (Customer won't interact with the ext)
13:36:30 <Denyerek> Is it just for a contactform ?
13:36:42 <Denyerek> or do they need to be able to customise it ?
13:36:57 <Denyerek> sp_bettercontact can store data to the DB, allows custom fields and has templateable output.
13:37:07 <Denyerek> I had to make two small tweaks to allow it to work on 6.2
13:47:38 <Torsten> Hey... I'm using v:if.client.isMobile in a v:page.header view helper. Seems like the header part is cached and the isMobile test is only executed once
14:00:18 <soee> v:iterator.extract wont return value bu default ? i have to assing it to some variable ?
14:05:47 <Denyerek> Torsten, I saw the isMobile just today I think, and I could have sworn it was marked to be deprecated.
14:25:17 <Torsten> Denyerek thanks. I'll look into a proper replacement.
15:05:58 <randomresult> Denyerek Torsten this works only for un-cached environments
15:06:21 <randomresult> you can use TS instead to set a variable
15:06:29 * randomresult hiddes himself from danilobuerger
15:06:42 <randomresult> in here, they hate agent-sniffing
15:06:43 <soee> what would be the way to get valid page uid from setting array
15:06:57 <soee> where it is define like: pages_21 ?
19:43:30 <cedricziel> yes Harpagophyt; constructing such beast on your own takes no time when you no what you're doing-make sure you understand before you proceed
10:00:05 <oliver_1234> Hi guys. I'm trying out fluidcontent_core with typo3 6.2.1 . When I create a new content element (e.g simple text) I get this error: #1: PHP Warning: array_combine() [<a href='function.array-combine'>function.array-combine</a>]: Both parameters should have at least 1 element in typo3conf/ext/fluidcontent_core/Classes/UserFunction/ProviderField.php
10:41:00 <Harpagophyt> then i have another problem - thx
10:41:24 <Harpagophyt> ah, the css will be written as typo3temp/...
10:42:34 <oliver_1234> use absolute path. /typo3conf/ext/<extkey>/Resources/Public/Images
10:44:47 <Harpagophyt> it works with standalone = 1 rewrite = 0 - solved - thx
11:16:06 <oliver_1234> I'm trying out fluidcontent_core with typo3 6.2.1 . When I create a new content element (e.g simple text) I get this error: #1: PHP Warning: array_combine() [<a href='function.array-combine'>function.array-combine</a>]: Both parameters should have at least 1 element in typo3conf/ext/fluidcontent_core/Classes/UserFunction/ProviderField.php line 63
13:26:16 <soee> hmm strange 'issue' maybe: if i have my provider extension and subdir like Public/foo/bar/baz/sass and compile here css file that is included using asset VH, and in this css file image id used that is in Public/Images (so it has path set like: ../.../../../foo.gif) than on fronted page need 5 seconds to load as it is waiting for this file (is moved to typo3temp ?)
13:26:44 <soee> but if i put my compiled css fiel into Public/Styles and reference image like ../Images/ than all works fine
13:39:47 <Denyerek> AFAIK, images referenced in CSS are processed and cached soee
13:40:01 <Denyerek> To simplify things, I left my SCSS and CSS in the same folder.
13:40:29 <Denyerek> As I don't really care about having the SCSS kept separately (Others may disagree but I couldn't find an easy way)
13:40:48 <Denyerek> Plus it means the paths in the SCSS and CSS are consistent
13:53:21 <soee> Denyerek: the think mught be depth of this path or something
13:55:42 <Harpagophyt> how can i activate this mysterious LLL
14:34:38 <Guest|67134> hi guys, is there a way to change the template that is configured in the page settings in the backend via typoscript?
14:35:57 <Guest|67134> i've an user agent switch in typoscript and i want to use a special template in the case of a mobile device independent of the selected template in the backend
14:49:20 <danilobuerger> Guest|33212 please dont use user agent sniffing, its very bad practice
14:50:03 <Guest|33212> I know and I hate it too. But the customer wants it that way :-(.
14:50:43 <danilobuerger> well then you will have to role your own solution as we deprecated everything related to that a few months ago and removed all of it recently
14:51:55 <Guest|33212> I don't want to use the view helper. My question is if it is possible to change the template via typoscript
14:52:52 <Denyerek> If you have JS that goes along with a CE, do you include that via a site.js in your extension, or do you add it via an <asset> in your CE code itself ?
14:52:59 <Denyerek> It's nice to keep it self contained I think
14:53:04 <Denyerek> But then all your JS is kinda all over the place
14:58:19 <Denyerek> What should I do then danilobuerger ? The JS is specific to that CE, so putting it in site.js would make "copy and pasting" the CE to another site difficult.
14:58:40 <danilobuerger> why dont you have a modular structure for your js?
14:58:54 <Denyerek> Even then, the files will be in several locations.
15:02:33 <cedricziel> look, danilo and i tend to run a tool chain on our assets which unfortunately cant be done in php (or in vhs assets) for now
15:02:35 <Denyerek> All in Resources/Public/Scripts ?
15:02:49 <cedricziel> i tend to have a structure similar to this:
15:03:06 <cedricziel> (all in an extension which follows extbase folder layout)
15:03:06 <Denyerek> I was looking into grunt to auto-build modernizr configs for sites
15:03:22 <cedricziel> Documentation/Mocks/ <-- a static mock lives in there
15:04:00 <cedricziel> Documentation/Mocks/app, Documentation/Mocks/dist (from the yeoman webapp generator)
15:04:41 <cedricziel> then after my mocks are finished, i modify my grunt/gulp task slightly to copy the compiled stuff from dist to Resources/Public/*
15:12:53 <Denyerek> That's the JS from one of the CEs as an example
15:13:29 <Denyerek> Obviously if it's a 30kb plugin, it belongs in its own file :)
15:14:07 <Denyerek> But, my original question.... CE's are in Resources/Private/Templates/Content/ <-- where would the CE's individual JS files live, to be compiled by grunt / we
15:15:15 <Denyerek> is that if it's in the CE in an asset and the CE is used more than once, the JS will appear multiple times
15:16:34 <leonderijke> Hi! In my provider extension I add a new variable, to be available in the template. Is it possible to have this variable available in the Preview section of the template?
15:17:07 <leonderijke> I mean: *also* available in the Preview section
15:17:07 <cedricziel> if you give it a unique name, it wont appear multiple times
15:28:25 <cedricziel> the build artifact is being deployed with an approriate build task that is custom to the target env
15:30:00 <Denyerek> So if someone else were to check our your repo, but didn't have node, npm, grunt, bower and all those other things, they're essentially unable to work until they completely rebuild their environment ?
15:30:25 <Denyerek> I suppose they could work against the mock
15:37:19 <danilobuerger> i personally prefer grunt at the moment because that works way faster with compass as there is a bug in the compass gulp thingie
15:44:12 <cedricziel> getting mocks right is crucial, then integration is cake with ft3
15:44:16 <Denyerek> Currently I have a live site that's pointed at the SCSS output
15:44:32 <Denyerek> & browsersync allows me to style it in realtime
15:45:05 <Denyerek> One issue I've had in working on mockup files is that the inclusion order / compression of assets etc isn't the same as when it's finally all in your fluid templates
15:45:14 <Denyerek> I suppose, though, that care should be taken to ensure that it IS.
15:54:15 <Denyerek> I'm starting to piece this together in my head :)
15:54:20 <Denyerek> Thanks so much cedricziel, danilobuerger.
15:54:26 <Denyerek> Next project will be much tidier :D
15:54:39 <cedricziel> see, i think visual results+accompanying code is the best documentation to any coder out there
15:54:41 <randomresult> and i will reread all this trying to understand
15:54:45 <Denyerek> http://alba-dev.sozu.co.uk is nearing testing phase now.
15:54:49 <cedricziel> + you can show off them mocks to your customer
15:55:21 <Denyerek> Yes, I used to work from html templates in TV land
15:55:38 <Denyerek> But things were a bit different as this is my first fluidtypo3 deployment
15:55:55 <Denyerek> Which, BTW, I am an absolute convert to. TV is now just a memory.
15:55:56 <cedricziel> with a sophisticated build workflow you can adopt the first 70% from that.
15:56:18 <Denyerek> The initial lump in the learning curve hurt my ass, but now I'm moving OK :)
15:56:44 <cedricziel> i found out that for ME, starting directly with the integration of templates didnt work out very well. refactoring in cms's is painful
15:58:11 <cedricziel> oh, and not that much related to you i guess, but such workflow scales quite nice with more devs involved
15:59:04 <cedricziel> imagine one FE guy and one BE guy, they can work together quite nice without sendingzips over and over and diffing the shit out of a dropbox folder
16:01:04 <Denyerek> Well, you're just working on the mock in the repo right
16:02:10 <Denyerek> Coming back ALL the way to the start, though.
16:02:26 <Denyerek> You will have what, one JS per component
16:02:32 <Denyerek> Something in Grunt then smashes them all together
16:03:00 <Denyerek> So that's why you won't have JS in an <asset> because then it doesn't work in your mock setup
16:03:27 <Denyerek> So if you DID want to re-use a CE in a different project (Say you'd written a complex content element you wanted to use elsewhere)
16:03:42 <Denyerek> I suppose you could have n extension that contained all your reusable CEs
16:03:49 <Denyerek> and just install that anyway :D
16:04:02 <floxx> i'm building custom navigation with additional contents of page properties set via ft3 - how can i access xml values of tx_fed_page_flexform
16:51:55 <Guest|2703> i got a question regarding flux v7: i've created a flux field "text" and enabled the richtext editor as stated in the docs with defaultExtras. The thing is, when i create links with the RTE they do not get converted into realurl like format but are build with id=x
16:52:17 <Guest|2703> the links are internal ones to other pages
02:03:07 <Outdoorsman> I don't really know how it would work conditionally because there's no option on every image to checkbox "responsive" so it would work with twitter bootstrap.
02:04:47 <Outdoorsman> Maybe randomresult has already thought about this?
02:11:29 <Outdoorsman> On a different but somewhat related note, there's the issue of not being able to use FAL with images that is talked about here https://github.com/FluidTYPO3/flux/issues/468 and here https://github.com/FluidTYPO3/flux/issues/175
11:15:43 <jlumpe> morning! I'm encoutering a weird issue: after creating some content elements with fluidcontent, when I add nested content elements to them, they aren't added in the correct order and sometimes are removed from the content element and moved to the root of the page. Has anybody encountered this issue before?
12:49:47 <soee> guys when can we expect stable version of fluidboostrapteme ?
12:53:54 <NamelessCoder> if you want to help that along, soee, assist Danilo with testing and reporting on https://github.com/FluidTYPO3/flux/pull/524 - until that is done, no Flux TER and until that happens, no fluidbootstraptheme
12:55:22 <jlumpe> NamelessCoder: are you aware of an issue which leads to fluidcontent elements not being properly nested?
12:55:43 <jlumpe> for example when copying them around
12:55:47 <soee> NamelessCoder: will take a closer llook, thanks
12:55:53 <NamelessCoder> jlumpe see same issue I just linked to
13:10:54 <jlumpe> thanks so much. getting back into typo3 atm. any way i can help with things maybe? (might also help me to understance fluidtypo3 better)
13:13:07 <NamelessCoder> there might be - are you comfortable with php in general?
13:13:46 <NamelessCoder> we have https://github.com/FluidTYPO3/vhs/pull/545 which is fairly simple work but time consuming
13:14:08 <jlumpe> of course there is always room for improvement, but yeah i can read and write php
13:14:38 <NamelessCoder> making pull requests into vhs's branch workbench/namespaces will add your commits to this one - if you do start refactoring some classes, please write in the issue comments which ones you're handling so we don't do double
13:17:07 <NamelessCoder> basically the process is: 1) add the namespace in php class, 2) rename class, 3) if used by other classes, correct references, 4) in ClassAliasMap.php, find the entry and reverse the map so the new name points to the old
13:51:15 <NamelessCoder> in unix commands it would be, after you have a commit and then made code changes you wan to amend: "git commit --amend -a" then "git push --force" to force update your remote branch
13:51:24 <NamelessCoder> sourcetree is probably the best option for windows yes
13:52:29 <NamelessCoder> it's about the same procedure - in sourcetree you would add the changed file, commit and toggle on amend - then force-push to remote exactly like in cli
13:53:00 <jlumpe> ok i will try, if i fail i can still delete my branch and start over
13:53:10 <jlumpe> oh and is there any way to run the unit tests without a full typo3 install?
13:53:20 <NamelessCoder> for *this* pull request it is not so important that you amend, since it will all be squashed later - but this is the exception ;)
13:53:50 <NamelessCoder> unfortunately no - there is not. Fluid ViewHelpers require the base class from Fluid and Extbase's object manager and class registry :/
13:54:23 <NamelessCoder> but you can create your pull request now - that way, your commits will be tested by travis when you push to your own remote branch
13:54:51 <jlumpe> yeah that is much more comfortable
13:54:52 <NamelessCoder> or you can simply sign into travis.org yourself and toggle on the vhs repository to have your very own builds running ;)
13:57:09 <jlumpe> I'll just have one big pull req in the end, is that fine?
13:57:32 <NamelessCoder> we will be more people working on this so we would like it in smaller chunks
14:11:36 <jlumpe> Then I can just keep doing stuff
14:12:09 <NamelessCoder> oh misunderstood: as long as it is NOT merged you can keep pushing. When merged, commits get picked. If you then recreate the PR after adding more commits, the comparison base will be renewed and only your new commits get added
14:12:59 <NamelessCoder> you should also "git remote add upstream https://github.com/FluidTYPO3/vhs.git"
14:13:19 <NamelessCoder> that way you can get the changes we make, using "git pull upstream workbench/namespaces --rebase"
14:15:58 <NamelessCoder> just to make sure (you're probably already doing this) do a search on the old class name after renaming. The only result should be in ClassAliasMap.php
14:16:58 <NamelessCoder> now you can try that rebase thing
14:20:54 <bjo3rn> hi guys. what's the policy re: fqn and use again? I see mostly fqns in recent commits.
14:21:46 <NamelessCoder> bjo3rn it's a two-step operation: until *our* classes also use namespaces, we keep the FQN. When we use namespaces, we start importing FQN by use instead
14:22:07 <NamelessCoder> the reason being bad results if "use" is mixed with a non-namespace class file
14:26:35 <jlumpe> NamelessCoder: is there a reason (i assume there is) why you wrote \FluidTYPO3\Vhs\Utility\ViewHelperUtility in most classes when updating the viewhelperutility to namespaces insteaf of doing use \FluidTYPO3\Vhs\Utility\ViewHelperUtility and then just ViewHelperUtility?
14:27:01 <NamelessCoder> jlumpe I just wrote the explanation to bjo3rn ;)
14:27:24 <bjo3rn> hehe, welcome to the club jlumpe ;)
14:27:25 <NamelessCoder> after you make the switch to namespaces in each class, importing the FQN by "use" is next
14:55:16 <jlumpe> NamelessCoder: started doing the math viewhelpers. Question: I started updating the abstract classes now (and all their references). now i also need to update the unit tests. I'll have to update all the extends as well. is that fine in a single commit?
14:56:20 <NamelessCoder> it's a lot of code but yes, a single commit is fine
15:03:55 <bjo3rn> ok guys, unit tests left to do. need to do something else now but will finish the rest later (just for the record and to avoid redundancy). cya later.
13:16:31 <floxx> i use <v:page.menu id="subnav" entryLevel="1" levels="99" /> but the current navigation item is not expanding to subpages. what am i doing wrong?
13:17:28 <floxx> it renders <li class="current sub"><a…></a></li> that's all. no submenu.
10:27:58 <cedricziel> I have to switch workplaces now
10:28:10 <cedricziel> but to answer your "unbuild" q:
10:29:04 <cedricziel> node modules _can_ consist of both js and c code, as some modules may perform costly operations which may be much much quicker when one outside of v8
10:30:04 <cedricziel> and because of that, and because node modules almost always ship with build scripts that pull in deps, perform various tasks and so on-uninstalling is called un-building
10:30:10 <cedricziel> opposed to building them on install
11:18:40 <Harpagophyt> vhs-php-fix? did i miss something?
11:22:12 <Harpagophyt> i changed the file Classes/ViewHelpers/Page/Menu/AbstractMenuViewHelper.php from https://github.com/FluidTYPO3/vhs/commit/1a9833176d2be804b1cacc6cb04f602845fd892a
13:22:48 <randomresult> i mainly work with providerextensions for FCE and PageLayouts ... this is what i build.
13:27:16 <bjo3rn> randomresult the other day I came across a tweet saying: what is bower? a dependency manager. aha, how do you install it? with npm. what is npm? a dependency manager...
13:34:20 <jlumpe> cedricziel: ah ok. it just seems weird to me, since even isaacs especially mentioned that npm is for any type of js, not just node packages
13:35:26 <cedricziel> and yes, mr schluter of course says that-but the sheer majority of packages you find on each of bower and npm are either node modules (npm) or clientside (bower)
13:35:29 <randomresult> so cedricziel what you use yeoman for ? even providerextensions?
13:36:16 <cedricziel> and why would i use a package manager like npm for clientside, if it doesnt hold all the libs i need. bower has that
13:37:00 <cedricziel> randomresult: yeoman in its heart is a too to execute generators and scaffold things, one could-but no, i dont have such generator ready
13:37:45 <randomresult> so you dont use it for providerextesions right now?
13:37:45 <cedricziel> i usually bootstrap a barebones provider extension and scaffold me a yeoman app inside of Documentation/Mocks
13:37:49 <jlumpe> well that is not the fault of npm, is it? Rather the fault of having two different dep-managers to begin with. I'm not against bower or anything (even though i don't use it right now), I'm just wondering
13:39:29 <jlumpe> of course, if a package isn't there, bummer.
13:39:52 <jlumpe> I just think that this "split" between npm and bower isn't necessary
13:40:16 <jlumpe> best thing might be to merge one into the other
13:40:28 <cedricziel> opposed to maven and ivy which are explicitly about encapsulating all sorts of dependencies (and are able to treat them right), we are to use those that fit our workflow best. and unless you need npm for daily operations (such as when developing node apps) i strongly advise against misusing npm for clientside libs
13:40:45 <cedricziel> bower is packageless, that's a major advantage
13:41:18 <cedricziel> even if your package is not explicitly a bower package, you can pull it in, as long as there's a valid artifact returned from the url you're telling it
13:41:24 <jlumpe> and now you've excluded all the people who actually develop client side apps by using common.js and browserify :)
13:42:23 <cedricziel> definately not and i dont see the point-browserify is another abstraction level utilized by another build tool
13:42:34 <cedricziel> i use browserify myself and if that's you path-fine
13:42:51 <cedricziel> but you dont need to be developing node apps to use browerify
13:43:07 <cedricziel> and you dont need npm packages to develop with browserify modules
13:44:20 <cedricziel> see, i insist on my point because i learned the hard way which manager works best for what package types ;) but for granted-you could do all this. I call it misusing because of the initial intentions
13:44:22 <jlumpe> This is of course just wishful thinking: but wouldn't it be nicer to just have a single manager? Just one package.json
13:49:45 <cedricziel> no offense, but i think every engineer has his own favourite set of tools for specific jobs and they vary by time and task. ask me again in a month or so. this will be a decade in terms of webdev stuff and we'll all be using hippster broccoli or at least all use OOP (which i doubt more than the broccoli thing ) :P
13:53:19 <jlumpe> might i ask: what were you developing?
13:53:37 <cedricziel> good thing? no. i never had a single outtage with bower as it relies on github. and when github is down.. you know. every dev takes a nap ;)
13:53:50 <cedricziel> (github==main source for bower packages)
13:56:58 <cedricziel> i gathered the impression that node was right for the job, but it wasnt. and part of my conclusio was that the infrastructure is still immature and unusable-when you're not going to have caches in between everything
13:58:20 <cedricziel> at the time of writing, i'm using webjars for clientside libs-and as those rely on maven/ivy-i', very happy to use one tool that knows how to handle both java deps and clientside deps
13:58:56 <cedricziel> the app became a monster in terms of large chunks of javascript that had to interact
13:59:29 <cedricziel> i'm too dumb for acting in such untyped environments at large scale it seems ;)
14:10:20 <Denyerec> Though they got a LOT done, and I have to say they make my job very easy
14:10:37 <Denyerec> Their english is typically excellent, makes spotting the errors tough ;)
14:11:15 <Denyerec> I had a question regarding your mock sites btw. I wondered if they include the combined CSS/JS resources, or if they reference the indiviudla components and the finished fluid template references the combined one.
14:11:37 <Denyerec> I'm concerned, because I sometimes subcontract HTML building out to people who wouldn't know their Bower from their Elbow ;)
14:12:54 <cedricziel> the Mock (in my case) references the unconcatenated resources
14:15:02 <cedricziel> the intermediate http server serves thos mocks and as artifacts i usually have one artifact that is completely built out, concated, uglified and so on, and one that is only concatenated
14:15:37 <cedricziel> i switch inclusion via a ts constant so i can have nice debugging in my dev env
14:16:08 <cedricziel> does that answer your question comprehensively?
14:42:04 <Denyerec> cedricziel - regarding the mock, yes. Regarding how the http server deals with artifacts (And what they are, in fact) is not too clear
14:42:25 <cedricziel> that's something one has to see
15:00:30 <Denyerec> cedricziel do you have anything links to such that explains what these artifacts are, or what generates them etc?
15:01:38 <Denyerec> And also what the directory structure of the mocks dir is (EG where you have your bower resources, images, css etc)
15:01:47 <cedricziel> yo webapp -> generates a scaffold
15:08:55 <Denyerec> I guess standardising that would a good move
15:09:23 <Denyerec> As randomresult was investigating though, if you're simply an integrator using a workflow to build site-template provider extensions, does this all still fit together?
15:10:29 <Denyerec> I don't like the idea of deploying via FTP, and I can't guarantee that the target server has bower, node, npm all installed, so I might be inclined to commit the compiled resources to the git repo so it can be checked out and used immediately.
15:10:50 <Denyerec> I know that will make you feel itchy, but I wonder what the alternative is, especially if the target server can't be configured with such tools.
15:11:20 <randomresult> cedricziel i managed to run yo
16:36:55 <Harpagophyt> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/master/Resources/Private/Templates/Content/Carousel.html this must be the problem
16:38:58 <Harpagophyt> uff, this piece of code is very buggy
17:00:59 <Harpagophyt> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/master/Resources/Private/Templates/Content/Carousel.html this must be the problem
17:44:42 <Harpagophyt> they started as enduser solution
17:44:47 <cedricziel> (not to consider the amount of budget)
17:45:12 <Denyerec> I agree Tv is easier for "end user"
17:45:12 <cedricziel> but you're right, the learning curve of fluid is steeper
17:45:19 <Harpagophyt> there is no real change to make fluid enduser friendly
17:45:26 <Denyerec> but I think the rality is, if you need to do anything complicated, you're wtiting HTML and CSS
17:45:35 <Denyerec> so the point and click of TV is perhaps... awkwardly halfway.
17:46:00 <Harpagophyt> but now you must learn, html, css, js, ts AND fluid viewhelpers
17:46:36 <Harpagophyt> with TV there was only xml and ts
17:46:47 <cedricziel> i think everyone that had to dive into basic jquery syntax (not javascript), so the basic FE developer, is able to grasp through it
17:57:23 <Denyerec> So edits would of course be lost if you had changed the files directly.
17:57:34 <Denyerec> Whether there is demand for this? Who knows.
17:57:54 <Harpagophyt> better to invest the time in the extensions self ;-)
18:00:12 <cedricziel> my 2 cents? this isnt worth it. if you want it easy, go the FLUIDTEMPLATE path. if you need typo3, you need some skills around it. sorry if this sounds to harsh.
18:00:42 <Denyerec> Exactly Harpagophyt - The learning curve isn't THAT steep
18:00:48 <Denyerec> Shit, if I can manage it... :D
18:08:26 <Harpagophyt> cedricziel - we all know this and except it. but there are peoples who don't use typo because of hard to learn
18:10:15 <Harpagophyt> but i will not defend something
18:21:27 <Outdoorsman> randomresult Does fluidbootstraptheme fully utilize FAL?
19:38:49 <Outdoorsman> fluidbootstraptheme does indeed use FAL after testing. I did however find that flux:field.inline.fal can't be used inside objects yet. They may need some funding... https://github.com/FluidTYPO3/flux/issues/468#issuecomment-41461016
20:24:05 <danilobuerger> Denyerec "TV remains the only solution where a complete novice could point-and-click create a working CMS" <--- hopefully those times are over… personally i think only people who actually can code should code websites… people making websites that dont know how to code just ruin the reputation of our industry..
20:24:28 <Denyerec> I was thinking the same thing as we spoke about it.
20:27:38 <danilobuerger> So the learning curve of fluid might be steep, but compared to other things a coder can and should learn, fluid and fluidtypo3 is pretty easy
20:43:27 <Outdoorsman> Hello guys... just a quick note here. I love the flexibility of your templating solutions so far, but I'm not not certain how quickly I can implement a template yet as compared to TV since I don't have a much practice yet.
20:44:29 <Outdoorsman> I LOVE flexibility, but flexibility with speed of implementation is quadruple bounus.
21:14:19 <gernot_h> hi! how can i get a content elemnt by id? with <v:render.record ?
10:42:00 <michaelm2> hi. I have problems using the multilingual features with t3 6.2 and flux 7. When i switch to the "languages" view in the pages module the context menues of the content elements are missing. Anyone has the same problem?
10:46:01 <Romm> Hey there, we got an issue here, we have wasted already so much time on it, we really need help on it. We installed the Bootstrap package (we got fluidcontent, fluidcontent_bootstrap, fluidpages and flux installed), but sometimes - and we don't know when or how - the Bootstrap tab disappears when we want to create a new element on page.
10:46:39 <Romm> danilobuerger, you already helped me there https://github.com/FluidTYPO3/fluidcontent/issues/138 ; could you do it one more time ? :D
10:46:46 <jlumpe> cedricziel: what's your position in multilingual pages? inline translation in a single tree or multiple trees, one per language?
10:47:53 <cedricziel> depends on the complexity :)
10:48:24 <jlumpe> ah so you decide on a case by case basis and have no personal preference? :)
10:49:18 <michaelm2> its on pagetree and inline translations... when i am in "columns"-view and switch over the an other page-language then there is no problem... it only appears when i switch to "languages" view
10:49:27 <jlumpe> my thoughts on it are: when creating multiple trees you can always make partial changes to a certian language's page. for me this is very valuable
10:49:52 <Romm> Hey cedricziel, glad you seem not to be afk, would you have some minutes for me ? :p
10:56:23 <Romm> cedricziel, I tried to understand how this tab was added to TYPO3, but I did not found yet, could you tell me where I could put some debug if the issue's still there ?
10:56:50 <Romm> (my co-worker is upgrading all the extensions from Git right now)
10:56:57 <cedricziel> the essence is, that there's some tsconfig being generated on the fly and then it's cached
10:57:21 <bjo3rn> michaelm2 it's working for me also in languages mode
10:58:00 <michaelm2> bjo3rn... i don't think so.. i compared it with the typo3 6.2 distribution without (fluidtypo3) and there it works...
10:58:12 <michaelm2> or is it a flux specific thing?
10:58:32 <bjo3rn> you are right and it is working for me also in languages mode michaelm2
11:01:04 <Romm> Ok cedricziel, thanks for the info, one more thing, we use the speciality extension, which provides already made configurations ; do you have some recommandations for this ?
11:01:07 <michaelm2> bjo3rn... i us flux 7 from TER.. and Chrome... do you use the GIT build?
11:03:20 <michaelm2> ok... so i think it has maybe something todo with my provider extension... i'll t try the fluidpages_bootstrap package to se if it works there...
11:03:56 <bjo3rn> I'm afraid I can't help you here but I don't think it's a matter of your extension. danilobuerger is the right guy to ask.
11:04:51 <Romm> cedricziel: I don't know, maybe is there something I need to know :p . But at least one thing I don't understand, is speciality implied in the creation of the Bootstrap tab ? Because it seems that this tab dissapears when we apply changes on speciality, but maybe we're wrong ?
11:05:01 <Denyerec> Blind Mouse #1 enters the channel
11:10:53 <cedricziel> can you confirm a relation between changing configs and the disappearance of the tab?
11:12:30 <Romm> I can't tell you anything about that, unfortunately, we never understood where the disapearing comes from (I think this is because of the cache that is not cleared all the time, and some time is needed for us to see the issue is there)
11:14:12 <Romm> cedricziel: Anyway, knowing the tab does not come from speciality at all is a big information for us. We'll keep looking if the issue comes back, and report you any changes. ;)
11:14:32 <Romm> Thanks a lot for your time, let's keep in touch. :)
11:37:56 <mrboe> @Guest|65596 here you have an example of an tow colum container https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html
11:38:18 <cedricziel> or that one: https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/Resources/Private/Templates/Page/3Columns.html
11:39:11 <Guest|65596> let me guess: flux:form.content is the key to success :)
11:41:55 <Guest|65596> the second question: yesterday (for stange reasons not today) I had "cache" problems. I mean: changes in template file did not show up, even after cache flush
11:42:31 <Guest|65596> Is there a procedure if I will encounter the same problem? Delete /typo3temp/ ?
11:42:40 <mrboe> in the temp folder is a file .FED....
11:49:41 <mrboe> fluidbootstraptheme is a summary of fluidpages_bootstrap and fluidcontent_bootstrap
11:52:30 <Guest|65596> well... thank you for all your support, you are great...I think I'll return to play "mad doctor" with fluid :D Thank you again...BTW: maybe It's silly question...how do I log out ?
11:53:23 <mrboe> @Guest|65596 i allways use the power off -
11:53:27 <Denyerec> Guest|65596 (If that's your real name...) just close the browser tab. Tho it's better to hang around.
11:53:45 <Denyerec> You always get more help if people know you better :)
11:54:38 <Guest|65596> Thank you next time I'll register me... bye
11:55:13 <mrboe> Or if you see "Denyerec has joint IRC" you know that the flood is comming
12:05:22 <randomresult> ext:speciality shows you how to do it
12:05:31 <mrboe> @Harpagophyt thats the link https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/Configuration/TsConfig/Page/rte.ts
12:08:56 <Harpagophyt> hmmm, i think i will work with content templates
12:14:34 <cedricziel> you should work with built-ins as much as possible
12:15:04 <cedricziel> if you still find no value in creating appropriate rte-configs that fit a minimum, go on and create custom elements
12:15:15 <cedricziel> but often its sufficient to utilize the rte
15:06:39 <randomresult> if someone PR into master... can i change that if i want it to be in development?
15:06:58 <randomresult> we need to rework the contribution-guide
15:08:04 * randomresult votes for a new - more personal - name for FT3BOT .... picture Denyerec speaking to the bot... a real name would be much more personal then
16:28:44 <Gloumi> Hi guys, I've got a problem with speciality. Sinci I've updated flux, fluidcontent, fluidpages, fluidcontent_bootstrap and speciality from git, I've this error in frontend "Service Unavailable (503)
16:28:44 <Gloumi> The requested page didn't have a proper connection to the tree-root!". Someone can help me about that?
16:29:05 <mo_ger> does anyone have a good sitemap extension which can deal with multiple domain records and can be configured to display all kinds of records?
16:29:57 <mo_ger> ideally, created by a cronjob (to deal with huge amounts of records)?
16:30:45 <bjo3rn> mo_ger I use tq_seo but don't know if it can deal with multiple domains.
18:01:35 <Guest|38507> hi, i'm using fluidcontent_core to overwrite the default content elements and i wanna wrap the header section with some additional tags but my section="Main" in Header.html does not contain any record, can somebody help me with that
18:03:19 <Guest|38507> when i add {record.header}, in section Main, of course, the record is shown twice in frontend
18:20:51 <Guest|38507> unfortunately this does not work for me...there is no object 10 in fluidcontent_content...as is understood is should remove this default..i uninstalled csc as the docmuentation of fluidcontent_core recommends
22:42:59 <cedricziel> i think we got some bugs through the wild-no-review pushing
22:43:01 <GRIMMCREATIVE> Hi, is there something wrong with vhs because of: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\OrViewHelper maybe not loaded or no autoloader?
22:46:15 <bjo3rn> GRIMMCREATIVE you need a namespaced branch of vhs then
22:46:59 <GRIMMCREATIVE> bjo3rn ok - thx - will try :)
22:48:46 <cedricziel> oh. and v:content render tries to trick me
22:58:42 <GRIMMCREATIVE> @bjo3rn - ok - now i get: Could not analyse class:Tx_Vhs_ViewHelpers_Page_Content_RenderViewHelper maybe not loaded or no autoloader? but i think i will start from scratch because somethings seems totaly wrong.
23:00:03 <bjo3rn> GRIMMCREATIVE you have to keep in mind that fluidcontent_core is still in development and so is the namespaced branch of vhs.
23:00:30 <bjo3rn> it seems you are mixing extensions using namespaces and ones without
23:00:49 <cedricziel> GRIMMCREATIVE: the name switched to content.render
23:03:09 <xaver_> cedricziel: about the camp :P sry i now @t home .... dam work
23:03:52 <xaver_> somebody "forgot" about 43 pages of content in 9 languages ....
23:10:47 <Guest|55470> hi, i want to create a fce for an imagegallery with fluid and use of fal....is there any good code example or extension which makes use of this
11:30:02 <mrboe> @cedricziel if i want to make a "gallery" funktion i dont have to put the fal field into a section if i understnad right
11:30:11 <Denyerec> cedricziel I wanted to ask someone what that actually MEANT
11:30:18 <Denyerec> as the document just says "Treat the ID as a reference"
11:30:25 <Denyerec> which is useless to someone who doesn't know whats going on :/
11:30:46 <cedricziel> Den: FAL has a type FileReference
11:31:11 <cedricziel> if you have a fal field, it returns the uid of the FileReference
11:31:46 <Denyerec> The so instead of resource.image I could use f:image and just throw the variable {image} into it, with treadIdAsReference ?
11:31:48 <cedricziel> but as it's possible to use strings in those fields as well, you need to explicitly tell the vh to treat the src value as reference
11:32:08 <Denyerec> And then wouldn't need to reference image.0.uid ?
11:32:28 <cedricziel> it get's a little more complicated when you have more than one reference, but yes, like that
11:32:52 <cedricziel> mrboe: fal in section objects doesnt work as there's no reference id
11:48:15 <Denyerec> you say things like "It expects a FAL resource", but I have no way to identify what that is, if I've got one, and how to get one ;)
11:48:22 <Denyerec> Everything I debug is either string or array.
11:48:48 <Denyerec> Unless the numeric type field is the key? If so, where's the lookup between the integers and the human names?
11:50:45 <Denyerec> I feel like this is a pretty large blackhole in my understanding of what's going on :/
12:07:53 <benjamin_654> i have a error with current dev versions: Fatal error: Call to a member function update() on a non-object in [...]/typo3conf/ext/flux/Classes/Service/ContentService.php on line 286
12:08:18 <benjamin_654> somehow D.I. does not work : https://dl.dropbox.com/u/25310351/Screen_Shot_2014-04-30_at_12.03.44.png - any idea what the problem might be?
12:10:13 <danilobuerger> benjamin_654 clear typo3temp and caches
12:14:35 <benjamin_654> danilobuerger: clearing cache did not help, i still get this error when using d&d : https://dl.dropbox.com/u/25310351/Screen_Shot_2014-04-30_at_12.13.22.png
12:16:42 <danilobuerger> in that case you didnt properly clear your caches
12:17:09 <danilobuerger> delete everything inside the directory typo3temp, go to the install tool (yes the install tool) and click clear all caches
12:18:10 <Denyerec> danilobuerger - any offers on my datatype investigation while you're here?
12:20:16 <benjamin_654> holy cow! clear all caches in the install tool did work!
12:43:44 <mrboe> could anybody of the team doublecheck
13:04:51 <Denyerec> randomresult, mrboe, perhaps you guys know about my datatype problem ?
13:05:04 <Denyerec> No-one seems able to tell me how I identify a datatype in f:debug
13:05:36 <Tjark> hi, is there a way to remove the "Select & Upload files" Button within the FAL Box in my own Extension ?
13:06:46 <mrboe> @Denyerec just have to get my debug working
13:26:13 <benjamin_654> Denyerec: f:debug does: "return \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($this->renderChildren(), $title, […]);" - maybe the ->renderChildren() converts objects to arrays - if thats true, there is no easy way of debugging types within fluid. When you call the var_dump from a controller you should see the type info ..
13:27:02 <Denyerec> Maybe f:debug needs extending then ?
13:27:17 <Denyerec> because every time I've hit an error it's typically because I'm trying to pass the wrong datatype to a VH
13:27:23 <Denyerec> and the debug... is always "array"
13:27:31 <Denyerec> It's VERY confusing for a new user :/
13:28:14 <benjamin_654> Denyerec: can you give a specific example?
13:28:25 <Denyerec> Trying to use an image viewhelper
13:28:38 <Denyerec> I get an exception telling me that it expects a resouce of type X
14:12:55 <benjamin_654> Denyerec: what vielhelper are you using, and where do you get the variable {image} from? maybe you can post you template (a miminal version) in a gist?
14:27:47 <benjamin_654> its an array: /typo3conf/ext/vhs/Classes/ViewHelpers/Resource/Record/AbstractRecordResourceViewHelper.php
14:39:49 <Guest|42219> hi, i'm using VH "flux:field.inline.fal" to insert images into a fce (Configuration Section), can anybody give me a hint how to render this in frontend..which VH should i use for that?
14:57:11 <Guest|42219> is there any extension which takes advantage of the most common use cases for fces with fluid...it' really hard to get started with the many question coming up
15:21:57 <anhadikal> need to render the title of EXT:news in v:page.breadCrumb ... how can it be done?
15:23:05 <benjamin_654> Denyerec: <f:image image="{image.0}" width="210c" height="70c"/> needs a filepath or a id, i haven´t seen a viewhelper that needs a complex type
15:23:55 <benjamin_654> Denyerec: if you pass a reference id to f:image instead of a path you also have to set treatIdAsReference="1"
15:24:44 <Denyerec> I am clearly not explaining myself.
15:25:10 <Denyerec> How do I know what type that "something" is
15:25:16 <Denyerec> So I know where else it can be used
15:28:37 <benjamin_654> Denyerec: i dont thing there is a type/class involved here. its just a array and you take from it what you need: <f:image image="{image.0.url}" width="210c" height="70c"/> ?
15:29:28 <Denyerec> So... if extracting the resource returns an array...
15:29:33 <Denyerec> ...why do VH's require specific types ?
15:31:28 <benjamin_654> Denyerec: are you sure that this error comes from VHS? or from some typo3 function that cant create a image with the given src?
16:22:13 <ad_on_is> @mrboe thx, works as expected ;-)
16:30:23 <benjamin_654> i have a problem where drag&drop from and to flux fces does not work (development branch / TYPO3 6.2.2) - anyone having the same issue?
16:42:48 <Denyerec> This file is Good Code. It has sensible and consistent names for functions and variables. It's concise. It doesn't do anything obviously stupid. It has never had to live in the wild, or answer to a sales team.
16:58:07 <mrboe> here is my solution for today - field.inline.fal / content.resources.fal / Image Gallery > https://gist.github.com/misterboe/a34e34578ace5d8596fd
18:19:40 <Outdoorsman> Just got a /ROOT_DIRECTORY/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 964 when trying to view all frontend pages
18:49:30 <Outdoorsman> Doing it again to make sure
19:18:39 <Outdoorsman> Sorry Denyerec I was on the phone. I just deleted typo3temp/* and flushed frontend and general cache in TYPO3. To my knowledge I have not changed anything that would cause the issue.
19:18:54 <Denyerec> Tried the caches in the install tool ?
19:19:18 <Outdoorsman> I'm not sure which ones would be applicable?
19:19:44 <Outdoorsman> I'm there right now under "Clean Up" is that where you're talking about?
19:20:41 <Denyerec> Yeah just nuke every cache you can
19:20:52 <Denyerec> at least when NamelessCoder or danilobuerger come back you'll be ahead of the curve
19:21:11 <Denyerec> What's the whole errpr message?
19:21:18 <Denyerec> You pasted the file and line, but not the error
19:22:05 <Outdoorsman> Well I set it to Development mode in the install tool so I could see that but that's all that was shown.
19:22:20 <Outdoorsman> I haven't look at error logs.
19:22:30 <Denyerec> Normally with errors all turned on you get pretty solid exception output
19:24:53 <Outdoorsman> I'm finding this a little strange and wonder if it's user error because I have another 6.2 website with the same extensions with the addition ftbcustomiser that seems to be working. I have them both set up on cron to pull the latest dev versions every night and clear cache so everything should be equal.
19:25:42 <Outdoorsman> I'm going to clear all cache again on the other site to see if it starts having the same error too.
19:26:49 * Denyerec is just the resident photographer
19:33:07 <Outdoorsman> I just went to database analyzer and it wanted to add tx_fluidpages_templatefile and tx_fluidpages_layout fields.
19:33:32 <Outdoorsman> I added them and flushed all cache again... same issue still.
19:34:27 <Outdoorsman> Ahhh... I see I didn't copy the whole error... sorry there was a little more (forgive me).
19:34:43 <Outdoorsman> Fatal error: Call to a member function getSingle() on a non-object in /ROOT_DIRECTORY/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 964
22:27:37 <Outdoorsman> You're hardcore. I thought people who were as much into code as you would certainly use an IDE!
22:29:25 <Outdoorsman> I have a friend who codes for New Relic who uses vi for his primary coding editor... what a guy :)
22:30:06 <danilobuerger> well i use XCode as my IDE of choice... and because of that i cant stand phpstorm... it just annoys me... so for php (and php only) i use textmate
22:31:33 <Outdoorsman> Nice... look like a good one too.
22:33:04 <danilobuerger> well imo its the perfect IDE for c, c++, objective-c
22:33:11 <danilobuerger> and thats what i code mainly
22:33:31 <Outdoorsman> Really? What's your job then?
22:34:04 <danilobuerger> my main job is head of coding ;-)
22:34:19 <Outdoorsman> By the way, here's an interesting survey showing what most people are using. I already have Zend Studio but it's a beast and have not enjoyed it at all. http://www.sitepoint.com/best-php-ide-2014-survey-results/
22:34:23 <danilobuerger> but when i code myself, mainly mobile apps and unreal 4
22:36:09 <danilobuerger> and sometimes i have todo typo3 :-)
22:36:21 <Outdoorsman> By the way... the error I was having earlier just miraculously seemed to disappear after a while (Fatal error: Call to a member function getSingle() on a non-object in /ROOT_DIRECTORY/typo3conf/ext/flux/Classes/Provider/AbstractProvider.php on line 964)
22:37:29 <danilobuerger> all those "Call to a member function [XYZ] on a non-object" usually solve themselves when clearing some cache... if you get that error always fully delete typo3temp and clear caches through the install tool
22:38:41 <danilobuerger> the caching mechanism in 6.1 & 6.2 (especially) get weird sometimes
22:39:07 <danilobuerger> sometimes they are too aggressive
22:39:10 <Outdoorsman> Based on how it resolved itself, I suspect it was cache as well.
22:41:52 <Outdoorsman> I cleared every cache I could find but didn't clear these tables in the install tool since they didn't appear to be things that would cause that issue the only cache I didn't clear was sys_log, be_sessions, sys_history, tx_rsaauth_keys, and tx_extensionmanager_domain_model_extension.
22:41:52 <danilobuerger> Outdoorsman you are from the US right?
22:42:10 <danilobuerger> got your google glass already :D ?
22:42:15 <GRIMMCREATIVE> Hio, somebody know if there is a Viewhelper "vhs" to get the categories of the current page within the link set inside the cat?
22:43:26 <Outdoorsman> I'm not sure I want to talk into the bathroom in the morning forgetting I have them on and publish it to the world accidentally.
22:43:28 <danilobuerger> we are waiting for the first one of us to get punched in the face for wearing them
22:48:53 <danilobuerger> GRIMMCREATIVE i might be able to help you, but i dont understand oyur question
22:51:23 <GRIMMCREATIVE> @danilobuerger: Suche nur nach einer Möglichkeit die zugewiesene Kategorie der aktuellen Seite auszugeben, jedoch inkl dem Shortcut link den man bei der Kategorie setzen kann.
22:51:54 <danilobuerger> so what have you got so far? can you gist your template please?
22:53:36 <GRIMMCREATIVE> just tried this one out right now but my typoscript isnt this good so i dont know how the setup the link inside: https://gist.github.com/t3easy/9810216#file-lib-pagecategories-txt
22:54:32 <danilobuerger> ah sorry, cant help you with TS, i never use TS (except for the bare essentials like config. but nothing else)… everything i do is in fluid / extbase
22:55:33 <GRIMMCREATIVE> thats what i basicly searching for - a solution in fluid. so the basic question was if there is a ViewHelper already in vhs :)
22:56:57 <danilobuerger> no there isnt one, but it would be very nice to have one… so if you decide to do one it would be awesome if you submit it as a pull request afterwards to vhs
22:58:03 <GRIMMCREATIVE> just found something claus made a while ago for me that looks like what i searching for... will try and give feedback
23:06:25 <GRIMMCREATIVE> ah no... that was to specific for another solution. will try out something later