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.