[TYPO3-english] [TYPO3-v4] TYPO3 4.6 beta1: Last sprint before feature freeze

2011-08-02 Thread Xavier Perseguers

Dear community,

We are now just a few hours away from TYPO3 4.6 beta1. This morning is 
basically your last chance to get new features become part of TYPO3 4.6 
and to fix bugs for beta1.


The deadline is 11h CEST.

Thank you.

--
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] I thought I understood ????

2011-08-02 Thread Riccardo De Contardi

Mh...no...it does not work this way...have you read the tutorial

http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/ 
?


Best regards



Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it http://www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


Il 02/08/11 05.55, Colin  Maureen Pridham ha scritto:

Hi,



I thought I understood the relationship between a template and the page for
Templa Voila.

Can someone please tell me if I am correct ?



Whatever I want on my page, I build a basic html template with

all the elements I want and leave the actual data as info I can modify
later.



So, If I want  a list, with 2 pictures, and then another list, I use html
that says:



body

ul id=my-menu

   li element 1/li

   li element 2/li

   li element 3/li

/li



img src=photo1.jpg

img src=photo2.jpg



ul id=my-menu

   li List 2 element 1/li

   li List 2 element 2/li

   li List 2 element 3/li

/li

/body





After Templa Voila builds my page I can then change the element and photo
names ,



IS THIS CORRECT ?



Many Thanks,

Colin


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] _CSS_DEFAULT_STYLE loading order

2011-08-02 Thread Riccardo De Contardi

 I think, the order of the styles depends on the order of the
 installation of the extension. You can change the order of the
 extensions in localconf.php:

 $TYPO3_CONF_VARS['EXT']['extList']
 $TYPO3_CONF_VARS['EXT']['extList_FE']

mhhh... nope. This does not work...



Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it http://www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


Il 01/08/11 16.47, Chris Müller ha scritto:

Hi Riccardo,

I think, the order of the styles depends on the order of the
installation of the extension. You can change the order of the
extensions in localconf.php:

$TYPO3_CONF_VARS['EXT']['extList']
$TYPO3_CONF_VARS['EXT']['extList_FE']

Regards,
Chris.


Am 01.08.2011 16:07, schrieb Riccardo De Contardi:


Hello everybody.
I need a little info about TYPO3 4.5.4:

when I load the default css of a plugin (like tt_news, indexedsearch,
etc):

plugin.something._CSS_DEFAULT_STYLE()

How can I determine/alter the loading order?

Thank you and best regards




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] _CSS_DEFAULT_STYLE loading order

2011-08-02 Thread Georg Ringer
Am 01.08.2011 16:07, schrieb Riccardo De Contardi:
 How can I determine/alter the loading order?

you use
---
plugin.something._CSS_DEFAULT_STYLE 
---

and add it to your own CSS

Georg
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
Hello,

How to change default language in Templavoila?
I did changes in TS template - 

config.sys_language_uid = 1
config.locale_all = en_GB.UTF-8
config.language = en

Previous was German L=0.
But German still appears as main language in backend,
and English being shown as localisation.
In frontend everything works ok.

Thank you in advance,
Kast A.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] _CSS_DEFAULT_STYLE loading order

2011-08-02 Thread Riccardo De Contardi

 plugin.something._CSS_DEFAULT_STYLE
 ---

 and add it to your own CSS

Lapalissiano! :D

Thank you anyway for your support, Georg!



Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it http://www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


Il 02/08/11 09.34, Georg Ringer ha scritto:

Am 01.08.2011 16:07, schrieb Riccardo De Contardi:

How can I determine/alter the loading order?


you use
---
plugin.something._CSS_DEFAULT_STYLE
---

and add it to your own CSS

Georg

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread Riccardo De Contardi
I'm not sure I've understood... do you want to change the language of 
the backend interface?


If so, use extension manager  translation handling to retrieve the 
languages you want (select, save selection  check status against 
repository  update from repository)


Then, in User tools  user settings  Language



Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it http://www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561


Il 02/08/11 09.44, ktt ha scritto:

Hello,

How to change default language in Templavoila?
I did changes in TS template -

config.sys_language_uid = 1
config.locale_all = en_GB.UTF-8
config.language = en

Previous was German L=0.
But German still appears as main language in backend,
and English being shown as localisation.
In frontend everything works ok.

Thank you in advance,
Kast A.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Problem with Content Type LIST (Plugins)

2011-08-02 Thread Hendrik

Hi,

after Typo3 Update to 4.5.4 (from 4.2.x) no plugin works anymore but 
tt_news.


If i'm including the plugin with typoscript like page.5  
plugin.tx_indexedsearch it works fine, but if i'm selecting any other 
plugin than tt_news like indexed search the output is empty on the frontend.


so i've debugged the function / script but they not called or included 
by typo3.


why works tt_news and no other extension in the plugin content element?

i'm frustrated, please help!
thanks!

henny
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] [TYPO3-v4] TYPO3 4.6 beta1

2011-08-02 Thread Xavier Perseguers

Dear TYPO3 friends,

Today, the community released the first beta version of TYPO3 4.6.

After about six months of development, a lot of cleanup has been done to 
remove deprecate code, many new features have naturally been added and 
many issues were solved. This beta1 release version gives you the 
opportunity to test what we have achieved so far, see the new features 
in action and report issues you might encounter.


As you know, the release of TYPO3 4.6 beta1 marks the start of our 
feature freeze phase. Thank you very much for all your new features. 
It's now time to move on and solely fight bugs and work on tasks.


Keep in mind that this is a developer snapshot and should not yet be
used in production. The final release of 4.6.0 is scheduled for October, 
25th 2011.


The packages can be downloaded here:
http://typo3.org/download/packages/

For details about the release, please see:
http://news.typo3.org/news/article/typo3-46beta1-released/

MD5 checksums:

8f7d2c3ca706136e0101ca82a44b7819  blankpackage-4.6.0beta1.tar.gz
4f2cafc2ab5e340b7eaf6ddb37bfef97  blankpackage-4.6.0beta1.zip
ec90c6a9481f1b2f680d6bf9a5f86365  introductionpackage-4.6.0beta1.tar.gz
da3ce790ec7d50f6855227a395e699a5  introductionpackage-4.6.0beta1.zip
0f01ce0c0a52a8e01863374add135190  typo3_src-4.6.0beta1.tar.gz
c56f34be07a8026fb01c52559f81db1f  typo3_src-4.6.0beta1.zip

Cheers,
Xavier

--
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3  inspiring people to share!
Get involved: http://typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Problem with Content Type LIST (Plugins)

2011-08-02 Thread Jigal van Hemert

Hi,

On 2-8-2011 17:08, Hendrik wrote:

after Typo3 Update to 4.5.4 (from 4.2.x) no plugin works anymore but
tt_news.


An upgrade from 4.2 to 4.5 is best done in small steps: 4.2  4.3  4.4 
 4.5.
Make sure you update extensions before each upgrade to the highest 
version which is supported for that particular version of TYPO3.


After each upgrade you should really take a few steps:
- use the upgrade wizard and the database analyzer
- clean the typo3temp directory
- remove the temp_CACHED* files from the typo3conf directory
- clear the caches
- logout and relogin
- test if this update works correctly and fix any issues


why works tt_news and no other extension in the plugin content element?


With so many changes that is hard to say. Make sure you have at least 
performed the cleaning operations listed above and make sure the 
extensions are up-to-date.


--
Kind regards / met vriendelijke groet,

Jigal van Hemert.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread Jigal van Hemert

Hi,

On 2-8-2011 9:44, ktt wrote:

How to change default language in Templavoila?
I did changes in TS template -

config.sys_language_uid = 1
config.locale_all = en_GB.UTF-8
config.language = en

Previous was German L=0.
But German still appears as main language in backend,
and English being shown as localisation.
In frontend everything works ok.


In TYPO3 the concept of localization is a bit complex. Records for 
various languages are technically speaking not equal.


Without extra localization all content is in the default language, but 
it is not really connected to any language at all. You don't need to 
have a website language record to have content.
The content in the default language is connected to the non-existing 
sys_language_uid 0. You can set the name and flag for the default 
language in TSconfig, but other than that the system doesn't really 
know what language it is.


To translate content to new languages you have to make language records. 
The uids of these records can be found in your Typoscript configuration 
as config.sys_language_uid = x


In the database the situation is even more complex. For localized 
records there is a field to indicate which record is the 'original 
language record'. Also the content of the original language record at 
the time the translation was made is stored (to show the modifications 
of the original record).


Switching the default language in the BE requires messing around in the 
database and adjusting a lot of data. It's best to think hard what the 
default language should be before building a site.


--
Kind regards / met vriendelijke groet,

Jigal van Hemert.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
Hi Jigal,

Thank you very much for extensive response.

 In TYPO3 the concept of localization is a bit complex.
 Records for various languages are technically speaking not
 equal.
 
 Without extra localization all content is in the default
 language, but it is not really connected to any language at
 all. You don't need to have a website language record to
 have content.
 The content in the default language is connected to the
 non-existing sys_language_uid 0. You can set the name and
 flag for the default language in TSconfig, but other than
 that the system doesn't really know what language it is.

Yes, I have noticed - TSconfig is only for representation
in this case.

 Switching the default language in the BE requires messing
 around in the database and adjusting a lot of data. It's
 best to think hard what the default language should be
 before building a site.

I guess there is a reason for such architecture. But on other hand
this type of inflexibility looks quite strange. Even more so one can very 
easily change the backend language in User settings, in TS for frontend, in 
TSconfig for flags, but first default language will remain for content on BE. I 
guess it's worth to start a feature request :-)

Best regards,
Kast A.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread ktt
I would like to switch languages in content tables.
Let's say previously default language was German, and English was just
a localisation of it in tt_content. If I set English as default language in TS 
or in User settings(or both) it still remains as localisation in content 
tables. These positions do not change. Even if I delete a second 
language from root.

--- On Tue, 8/2/11, Riccardo De Contardi riccardo.deconta...@bhuman.it wrote:

 From: Riccardo De Contardi riccardo.deconta...@bhuman.it
 Subject: Re: [TYPO3-english] Changing default language in Templavoila
 To: typo3-english@lists.typo3.org
 Date: Tuesday, August 2, 2011, 1:06 PM
 I'm not sure I've understood... do
 you want to change the language of 
 the backend interface?
 
 If so, use extension manager  translation handling to
 retrieve the 
 languages you want (select, save selection  check
 status against 
 repository  update from repository)
 
 Then, in User tools  user settings  Language
 
 
 
 Riccardo De Contardi – TYPO3 Certified Integrator
 B Human Srl - www.bhuman.it http://www.bhuman.it
 Via Canzio, 15 - 20131 Milano
 TEL +39-02-20.23.271 - FAX +39-02-20.240.561
 
 
 Il 02/08/11 09.44, ktt ha scritto:
  Hello,
 
  How to change default language in Templavoila?
  I did changes in TS template -
 
  config.sys_language_uid = 1
  config.locale_all = en_GB.UTF-8
  config.language = en
 
  Previous was German L=0.
  But German still appears as main language in backend,
  and English being shown as localisation.
  In frontend everything works ok.
 
  Thank you in advance,
  Kast A.
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Changing default language in Templavoila

2011-08-02 Thread Ralf-Rene Schröder
changing the default language is a VERY complex job direcktly in the
database...

it is strongly recomended to set the right default language right at the
beginning of work...

-- 
Ralf-René Schröder
http://if-20.com  ... YAML templates for TYPO3
__
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Problem with Content Type LIST (Plugins)

2011-08-02 Thread Hendrik

Hi,

thank you for your advice. The steps you've listed are complety done. 
But the mysterios thing is, that i've also tested to install a new and 
simple extension and it doesn't work too. So only tt_news works fine, 
any other extension not running only in the LIST Type Content Element.


best


Am 02.08.2011 19:56, schrieb Jigal van Hemert:

Hi,

On 2-8-2011 17:08, Hendrik wrote:

after Typo3 Update to 4.5.4 (from 4.2.x) no plugin works anymore but
tt_news.


An upgrade from 4.2 to 4.5 is best done in small steps: 4.2  4.3  4.4
  4.5.
Make sure you update extensions before each upgrade to the highest
version which is supported for that particular version of TYPO3.

After each upgrade you should really take a few steps:
- use the upgrade wizard and the database analyzer
- clean the typo3temp directory
- remove the temp_CACHED* files from the typo3conf directory
- clear the caches
- logout and relogin
- test if this update works correctly and fix any issues


why works tt_news and no other extension in the plugin content element?


With so many changes that is hard to say. Make sure you have at least
performed the cleaning operations listed above and make sure the
extensions are up-to-date.



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english