[TYPO3-english] SOLVED - Re: error message crawler

2011-03-23 Thread Stephan Bernhard

thanks, philipp, for your hint

it helped to finally solve my problem.

solution:
my individual php.ini with memory_limit=256MB was only applied to the 
path of my typo3-installations, but not to the central path of the 
typo3-source folders.


now the error messages have gone.

thanks again
stephan



On 21.03.2011 21:32, Philipp Gampe wrote:

Stephan Bernhard wrote:


memory_limit =  64M =  64M

should be enough, right?


Now read your error message again: not enough!

Best regards


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


[TYPO3-english] NOT SOLVED - Re: error message crawler

2011-03-23 Thread Stephan Bernhard

sorry, my pleasure was premature:

the error message is still here although i applied my individual php.ini 
with memory_limit= 256MB also to the typo3-source folder.


any other clue?

stephan



On 21.03.2011 21:32, Philipp Gampe wrote:

Stephan Bernhard wrote:


memory_limit =  64M =  64M

should be enough, right?


Now read your error message again: not enough!

Best regards


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


[TYPO3-english] Manually insert in tt_content table

2011-03-23 Thread Tonyo
Hi !

I have an extension that I need to insert into some pages from another
extension in a pi1.
I tried differents things but I have a problem : my content doesn't appear
on the table, it's stored in the unused elements when I'm in page module.

When looking for a solution, I found that the problem could come from the
l18n_difffsource field or an entry in the
sys_refindexhttp://comte.d-klik.eu/typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.3.9.2-all-languages/tbl_structure.php?db=cigctable=sys_refindextoken=65261ecb4d7c1757b26fbb24815ff5b5phpMyAdmin=88dd6dfa30264789f48c6ee11e93bde7e4f521cftable
that I found, but nothing really clear to me.

Is there a simple way to insert content in the tt_content table ? Maybe a
function of the core api (I didn't find anything), something that will
create all the relationships between all the tables of typo3.

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


Re: [TYPO3-english] Send to review from Frontend

2011-03-23 Thread Henjo Hoeksma

On 2011-03-02 13:22:48 +0100, Sergii Khomenko said:


Hello TYPO3 community,

We have lazy frontend users who would like to edit, save and then even send
to review without ever logging to the backend.

The edit and save in frontend are standard functions, so there is no
question. The question is if it is possible to send to review from the
frontend? Very mush desired scenario is:
1. Writer clicks a pencil in the frontend;
2. Writer edits article, image eg content element
3. Wtiter hits save the content element
4. Writer presses a button to submit the change to review with shooting an
email to the Editor asking him to review that content element.

Can't see if TYPO3 has submission to review from frontend in-built
somewhere. Are we missin something?

Kind regards


Got a similar question :-)

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


[TYPO3-english] If you use memcached...

2011-03-23 Thread Dmitry Dulepov

Hi!

If you used memcached PHP extension (with d in the end!) and you store 
sessions in it, you should upgrade memcached because the site with it can 
be easily DoSed using many simple requests with a long cookie.


See: 
https://github.com/php-memcached-dev/php-memcached/commit/d11f8dfa9a687c767fe10d4bf96cd1e1137d3da0


--
Dmitry Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Dmitry Dulepov

Hi!

Jigal van Hemert wrote:

If I understand the configuration possibilities correctly, the article
part could be removed by using fixedPostVars for a certain pageID
instead of the generally usable postVarSets construction.


Correct.

--
Dmitry Dulepov
TYPO3 coresecurity team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] adding new pagetype (icon fails)

2011-03-23 Thread Josef Florian Glatz

Am 22.03.2011 21:18, schrieb Kay Strobach:

if (TYPO3_MODE == 'BE') {
t3lib_div::loadTCA('pages');
$TCA['pages']['columns']['module']['config']['items'][] = array(

'LLL:EXT:sitemgr/Resources/Private/Language/locallang_db.xml:tx_sitemgr_customer',
'sitemgr'
);
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-sitemgr',
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
#$ICON_TYPES['sitemgr'] = array('icon' =
t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif');
}


thx kay for your answer!

but where can I define the doktype-id (e.g. 45)

--
Regards,
Josef Florian Glatz
http://typo3blog.at | http://josdesign.at
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Send to review from Frontend

2011-03-23 Thread Andreas Becker
Interesting option!

On Wed, Mar 23, 2011 at 3:37 PM, Henjo Hoeksma m...@henjohoeksma.nl wrote:

 On 2011-03-02 13:22:48 +0100, Sergii Khomenko said:

  Hello TYPO3 community,

 We have lazy frontend users who would like to edit, save and then even
 send
 to review without ever logging to the backend.

 The edit and save in frontend are standard functions, so there is no
 question. The question is if it is possible to send to review from the
 frontend? Very mush desired scenario is:
 1. Writer clicks a pencil in the frontend;
 2. Writer edits article, image eg content element
 3. Wtiter hits save the content element
 4. Writer presses a button to submit the change to review with shooting an
 email to the Editor asking him to review that content element.

 Can't see if TYPO3 has submission to review from frontend in-built
 somewhere. Are we missin something?

 Kind regards


 Got a similar question :-)

 ___
 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] formhandler: pre-loading values from file

2011-03-23 Thread Claudio Strizzolo
Hi Reinhard,
thank you very much, I'll give it a try.
Greetings,

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


[TYPO3-english] Send e-mail upon frontend user creation

2011-03-23 Thread Lukas Mattsson
Is it possible to have TYPO3 sending e-mail notifications with login 
details to frontend users upon creation? They are not gonna register 
themselves, a backend user will create them. Page TSConfig?


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


Re: [TYPO3-english] Send e-mail upon frontend user creation

2011-03-23 Thread Steffen Gebert

Hi Lukas,


Is it possible to have TYPO3 sending e-mail notifications with login
details to frontend users upon creation? They are not gonna register
themselves, a backend user will create them. Page TSConfig?


That should be pretty easy to achieve with a custom extension and a hook 
[1].


Have a look at the TCEmain [2], there you can get all the data entered 
by the BE user (probably by using the 
processDatamap_preProcessFieldArray hook).

Later just create a SwiftMailer instance to send an email.

Kind regards
Steffen

--
[1] 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/3/4/
[2] 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/3/3/#id2507501

[3] http://wiki.typo3.org/TYPO3_4.5#Mail_API

Steffen Gebert
TYPO3 v4 Core Team Member

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] Send e-mail upon frontend user creation

2011-03-23 Thread Lukas Mattsson

Hi Steffen,

Thanks for your response, I'll try to make an extension.

Have a nice day!
Best regards, Lukas

On 2011-03-23 11:12, Steffen Gebert wrote:

Hi Lukas,


Is it possible to have TYPO3 sending e-mail notifications with login
details to frontend users upon creation? They are not gonna register
themselves, a backend user will create them. Page TSConfig?


That should be pretty easy to achieve with a custom extension and a hook
[1].

Have a look at the TCEmain [2], there you can get all the data entered
by the BE user (probably by using the
processDatamap_preProcessFieldArray hook).
Later just create a SwiftMailer instance to send an email.

Kind regards
Steffen


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


Re: [TYPO3-english] tt_news subhead/bodytext into meta descriptionfield?

2011-03-23 Thread Victor Livakovsky

Hi, Douglas.


we do not want to populate the description field for each news article.
we'd like a way to automate populating meta description= from the bodytext
of the article so that when facebook gets the meta description from typo3
something useful is returned.

does anyone have any suggestions on how to approach this problem.


Have a look at tt_news manual [1] section Adding dynamic Metatags in SINGLE 
view - there you'll find a valuable info on your problem.


[1] 
http://typo3.org/documentation/document-library/extension-manuals/tt_news/3.0.1/view/1/4/#id2514027 


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


Re: [TYPO3-english] Manually insert in tt_content table

2011-03-23 Thread Bernd Wilke

On 03/23/2011 09:13 AM, Tonyo wrote:

Hi !

I have an extension that I need to insert into some pages from another
extension in a pi1.
I tried differents things but I have a problem : my content doesn't appear
on the table, it's stored in the unused elements when I'm in page module.


1. TV or not TV?
if you are using TemplaVoila you need to insert every CE into TV-records.

Are your CEs visible in list-view?
are they marked hidden? correct your record creation: set the record-field
are they invisible? is the field 'deleted' set? correct your record 
creation: unset the record-field


is your page multilanguage?
have you set the language-fields in a correct way?

are you using workspaces?
have you set the workspaces-fields in a correct way?

for the FE: have you cleared page cache?


When looking for a solution, I found that the problem could come from the
l18n_difffsource field or an entry in the
sys_refindexhttp://comte.d-klik.eu/typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.3.9.2-all-languages/tbl_structure.php?db=cigctable=sys_refindextoken=65261ecb4d7c1757b26fbb24815ff5b5phpMyAdmin=88dd6dfa30264789f48c6ee11e93bde7e4f521cftable
that I found, but nothing really clear to me.

Is there a simple way to insert content in the tt_content table ? Maybe a
function of the core api (I didn't find anything), something that will
create all the relationships between all the tables of typo3.

Thanks in advance !


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


Re: [TYPO3-english] Manually insert in tt_content table

2011-03-23 Thread Bjoern Pedersen
Am 23.03.2011 09:13, schrieb Tonyo:
 Hi !
 
 I have an extension that I need to insert into some pages from another
 extension in a pi1.
 I tried differents things but I have a problem : my content doesn't appear
 on the table, it's stored in the unused elements when I'm in page module.
 

From your decription I guess you are using TemplaVoila. The record
creation seems to be working, as the record is there. Now you have to
store the record uid in the TV flexfom xml (table:pages,
field:tx_templavoila_flex).

The content of this field looks like (field definitions depend on your
TV DS definition):

?xml version=1.0 encoding=utf-8 standalone=yes ?
T3FlexForms
data
sheet index=sDEF
language index=lDEF
field index=field_content
value index=vDEF2238,2200,5707/value
/field
field index=field_contentleft
value index=vDEF/value
/field
field index=field_contentright
value index=vDEF/value
/field
field index=field_contentbottom
value index=vDEF/value
/field
field index=field_home
value index=vDEF/value
/field
/language
/sheet
/data
/T3FlexForms

If there is an api function in TV you could use, please check for yourself.

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


Re: [TYPO3-english] Manually insert in tt_content table

2011-03-23 Thread Bjoern Pedersen
Am 23.03.2011 13:32, schrieb Bjoern Pedersen:
 Am 23.03.2011 09:13, schrieb Tonyo:
 Hi !
 
 If there is an api function in TV you could use, please check for yourself.
 
 Björn

Read:
http://typo3.org/fileadmin/t3n/articles/t3n_templavoila-api_english.pdf

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


Re: [TYPO3-english] Manually insert in tt_content table

2011-03-23 Thread Lorenz Ulrich

Hi Tonyo

Can't help you with the TV-related stuff, but just to let you know: The 
best and easiest way of inserting data to TYPO3 tables is to use TCEmain:


Read this blog post from Tolleiv:
http://blog.tolleiv.de/2010/03/handling-data-in-typo3-with-tcemain/

Lorenz

Am 23.03.2011 09:13, schrieb Tonyo:

Hi !

I have an extension that I need to insert into some pages from another
extension in a pi1.
I tried differents things but I have a problem : my content doesn't appear
on the table, it's stored in the unused elements when I'm in page module.

When looking for a solution, I found that the problem could come from the
l18n_difffsource field or an entry in the
sys_refindexhttp://comte.d-klik.eu/typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.3.9.2-all-languages/tbl_structure.php?db=cigctable=sys_refindextoken=65261ecb4d7c1757b26fbb24815ff5b5phpMyAdmin=88dd6dfa30264789f48c6ee11e93bde7e4f521cftable
that I found, but nothing really clear to me.

Is there a simple way to insert content in the tt_content table ? Maybe a
function of the core api (I didn't find anything), something that will
create all the relationships between all the tables of typo3.

Thanks in advance !


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


[TYPO3-english] core bug? can't delete endtime since update to 4.5 in several extensions eg. tt_news, dam, macina_banners

2011-03-23 Thread carmen fröwis
Hi List!

I've noticed that since the udate to 4.5.2 the end date for some extensions no
longer is erasable. these extensions configure the filed in the tca.php with
a lower-range:

'endtime' = Array (
   ...
'config' = Array (
   .
'range' = Array (
'upper' = mktime(0,0,0,12,31,2020),
'lower' = mktime(0,0,0,date('m')-1,date('d'),date('Y'))
)
)
),

without the lower range it works great. prior to 4.5 it went with the lower
range.
is this a core bug? or was it a bug before 4.5?
where one would have to report it?

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


[TYPO3-english] PDF - typo3

2011-03-23 Thread Cecilie Andersen
I am looking for an extension, where a pdf file is integrated to the site - 
and also fitted to the size.
I have found pdf viewer, but this make an image out of an pdf and does not 
scale it, so it is unreadable.


Do anyone know that can be used ?

Regards
Cecilie 


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


[TYPO3-english] Database suddenly cannot connect to TYPO3

2011-03-23 Thread Lily Wong

Hello list,

My TYPO3 site went down this morning. Both my front-end and back-end  
TYPO3 login page are showing this error message:


Database Error
The current username, password or host was not accepted when the  
connection to the

database was attempted to be established!

Has anyone come across this type of sudden database error before? I do  
not recall having made any changes to my config files yesterday when I  
last accessed the site? Possible that this is a hack? Any suggestions  
would be greatly appreciated.


Thanks,
Lily
--
lily.w...@utoronto.ca

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


Re: [TYPO3-english] Database suddenly cannot connect to TYPO3

2011-03-23 Thread Stefano Cecere
On Wed, 23 Mar 2011 15:13:23 +0100, Lily Wong lily.w...@utoronto.ca  
wrote:



Hello list,

My TYPO3 site went down this morning. Both my front-end and back-end  
TYPO3 login page are showing this error message:


Database Error
The current username, password or host was not accepted when the  
connection to the

database was attempted to be established!

Has anyone come across this type of sudden database error before? I do  
not recall having made any changes to my config files yesterday when I  
last accessed the site? Possible that this is a hack? Any suggestions  
would be greatly appreciated.


yes, it happens

and usually it has nothing to do with TYPO3, but they are server problems
talk with your system administrator and ask him why/how the db wend down!

s



--
___   __  _ __

  Stefano Cecere
  krur.com multimedia
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Database suddenly cannot connect to TYPO3

2011-03-23 Thread Lily Wong

Hi Stefano,

Thanks for your quick reply. I spoke to my web host tech support  
earlier and they are looking into it right now. The specific database  
error that I'm getting is too many connections. ??




My TYPO3 site went down this morning. Both my front-end and back-end TYPO3
login page are showing this error message:

Database Error
The current username, password or host was not accepted when the
connection to the
database was attempted to be established!

Has anyone come across this type of sudden database error before? I do not
recall having made any changes to my config files yesterday when I last
accessed the site? Possible that this is a hack? Any suggestions would be
greatly appreciated.


yes, it happens

and usually it has nothing to do with TYPO3, but they are server problems
talk with your system administrator and ask him why/how the db wend down!




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


Re: [TYPO3-english] Database suddenly cannot connect to TYPO3

2011-03-23 Thread Stefano Cecere
On Wed, 23 Mar 2011 15:30:16 +0100, Lily Wong lily.w...@utoronto.ca  
wrote:



Hi Stefano,

Thanks for your quick reply. I spoke to my web host tech support earlier  
and they are looking into it right now. The specific database error that  
I'm getting is too many connections. ??


classic error for shared hosting, or maybe the mysql is not well  
configured (or you're getting tons of visitors!)


anyway take care to set this in the localconf.php (by install tool or by  
hand):


$TYPO3_CONF_VARS['SYS']['no_pconnect'] = '1';

(usually they are persistent connections that help mysql to get too many  
connections)


ciao



--
___   __  _ __

  Stefano Cecere
  krur.com multimedia
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] PDF - typo3

2011-03-23 Thread Philipp Gampe
Hi Cecilie,

Cecilie Andersen wrote:

 I am looking for an extension, where a pdf file is integrated to the site
 - and also fitted to the size.
 I have found pdf viewer, but this make an image out of an pdf and does not
 scale it, so it is unreadable.

No Browser can show PDF files out of the box. Only if they have a PDF viewer 
plugin installed, they are able to load the PDF viewer into the website.

A website itself can only create images out of the PDF pages like Google 
Docs does.
The pdf viewer does the same. So you might read its manual whether you can 
control the scale.

What you could do is, open the pdf in an iframe. It should start a download 
if the browser does not know what to do with the PDF.

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


Re: [TYPO3-english] problem with External Data Import ext

2011-03-23 Thread Nicola Cerchiari
Hi guys and specially François,
i'm doing some filed thest with the extention external_import and i'm
encountring a little glitch.
As I understood these kind of errors in email report are per record errors:

*These fields are not properly updated in database:
(first_name,last_name,name) Probably value mismatch with fieldtype.*

The matter is that with  20.000 record is kinda impossible to get which
record contains the offending data, is there a way to add or see the record
id in the reports or in the devlog.

I tried to track back the code but I could really succeed in this, I thought
easy stuff to do though :(.

Any help?


Thanks,

N

2011/3/16 Xavier Perseguers xavier.persegu...@typo3.org

 Hi,


  btw my $TYPO3_CONF_VARS['SYS']['serverTimeZone']  is set to 1, shall I
 change it to something else? Which are the possibilities?


 With serverTimeZone = 1 you set your timezone to GMT+1. A Unix timestamp
 has no timezone support (that's was an issue with the Fluid date viewhelper
 at the beginning btw). With GMT+1, the timestamp you put in the DB should
 take this into account and be modified accordingly. Just add/subtract the
 serverTimeZone number of hours before storing and TYPO3 should be happy and
 show you the correct date/hour.

 For instance here is how to get a valid DateTime object out of a timestamp
 (coming from TYPO3 DB). It takes the php.ini timezone setting but you may of
 course take serverTimeZone into account instead.

 $dateTime = new DateTime('@' . $this-lastModificationDate);
 $dateTime-setTimezone(new DateTimeZone(date_default_timezone_get()));
 return $dateTime;

 HTH

 --
 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

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

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Jan Bednarik

Hi,

just FYI, you can do this with CoolURI quite easily - just tick a 
checkbox in page properties and that's it.


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


[TYPO3-english] T3Editor as Javascript benchmark

2011-03-23 Thread Jan Bednarik

Hey,

I've got 200 lines long template setup and it takes quite a while for 
Firefox 4 to highlight it while in Chrome it's almost instant.


The T3Editor would make for a good Javascript benchmark tool and Firefox 
4 would loose big one here.


Looks like I'm gonna switch to Chrome.

--
Jan

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


Re: [TYPO3-english] T3Editor as Javascript benchmark

2011-03-23 Thread Philippe Moreau
I have a solution. Put your typoscript in external files.


On Wed, Mar 23, 2011 at 5:43 PM, Jan Bednarik i...@bednarik.org wrote:

 Hey,

 I've got 200 lines long template setup and it takes quite a while for
 Firefox 4 to highlight it while in Chrome it's almost instant.

 The T3Editor would make for a good Javascript benchmark tool and Firefox 4
 would loose big one here.

 Looks like I'm gonna switch to Chrome.

 --
 Jan

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




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


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Andreas Becker
+1 much easier

On Thu, Mar 24, 2011 at 4:33 AM, Jan Bednarik i...@bednarik.org wrote:

 Hi,

 just FYI, you can do this with CoolURI quite easily - just tick a checkbox
 in page properties and that's it.

 Jan

 ___
 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