[TYPO3-english] Image Magick output colorless (not a 256 Colors problem!)

2012-02-07 Thread N3
Hi, this is not the usual 256 colors problem. The output of ImageMagick seems colorless in a way that the image has less saturation than the original. You can see the difference here: http://imageshack.us/photo/my-images/840/83888902.png (original left, output right). I tried rising the jpeg

[TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody use his own username/password? How do you manage changes in your team? Do you go through

[TYPO3-english] Synchronising front-end and back-end layouts

2012-02-07 Thread Graham Knight
Dear All, We have upgraded to 4.5 and I would like to use the grid-view back-end layout. Our pages use 3 layouts selectable by individual editors. Under 4.5 editors currently see both front-end and back-end selector boxes. I would like to remove this duplication and just show the back-end

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Kay Strobach
www.single-signon.com and the TYPO3 BE Adapter should do the job. Regards Kay Am 07.02.2012 10:12, schrieb Rik Willems: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well)

Re: [TYPO3-english] Synchronising front-end and back-end layouts

2012-02-07 Thread Victor Livakovsky
Hi, Graham. Our pages use 3 layouts selectable by individual editors. Under 4.5 editors currently see both front-end and back-end selector boxes. I would like to remove this duplication and just show the back-end selectors. I would then refer to the back-end selector when rendering the page.

Re: [TYPO3-english] Synchronising front-end and back-end layouts

2012-02-07 Thread Victor Livakovsky
Sorry, I've read your post more careful and got the real problem. I con see only one way: run MySQL UPDATE on 'pages', where you'll set backend_layout field accordingly to layout field. Something, like this: UPDATE pages SET backend_layout=1 WHERE layout=1 (surely you need to use correct ids

[TYPO3-english] where to find authagainsttypo3 extension for mediawiki authentication

2012-02-07 Thread Stefanos Karasavvidis
I'm interested in using the authagainsttypo3 in order to authenticate mediawiki against my typo3 database. I can't seem to find the extension in the extension directory of typo3, so I'm not sure if this extension is still supported. I've found the forge page of the extension, but no

[TYPO3-english] file search in standard file browser

2012-02-07 Thread Krystian Szymukowicz
hi In regular CE TextPic I can select image using browser.php, but I'd like to search for image that way. (search in filenames) In DAM I can search for images like this. (but it seems like its only a DAM feature) I checked Introduction Package, looked at TSConfig and it seems like there

[TYPO3-english] rsaauth problem in xampp

2012-02-07 Thread J. Bakshi
Dear list, A Window related typo3 issue. I have migrated a typo3 4.6.4 site on a XP box running xampp. The FE is working well. But at BE I get the following error ` No OpenSSL backend could be obtained for rsaauth. `` Though at php.ini I have ` extension=php_openssl.dll ` ` `

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
On 2012-02-07 10:12, Rik Willems wrote: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody use his own username/password? How do you

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Stano Paška
We use something like http://supergenpass.com/ Stano. On 7.2.2012 10:12, Rik Willems wrote: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody

[TYPO3-english] cache in extensions

2012-02-07 Thread Morten Hagh
Hi list, I followed this guide http://danosipov.com/blog/?tag=memcached but I have a little problem as I can't get anything in the two tables: tx_rtmur_cache tx_rtmur_cache_tags Them being empty, tells me that I have missed something. I have this in my localconf.php

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Thank you Kay, I will look into this. Too bad there is not Magento plugin yet. Let's see if it can solve our TYPO3 necessities for now. Cheers! Rik On 7-2-2012 10:45, Kay Strobach wrote: www.single-signon.com and the TYPO3 BE Adapter should do the job. Regards Kay Am 07.02.2012 10:12,

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
Hello Rik, my opinion is that, yes, you would have to delete every one of those 200 accounts one-by-one. I assume you build these sites for your clients. So by forcing a non-default authentication mechanism on the client just to solve your in-house account management issue, you're making life

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Xavier Perseguers
Hi, I would recommend spending a days or two hacking together a solution that can SSH into all the sites of all your clients and add/remove user accounts from the local database. I developed such an extension that allows synchronization of admin accounts with preferences from one master

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Hi Oliver, Thank you for your insights. I actually did think about an LDAP solution but thought we could do better. I'm not sure I agree on your lock-in comment, but the rest stands clear. I prefer to create as little as possible to avoid security risks. Relying on proven solutions made by

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Rik Willems
Hi Xavier, This sounds like a very interesting solution. Do you have any plans to release this to the public any time soon? Perhaps we can extend it to include Magento as well? Cheers! On 7-2-2012 15:11, Xavier Perseguers wrote: Hi, I would recommend spending a days or two hacking

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
On 2012-02-07 15:11, Xavier Perseguers wrote: Hi, I would recommend spending a days or two hacking together a solution that can SSH into all the sites of all your clients and add/remove user accounts from the local database. I developed such an extension that allows synchronization of

[TYPO3-english] tt_news: no news id given

2012-02-07 Thread Tom Gillis
Hello list, im using the newest version of tt_news and typo3 4.5 everything was working a while ago, even after the latest updates to typo3 and tt_news. recently there were errors when looking at the single view of a news item error: no news_id given. clear the cache and problem disappears aswel.

Re: [TYPO3-english] tt_news: no news id given

2012-02-07 Thread Tomasz Krawczyk
W dniu 2012-02-07 15:33, Tom Gillis pisze: Hello list, im using the newest version of tt_news and typo3 4.5 everything was working a while ago, even after the latest updates to typo3 and tt_news. recently there were errors when looking at the single view of a news item error: no news_id given.

[TYPO3-english] Direct mail with Templavoilà and News

2012-02-07 Thread Braulio J. Solano-Rojas
Greetings, I have a site where I am using Templavoila and I have a Direct Mail Newsletter. Everything works fine for HTML email and text email except that when there are shortcuts to tt_news records these are not displayed in the text email. I've made what's indicated everywhere about