IRC logs

20131127

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

IRC log range: 20131127*

20131127

  • 08:01:36 <randomresult> good morning
  • 09:06:58 <randomresult> and again: goooOOOdddDDD MooorrrninG fedext! Get up u lazy Coders
  • 10:08:07 <randomresult> still very quiet here
  • 10:08:46 <rasha-> morning randomresult, autocompletion still working? :)
  • 10:08:57 <randomresult> hope so
  • 10:27:48 <randomresult> rasha- u there?
  • 10:30:08 <rasha-> yay
  • 10:37:47 <cedricziel> vhs#404
  • 10:37:48 <FT3BOT> Issue 404: [FEATURE] Set indexed doc title to title optionally https://github.com/fluidtypo3/vhs/issues/404
  • 10:43:01 <cedricziel> git help rebase
  • 10:43:37 <cedricziel> git help commit
  • 10:44:34 <cedricziel> FT3BOT: git help commit
  • 10:44:35 <FT3BOT> git-commit - Record changes to the repository
  • 10:44:36 <FT3BOT> git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
  • 10:44:37 <FT3BOT> [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
  • 10:44:38 <FT3BOT> [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
  • 10:44:39 <FT3BOT> [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
  • 10:44:40 <FT3BOT> [--date=<date>] [--cleanup=<mode>] [--[no-]status]
  • 10:44:41 <FT3BOT> [-i | -o] [-S[<keyid>]] [--] [<file>...]
  • 10:44:42 <FT3BOT> See http://git-scm.com/docs/git-commit for details.
  • 10:44:46 <cedricziel> thx ;)
  • 10:53:28 <soee> ;o
  • 10:53:42 <soee> FT3BOT, order pizza soee
  • 10:53:54 <soee> :(
  • 10:54:37 <cedricziel> hihi :-)
  • 11:02:36 <nimius|thephpjo> i recently updated fluidcontent, fluidcontent_bootstrap, flux etc. - I now have problems with my old Content Elements having the element type "fluidcontent_twitterbootstrap" instead of "fluidcontent_bootstrap", is there a way to fix this?
  • 11:13:14 <cedricziel> let me dig it, nimius|thephpjo
  • 11:14:37 <cedricziel> theres an update script, nimius|thephpjo (https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/master/class.ext_update.php)
  • 11:15:03 <nimius|thephpjo> shouldn't that be the one that is executed by the extension manager?
  • 11:15:52 <cedricziel> that would be the usual procedure.
  • 11:16:02 <cedricziel> but you have to do it manually
  • 11:17:00 <nimius|thephpjo> ok, how do i execute it / where do i have to store it?
  • 11:17:28 <cedricziel> it _schould_ (tm) be contained in the ext
  • 11:17:48 <cedricziel> update scripts can be executed via EM as usual
  • 11:19:54 <nimius|thephpjo> "0 row(s) have been updated"
  • 11:20:12 <cedricziel> sec.
  • 11:39:22 <cedricziel> nimius|thephpjo: the script should be just fine
  • 11:39:54 <cedricziel> which versions are you running?
  • 11:40:20 <nimius|thephpjo> i am using the newest TER versions on TYPO3 6.1.6
  • 11:42:22 <rosieres> did you run the updatescripts of flux ?
  • 11:42:55 <nimius|thephpjo> it does not have one
  • 11:43:01 <cedricziel> rosieres: good guess...
  • 11:43:34 <cedricziel> well . The result 0 rows expresses that there are NO rows with fluidcontent_twitterbootstrap at _all_
  • 11:43:39 <cedricziel> or the select query fails
  • 11:45:59 <cedricziel> nimius|thephpjo: can you manually select-count all rows with "CType='fed_fce' AND tx_fed_fcefile" in your database, please?
  • 11:48:08 <nimius|thephpjo> i do not have fields with fed_fce CTYPE, seems like all of them have fluidcontent_content as CTYPE
  • 11:48:24 <cedricziel> oO
  • 11:49:26 <nimius|thephpjo> weird
  • 11:49:41 <nimius|thephpjo> ok, i will try to adjust the update script for that
  • 11:50:26 <cedricziel> be sure to have a dump
  • 11:51:28 <nimius|thephpjo> i have one and i am currently only operating on my local machine
  • 11:51:54 <cedricziel> okay
  • 11:52:02 <cedricziel> nimius|thephpjo: you hit a bump-sory for that
  • 11:52:29 <cedricziel> i found a divergence between the current fluidcontent and fluidcontent_bootstrap
  • 11:52:54 <cedricziel> the first migrations rename the ctype FROM fed_fce. so far, so good
  • 11:53:24 <nimius|thephpjo> it now works for me
  • 11:53:26 <cedricziel> but the fluidcontent_bootstrap update script should have been executed BEFORE, as it expects fed_fce to be present
  • 11:53:32 <cedricziel> fine, sir!
  • 11:53:49 <cedricziel> only changed from fed_fce to fluidcontent_* ?
  • 11:53:50 <nimius|thephpjo> thank you for that tip, i will execute them in the right order on the live server
  • 11:54:13 <nimius|thephpjo> yes, only changed the CType='fed_fce' part
  • 11:54:20 <cedricziel> i will PR that asap to the fluidcontent_bootstrap guy
  • 11:54:30 <cedricziel> /guy/repo
  • 11:57:04 <NamelessCoder> guy/buddy/friend
  • 11:57:54 <cedricziel> i specifically meant the repo, not fabien. in the latter case, your sed would work out very good, NamelessCoder :)
  • 11:59:07 <NamelessCoder> http://www.youtube.com/watch?v=WULsZJxPfws
  • 12:03:37 <randomresult> i have the following: my rte.css contains spans ... they are shown in my rte until i save... then they are gone... how can i prevent them from being cleaned by typo3
  • 12:04:09 <cedricziel> its seh best kanada in the land!
  • 12:04:30 <NamelessCoder> ze other kanada is a bullshit kanada!
  • 12:05:12 <cedricziel> would you like a moustache?
  • 12:06:44 <rosieres> what about adding span to the list of allowed tags :-)
  • 12:07:04 <rosieres> randomresult: see above
  • 12:07:05 <randomresult> i did.. but as i asked... i found the solution: google knows the world baby
  • 12:07:28 <randomresult> RTE.default.proc.allowedClasses := addToList(gruen)
  • 12:08:53 <cedricziel> looks exactly like rosieres proposal
  • 12:09:13 <cedricziel> not that close... ^^
  • 12:10:15 <randomresult> well i thought i can add them all by default like in the bootstrap-fedext package... but i have to add them all one by one
  • 12:19:58 <rosieres> @cedricziel opposite: "not that far" :-))
  • 12:20:20 <cedricziel> ouch, you hit me ;)
  • 12:20:52 <rosieres> you can say you to me - "german slang" *haha
  • 12:21:17 <cedricziel> hehe, indeed
  • 12:51:50 <randomresult> moin
  • 12:52:03 <randomresult> @cedricziel i need help with rebasing
  • 12:52:05 <randomresult> in git
  • 12:52:10 <randomresult> is this correct?
  • 12:52:19 <cedricziel> depends on your needs ;)
  • 12:52:20 <randomresult> git rebase thisbranchneedsarebase master
  • 12:52:28 <cedricziel> what do you need to do?
  • 12:53:02 <randomresult> thisbranchneedsarebase --> this branch needs all changes from master
  • 12:53:18 <randomresult> the other way arround
  • 12:53:31 <randomresult> or checkout mybranchneedsrebase
  • 12:53:35 <randomresult> git rebase master
  • 12:54:15 <mrboe> @cedricziel he thougt you have a problem with git
  • 12:54:58 <cedricziel> ehm
  • 12:55:12 <cedricziel> what exactly do you want to achieve?
  • 12:56:12 <cedricziel> say you have a branch you worked on
  • 12:56:20 <cedricziel> $branchwithmywork
  • 12:56:41 <cedricziel> then you want to pull in all the work that has been done on the master branch in the meantime
  • 12:56:48 <randomresult> yes
  • 12:57:05 <cedricziel> then, you'd say (on branch $branchwithmywork)
  • 12:57:10 <cedricziel> git rebase master
  • 12:57:30 <randomresult> first cheout the branch branchwithmywork
  • 12:57:58 <cedricziel> it will take your commits, stash them (rewind to the latest matching commit with master), forward to master HEAD and then replay your changes on top
  • 12:58:05 <cedricziel> yes
  • 13:04:27 <cedricziel> all good and tasty randomresult
  • 13:04:30 <cedricziel> ?
  • 13:05:34 <randomresult> all good
  • 13:05:36 <randomresult> :) thx.
  • 13:05:43 <randomresult> now the commands for using the bot
  • 13:06:17 <cedricziel> what should he do? ;)
  • 13:46:05 <braguzz> hi all
  • 13:46:45 <braguzz> how to make a second site?
  • 13:48:21 <BenjaminR> hi braguzz. what do you mean?
  • 13:48:52 <braguzz> I've installed and configure a site with tw boots ecc
  • 13:49:01 <braguzz> with ext speciality ecc..
  • 13:49:23 <braguzz> but I didn't understand where all start
  • 13:49:54 <braguzz> and the question is: if I want to make another site with tw boot ecc what I have to do?
  • 13:54:58 <danielalder> Dear all! I am trying out fluidbackend.
  • 13:56:17 <danielalder> While registering the modules in the ConfigurationService a function getFlexFormConfigurationFromFile will be used, but this function is missing :)
  • 13:56:37 <danielalder> am I missing something or is this an issue?
  • 13:57:05 <danielalder> side note: this function will be used in fluidcontent too...
  • 13:57:06 <danilobuerger> danielalder please read the topic
  • 13:58:46 <cedricziel> Hi danielalder!
  • 13:58:54 <cedricziel> fluidbackend is a bit out of sync
  • 13:59:28 <cedricziel> the GIT versions of our extensions hold many improvements compared to the TER ones
  • 13:59:48 <cedricziel> while improving the others, fluidbackend, as it is used not that often, got out of sync.
  • 14:00:19 <cedricziel> please tell us, which versions of the extensions (version no. and GIT or TER) you use
  • 14:00:59 <danielalder> ok sorry! I use all master versions from today
  • 14:01:14 <cedricziel> no worries :-)
  • 14:01:30 <cedricziel> but that is a super important question
  • 14:01:40 <danilobuerger> (thats why its in the topic)
  • 14:04:04 <danielalder> this chat is a little bit unfamiliar to me. so didnt noticed
  • 14:05:39 <braguzz> I have to make another speciality ext?
  • 14:06:10 <danilobuerger> braguzz "speciality" is just an example, its not a real extension
  • 14:06:27 <danielalder> anyway, is there a replacement? or could i do something to help you keep the fluidbackend in sync?
  • 14:07:08 <braguzz> I've understand it, but how to 'replicate' the configuration?
  • 14:07:21 <danilobuerger> braguzz copy?
  • 14:07:41 <braguzz> I made some changes in css template, ecc all inside speciality folder
  • 14:07:58 <danilobuerger> danielalder: sure, if you want to help please file a bug report on github explaining the issue... or if you are up to it fix the bug and submit a pull request
  • 14:08:22 <danilobuerger> braguzz again speciality is an example, you should use your own extension on a website
  • 14:08:56 <braguzz> but if I have multiple sites?
  • 14:09:25 <braguzz> (sorry for the simple question)
  • 14:09:25 <danilobuerger> you can do multiple sites using one typo3 installation
  • 14:09:41 <braguzz> I know in general but in particular
  • 14:09:57 <braguzz> I'm missing something
  • 14:10:03 <danilobuerger> sorry to disappoint braguzz, but thats a question for the channel #typo3
  • 14:10:19 <danilobuerger> in #fedext problems need to be limited to fluid typo3 only
  • 14:11:02 <braguzz> ok sorry I thought it was specific of fedext
  • 14:11:26 <danilobuerger> no, all you need to do is a multi site tree in one typo3 installation
  • 14:12:41 <braguzz> @danilo but then how to give to one site a specific template ecc ?
  • 14:12:54 <braguzz> I know how to do it
  • 14:13:05 <braguzz> when I used automaketemplate
  • 14:13:44 <danilobuerger> "template" has several meanings, do you mean the fluidpages template?
  • 14:14:08 <braguzz> yes for example
  • 14:14:16 <cedricziel> braguzz: easy.
  • 14:14:31 <braguzz> I'd like that site1 have a fluidpagetemplate, but site2 another ecc..
  • 14:14:41 <cedricziel> copy the ext, and rename EVERYTHING in it from speciality to specialty2
  • 14:14:58 <cedricziel> that's it
  • 14:15:05 <cedricziel> you assign it via static templates
  • 14:15:22 <braguzz> ok and then how to tell that the page start from speciality2 ?
  • 14:15:44 <cedricziel> ehm
  • 14:15:56 <cedricziel> typoscript template inclusion on the root page
  • 14:16:01 <braguzz> sorry
  • 14:16:15 <cedricziel> be aware of some hard-wired configs in ext_tables or ext_localconf
  • 14:16:25 <cedricziel> you need to change / adjust / edit those
  • 14:16:25 <braguzz> but where is that inclusion in fedext ?
  • 14:16:48 <braguzz> so the question is not so stupid...
  • 14:17:11 <cedricziel> what do you mean?
  • 14:17:18 <cedricziel> what is "fedext" for you?
  • 14:17:26 <cedricziel> you use the terms inappropriate
  • 14:17:51 <cedricziel> the speciality ext makes use of fluidcontent, fluidcontent_bootstrap and fluidpages
  • 14:18:03 <cedricziel> that's, where it all comes in
  • 14:18:08 <cedricziel> inspect your existing root template
  • 14:18:22 <cedricziel> there's fluidpages and speciality included
  • 14:18:34 <braguzz> there is nothing inside...
  • 14:18:48 <cedricziel> WHERE ?
  • 14:18:57 <cedricziel> in the root template?
  • 14:19:28 <braguzz> yes
  • 14:20:25 <cedricziel> then, please follow my advise and have a look in ext_tables
  • 14:20:27 <cedricziel> https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/ext_tables.php
  • 14:22:09 <braguzz> not so simple... :s
  • 14:22:51 <braguzz> now I know where everithing start
  • 14:23:36 <cedricziel> yes, sorry for being rude ;)
  • 14:24:03 <cedricziel> aaah. dang. mistake braguzz
  • 14:24:09 <cedricziel> my second guess was right
  • 14:24:10 <cedricziel> https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/ext_localconf.php
  • 14:24:20 <cedricziel> there, the static templates are included
  • 14:25:03 <braguzz> now I know where everithing start, but
  • 14:25:14 <braguzz> I'm not able to make another site ;)
  • 14:25:19 <cedricziel> hihi
  • 14:25:42 <cedricziel> your task is to extract this, and do it via typoscript templates in the backend
  • 14:26:04 <cedricziel> that's also the time, when you're able to start working on a second ext
  • 14:26:36 <braguzz> I I've imagined that
  • 14:26:39 <braguzz> ;)
  • 14:26:53 <braguzz> it is not so simple
  • 14:27:18 <braguzz> I image that I'll not the only person that will have this problem
  • 14:27:20 <cedricziel> it's in fact dead-simple
  • 14:27:44 <cedricziel> the bootstrap packages shows a sample for a single site in one instance
  • 14:28:03 <cedricziel> that's not the pattern you are searching for
  • 14:29:02 <braguzz> probably is the pattern because in my 'configuration' there will never be hunddreds of sites..
  • 14:30:14 <braguzz> I've created one site but probably there will be a few others so...
  • 14:30:18 <braguzz> ..I did not want to be unprepared
  • 14:30:52 <braguzz> thanks ced
  • 14:37:18 <cedricziel> okay, you're welcome braguzz :D
  • 14:46:45 <randomresult> cedricziel what kind of tlc do u use for this help thing?
  • 14:47:46 <randomresult> i mean for the bot
  • 14:50:11 <danilobuerger> randomresult hubot
  • 14:50:33 <randomresult> hubot?
  • 14:50:45 <randomresult> is this bot a eggdrop?
  • 14:50:57 <danilobuerger> http://hubot.github.com/
  • 14:55:16 <randomresult> could u please install hubot animal me - Grab a random gif from http://animalsbeingdicks.com/
  • 14:55:22 <randomresult> :) *g*
  • 14:58:12 <danilobuerger> ship it
  • 14:58:13 <FT3BOT> http://gifs.gifbin.com/092010/1285616410_ship-launch-floods-street.gif
  • 15:05:11 <danilobuerger> cedricziel how does the issue linking work? repos#issue ?
  • 15:05:17 <cedricziel> yes
  • 15:05:27 <cedricziel> default is flux ... like #20
  • 15:05:27 <danilobuerger> for all 26 repos?
  • 15:05:28 <FT3BOT> Issue 20: Problem / Suggestion about .FED_CONTENT https://github.com/fluidtypo3/flux/issues/20
  • 15:05:35 <cedricziel> or vhs#404
  • 15:05:37 <FT3BOT> Issue 404: [FEATURE] Set indexed doc title to title optionally https://github.com/fluidtypo3/vhs/issues/404
  • 15:05:45 <cedricziel> or cedricziel/vhs#20
  • 15:05:53 <danilobuerger> fail
  • 15:05:56 <danilobuerger> :-)
  • 15:06:01 <cedricziel> no issues enabled ;)
  • 15:06:17 <cedricziel> jquery/jquery#20
  • 15:06:23 <cedricziel> come on ;)
  • 15:06:25 <danilobuerger> fluidpages#109
  • 15:06:26 <FT3BOT> Issue 109: [TASK] Replace all calls to CMS functions with namespace equivalent https://github.com/fluidtypo3/fluidpages/issues/109
  • 15:06:29 <danilobuerger> ah good
  • 16:06:40 <Guest|37900> Hi, is there a chance that your Extensions will work in Typo3 6.2, and if yes do you have a schedule until when they will be finished?
  • 16:09:20 <danilobuerger> Guest|37900 yes they will work with 6.2
  • 16:09:31 <danilobuerger> and they will work with 6.2 before 6.2 is released
  • 16:09:45 <Guest|37900> THanks for your answer, and do you know when they will be available?
  • 16:09:54 <danilobuerger> yes, before 6.2 is released
  • 16:10:54 <Guest|37900> That is kink of late, i try to set up my website with 6.2 beta and would need the extensions, is there a development version available now?
  • 16:11:46 <danilobuerger> why is that late? we are releasing our update before 6.2 is released... thats actually early.
  • 16:12:31 <danilobuerger> the current GIT master version might run on 6.2-dev but thats a question for the others to answer
  • 16:12:35 <Guest|37900> ok, sorry, didn't mean that's late, i was just wondering if i can get kind of a beta of teh extensions before they are released.
  • 16:12:52 <danilobuerger> try the current GIT master, might work
  • 16:13:06 <Guest|37900> Yepp, thanks a lot for your Help!
  • 16:33:34 <muecke> hi, in the past i build several TYPO3 pages with flux, fluid_pages and fluid_content. And that was always perfect. Now i have to build a very huge TYPO3 enterprise solution for an foundation. Launch mid. 2014. Can i trust in the sustainability of these extensions?
  • 16:45:14 <danilobuerger> muecke like with any open source project you cant trust in anything
  • 16:46:12 <cedricziel> we are constantly working on it.
  • 16:46:20 <danilobuerger> :-)
  • 16:46:35 <danilobuerger> so to answer your question, with a chance of 99% : YES
  • 16:55:26 <muecke> Of course, you are right. But the question is. Should i build everthing only with core features and own extension. For example TCA to add own content/page elements.
  • 16:55:55 <danilobuerger> thats your choice, but i would definitely go with ft3
  • 16:56:08 <muecke> Or use your awsome extensions
  • 16:56:16 <danilobuerger> use awesomeness :-)
  • 16:56:23 <danilobuerger> that way you will have more time
  • 16:56:24 <muecke> hehe
  • 16:56:29 <danilobuerger> which is the important part
  • 16:58:07 <muecke> In relation to what?
  • 16:59:01 <danilobuerger> more time for yourself / your family / etc is more important than anything else
  • 16:59:02 <danilobuerger> :-)
  • 16:59:39 <muecke> ;-D
  • 16:59:56 <danilobuerger> and ft3 helps with that, so if i were you i would use it
  • 17:00:01 <danilobuerger> and spend time with my wife
  • 17:07:17 <mrboe> out for today - cu guys
  • 17:12:43 <muecke> my wife would be glad if i spend more time at home.
  • 17:12:58 <muecke> So, i agree with you...
  • 17:13:12 <muecke> one final question
  • 17:14:25 <muecke> when do we have official 6.2 support ?
  • 17:14:34 <danilobuerger> before 6.2 is released
  • 17:23:02 <muecke> okay, that's logical.
  • 17:23:31 <danilobuerger> cant tell you a exact date though other than that it will be ready before 6.2 is released..
  • 17:28:19 <muecke> okay, thank you very much
  • 18:32:51 <floxx> how do you add template dependant class to bodytag?
  • 18:35:14 <floxx> i cannot use condition based on values set in tx_fed_page_controller_action, because operator '>' is reserved in typoscript
  • 18:36:14 <floxx> sure…i could deactivate bodytag and write the body tag in layouts, but that's not very beautiful imho :-/
  • 18:39:09 <cedricziel> that's the way i did it.
  • 18:39:38 <danilobuerger> why wouldnt you want a bodytag in your layout??
  • 18:40:07 <danilobuerger> i dont even let typo3 generate the header for me
  • 18:41:16 <floxx> because i need for every subpage template another layout
  • 18:41:40 <danilobuerger> are you sure you are using layouts correctly?
  • 18:41:41 <floxx> only for the bodytag
  • 18:43:14 <cedricziel> it's my markup, not TYPO3's ;)
  • 18:43:47 <floxx> shouldn't i try to use as less layouts as possible?
  • 18:44:00 <danilobuerger> you just need one layout floxx
  • 18:44:03 <floxx> in best case : one layout with multiple templates
  • 18:44:06 <danilobuerger> yes
  • 18:44:22 <danilobuerger> you can still change the body tag depending on your controller action
  • 18:44:34 <danilobuerger> even if you just have one layout and multiple templates
  • 18:45:50 <floxx> so - your body tag comes from template?
  • 18:45:59 <danilobuerger> no its in the layout
  • 18:46:25 <danilobuerger> <body class="{randomVariable}">
  • 18:46:47 <floxx> ah and the var is set in template?
  • 18:47:10 <danilobuerger> well there is so many ways to do that, just choose one that works for you
  • 18:47:19 <danilobuerger> cedricziel could share his way
  • 18:47:41 <cedricziel> I've got none at hand atm
  • 18:48:28 <danilobuerger> "[18:39:09] <@cedricziel> that's the way i did it."
  • 18:48:33 <danilobuerger> misunderstood that then
  • 18:48:44 <cedricziel> it wasnt right now
  • 18:48:49 <danilobuerger> ok
  • 18:48:54 <cedricziel> i dont have access in this very moment
  • 19:07:48 <floxx> danilobuerger: tried it, but it doesn' work. no idea why…now i added a section to my template with the body tag, layout renders that section
  • 19:08:10 <danilobuerger> sure why not
  • 19:10:57 <floxx> thanks for your hints
  • 20:50:50 <soee> this code snippets have to dark backgorund
  • 20:51:37 <soee> if the page background would be dark grey than maybe they will look fine, but now to dark for page white background
  • 20:53:57 <soee> also the docs are bit broken :)
  • 22:35:56 <soee> danilobuerger, https://fedext.net/viewhelpers/fluid/master/Link/PageViewHelper.html
  • 22:36:26 <soee> the code snippets are linked, there is some slash after those snippets, next paragraphs are linked also
  • 22:36:50 <soee> and the links are leading to nowhere :)