IRC logs

20141006

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141006*

20141006

  • 10:36:53 <Guest|19924> hello
  • 10:37:25 <Guest|19924> somebody here?
  • 10:39:06 <randomresult> hi Guest|19924
  • 10:40:21 <Guest|19924> question: i have a fluid content element. in this i have: <flux:form wizardTab="Test" id="test" label="Test">
  • 10:40:40 <Guest|19924> everything works
  • 10:41:34 <Guest|19924> now how i can change the position in typo3? i know typo3 sorting alphapetic but how i can say that this content element is the first one?
  • 10:41:56 <Guest|19924> with this: options="{Fluidcontent: {sorting: 100}}"
  • 10:41:59 <Guest|19924> it doesnt works
  • 10:42:13 <randomresult> you should avoid wizzardtab
  • 10:42:26 <randomresult> and use options group:test
  • 10:42:44 <randomresult> and i dont know if sorting is implemented yes
  • 10:42:46 <randomresult> yet
  • 10:43:05 <randomresult> better ask @bjo3rn or @NamelessCoder or @cedricziel
  • 10:46:54 <Guest|19924> can you write here the whole code like --> <flux:form .....
  • 10:47:04 <erredeco> hi: question: in page > tab "page layouts" is it possible to hide templates to editors?
  • 10:47:08 <randomresult> what you mean
  • 10:47:45 <erredeco> at least some templates
  • 10:59:45 <Guest|19924> how i must write the <flux:form with group?
  • 11:00:06 <cedricziel> err, can you elaborate?
  • 11:00:09 <randomresult> Guest|19924 find examples here https://github.com/bootstraptheme-for-typo3
  • 11:00:35 <randomresult> group: 'Bootstrap'
  • 11:00:58 <cedricziel> i dont get it
  • 11:01:10 <bjo3rn> yo
  • 11:01:15 <cedricziel> 'sup?
  • 11:01:39 <bjo3rn> <f:flux.form id="foo" options="{group: 'Bar'}">
  • 11:01:41 <randomresult> options="{group:'bootstrap'}
  • 11:01:43 <bjo3rn> hehe
  • 11:01:55 <randomresult> missing "
  • 11:01:56 <cedricziel> ach
  • 11:02:02 <cedricziel> like in wizardTab
  • 11:02:20 <bjo3rn> don't know about the sorting though
  • 11:02:35 <cedricziel> me neither.
  • 11:02:52 <randomresult> there was an issue for flux.
  • 11:02:57 <randomresult> i votet for it.
  • 11:03:06 <randomresult> but i dont know if it was done or not
  • 11:03:21 <cedricziel> hmja. maybe, baby.
  • 11:03:25 <cedricziel> i dont think so
  • 11:03:41 <randomresult> issue is not there anymore
  • 11:04:07 <cedricziel> maybe it was "cleaned up"?
  • 11:04:09 <cedricziel> ^^
  • 11:05:16 <bjo3rn> swept under the rug
  • 11:12:14 <erredeco> another question: is it possible to put templates into subfolders of my /Private/Templates/ folder?
  • 11:16:16 <randomresult> yes it is
  • 11:16:33 <randomresult> i have templates/page and template/content
  • 11:21:37 <erredeco> @randomresult
  • 11:21:39 <erredeco> nonono
  • 11:22:06 <erredeco> I mean /Private/Templates/Page/Mysubfolderfortemplates1/
  • 11:22:10 <erredeco> etc
  • 11:22:17 <randomresult> yes. it should work.
  • 11:22:20 <randomresult> simply test it :)
  • 11:22:43 <erredeco> I've done it and it does not work.
  • 11:22:49 <erredeco> It works for Layouts
  • 11:22:58 <randomresult> did u clear tempfolder?
  • 11:23:06 <randomresult> did u clear cache using the installtool?
  • 11:23:30 <erredeco> I use config.no_cache = 1 for development purposes
  • 11:23:41 <randomresult> clear cache in installtool.
  • 11:23:51 <erredeco> I'll try with the temp folder
  • 11:24:11 <randomresult> and you should clear cache in installtool from time to time.
  • 11:26:19 <Guest|19924> so you thing sorting is not possible?
  • 11:29:15 <drlimbo> good morning
  • 11:30:54 <drlimbo> i have some RTE-Troubles with Typo3 6.2.5, and im not sure, if this is a fluidtypo3 problem
  • 11:31:12 <drlimbo> the RTE won't load (sometimes) and there is a JS-Error: "Uncaught TypeError: Cannot read property 'dialogs' of undefined prototype.js:847"
  • 11:32:16 <Guest|64361> can i create a system category menu like language menu?
  • 11:33:32 <Guest|64361> as document http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Categories/Index.html, it just render categoried page menu
  • 11:36:22 <drlimbo> noone an idea?
  • 11:43:56 <drlimbo> and someone has an idea why "f:format.date" ignores my local-settings (de_DE) and displays the date as EN?
  • 11:44:05 <Guest|64361> hello
  • 11:44:53 <drlimbo> hi there
  • 11:45:18 <randomresult> Guest|64361 you can use /nick yournewnameinhere to change your nick
  • 11:46:31 <Guest|64361> ok
  • 11:47:55 <Guest|64361> it does not work
  • 11:48:35 <Guest|64361> sorry, i can not change, juts try /nick larry
  • 11:49:41 <Guest|64361> please help me for the system categories menu
  • 11:59:52 <locnguyen> ah that nick name not available
  • 12:00:48 <locnguyen> do you have any idea for this , like region content filter
  • 12:34:01 <ThomasBen> Hi everyone ^^
  • 12:34:17 <ThomasBen> I’m using a flux:field.tree to render a pages tree in my backend flux form. But I can’t get a depth of more than 4 pages …
  • 12:34:34 <ThomasBen> My first action was to install the latest versions of flux (7.1.0), fluidpages (3.1.1), fluidcontent (4.1.0) and vhs (2.1.2), hoping those updates would fix my flux:field.tree depth problem …
  • 12:35:14 <ThomasBen> Now, my pages view doesn’t show my page template <flux:grid.row> configuration : I only see the normal columns mode …
  • 12:35:33 <ThomasBen> Any idea ? I’m using TYPO3 6.2.5. Thank you for your help :)
  • 12:35:59 <NamelessCoder> ThomasBen select "Fluidpages" as backend layout by editing the topmost page in your page tree
  • 12:37:29 <ThomasBen> Thank you NamelessCoder :)
  • 12:37:56 <ThomasBen> Do you have any idea about the flux:field.tree depth problem ?
  • 12:40:04 <NamelessCoder> nope, sorry.
  • 12:41:19 <ThomasBen> ok ...Thanks again NamelessCoder for this great framework ;)
  • 12:41:49 <NamelessCoder> yw :)
  • 12:51:18 <Guest71010> Hi fluidtypo3! I upgraded to fluidpages (latest dev) and lost my BE layouts (default BE layout is shown). What did I miss?
  • 12:51:56 <Guest71010> Template selector in page properties is working, FE rendering works too.
  • 12:52:44 <mrboe> @Guest71010 rootpage > appearance > backend layout > fluidpages
  • 12:58:08 <Guest71010> @mrboe: thanks a lot! I disabled backend_layout and backend_layout_next_level since using fluidpages.
  • 13:40:14 <angela27> Hello guys, i am trying to generate a custom page sitemap with extbase but totally stuck on this.
  • 13:40:14 <angela27> Could you please provide some example how this can be done with extbase ?
  • 13:43:07 <NamelessCoder> angela27 VHS page menu can do that if you simply try to render the page tree: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=15&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=3534a1dfc4e4fdb57c780fd6c8c0e61f - but depending on what you mean by "custom" you may need more (e.g. a custom controller)
  • 13:44:32 <cedricziel> like in a XML sitemap? I'd use a custom extension with the pagerepository and then tie it to a numType
  • 13:48:33 <angela27> thanx @NamelessCoder the problem is i need some logic for filtering the pages - for example i need to generate custom URLs to pages with custom CTypes
  • 13:48:48 <NamelessCoder> yep that's what I thought
  • 13:48:53 <NamelessCoder> you can still do that
  • 13:49:43 <NamelessCoder> <f:section name="PageType128">, <f:section name="PageType0"> etc. and then <f:render section="PageType{pageMenuItem.doktype}">
  • 13:50:02 <NamelessCoder> *which* doktypes are included can be configured in VHS' extension manager settings
  • 13:50:40 <NamelessCoder> if for example a shortcut is then always rendered the same way as a normal page, just <f:render section="PageType0"> from inside your <f:section name="PageType128">
  • 13:51:43 <NamelessCoder> you can also set on v:page.menu the desired doktypes but iirc, they still respect the global EM setting and won't allow doktypes not in that list
  • 13:52:17 <NamelessCoder> btw I think this is possible:
  • 13:53:02 <NamelessCoder> {f:link.page(pageUid: pageUid) -> f:section(name: 'PageType0')}
  • 13:53:54 <nimius|thephpjo> may I ask about the status of that weird "additional Elements" bug?
  • 13:53:56 <NamelessCoder> which if I'm right would equal <f:section name="PageType0"><f:link.page pageUid="{pageUid}" /><f:section> (just in case you dislike having a ton of sections
  • 13:54:38 <NamelessCoder> to which issue are you referring nimius|thephpjo ?
  • 13:57:53 <nimius|thephpjo> I am not shure if there is an issue. This happens, only on the live server: https://www.dropbox.com/s/b87h4y06uxrlusx/Screen%20Shot%202014-09-30%20at%2009.09.40.png?dl=0
  • 13:58:56 <NamelessCoder> plugins without a label? neat.
  • 13:59:19 <NamelessCoder> not sure about the cause but there have been changes in 7.1 regarding the new content wizard
  • 13:59:45 <nimius|thephpjo> that was cedrics first guess, but I am on 7.0
  • 14:01:47 <Guest|19924> hello namelesscoder: is it possible to sort page layouts or content elements in fluid / typo3 backend?
  • 14:02:33 <NamelessCoder> Guest|19924 fluidcontent yes; set options="{Fluidcontent: {sorting: 123}}" on the flux:form
  • 14:02:38 <NamelessCoder> pages: no.
  • 14:02:58 <NamelessCoder> (not yet)
  • 14:03:14 <Guest|19924> you plan this?
  • 14:04:19 <NamelessCoder> at some point yes, it's just not often we get the feature request
  • 14:06:48 <Guest|19924> ok, and what about drag and drop in flux:field.inline.fal? work this?
  • 14:07:07 <Guest|19924> i can not drag and drop if i set enabledControls
  • 14:12:03 <angela27> tnx alot @NamelessCoder will try all this
  • 14:28:04 * NamelessCoder those of you using development branch: the commit just merged fixes 40 instances of possibly undeclared variables and methods. If you experience problems with that, please open an issue.
  • 14:28:26 <NamelessCoder> or using a normal color:
  • 14:28:27 <NamelessCoder> those of you using development branch: the commit just merged fixes 40 instances of possibly undeclared variables and methods. If you experience problems with that, please open an issue.
  • 15:47:15 <batjony> guys, is there some fluid/vhs helper, which can be used to render meta tags
  • 15:54:52 <batjony> i found it v:page.header.meta :)
  • 16:59:23 <drlimbo> good afternoon
  • 17:00:19 <drlimbo> im using the VIDI-Extension to export Database-Entries to CSV-Files what works well with an admin user, but i cant find a way to enable this for a backend usergroup
  • 20:48:26 <Akii> aah
  • 20:49:43 <Akii> is there an easy way to detect what page layout is currently in use?
  • 20:50:33 <Akii> this channel also deserves more ppl I guess
  • 20:52:12 <cedricziel> hey Akii :)
  • 20:52:17 <NamelessCoder> it's evening ;)
  • 20:52:17 <cedricziel> long time no see
  • 20:52:20 <Akii> long time no see ced
  • 20:52:24 <cedricziel> :)
  • 20:52:32 <Akii> and claus of course
  • 20:52:34 <NamelessCoder> way to detect page template? No, sry.
  • 20:52:45 <Akii> so it's intended
  • 20:53:27 <Akii> what I basically need is a switch between main and sub page
  • 20:53:31 <NamelessCoder> I was considering adding stuff in EXT:builder to inspect template paths, extension settings, fluidpages libraries and page tree nodes that change config
  • 20:53:31 <Akii> just a few classes
  • 20:54:35 <mrboe> @NamelessCoder is it normal that the TER Ext contains .git files - im testing FBT and when i install vhs my TOWER wants to make a submodule. i think this is not as should
  • 20:54:48 <NamelessCoder> really?
  • 20:55:01 <NamelessCoder> gah, stupid RecursiveIteratorIterator flags don't work
  • 20:55:16 <NamelessCoder> EXCLUDE_DOTS should be on but apparently isn't
  • 20:55:28 <NamelessCoder> safe to just remove the .git dir ;)
  • 20:56:33 <mrboe> ok thx - should i create a ticket?
  • 20:57:51 <cedricziel> hehe whoat?
  • 20:57:58 <NamelessCoder> yes please; in typo3-repository-client
  • 20:58:21 <cedricziel> what size does the ext have with the dotfiles mrboe?
  • 20:58:52 <mrboe> one moment @cedricziel just deletet the git files
  • 20:58:55 <mrboe> had to reinstall
  • 20:59:24 <Akii> I must admit, this fluid you guys built is fun
  • 20:59:30 <mrboe> uncompresst 3.6MB
  • 20:59:30 <NamelessCoder> thx Akii :)
  • 20:59:36 <cedricziel> i'm especially interested in the flux repo which should be the largest amongst all of them
  • 20:59:50 <NamelessCoder> cedricziel I clone depth=1 before TER release
  • 20:59:54 <NamelessCoder> so it is not that big
  • 21:00:02 <NamelessCoder> and single-branch
  • 21:00:05 <cedricziel> nifty :)
  • 21:00:17 <mrboe> only vhs contains .git files
  • 21:00:18 <cedricziel> i thought TER would do the github dance ^^
  • 21:00:33 <NamelessCoder> yeah VHS was uploaded from an earlier version
  • 21:00:38 <NamelessCoder> holding off the next update
  • 21:06:13 <Akii> it's interesting how easy this is compared to let's say.. $software ;)
  • 21:06:49 <NamelessCoder> :p
  • 21:06:55 <NamelessCoder> good memory, dude
  • 21:07:00 <cedricziel> oh, $software
  • 21:07:09 <cedricziel> :)
  • 21:07:41 <Akii> ^^
  • 21:08:04 <cedricziel> the one that breaks all the time, i guess
  • 21:08:09 <Akii> never
  • 21:08:24 <Akii> I'm so glad they spent all the quality time for new features
  • 21:08:30 <Akii> who needs to move nodes anyway, right?
  • 21:08:53 <NamelessCoder> that crashes it too?
  • 21:08:59 <NamelessCoder> I crashed mine by uploading a gif
  • 21:09:05 <Akii> yes totally
  • 21:09:10 <cedricziel> i heard there are even folks that would like to delete files-how uncool is that!?
  • 21:09:10 <NamelessCoder> who uses gifs anyway, I know
  • 21:09:16 <NamelessCoder> pff
  • 21:09:19 <NamelessCoder> amateurs
  • 21:09:22 <Akii> not sure about moving, I think cut or copy&paste didn't work
  • 21:09:30 <NamelessCoder> they are clearly not the companies currently using $software in production
  • 21:09:32 <Akii> delete files? wtf
  • 21:09:33 <FT3BOT1> ¯\_(ツ)_/¯
  • 21:09:42 <Akii> oh yes
  • 21:09:46 <NamelessCoder> we should stop, btw
  • 21:10:10 <Akii> :D
  • 21:15:24 <Akii> there is no IsBoolean viewhelper in vhs btw
  • 21:17:50 <NamelessCoder> gosh darnit
  • 21:17:57 <NamelessCoder> someone better add that I guess
  • 21:18:59 <Akii> with that weird inversed syntax of yours I'd assume
  • 21:19:18 <NamelessCoder> wise, it is. Cool, yoda says.
  • 21:19:26 <Akii> and some pull request thingy of github?
  • 21:19:31 <NamelessCoder> please :)
  • 21:20:06 <NamelessCoder> also, please create a very simple unit test for that with a test matching TRUE and FALSE cases, there's a base unit test which allows $this->executeViewHelper() which is very easy to use
  • 21:21:02 <Akii> oh my
  • 21:21:39 <Akii> that means I have to get unit tests running
  • 21:21:40 <NamelessCoder> there's a bunch of examples how to test those very simple ones
  • 21:21:47 <Akii> np
  • 21:21:50 <Akii> I'll figure it out
  • 21:21:52 <NamelessCoder> I suggest just installing EXT:phpunit
  • 21:21:55 <Akii> ye
  • 21:22:05 <NamelessCoder> be module works nicely
  • 21:22:13 <Akii> indeed it does
  • 21:22:28 <NamelessCoder> hehe it is actually running here right now
  • 21:23:29 <Akii> it used to break horribly
  • 21:23:34 <Akii> unrecoverable horribly
  • 21:23:44 <NamelessCoder> luckily that's a long time ago
  • 21:23:52 <NamelessCoder> c'mon 95%!
  • 21:26:16 <Akii> whats the default copyright thing
  • 21:27:40 <cedricziel> it's t3fh -> tab
  • 21:27:41 <cedricziel> ^^
  • 21:28:33 <NamelessCoder> :p
  • 21:28:43 <NamelessCoder> just copy from any class
  • 21:29:11 <Akii> whats "@protection off"?
  • 21:29:28 <NamelessCoder> protection from automated unit test case writing by builder
  • 21:29:31 <NamelessCoder> set to "on"
  • 21:29:33 <cedricziel> tests can be generated. they wont if protection is on
  • 21:30:59 <Akii> the other tests are all off
  • 21:31:18 <cedricziel> maybe Akii wants to earn his hacktoberfest shirt on the vhs repo?
  • 21:31:48 <Akii> with an IsBooleanVH, sure
  • 21:32:04 <cedricziel> no, bring on more ^^
  • 21:32:16 <NamelessCoder> hehe
  • 21:32:45 <Akii> is it CGL to have a leading newline in each file?
  • 21:32:59 <Akii> not leading, the other thing
  • 21:33:02 <Akii> at the end of the file ^^
  • 21:34:05 <NamelessCoder> yes, we have those
  • 21:34:15 <NamelessCoder> no closing php tag, newline at EOF
  • 21:34:50 <Akii> why
  • 21:36:47 <NamelessCoder> does it need a reason? :)
  • 21:37:43 <Akii> nah not really
  • 21:38:44 <NamelessCoder> just in case: the closing tag is redundant in pure PHP projects and only takes up space, the EOL is simply for consistency
  • 21:39:05 <Akii> just wondered about the newline
  • 21:39:19 <Akii> So I just create a PR into the development branch?
  • 21:39:54 <Guest|44952> hello everybody: i use fluidcontent_grids and after updating to vhs 2.1.2 i have this failure in backend: LLL:EXT:fluidcontent_grids...
  • 21:40:06 <NamelessCoder> yep Akii
  • 21:40:13 <Akii> too easy
  • 21:40:26 <Akii> https://github.com/FluidTYPO3/vhs/pull/688
  • 21:40:30 <NamelessCoder> fluidcontent_grids?
  • 21:40:30 <Guest|44952> fluidcontent_grids is not updated for vhs 2.X.. what i have to do with the language files?
  • 21:40:50 <Akii> I miss the weird gerrit things already
  • 21:41:03 <Akii> :>
  • 21:41:21 <Guest|44952> fluid content: grid elements : http://typo3.org/extensions/repository/view/fluidcontent_grids
  • 21:41:26 <Akii> now I can invest the precious time in pizza and other things
  • 21:41:29 <NamelessCoder> nicely done Akii
  • 21:41:58 <Akii> there see, I even flipped the condition
  • 21:42:08 <cedricziel> :)
  • 21:42:21 <Akii> totally did not copy this VH from anywhere in the package
  • 21:42:31 <Akii> you guys are fun ^^
  • 21:42:41 <cedricziel> thx for that thing already, Akii
  • 21:43:35 <Guest|44952> have changed something with the way to integrade language files?
  • 21:43:57 <Guest|44952> i see this in setup.txt: l10nFile = LLL:EXT:fluidcontent_grids/Resources/Private/Language/locallang.xml
  • 21:44:36 <Akii> so I've wrote a bug ticket today and created a pull request.. that really has to do for the next 1 or 2 months
  • 21:44:43 <cedricziel> :P
  • 21:44:49 <NamelessCoder> Guest|44952 aah. Well that extension is not our work but I can tell you what's wrong
  • 21:45:06 <Guest|44952> i know, it would be nice when you can help me
  • 21:45:11 <NamelessCoder> they've not explicitly referenced the .xml file after the default changed to using .xlf in Flux 6.0 I think it was
  • 21:45:40 <NamelessCoder> in templates, set the localLanguageRelativeFilePath to /Resources/Private/Language/locallang.xml and you should be good
  • 21:46:51 <Guest|44952> have you a example? you mean in content template?
  • 21:47:43 <NamelessCoder> yes, in the templates for that extension, add the mentioned attribute to flux:form tags and use the value stated
  • 21:50:50 <Guest|44952> <flux:flexform wizardTab="Grids" id="gridColsTwo" localLanguageFileRelativePath="/Resources/Private/Language/locallang.xml"
  • 21:50:50 <Guest|44952> icon="{v:extension.path.resources(path: 'Icons/icon-row.gif')}">
  • 21:51:18 <Guest|44952> <flux:flexform wizardTab="Grids" id="gridColsTwo" localLanguageFileRelativePath="/Resources/Private/Language/locallang.xml" icon="{v:extension.path.resources(path: 'Icons/icon-row.gif')}">
  • 21:51:27 <Guest|44952> doesnt works
  • 21:53:33 <Guest|44952> i see it right, it doesnt works?
  • 21:58:03 <Guest|44952> @NamelessCoder??
  • 21:58:04 <NamelessCoder> WIIII-IIIILMAAA!
  • 21:58:39 <NamelessCoder> that's you, cedricziel. You're Wilma today. Why is localLanguageFileRelativePath argument not being rendered on https://fluidtypo3.org/viewhelpers/flux/development/FormViewHelper.html ?
  • 21:58:51 <cedricziel> huh?
  • 21:59:43 <NamelessCoder> Guest|44952 I don't know why it's now working but it does look like the templates were made for an earlier version of Flux
  • 21:59:47 <cedricziel> i noticed earlier today it doesnt render some inherited methods
  • 21:59:49 <NamelessCoder> s/now/not
  • 22:00:11 <NamelessCoder> cedricziel this one is native, not inherited... pretty damn odd
  • 22:00:19 <NamelessCoder> not like it's a new property either!
  • 22:01:36 <cedricziel> yo Phil. Why u no change copyright?
  • 22:02:14 <Guest|44952> so i can do nothing?
  • 22:02:44 <Akii> cedricziel: I claim glory when it's due.. no need to for this copy & paste job
  • 22:03:01 <cedricziel> hehe, Due
  • 22:03:21 <cedricziel> nice pun
  • 22:03:21 <Akii> also that merged quickly
  • 22:03:33 <Akii> haha that was unintended..
  • 22:03:35 <Akii> rofl
  • 22:03:55 <Akii> omg
  • 22:04:04 <cedricziel> ^^
  • 22:04:08 <Akii> badum-tss
  • 22:04:17 <cedricziel> pling plong
  • 22:04:21 <cedricziel> the merge is there
  • 22:04:34 <cedricziel> there's your 95 % Claus
  • 22:04:48 <bjo3rn> can we have more coverage emails please? ^^
  • 22:04:54 <Akii> that mustve been my best pun ever
  • 22:04:55 <NamelessCoder> gooood... gooooooood...
  • 22:05:05 <cedricziel> it is, Akii, it is
  • 22:05:13 <cedricziel> a wild bjo3rn enters the stage
  • 22:05:20 <NamelessCoder> learn to use rules :p
  • 22:05:30 <bjo3rn> me?
  • 22:05:32 <NamelessCoder> I'm workin' 'ere!
  • 22:05:46 <bjo3rn> hehe. it shows.
  • 22:05:58 <NamelessCoder> you get emails from coveralls as well?
  • 22:06:05 <NamelessCoder> they ARE togglable you know
  • 22:06:09 <bjo3rn> no, gh
  • 22:06:12 <NamelessCoder> ah ok
  • 22:06:19 <NamelessCoder> yeah the comment emails will still pop up
  • 22:06:25 <cedricziel> "When code coverage became my drug of choice." - by Claus Due
  • 22:07:21 <NamelessCoder> more like proactive bug prevention duty :p
  • 22:08:00 <bjo3rn> when contributing becomes a minefield ^^
  • 22:08:14 <bjo3rn> "here, my patch for *boom*"
  • 22:08:21 <bjo3rn> ^^
  • 22:08:25 <NamelessCoder> hehe
  • 22:09:05 <bjo3rn> like those laser beam alarm things in museums
  • 22:10:04 <NamelessCoder> quality is important
  • 22:10:56 <cedricziel> oh, sharks with laser beams
  • 22:10:58 <cedricziel> i like!
  • 22:11:09 <NamelessCoder> everything is lasers with you
  • 22:11:33 <cedricziel> *piu* *piu*
  • 22:11:51 <NamelessCoder> http://www.youtube.com/watch?v=-S28LQYiJq0#t=148
  • 22:11:53 <FT3BOT1> YouTube: InvaderZIM - Episode 1 - The Nightmare Begins [part 1] (9m58s)
  • 22:12:19 <NamelessCoder> "See?"
  • 22:12:31 <NamelessCoder> snarkiest comment ever
  • 22:15:43 <Guest|44952> i can use it now @NamelessCoder?
  • 22:17:04 <NamelessCoder> Guest|44952 there's no change; I suggest contacting the fluidcontent_grids guys (don't know who makes it) to suggest an xlf upgrade. They really should do this, as it allows the translation server to be used.
  • 22:18:19 <Guest|44952> i have do this and he dont respond (since 2-3 days)
  • 22:18:56 <NamelessCoder> I'm sorry to hear that. Give it a few days; Weekends and Mondays are probably the worst possible time
  • 22:19:38 <NamelessCoder> general pro-tip btw, send your emails between tue at 12:00 and thur at 16:00, that's the sweet spot
  • 22:20:04 * cedricziel plays the pro-tip jingle
  • 22:21:11 <NamelessCoder> knowing is half the battle.
  • 22:21:23 * NamelessCoder plays the G.I. Joe jingle
  • 22:21:28 <Guest|44952> i have a project that must be finished at friday, so i can only hope he write back, else i have to go back to the old versions of vhs and flux, but today i have really changed a lot for the new extnesions! :-(
  • 22:22:11 <NamelessCoder> who *is* the author of that ext?
  • 22:22:38 <cedricziel> Andy Hausmann
  • 22:22:43 <cedricziel> dont know him
  • 22:23:34 <NamelessCoder> afaik he owns his own company so he could be busy
  • 22:23:47 <cedricziel> https://github.com/sotastudio/TYPO3.Extbase.FluidcontentGrids
  • 22:24:08 <NamelessCoder> yeah sota studio
  • 22:25:08 <NamelessCoder> Guest|44952 I suggest migrating the language file yourself and submitting a pull request with that change on GitHub
  • 22:25:17 <NamelessCoder> cedricziel is there a tool to convert LLL files?
  • 22:25:30 <cedricziel> from xml to xlf?
  • 22:25:45 <cedricziel> i bet my ass, but didnt need it so far
  • 22:26:45 <cedricziel> it seems extdeveval does that
  • 22:27:06 <NamelessCoder> Guest|44952 hope you're reading ;)
  • 22:27:50 <NamelessCoder> Cedric buddy I have a task for you
  • 22:28:14 <Akii> *quest
  • 22:28:30 <Guest|44952> yes i am reading and searching something on google
  • 22:28:55 <NamelessCoder> hehe a quest yes :) DebuggerUtility of Flux is currently used by one class only and to do two things only: 1) dump variables and 2) dispatch flash messages. I'd like DebuggerUtility to go the way of all flesh, and for FluxService to use GeneralUtility::devlog and traditional flash messaging.
  • 22:39:42 <cedricziel> ui ui
  • 22:39:50 <cedricziel> may i split it to 50 commits?
  • 22:43:06 <NamelessCoder> :p
  • 22:44:08 <NamelessCoder> http://img3.wikia.nocookie.net/__cb20120505031425/random-ness/images/8/83/TakeThis.jpg
  • 22:44:13 <NamelessCoder> for your quest
  • 22:46:59 <Akii> the irc logs don't seem to work :(
  • 22:47:23 <cedricziel> aaaaawww
  • 22:47:26 <NamelessCoder> hmm. right.
  • 22:47:29 <cedricziel> so cute!
  • 22:47:38 <NamelessCoder> I switched backend servers around 14 days ago, that must be it
  • 22:47:43 <Akii> my pun, lost forever in the interwebs
  • 22:47:49 <cedricziel> MyLittleBrony.com
  • 22:47:54 <Akii> and local chat logs
  • 22:48:27 <NamelessCoder> nono akii we still log and everything, it's just solr not indexing new entries
  • 22:48:43 <Akii> haha that's what the NSA said
  • 22:49:21 <Akii> (now they're logging too, just in case)
  • 22:50:11 <cedricziel> ^^
  • 23:32:53 <NamelessCoder> recently googles search index hit 1,000 PB. NSA laughed themselves silly.
  • 23:41:16 <danilobuerger> good evening everyone
  • 23:41:30 <NamelessCoder> 'ello
  • 23:42:00 <danilobuerger> Ah NamelessCoder quick question: Flux VH to select a page?
  • 23:42:21 <NamelessCoder> field.relation table="pages"?
  • 23:42:30 <danilobuerger> ty
  • 23:42:39 <NamelessCoder> in very generic terms ;)
  • 23:57:19 <danilobuerger> NamelessCoder should v:page.menu useShortcutUid="1" output the url to the target or to the shortcut?
  • 23:57:58 <NamelessCoder> to the target, but not overriding title etc.
  • 23:58:13 <danilobuerger> ok, then its broken as it provides the url to the shortut
  • 23:59:52 <NamelessCoder> dunno why that might be