[TYPO3-english] Re: Re: no caching of stdWrap.filelist / stdWrap.filelink ?

2013-08-19 Thread Viktor Livakivskyi
Ah, now I get it. So, the problem is in fact, that nothing is put in cache right? You have a tag, called katalogliste, so you should see it in 'cf_cache_hash_tags' table in 'tag' field (sure, if you're using DB cache for cache_hash). If you don't see it, then check, if your TS outputs

[TYPO3-english] XLIFF support

2013-08-19 Thread Thomas Skierlo
Hi, shouldn't this work within xliff files? Actually it doesn't. trans-unit id=test_strg datatype=html sourcebpt id=1strong/bptThis should be wrapped in 'strong' tagsept id=1/strong/ept/source /trans-unit Any ideas how to include tags in translation strings? Regards, Thomas

Re: [TYPO3-english] XLIFF support

2013-08-19 Thread David Gurk
Hi Thomas, use CDATA within the source/target-tags. ![CDATA[bBold/bText]] Regards, David -Ursprüngliche Nachricht- Von: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] Im Auftrag von Thomas Skierlo Gesendet: Montag, 19. August 2013 10:43 An:

Re: [TYPO3-english] Multiaccounting Protection - Extension - EN

2013-08-19 Thread Patrick Schriner
+1 Mobile authenticators pretty much killed MMO account sharing. Other means: Social media integration. Patrick On Sun, 18 Aug 2013 22:08:41 +0200, Olivier Dobberkau olivier.dobber...@dkd.de wrote: Am 18.08.13 20:51, schrieb Thomas P.: Well.. I have got some ideas. well you could

[TYPO3-english] Re: XLIFF support

2013-08-19 Thread Thomas Skierlo
Hi David, what a quick reply: Thank you. I was using the new forum for my post - and it stripped off my example code to the bone. Quote: David Gurk wrote on Mon, 19 August 2013 10:47 Hi Thomas, use CDATA within the source/target-tags.

Re: [TYPO3-english] XLIFF support

2013-08-19 Thread David Gurk
Usually CDATA won't appear in the frontend (backend) within translations. Please make sure... to encapsulate special chars in CDATA seen here: http://www.felixnagel.com/blog/artikel/2012/11/09/how-to-use-xlf-files-in-typo3-extbase-extensions/ Have you try it in your system? Sorry, I have no

Re: [TYPO3-english] Multiaccounting Protection - Extension - EN

2013-08-19 Thread Stephan Schuler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey there. If you implement kind of 2-factor authentication, I would be really interested in details about that. My first Idea about that would be different steps. One can have 2-factor authentication, but that's not a hard requirement. In the

Re: [TYPO3-english] XLIFF support

2013-08-19 Thread Xavier Perseguers
Hi Thomas, yes, the CDATA version works. The problem with CDATA might be, that the tags are becomming part of the translation string. To prevent this. XLIFF standard knows methods to mark those tags as not part of the text to translate. Translation servers usually respect those tags, and

[TYPO3-english] Re: Re: XLIFF support

2013-08-19 Thread Thomas Skierlo
Hi Xavier, sure I can: http://www.oasis-open.org/committees/xliff/documents/contribution-xliff-20010530.htm#bpt there are other ways beside bpt/ept, like 'g', but I'm far away from any firm understanding of their proper usage. Regards, Thomas ___

[TYPO3-english] Audio Streming of Playlist.XML

2013-08-19 Thread Scotty C
Hi everyone, A radio station has asked me to implement a JW Player of a playlist.xml file that they've stored in fileadmin. I used to make this work with ods_jwplayer_media but now it just shows a flash player instead of JW Player and it sticks at Connecting Can anybody tell me a simple

[TYPO3-english] Audio Streaming of Playlist.xml

2013-08-19 Thread Scotty C
Hi everyone, (Ignore my last message as the subject line had a typo) A radio station has asked me to implement a JW Player of a playlist.xml file that they've stored in fileadmin. I used to make this work with ods_jwplayer_media but now it just shows a flash player instead of JW Player and it

Re: [TYPO3-english] Cannot login after upgrade

2013-08-19 Thread Lamb, Brian
Hi Bernd, Thank you for your reply. I followed your suggestions but I was still unable to log in. Is there a server error log somewhere I can look at to help diagnose? Thanks, Brian Lamb Message: 10 Date: Fri, 16 Aug 2013 08:39:24 +0200 From: bernd wilke t...@bernd-wilke.net Subject: Re:

[TYPO3-english] Empty body content

2013-08-19 Thread Fabrice Morin
Hello, Is there a clean way to empty the HTML body content from an extension ? I need to do that to return only HTML header for facebook user agents, to avoid it takes any images in the HTML body. Thanks. ___ TYPO3-english mailing list

[TYPO3-english] TYPO3 6, PhpStorm and unit testing

2013-08-19 Thread Viktor Livakivskyi
Hi, list. I'd like to use PhpStorm's feature, that allows running of unit tests and create coverage reports right from IDE. What I've done so far: tried to make it, as described in official tutorial [1], but no luck, because it can't find TYPO3 classes, since there is no way to autoload them

Re: [TYPO3-english] Multiaccounting Protection - Extension - EN

2013-08-19 Thread Philipp Gampe
Hi Stephan, Stephan Schuler wrote: If you implement kind of 2-factor authentication, I would be really interes= ted in details about that. You might want to take a look at: https://github.com/pgampe/authenticator It is more targeted to the backend and I never tested the frontend part, but

[TYPO3-english] how to access typoscript constants from PHP

2013-08-19 Thread Erich Specht
How can I access Typoscript constants (user-defined) from within a PHP script included via PHP_SCRIPT object? I can't find them in the $GLOBALS object and I'm not sure where to find the list of available variables. Any help pointing me in the right direction would be appreciated!

Re: [TYPO3-english] how to access typoscript constants from PHP

2013-08-19 Thread Stephan Schuler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey there. First of all: Stop using PHP_SCRIPT. According to this Ticket, it's deprecated since ages and has been removed starting 6.0 http://forge.typo3.org/issues/36009 According to one of the first hits searching for TYPO3 class reference

[TYPO3-english] Fatal error:DatabaseConnection.php on line 1294

2013-08-19 Thread Siyavash
Hello who know what that is Fatal error: Call to a member function fetch_object() on a non-object in /customers/f/4/7/poolaki.com/httpd.www/upload/typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1294 step 3 when installing if you username and password used for database,

Re: [TYPO3-english] Fatal error:DatabaseConnection.php on line 1294

2013-08-19 Thread Xavier Perseguers
Hello Siyavash, who know what that is Fatal error: Call to a member function fetch_object() on a non-object in /customers/f/4/7/poolaki.com/httpd.www/upload/typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1294 step 3 when installing if you username and password used for