IRC logs

20131205

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

IRC log range: 20131205*

20131205

  • 00:43:36 <FT3BOT> Issue 358: [TASK] Replace all calls to CMS functions with namespace equivalent https://github.com/fluidtypo3/flux/issues/358
  • 00:43:37 <FT3BOT> Issue 358: [TASK] Replace all calls to CMS functions with namespace equivalent https://github.com/fluidtypo3/flux/issues/358
  • 00:44:21 <FT3BOT> Issue 360: [TASK] Remove legacy dependency and adjust composer namespace https://github.com/fluidtypo3/flux/issues/360
  • 00:44:22 <FT3BOT> Issue 360: [TASK] Remove legacy dependency and adjust composer namespace https://github.com/fluidtypo3/flux/issues/360
  • 00:45:17 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:45:18 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:47:31 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 00:47:32 <FT3BOT> Issue 359: [TASK] Switch to namespaces https://github.com/fluidtypo3/flux/issues/359
  • 01:02:09 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:02:10 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:11:16 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:11:17 <FT3BOT> Issue 371: [BUGFIX] Transformation of fields containing dots in names https://github.com/fluidtypo3/flux/issues/371
  • 01:31:28 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 01:31:29 <FT3BOT> Issue 368: [FEATURE] Moved grid styles to css https://github.com/fluidtypo3/flux/issues/368
  • 08:34:35 <randomresult> good morning
  • 08:39:29 <mrboe> Hello World
  • 08:39:40 <randomresult> hello boe
  • 08:47:05 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 08:47:06 <FT3BOT> Issue 370: [BUGFIX] Add fieldname to ForeignMatchFields https://github.com/fluidtypo3/flux/issues/370
  • 09:18:17 <soee> NamelessCoder, ill take care of this icons but not in this month, i have deadline soon for one project and have no time right now for it :/
  • 11:46:35 <mrboe> hi all
  • 12:59:59 <pedda> hi there, is this correct?
  • 13:00:11 <pedda> <flux:flexform.field.relation name="settings.categories" label="Limit items to categories:" size="4" table="tx_bcservices_domain_model_category" maxItems="9999" transform="BC\BcServices\Domain\Model\Category" />
  • 13:00:18 <pedda> especially the transform argument
  • 13:00:38 <pedda> bc_services is a namespaced extension
  • 13:01:53 <pedda> and what is meant by: Flux View Tx_Flux_View_ExposedTemplateView is able to read stored configuration from file ?
  • 13:02:39 <cedricziel> the latter is only for debugging.
  • 13:03:05 <pedda> ok.. i have this message since i enabled debugging.. but i never saw that one before in other projects
  • 13:03:30 <cedricziel> There should be a prefix saying "Flux Debug:"
  • 13:03:53 <pedda> indeed
  • 13:03:55 <cedricziel> you can turn that of by flipping the switch in EM->flux
  • 13:03:59 <cedricziel> *off
  • 13:04:10 <pedda> that'S how i turned it on, i'm just wondering that it appears
  • 13:04:16 <pedda> as it does not in other projects
  • 13:04:49 <pedda> even the way i create templates is the same among several projects -> i should have seen that one before
  • 13:04:53 <pedda> :)
  • 13:05:14 <pedda> maybe i didn't notice..
  • 13:05:27 <pedda> or it was a differen version
  • 13:06:03 <pedda> what about transforming values to objects of namespaced extension.. is my example correct (assuming that's the correct namespace to my object)?
  • 13:06:58 <danilobuerger> pedda yes
  • 13:07:03 <pedda> okay
  • 13:07:26 <pedda> well i'm trying to debug this a little bit and i'm missing the values of my field in the preview section
  • 13:07:39 <danilobuerger> if thats the correct namespace of your object and it doesnt transform it, please file a bug report
  • 13:07:46 <pedda> tbmp: i don't want to display a transformed object from uid in backend
  • 13:08:06 <danilobuerger> ?
  • 13:08:19 <pedda> if i debug {settings.categories -> f:debug()} it always remains NULL
  • 13:08:29 <pedda> from within the Preview section
  • 13:08:37 <cedricziel> and in the content section?
  • 13:08:55 <pedda> just a sec
  • 13:11:46 <pedda> they don't get transformed
  • 13:11:56 <pedda> what i see is just the value of the respecting uid
  • 13:12:09 <pedda> but the value is != NULL
  • 13:12:51 <pedda> my task by now was: display titles of selected categories in my custom fe plugin
  • 13:13:27 <pedda> that'S why i started to debug settings in backend / preview section and realized, settings.categories remains = NULL
  • 13:13:40 <pedda> hmm
  • 13:14:44 <pedda> but when i rethink my approach..
  • 13:15:07 <pedda> it's a multiselect field -> resulting in an array of selected items
  • 13:15:28 <pedda> if it was a single item, it may become transformed, but nit if it's an array
  • 13:16:44 <pedda> hmm added a settings.test field -> value remains NULL
  • 13:17:32 <pedda> when i remove the transform argument NULL disappears and i see the uid instead
  • 13:17:36 <cedricziel> sorry, i never used that particular feature. i guess danilobuerger or NamelessCoder would be the right persons
  • 13:17:49 <pedda> i'm just rubberducking my friend ;)
  • 13:17:58 <cedricziel> ^^
  • 13:18:05 <pedda> solved most of my issues this way..
  • 13:18:27 <cedricziel> aha
  • 13:18:31 <cedricziel> karma buddies :09
  • 13:18:35 <pedda> and it'S better to speak to someone who might understand rather than to my colleagues in my office which have no plan at all ;)
  • 13:18:36 <danilobuerger> pedda it should work, transform worked for me with legacy classes, if it doesnt work with namespaces please file an issue
  • 13:18:47 <pedda> okay danilobuerger
  • 13:21:46 <randomresult> hi folks
  • 13:22:00 <pedda> hi
  • 13:22:00 <randomresult> is there any example for an easy menu with submenu?
  • 13:22:04 <randomresult> hi pedda
  • 13:22:20 <pedda> 2 sections (one for each level)
  • 13:22:37 <pedda> call the 2nd section within the <li> of the 1st section
  • 13:22:39 <pedda> that's it
  • 13:22:52 <pedda> @randomresult
  • 13:23:20 <pedda> this way you have full controll of the markup
  • 13:23:47 <pedda> guess what is required to have a menu with 3 levels ;)
  • 13:24:12 <randomresult> well i would say another section... but ... that would be to easy.
  • 13:24:16 <randomresult> using a TS-Menu
  • 13:24:33 * randomresult recommends using TS for menues :)
  • 13:25:08 <randomresult> i just look at the example from the speciality-Extension (bootstrap-introduction)
  • 13:25:15 <randomresult> this is ... wired
  • 13:37:26 <pedda> issue filed :)
  • 13:39:53 <pedda> ups
  • 13:40:05 <pedda> it doesn't work for non namespaced extensions neither
  • 13:40:11 <pedda> @danilobuerger
  • 13:40:30 <pedda> just verified if tx_news will get transformed correctly, but it failed
  • 13:40:36 <danilobuerger> hmm
  • 13:40:40 <danilobuerger> thats even weirder
  • 13:40:46 <pedda> true
  • 13:40:48 <danilobuerger> i will check it out when i have some free time
  • 13:40:59 <pedda> i need to check this in a different project
  • 13:41:11 <pedda> maybe it's something else getting wrong...
  • 14:21:33 <randomresult> pedda still there?
  • 15:59:53 <daKmoR> hey I just updated to latest dev-namespaces and now I get Fatal error: Class 'Tx_Flux_Core' not found in [...] ext_tables.php
  • 16:00:20 <daKmoR> in it I have... Tx_Flux_Core::registerProviderExtensionKey('site_default', 'Page');
  • 16:04:02 <jbjoule> I installed the fedext package I read in the root TS template all Typoscript has been put into the folder 'Typoscript Templates', but where is this folder ?
  • 16:08:01 <randomresult> jbjoule got an answer already?
  • 16:09:05 <randomresult> basically all files/folders are located in typo3conf/ext/yourext/
  • 16:09:39 <randomresult> ts can be found in typo3conf/ext/yourext/Configuration/Typoscript
  • 16:09:44 <randomresult> (normally)
  • 16:09:48 <jbjoule> Oh I see all the TS for the site is in an extension, nifty
  • 16:10:17 <randomresult> thats the advantage of an extension... once installed, everything is available
  • 16:10:24 <daKmoR> ah nevermind, due to the composer renaming of the packes I had to reinstall them again
  • 16:20:11 <jbjoule> RealUrl noob question : I installed fedext package in /var/www/bootstrappackage/, added in apache2 DocumentRoot /var/www/bootstrappackage/
  • 16:20:11 <jbjoule> As well as AllowOverride All , now when I browse to the ip of my site http://10.10.4.15/ I see the page nice and all but clicking on liks fails Not Found
  • 16:47:46 <danilobuerger> daKmoR git dev-namespaces is a bit critical at the moment, NamelessCoder is working on it
  • 16:48:29 <danilobuerger> jbjoule did you activate mod_rewrite?
  • 16:53:05 <jbjoule> rewrite engine on ?
  • 16:57:05 <danilobuerger> you will need more than that
  • 16:57:38 <danilobuerger> its in _.htaccess in the typo3 package
  • 17:02:26 <jbjoule> I have .htaccess without the underscore
  • 17:03:31 <danilobuerger> ok then you should take your question to the #typo3 channel... #fedext is a support channel for our packages
  • 17:03:46 <jbjoule> RewriteBase / since DocumentRoot /var/www/bootstrappackage/
  • 17:03:56 <jbjoule> ok thanx
  • 17:21:54 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 17:21:55 <FT3BOT> Issue 375: [FEATURE] Added sanitize utility https://github.com/fluidtypo3/flux/issues/375
  • 17:37:17 <randomresult> good evening foks
  • 17:48:26 <randomresult> can someone tell me how to use locallang.xml in my extension?
  • 17:48:44 <randomresult> does it need to be "registered"?
  • 17:51:34 <danilobuerger> no just use if at Resources/Private/Language
  • 17:51:41 <danilobuerger> (and go for xlf instead of xml)
  • 17:53:23 <danilobuerger> https://github.com/Ecodev/bootstrap_package/blob/master/htdocs/typo3conf/ext/speciality/Resources/Private/Language/locallang.xlf
  • 17:55:35 <randomresult> ok. i want it for pages
  • 17:57:05 <randomresult> @danilobuerger i have the following:
  • 17:57:18 <randomresult> flux flexform id = default
  • 17:57:23 <randomresult> sheet default
  • 17:57:37 <randomresult> flexformfield input name "includenavi"
  • 17:57:44 <randomresult> and i tried this
  • 17:57:55 <randomresult> <trans-unit id="flux.default.basics.includenavi">
  • 17:58:07 <randomresult> the label does not show up
  • 17:58:22 <randomresult> is this correct?
  • 18:00:04 <randomresult> http://pastebin.com/3uwTN9C6 this is what i got
  • 18:06:36 <randomresult> i dont get it...
  • 18:16:23 <danilobuerger> randomresult flux.default.fields.includenavi
  • 18:17:30 <randomresult> now it shows this in my backend LLL:EXT:t3pagebasics/Resources/Private/Language/locallang.xml:flux.default
  • 18:17:38 <randomresult> but locallang.xml does not exist
  • 18:17:50 <randomresult> and the field label does not show up
  • 18:18:26 <randomresult> ok. clear cache - delete temp
  • 18:18:28 <randomresult> ...
  • 18:18:57 <randomresult> yeah... works
  • 18:18:58 <danilobuerger> ?
  • 18:19:00 <danilobuerger> ok
  • 18:19:03 <randomresult> :)
  • 18:19:25 <danilobuerger> localization for flux labels is not very obvious
  • 18:19:29 <danilobuerger> needs documentation
  • 18:19:47 <randomresult> ok. so the sheetname does not matter at all
  • 18:19:56 <danilobuerger> nope
  • 18:20:29 <randomresult> damn... thats great!
  • 18:20:45 <danilobuerger> didnt you want to do some documentation?
  • 18:22:27 <randomresult> when i did understand it yes
  • 18:22:49 <randomresult> so how to translate my sheet?
  • 18:23:20 <danilobuerger> flux.default.sheets.bla
  • 18:24:13 <randomresult> man i love that
  • 18:24:44 <randomresult> I will check this and then try to document it
  • 18:25:17 <danilobuerger> randomresult btw if you want to do some more documentation: every view helper is getting a new one... if you have one you fully understand, i could tell you how the new structure is
  • 18:25:50 <randomresult> just a sec
  • 18:26:08 <randomresult> at the phone right now
  • 18:39:26 <randomresult> @danilobuerger i will be back at round 20:00
  • 18:39:40 <randomresult> my son wants to eat and play... so ... i need to go for now
  • 18:39:50 <randomresult> but: i would love to support!
  • 18:40:18 <randomresult> see u later!
  • 20:31:11 <SvenAusPotsdam> hi there, i'm using flux, vhs, fluidpages and fluidpages_bootstrap from TER. i did nothing but install the extension and i'm getting the an exception that an exception-partial could not be loaded (1364741158)
  • 20:39:59 <danilobuerger> SvenAusPotsdam please specify your versions
  • 20:41:30 <SvenAusPotsdam> typo3 6.1.5 - flux 6.0.2 - vhs 1.8.3 - fluidpages 2.1.0 - fluidpages_bootstrap 2.0.0
  • 20:42:16 <danilobuerger> SvenAusPotsdam whats the exact exception?
  • 20:44:01 <SvenAusPotsdam> i cant copy, cause its another pc ... "#1225709595: The template files "..fluidpages/Resources/Partials/Exception/1364741158", "samewith .html" could not be loaded
  • 20:46:07 <danilobuerger> where are you getting that exception?
  • 20:46:08 <SvenAusPotsdam> forgot "/Private/" but you know the structure
  • 20:47:25 <SvenAusPotsdam> on a normal page that worked before, i try to make a page with bootstrap
  • 20:47:36 <danilobuerger> "i did nothing but install the extension "
  • 20:47:41 <danilobuerger> so you did something .. ?
  • 20:48:22 <SvenAusPotsdam> oh, sorry, yes i made a simple site with some ts and layout
  • 20:50:14 <danilobuerger> did you setup flux etc ?
  • 20:52:39 <SvenAusPotsdam> i may should read the beginners guide before i disturb you :(
  • 20:53:52 <SvenAusPotsdam> i didnt setup anything, just installed
  • 20:54:13 <danilobuerger> please take a look at the bootstrap package
  • 20:54:27 <danilobuerger> it uses flux etc. and shows you how everything is supposed to be setup
  • 20:55:56 <SvenAusPotsdam> i tried the bootstrap-package before, but setting up this is not easy if you use it the first time
  • 20:57:44 <danilobuerger> first time of anything isnt easy ;-)
  • 21:10:16 <SvenAusPotsdam> got it .. i had to select a layout in appearance tab
  • 21:10:28 <SvenAusPotsdam> thanks for your time
  • 21:30:57 <randomresult> @danilobuerger still there?
  • 21:31:22 <danilobuerger> yeah
  • 21:31:26 <randomresult> good!
  • 21:31:36 <randomresult> i try to add another locallang
  • 21:31:38 <randomresult> for de
  • 21:31:45 <randomresult> i have a default en
  • 21:31:53 <randomresult> now i want to add a de.local
  • 21:32:12 <randomresult> my backend is now in german - instead of my provider extension
  • 21:32:33 <randomresult> i added this to my de.lang file target-language="de">
  • 21:32:42 <randomresult> and added translations
  • 21:32:55 <randomresult> but they do not show up in the backend or frontend?
  • 21:32:59 <randomresult> what did i miss?
  • 21:33:40 <danilobuerger> no idea
  • 21:33:40 <randomresult> when i go to the language tab in the backend ... and try to update my extension ... no translations available
  • 21:33:54 <danilobuerger> didnt use more than one locallang before
  • 21:34:11 <danilobuerger> (bootstrap_package does though)
  • 21:34:11 <randomresult> but it also should be available for backend or not?
  • 21:34:15 <danilobuerger> sure
  • 21:34:26 <danilobuerger> but cant help you with that, sorry
  • 21:34:26 <randomresult> yeah, thats where i got my informations from. .)
  • 21:34:42 <randomresult> ok. i will figure it out . and then write about it
  • 21:38:58 <randomresult> hmmm... maybe its to late...
  • 21:46:31 <randomresult> @danilobuerger did u use diffrent languages in one localang?
  • 21:46:46 <randomresult> i mean on xlf?
  • 21:47:14 <danilobuerger> no
  • 21:48:46 <randomresult> simply one language?
  • 21:48:52 <randomresult> ok.
  • 21:57:04 <randomresult> got it! fritzthecat saved my day!
  • 21:57:51 <randomresult> @danilobuerger the diffrence is target-language="de" AND instad of <source> (like in the default language) you need <target> for the translations
  • 21:58:01 <danilobuerger> ok
  • 21:58:17 <randomresult> this is soooo coool
  • 21:58:27 <randomresult> thx T3 for being awesome
  • 21:58:46 <randomresult> ok. i will write documentation about that
  • 21:58:57 <randomresult> i will get back to u when finished.
  • 21:59:06 <randomresult> then we discuss where to place it
  • 22:02:22 <randomresult> ok. folks - i will leave now
  • 22:02:37 <randomresult> thx for the help. good n8 all
  • 22:25:53 <Guest|89658> hey guys, is it posible to write f:if conditions or flux variables in css file?
  • 22:39:20 <Guest|98134> Hi is someone here?
  • 22:54:17 <Guest|98134> need help please
  • 23:28:31 <danilobuerger> Guest|98134 just ask your question, if somebody has the answer they will respond
  • 23:47:38 <soee> Guest|98134: inside css file ?