<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-15539</id>
	<title>Nabble - TYPO3 Dev</title>
	<updated>2008-08-29T14:16:44Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/TYPO3-Dev-f15539.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TYPO3-Dev-f15539.html" />
	<subtitle type="html">List for Core-/Extension development.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19227619</id>
	<title>Re: Get extKey from classname</title>
	<published>2008-08-29T14:16:44Z</published>
	<updated>2008-08-29T14:16:44Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Hey Dmitry,
&lt;br&gt;&lt;br&gt;Dmitry Dulepov [typo3] schrieb:
&lt;br&gt;&amp;gt; Actually, you could reply on $GLOBALS['_EXTKEY'] for this particular 
&lt;br&gt;&amp;gt; case. It is defined when this function is called in ext_localconf.php.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;excellent, this is exactly i was looking for :-)
&lt;br&gt;&lt;br&gt;you can check this, i love it.
&lt;br&gt;&lt;br&gt;add this lines in extMgm::addPlugin at the beginning:
&lt;br&gt;&lt;br&gt;$_EXTKEY = $GLOBALS['_EXTKEY'];
&lt;br&gt;if (!$itemArray[2]) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; $itemArray[2] = t3lib_extMgm::extRelPath($_EXTKEY) . 'ext_icon.gif';
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;clear cache, and now all plugins are displayed with extIcon if they 
&lt;br&gt;don't have defined one.
&lt;br&gt;&lt;br&gt;Great!
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Get-extKey-from-classname-tp19085862p19227619.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19225591</id>
	<title>Re: Get extKey from classname</title>
	<published>2008-08-29T11:51:01Z</published>
	<updated>2008-08-29T11:51:01Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; the idea is simple. When you add a plugin with extMgm, there is only the 
&lt;br&gt;&amp;gt; classname as parameter, no extKey is given. So i searched for a 
&lt;br&gt;&amp;gt; possibility to get the extKey from given classname, eg to get the extIcon
&lt;br&gt;&lt;br&gt;Actually, you could reply on $GLOBALS['_EXTKEY'] for this particular case. It is defined when this function is called in ext_localconf.php.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19225591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Get-extKey-from-classname-tp19085862p19225591.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19224458</id>
	<title>Re: page cache is not influenced by tt_content.starttime/endtime</title>
	<published>2008-08-29T10:39:54Z</published>
	<updated>2008-08-29T10:39:54Z</updated>
	<author>
		<name>Ingo Renner-2</name>
	</author>
	<content type="html">Martin Holtz wrote:
&lt;br&gt;&lt;br&gt;Hi Martin,
&lt;br&gt;&lt;br&gt;&amp;gt; So i wrote an extension which checks now all content elements of an page
&lt;br&gt;&amp;gt; before it is written to page cache. If there is an element with
&lt;br&gt;&amp;gt; starttime/endtime within the 24hours, the cache expire timestamp is set to
&lt;br&gt;&amp;gt; that value.
&lt;br&gt;&lt;br&gt;this definitly is something that should be in the core rather than be 
&lt;br&gt;sleeping in some extension...
&lt;br&gt;&lt;br&gt;could you please make a patch and send it to the core list? Looking 
&lt;br&gt;forward to your patch!
&lt;br&gt;&lt;br&gt;&lt;br&gt;best
&lt;br&gt;Ingo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ingo Renner
&lt;br&gt;TYPO3 Core Developer, Release Manager TYPO3 4.2
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19224458&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/page-cache-is-not-influenced-by-tt_content.starttime-endtime-tp19131001p19224458.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19224457</id>
	<title>Re: Get extKey from classname</title>
	<published>2008-08-29T10:37:30Z</published>
	<updated>2008-08-29T10:37:30Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Ingo Renner schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Steffen,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; The reason for my question is to get a default icon from the ext in 
&lt;br&gt;&amp;gt;&amp;gt; t3lib_extMgm, where normally the classname is given but not the extKey.
&lt;br&gt;&amp;gt;&amp;gt; I experimented with something like
&lt;br&gt;&amp;gt;&amp;gt; $TYPO3_LOADED_EXT[$key]['classnames'][] = $classfile;
&lt;br&gt;&amp;gt;&amp;gt; There are not too much as only classfiles for plugins are in. It 
&lt;br&gt;&amp;gt;&amp;gt; works, i can browse this in BE-&amp;gt;configuration, i only had some 
&lt;br&gt;&amp;gt;&amp;gt; difficulties with the order, that when i need this info, the plugin 
&lt;br&gt;&amp;gt;&amp;gt; may not be added to extMgm and classnames are empty.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; huh, what? I don't get it - can you explain your idea in more detail, 
&lt;br&gt;&amp;gt; please?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ingo
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hi Ingo,
&lt;br&gt;&lt;br&gt;the idea is simple. When you add a plugin with extMgm, there is only the 
&lt;br&gt;classname as parameter, no extKey is given. So i searched for a 
&lt;br&gt;possibility to get the extKey from given classname, eg to get the extIcon
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19224457&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Get-extKey-from-classname-tp19085862p19224457.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19224314</id>
	<title>Re: Get extKey from classname</title>
	<published>2008-08-29T10:26:08Z</published>
	<updated>2008-08-29T10:26:08Z</updated>
	<author>
		<name>Ingo Renner-2</name>
	</author>
	<content type="html">Steffen Kamper wrote:
&lt;br&gt;&lt;br&gt;Hi Steffen,
&lt;br&gt;&lt;br&gt;&amp;gt; The reason for my question is to get a default icon from the ext in 
&lt;br&gt;&amp;gt; t3lib_extMgm, where normally the classname is given but not the extKey.
&lt;br&gt;&amp;gt; I experimented with something like
&lt;br&gt;&amp;gt; $TYPO3_LOADED_EXT[$key]['classnames'][] = $classfile;
&lt;br&gt;&amp;gt; There are not too much as only classfiles for plugins are in. It works, 
&lt;br&gt;&amp;gt; i can browse this in BE-&amp;gt;configuration, i only had some difficulties 
&lt;br&gt;&amp;gt; with the order, that when i need this info, the plugin may not be added 
&lt;br&gt;&amp;gt; to extMgm and classnames are empty.
&lt;br&gt;&lt;br&gt;huh, what? I don't get it - can you explain your idea in more detail, 
&lt;br&gt;please?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ingo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ingo Renner
&lt;br&gt;TYPO3 Core Developer, Release Manager TYPO3 4.2
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19224314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Get-extKey-from-classname-tp19085862p19224314.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19216809</id>
	<title>Re: bug with typolink?</title>
	<published>2008-08-29T02:39:41Z</published>
	<updated>2008-08-29T02:39:41Z</updated>
	<author>
		<name>Martin Kutschker-7</name>
	</author>
	<content type="html">Steffen Kamper schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Martin Kutschker schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Steffen Kamper schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; it seems that uniqueLinkVars and addQueryString together don't work
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; proper, as id will be double in link, it produces links like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; addQueryString does exactly what is says, it adds the query string
&lt;br&gt;&amp;gt;&amp;gt; without any further processing. Use the other options of addQueryString
&lt;br&gt;&amp;gt;&amp;gt; (eg method = GET) for a better result.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Masi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Masi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i don't expect processing with addQueryString, but i expect
&lt;br&gt;&amp;gt; uniqueLinkVars processed at the end after addQueryString, not before.
&lt;/div&gt;&lt;br&gt;Then your expectation is not met. Browse the code to see where
&lt;br&gt;uniqueLinkVars is processed.
&lt;br&gt;&lt;br&gt;Masi
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19216809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19216809.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19216663</id>
	<title>Re: bug with typolink?</title>
	<published>2008-08-29T02:27:57Z</published>
	<updated>2008-08-29T02:27:57Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Dmitry Dulepov [typo3] schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt;&amp;gt; it seems that uniqueLinkVars and addQueryString together don't work 
&lt;br&gt;&amp;gt;&amp;gt; proper, as id will be double in link, it produces links like
&lt;br&gt;&amp;gt;&amp;gt; index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I did not notice that. I use addQueryString in comments ext and it never 
&lt;br&gt;&amp;gt; added a second copy of id.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hi Dmitry,
&lt;br&gt;&lt;br&gt;you can check this out on a page using it as root template, just click a 
&lt;br&gt;few times on the links
&lt;br&gt;&lt;a href=&quot;http://snippets.typo3.org/snippets/c/69/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snippets.typo3.org/snippets/c/69/&lt;/a&gt;&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19216663&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19216663.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19216532</id>
	<title>Re: bug with typolink?</title>
	<published>2008-08-29T02:11:11Z</published>
	<updated>2008-08-29T02:11:11Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; it seems that uniqueLinkVars and addQueryString together don't work 
&lt;br&gt;&amp;gt; proper, as id will be double in link, it produces links like
&lt;br&gt;&amp;gt; index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&lt;br&gt;I did not notice that. I use addQueryString in comments ext and it never added a second copy of id.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19216532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19216532.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19215864</id>
	<title>Re: bug with typolink?</title>
	<published>2008-08-29T01:28:49Z</published>
	<updated>2008-08-29T01:28:49Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Martin Kutschker schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Steffen Kamper schrieb:
&lt;br&gt;&amp;gt;&amp;gt; it seems that uniqueLinkVars and addQueryString together don't work
&lt;br&gt;&amp;gt;&amp;gt; proper, as id will be double in link, it produces links like
&lt;br&gt;&amp;gt;&amp;gt; index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; addQueryString does exactly what is says, it adds the query string
&lt;br&gt;&amp;gt; without any further processing. Use the other options of addQueryString
&lt;br&gt;&amp;gt; (eg method = GET) for a better result.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Masi
&lt;/div&gt;&lt;br&gt;Hi Masi,
&lt;br&gt;&lt;br&gt;i don't expect processing with addQueryString, but i expect 
&lt;br&gt;uniqueLinkVars processed at the end after addQueryString, not before.
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19215864&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19215864.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19215718</id>
	<title>Re: bug with typolink?</title>
	<published>2008-08-29T01:15:40Z</published>
	<updated>2008-08-29T01:15:40Z</updated>
	<author>
		<name>Martin Kutschker-7</name>
	</author>
	<content type="html">Steffen Kamper schrieb:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; it seems that uniqueLinkVars and addQueryString together don't work
&lt;br&gt;&amp;gt; proper, as id will be double in link, it produces links like
&lt;br&gt;&amp;gt; index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&lt;br&gt;addQueryString does exactly what is says, it adds the query string
&lt;br&gt;without any further processing. Use the other options of addQueryString
&lt;br&gt;(eg method = GET) for a better result.
&lt;br&gt;&lt;br&gt;Masi
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19215718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19215718.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19209945</id>
	<title>bug with typolink?</title>
	<published>2008-08-28T14:53:17Z</published>
	<updated>2008-08-28T14:53:17Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;i wonder about such combination
&lt;br&gt;&lt;br&gt;lib.fontLinks = COA
&lt;br&gt;lib.fontLinks {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wrap = &amp;lt;p&amp;gt;|&amp;lt;/p&amp;gt;&amp;lt;hr /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10 = TEXT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.value = A
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.wrap = |&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.typolink {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parameter.dataWrap = {TSFE:id}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; additionalParams = &amp;S=0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addQueryString = 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 &amp;lt; .10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.value = A+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.typolink.additionalParams = &amp;S=1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30 &amp;lt; .10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30.value = A++
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30.typolink.additionalParams = &amp;S=2
&lt;br&gt;}
&lt;br&gt;config {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linkVars = S
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uniqueLinkVars = 1
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;it seems that uniqueLinkVars and addQueryString together don't work 
&lt;br&gt;proper, as id will be double in link, it produces links like
&lt;br&gt;index.php?id=14&amp;S=2&amp;id=14
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19209945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/bug-with-typolink--tp19209945p19209945.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19198993</id>
	<title>Using cal - huge TS</title>
	<published>2008-08-28T04:53:36Z</published>
	<updated>2008-08-28T04:53:36Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;i encountered a problem on a site when using cal.
&lt;br&gt;I get error with entry for cache_hash: Got a packet bigger than 
&lt;br&gt;'max_allowed_packet' bytes
&lt;br&gt;&lt;br&gt;Looking to the entry it contains all the TS, i was astonished, but entry 
&lt;br&gt;had about 1.2MB data!
&lt;br&gt;&lt;br&gt;I don't know if other extensions use such huge TS, but this is a problem.
&lt;br&gt;I did a workaround in this case because i didn't use all views, so i 
&lt;br&gt;could clear parts of it
&lt;br&gt;plugin.tx_cal_controller.view.week &amp;gt;
&lt;br&gt;plugin.tx_cal_controller.view.day &amp;gt;
&lt;br&gt;a.s.o.
&lt;br&gt;&lt;br&gt;So this also might be a reason why size of DB raises a lot when using 
&lt;br&gt;cal, be aware
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19198993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Using-cal---huge-TS-tp19198993p19198993.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19197891</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-28T03:20:59Z</published>
	<updated>2008-08-28T03:20:59Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; second: i enabled realurl and urls are all correct. So there is one 
&lt;br&gt;&amp;gt; basic rootpage_id in config. If other domain is called, Typo3 does the 
&lt;br&gt;&amp;gt; redirect to the page with domain record.
&lt;br&gt;&amp;gt; Why do i need configure this rootpage_id? I know it's important to have 
&lt;br&gt;&amp;gt; at least one rootpage_id configured, but i don't see the need to to do 
&lt;br&gt;&amp;gt; it for the other domain, which disadvantage do i have now?
&lt;br&gt;&lt;br&gt;Not one, you must have them for every domain. This is clearly stated in the manual. Otherwise RealURl will have to make many extra queries to find that rootpage_id every time when page is visited.
&lt;br&gt;&lt;br&gt;If have a path like this: &lt;a href=&quot;http://example.com/path/to/page&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://example.com/path/to/page&lt;/a&gt;, RealURL must know where to start searching for the final page. It must start with domain (example.com). You can either hint the rootpage_id or force RealURL to make a query to search for domain. Sometimes it is not a single query as you can think. So, if you do not specify rootpage_id, you force extra queries *at every visit* to the web site.
&lt;br&gt;&lt;br&gt;It works if you do not specify rootpage_id but you pay for it by performance decrease.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19197891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19197891.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19197758</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-28T03:10:23Z</published>
	<updated>2008-08-28T03:10:23Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; second: i enabled realurl and urls are all correct. So there is one 
&lt;br&gt;&amp;gt; basic rootpage_id in config. If other domain is called, Typo3 does the 
&lt;br&gt;&amp;gt; redirect to the page with domain record.
&lt;br&gt;&amp;gt; Why do i need configure this rootpage_id? I know it's important to have 
&lt;br&gt;&amp;gt; at least one rootpage_id configured, but i don't see the need to to do 
&lt;br&gt;&amp;gt; it for the other domain, which disadvantage do i have now?
&lt;br&gt;&lt;br&gt;Not one, you must have them for every domain. This is clearly stated in the manual. Otherwise RealURl will have to make many extra queries to find that rootpage_id every time when page is visited.
&lt;br&gt;&lt;br&gt;If have a path like this: &lt;a href=&quot;http://example.com/path/to/page&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://example.com/path/to/page&lt;/a&gt;, RealURL must know where to start searching for the final page. It must start with domain (example.com). You can either hint the rootpage_id or force RealURL to make a query to search for domain. Sometimes it is not a single query as you can think. So, if you do not specify rootpage_id, you force extra queries *at every visit* to the web site.
&lt;br&gt;&lt;br&gt;It works if you do not specify rootpage_id but you pay for it by performance decrease.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19197758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19197758.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19188674</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T13:04:02Z</published>
	<updated>2008-08-27T13:04:02Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Dmitry Dulepov [typo3] schrieb:
&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt;&amp;gt; yes, that's strange indeed. But realurl urls are all ok :-)
&lt;br&gt;&amp;gt;&amp;gt; Maybe because i didn't configured domains in realurl?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You should! In multi-domain environment every domain should be 
&lt;br&gt;&amp;gt; configured and have a proper rootpage_id.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Hi Dmitry,
&lt;br&gt;&lt;br&gt;first: i tested all without realurl, so the issue with &amp;quot;is root&amp;quot; is 
&lt;br&gt;independent from realurl.
&lt;br&gt;&lt;br&gt;second: i enabled realurl and urls are all correct. So there is one 
&lt;br&gt;basic rootpage_id in config. If other domain is called, Typo3 does the 
&lt;br&gt;redirect to the page with domain record.
&lt;br&gt;Why do i need configure this rootpage_id? I know it's important to have 
&lt;br&gt;at least one rootpage_id configured, but i don't see the need to to do 
&lt;br&gt;it for the other domain, which disadvantage do i have now?
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19188674&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19188674.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19186766</id>
	<title>Re: TYPO3 Bug Day coming up this Friday, August 29th</title>
	<published>2008-08-27T11:15:20Z</published>
	<updated>2008-08-27T11:15:20Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Dmitry Dulepov [typo3] wrote:
&lt;br&gt;&amp;gt; I am for skipping announcement[s] in this list because it is not a patch 
&lt;br&gt;&amp;gt; request...
&lt;br&gt;&lt;br&gt;This was meant for &amp;quot;core&amp;quot; list only!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19186766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TYPO3-Bug-Day-coming-up-this-Friday%2C-August-29th-tp19183583p19186766.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19186764</id>
	<title>Re: TYPO3 Bug Day coming up this Friday, August 29th</title>
	<published>2008-08-27T11:14:03Z</published>
	<updated>2008-08-27T11:14:03Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Ingo Renner wrote:
&lt;br&gt;&amp;gt; TYPO3 Bug Day has established itself as a new regularly reocurring event 
&lt;br&gt;&amp;gt; after having been a big success every time before.
&lt;br&gt;&lt;br&gt;I am for skipping announcement[s] in this list because it is not a patch request...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19186764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TYPO3-Bug-Day-coming-up-this-Friday%2C-August-29th-tp19183583p19186764.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19185617</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T10:16:09Z</published>
	<updated>2008-08-27T10:16:09Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; yes, that's strange indeed. But realurl urls are all ok :-)
&lt;br&gt;&amp;gt; Maybe because i didn't configured domains in realurl?
&lt;br&gt;&lt;br&gt;You should! In multi-domain environment every domain should be configured and have a proper rootpage_id.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19185617&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19185617.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19184699</id>
	<title>Re: linkhandler &amp; TYPO3 4.2.1</title>
	<published>2008-08-27T09:27:05Z</published>
	<updated>2008-08-27T09:27:05Z</updated>
	<author>
		<name>Jochen Rieger</name>
	</author>
	<content type="html">Salut Francois,
&lt;br&gt;&lt;br&gt;&amp;gt; Nope I don't have that. However I had the problem of the configured tabs 
&lt;br&gt;&amp;gt; not showing up at all, because one hook's name has changed, so I'm 
&lt;br&gt;&amp;gt; surprised you managed to get the tabs at all... I opened an issue on 
&lt;br&gt;&amp;gt; forge about that:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forge.typo3.org/issues/show/1342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forge.typo3.org/issues/show/1342&lt;/a&gt;&lt;br&gt;&lt;br&gt;yep, I saw that one and also played around with ext_localconf.php which 
&lt;br&gt;made no difference. So, it was even working (except the issue described 
&lt;br&gt;before) without that change to ext_localconf.php as far as I remember.
&lt;br&gt;&lt;br&gt;I had to implement an ugly hack in
&lt;br&gt;&lt;br&gt;class.tx_linkhandler_browselinkshooks.php
&lt;br&gt;&lt;br&gt;in function parseCurrentUrl($href,$siteUrl,$info):
&lt;br&gt;&lt;br&gt;before returning the $info array I fill it manually:
&lt;br&gt;&lt;br&gt;$info['act'] = 'tt_news';
&lt;br&gt;&lt;br&gt;Then everything worked fine... luckily no side effects up to now.
&lt;br&gt;&lt;br&gt;Hmm ... strange thing.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Jochen
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19184699&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/linkhandler---TYPO3-4.2.1-tp19178024p19184699.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19184148</id>
	<title>Re: GMENU und wrapItemAndSub</title>
	<published>2008-08-27T09:02:02Z</published>
	<updated>2008-08-27T09:02:02Z</updated>
	<author>
		<name>Philipp Metzler</name>
	</author>
	<content type="html">Hallo,
&lt;br&gt;&lt;br&gt;I decided to use TMENU now because the patch for GMENU with &amp;nbsp;
&lt;br&gt;wrapItemAndSub did not work (at least for me) and because of the &amp;nbsp;
&lt;br&gt;active state for the graphical menu. As the page is not beeing &amp;nbsp;
&lt;br&gt;reloaded GMENU will not work for that - although I assume you could &amp;nbsp;
&lt;br&gt;manipulate the links with Javascript in the DOM.
&lt;br&gt;&lt;br&gt;So now I use imgNameNotRandom = 1, access the images with Javascript &amp;nbsp;
&lt;br&gt;and use it for the menu. Then I load the Content with Ajax.
&lt;br&gt;&lt;br&gt;But thanks a lot for your quick answer! I assume one would have to &amp;nbsp;
&lt;br&gt;test the patch thoroughly first.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Philipp
&lt;br&gt;&lt;br&gt;_______________________________________________________________
&lt;br&gt;&lt;br&gt;DI Philipp Metzler
&lt;br&gt;Goli.at GesbR.
&lt;br&gt;Dorf Rieden 7/11
&lt;br&gt;A-6900 Bregenz
&lt;br&gt;EU - Austria
&lt;br&gt;&lt;br&gt;E-Mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19184148&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phil@...&lt;/a&gt;
&lt;br&gt;Skype: googol
&lt;br&gt;Tel: +43 / 676 / 72 94 176
&lt;br&gt;ICQ: 13950954
&lt;br&gt;&lt;br&gt;∙ www.philippmetzler.com - Softwareentwicklung und Websites mit Typo3.
&lt;br&gt;∙ www.goli.at - Ihr Speicherplatz im Web. Messen Sie uns an unseren &amp;nbsp;
&lt;br&gt;Daten.
&lt;br&gt;∙ www.clickshopping.at - Wir bringen Ihre Produkte auf den Punkt.
&lt;br&gt;∙ www.greencar.at - Elektroautos und mehr ...
&lt;br&gt;_______________________________________________________________
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19184148&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GMENU-und-wrapItemAndSub-tp19131396p19184148.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19183780</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T08:44:54Z</published>
	<updated>2008-08-27T08:44:54Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Dmitry Dulepov [typo3] schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt;&amp;gt; ben van 't ende [netcreators] schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I discussed it with Dmitry again, but we concluded that we did not 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; see this behaviour before. You should not have to set it for every 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; page. &amp;quot;It should be set for pages where you have domain start&amp;quot;. Maybe 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; have a second look. It would be interesting to see what is happening 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; here.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; yes, that is what i think is right, but it doesn't work :(
&lt;br&gt;&amp;gt;&amp;gt; i did it like
&lt;br&gt;&amp;gt;&amp;gt; - root (DOMAIN A, is root-flag)
&lt;br&gt;&amp;gt;&amp;gt; - - branch1
&lt;br&gt;&amp;gt;&amp;gt; - - branch2
&lt;br&gt;&amp;gt;&amp;gt; - - branch3 (DOMAIN B, is root-flag)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; and doesn't work, this works:
&lt;br&gt;&amp;gt;&amp;gt; - root (DOMAIN A, is root-flag not needed, no difference if or is not)
&lt;br&gt;&amp;gt;&amp;gt; - - branch1 (is root-flag)
&lt;br&gt;&amp;gt;&amp;gt; - - branch2 (is root-flag)
&lt;br&gt;&amp;gt;&amp;gt; - - branch3 (DOMAIN B, is root-flag)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Really strange. In fact RealURL should become confused by this and 
&lt;br&gt;&amp;gt; produce wrong links...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;yes, that's strange indeed. But realurl urls are all ok :-)
&lt;br&gt;Maybe because i didn't configured domains in realurl?
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19183780&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19183780.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19183583</id>
	<title>TYPO3 Bug Day coming up this Friday, August 29th</title>
	<published>2008-08-27T08:34:26Z</published>
	<updated>2008-08-27T08:34:26Z</updated>
	<author>
		<name>Ingo Renner-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;TYPO3 Bug Day has established itself as a new regularly reocurring event 
&lt;br&gt;after having been a big success every time before.
&lt;br&gt;&lt;br&gt;If you're an extension developer and never really got into the inner 
&lt;br&gt;workings of the TYPO3 core, this is your chance to gain insight. If you 
&lt;br&gt;always had an annoyance that drove you crazy and that you want to see 
&lt;br&gt;fixed, let us know.
&lt;br&gt;&lt;br&gt;On August 29th please join us on IRC (#typo3-bugday on 
&lt;br&gt;irc.freenode.net), where you can offer your help in fixing bugs and 
&lt;br&gt;cleaning up the bugtracker. The core developers Ingo Renner, Benjamin 
&lt;br&gt;Mack, Ingmar Schlecht, and Christian Jul Jensen will be around to assist 
&lt;br&gt;interested developers and to coordinate the event.
&lt;br&gt;&lt;br&gt;For more information also check out the pages dedicated to TYPO3's Bug 
&lt;br&gt;Day: &lt;a href=&quot;http://typo3.org/development/bug-fixing/bug-day/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3.org/development/bug-fixing/bug-day/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;best
&lt;br&gt;Ingo
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ingo Renner
&lt;br&gt;TYPO3 Core Developer, Release Manager TYPO3 4.2
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19183583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TYPO3-Bug-Day-coming-up-this-Friday%2C-August-29th-tp19183583p19183583.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19183581</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T08:33:58Z</published>
	<updated>2008-08-27T08:33:58Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ben van 't ende [netcreators] schrieb:
&lt;br&gt;&amp;gt;&amp;gt; I discussed it with Dmitry again, but we concluded that we did not see 
&lt;br&gt;&amp;gt;&amp;gt; this behaviour before. You should not have to set it for every page. 
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;It should be set for pages where you have domain start&amp;quot;. Maybe have a 
&lt;br&gt;&amp;gt;&amp;gt; second look. It would be interesting to see what is happening here.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; yes, that is what i think is right, but it doesn't work :(
&lt;br&gt;&amp;gt; i did it like
&lt;br&gt;&amp;gt; - root (DOMAIN A, is root-flag)
&lt;br&gt;&amp;gt; - - branch1
&lt;br&gt;&amp;gt; - - branch2
&lt;br&gt;&amp;gt; - - branch3 (DOMAIN B, is root-flag)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and doesn't work, this works:
&lt;br&gt;&amp;gt; - root (DOMAIN A, is root-flag not needed, no difference if or is not)
&lt;br&gt;&amp;gt; - - branch1 (is root-flag)
&lt;br&gt;&amp;gt; - - branch2 (is root-flag)
&lt;br&gt;&amp;gt; - - branch3 (DOMAIN B, is root-flag)
&lt;/div&gt;&lt;br&gt;Really strange. In fact RealURL should become confused by this and produce wrong links...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19183581&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19183581.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19178773</id>
	<title>Re: linkhandler &amp; TYPO3 4.2.1</title>
	<published>2008-08-27T04:00:57Z</published>
	<updated>2008-08-27T04:00:57Z</updated>
	<author>
		<name>Francois Suter-2</name>
	</author>
	<content type="html">Hi Jochen,
&lt;br&gt;&lt;br&gt;&amp;gt; The configured tabs are displayed correctly in RTE's browselinks dialog. 
&lt;br&gt;&amp;gt; I then go to the tab, select a folder containing news records. But then 
&lt;br&gt;&amp;gt; the whole link dialog jumps back to the tab &amp;quot;Page&amp;quot; and I cannot select 
&lt;br&gt;&amp;gt; anything of cause but a normal page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone encountering the same problem?
&lt;br&gt;&lt;br&gt;Nope I don't have that. However I had the problem of the configured tabs 
&lt;br&gt;not showing up at all, because one hook's name has changed, so I'm 
&lt;br&gt;surprised you managed to get the tabs at all... I opened an issue on 
&lt;br&gt;forge about that:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forge.typo3.org/issues/show/1342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forge.typo3.org/issues/show/1342&lt;/a&gt;&lt;br&gt;&lt;br&gt;I haven't had feedback from Daniel yet, but it was only yesterday :-)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Francois Suter
&lt;br&gt;Cobweb Development Sarl - &lt;a href=&quot;http://www.cobweb.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cobweb.ch&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19178773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/linkhandler---TYPO3-4.2.1-tp19178024p19178773.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19178623</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T03:52:20Z</published>
	<updated>2008-08-27T03:52:20Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">ben van 't ende [netcreators] schrieb:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hey Steffen,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I discussed it with Dmitry again, but we concluded that we did not see 
&lt;br&gt;&amp;gt; this behaviour before. You should not have to set it for every page. &amp;quot;It 
&lt;br&gt;&amp;gt; should be set for pages where you have domain start&amp;quot;. Maybe have a 
&lt;br&gt;&amp;gt; second look. It would be interesting to see what is happening here.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Hi Ben,
&lt;br&gt;&lt;br&gt;yes, that is what i think is right, but it doesn't work :(
&lt;br&gt;i did it like
&lt;br&gt;- root (DOMAIN A, is root-flag)
&lt;br&gt;- - branch1
&lt;br&gt;- - branch2
&lt;br&gt;- - branch3 (DOMAIN B, is root-flag)
&lt;br&gt;&lt;br&gt;and doesn't work, this works:
&lt;br&gt;- root (DOMAIN A, is root-flag not needed, no difference if or is not)
&lt;br&gt;- - branch1 (is root-flag)
&lt;br&gt;- - branch2 (is root-flag)
&lt;br&gt;- - branch3 (DOMAIN B, is root-flag)
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19178623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19178623.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19178195</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T03:18:43Z</published>
	<updated>2008-08-27T03:18:43Z</updated>
	<author>
		<name>ben van 't ende [netcreators]-2</name>
	</author>
	<content type="html">Steffen Kamper wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ben van 't ende [netcreators] schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Steffen,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Did you still have to check &amp;quot;...is root&amp;quot; for all the pages in the 
&lt;br&gt;&amp;gt;&amp;gt; horizontal menu?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Ben,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; yes, this is the only odd thing. Every (root) page in horicontal menu 
&lt;br&gt;&amp;gt; needs this flag (all in level 1)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think there is missing a recursive check anywhere, may be Dmitry knows 
&lt;br&gt;&amp;gt; that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; vg Steffen
&lt;/div&gt;&lt;br&gt;Hey Steffen,
&lt;br&gt;&lt;br&gt;I discussed it with Dmitry again, but we concluded that we did not see this 
&lt;br&gt;behaviour before. You should not have to set it for every page. &amp;quot;It should be 
&lt;br&gt;set for pages where you have domain start&amp;quot;. Maybe have a second look. It would 
&lt;br&gt;be interesting to see what is happening here.
&lt;br&gt;&lt;br&gt;gRTz
&lt;br&gt;&lt;br&gt;ben
&lt;br&gt;-- 
&lt;br&gt;netcreators :: creation and innovation
&lt;br&gt;www.netcreators.com - &amp;nbsp;www.TYPO3.nl
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19178195&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19178195.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19178024</id>
	<title>linkhandler &amp; TYPO3 4.2.1</title>
	<published>2008-08-27T03:04:15Z</published>
	<updated>2008-08-27T03:04:15Z</updated>
	<author>
		<name>Jochen Rieger</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm trying to use the extension &amp;quot;linkhandler&amp;quot; that has been discussed 
&lt;br&gt;earlier in this list.
&lt;br&gt;&lt;br&gt;Daniel did great work on that.
&lt;br&gt;&lt;br&gt;Anyway I somehow have a problem in 4.2.1 to get it working. Following 
&lt;br&gt;behaviour:
&lt;br&gt;&lt;br&gt;The configured tabs are displayed correctly in RTE's browselinks dialog. 
&lt;br&gt;I then go to the tab, select a folder containing news records. But then 
&lt;br&gt;the whole link dialog jumps back to the tab &amp;quot;Page&amp;quot; and I cannot select 
&lt;br&gt;anything of cause but a normal page.
&lt;br&gt;&lt;br&gt;Anyone encountering the same problem?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Jochen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19178024&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/linkhandler---TYPO3-4.2.1-tp19178024p19178024.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19177291</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T02:09:29Z</published>
	<updated>2008-08-27T02:09:29Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">ben van 't ende [netcreators] schrieb:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Steffen,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Did you still have to check &amp;quot;...is root&amp;quot; for all the pages in the 
&lt;br&gt;&amp;gt; horizontal menu?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Ben,
&lt;br&gt;&lt;br&gt;yes, this is the only odd thing. Every (root) page in horicontal menu 
&lt;br&gt;needs this flag (all in level 1)
&lt;br&gt;&lt;br&gt;I think there is missing a recursive check anywhere, may be Dmitry knows 
&lt;br&gt;that.
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19177291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19177291.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19177008</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T01:44:07Z</published>
	<updated>2008-08-27T01:44:07Z</updated>
	<author>
		<name>ben van 't ende [netcreators]-2</name>
	</author>
	<content type="html">Steffen Kamper wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dmitry Dulepov [typo3] schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; glad to use 4.2 and glad i got it working :-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; May be there are some problems, but only menu does 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; crossdomain-linking yet.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Menu uses typolink now (it was other function in 4.1). So menu should 
&lt;br&gt;&amp;gt;&amp;gt; not be different from any other link. If it does, it means we still 
&lt;br&gt;&amp;gt;&amp;gt; have something to fix there.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; ok - all is fine, nothing to fix
&lt;/div&gt;&lt;br&gt;Hi Steffen,
&lt;br&gt;&lt;br&gt;Did you still have to check &amp;quot;...is root&amp;quot; for all the pages in the horizontal menu?
&lt;br&gt;&lt;br&gt;gRTz
&lt;br&gt;&lt;br&gt;ben
&lt;br&gt;-- 
&lt;br&gt;netcreators :: creation and innovation
&lt;br&gt;www.netcreators.com - &amp;nbsp;www.TYPO3.nl
&lt;br&gt;&lt;br&gt;Interesse in werken bij Netcreators?
&lt;br&gt;&lt;a href=&quot;http://www.netcreators.com/bedrijf/vacatures/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netcreators.com/bedrijf/vacatures/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19177008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19177008.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19176497</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T01:03:24Z</published>
	<updated>2008-08-27T01:03:24Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Dmitry Dulepov [typo3] schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Steffen Kamper wrote:
&lt;br&gt;&amp;gt;&amp;gt; glad to use 4.2 and glad i got it working :-)
&lt;br&gt;&amp;gt;&amp;gt; May be there are some problems, but only menu does crossdomain-linking 
&lt;br&gt;&amp;gt;&amp;gt; yet.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Menu uses typolink now (it was other function in 4.1). So menu should 
&lt;br&gt;&amp;gt; not be different from any other link. If it does, it means we still have 
&lt;br&gt;&amp;gt; something to fix there.
&lt;br&gt;&amp;gt;
&lt;/div&gt;ok - all is fine, nothing to fix
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Latest realurl works (without any additional configuration) - i'm 
&lt;br&gt;&amp;gt;&amp;gt; astonsished about.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I like to hear that :D It means those hours were spent for good :)
&lt;br&gt;&lt;br&gt;yes, all is fine. i even missed entry of domains, it works without too.
&lt;br&gt;You can see it on &lt;a href=&quot;http://support.typo3.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.typo3.org&lt;/a&gt;&amp;nbsp; where snippets is other domain.
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19176497&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19176497.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19176401</id>
	<title>Re: Multi-Domain problem</title>
	<published>2008-08-27T00:58:04Z</published>
	<updated>2008-08-27T00:58:04Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Steffen Kamper wrote:
&lt;br&gt;&amp;gt; glad to use 4.2 and glad i got it working :-)
&lt;br&gt;&amp;gt; May be there are some problems, but only menu does crossdomain-linking yet.
&lt;br&gt;&lt;br&gt;Menu uses typolink now (it was other function in 4.1). So menu should not be different from any other link. If it does, it means we still have something to fix there.
&lt;br&gt;&lt;br&gt;&amp;gt; Latest realurl works (without any additional configuration) - i'm 
&lt;br&gt;&amp;gt; astonsished about.
&lt;br&gt;&lt;br&gt;I like to hear that :D It means those hours were spent for good :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19176401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Multi-Domain-problem-tp19161917p19176401.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19176397</id>
	<title>Re: Ajaxed tree task (volunteers wanted)</title>
	<published>2008-08-27T00:55:25Z</published>
	<updated>2008-08-27T00:55:25Z</updated>
	<author>
		<name>Dmitry Dulepov [typo3]</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;Dan Osipov wrote:
&lt;br&gt;&amp;gt; What would be involved? Obviously clicking on a plus/minus to 
&lt;br&gt;&amp;gt; expand/collapse the tree should be AJAXed, but what else?
&lt;br&gt;&lt;br&gt;At least expand/collapse :) Other gooddies are only welcome! :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dmitry Dulepov
&lt;br&gt;TYPO3 Core team
&lt;br&gt;My TYPO3 book: &lt;a href=&quot;http://www.packtpub.com/typo3-extension-development/book&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.packtpub.com/typo3-extension-development/book&lt;/a&gt;&lt;br&gt;In the blog: &lt;a href=&quot;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19176397&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajaxed-tree-task-%28volunteers-wanted%29-tp19157590p19176397.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19171540</id>
	<title>Re: Ajaxed tree task (volunteers wanted)</title>
	<published>2008-08-26T15:18:11Z</published>
	<updated>2008-08-26T15:18:11Z</updated>
	<author>
		<name>Steffen Kamper-3</name>
	</author>
	<content type="html">Benjamin Mack schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey Dan,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; obviously, this should be a generic thing, as the &amp;quot;ArrayTree&amp;quot; could be 
&lt;br&gt;&amp;gt; done by that in a generic way, so we can use it in the other modules 
&lt;br&gt;&amp;gt; (Tools =&amp;gt; Configuration would be great too).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, if we can get this task (+/- ajaxified) done for 4.3, then this 
&lt;br&gt;&amp;gt; would be the most important thing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Of course, there are other nice options that are &amp;quot;nice-to-have&amp;quot;.
&lt;br&gt;&amp;gt; * Modifying entries (and add them) to the tree, either inline or in a 
&lt;br&gt;&amp;gt; modal screen. Right now, e.g. when you want to change a value in the TCA 
&lt;br&gt;&amp;gt; &amp;nbsp;(well, it's not possible) or in the Template Browser, the screen 
&lt;br&gt;&amp;gt; refreshes as well.
&lt;br&gt;&amp;gt; * Dynamic filter (find as you type :)) with the search on top of the 
&lt;br&gt;&amp;gt; Template Browser screen.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, I'm sure we could think of a lot of other things there :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All the best,
&lt;br&gt;&amp;gt; benni.
&lt;br&gt;&amp;gt; -SDG-
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;iirc all has to be in t3lib_arraybrowser::tree
&lt;br&gt;there is the link generation for +/-
&lt;br&gt;&lt;br&gt;vg Steffen
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19171540&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajaxed-tree-task-%28volunteers-wanted%29-tp19157590p19171540.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19171406</id>
	<title>Re: Ajaxed tree task (volunteers wanted)</title>
	<published>2008-08-26T15:09:32Z</published>
	<updated>2008-08-26T15:09:32Z</updated>
	<author>
		<name>Benjamin Mack-4</name>
	</author>
	<content type="html">Hey Dan,
&lt;br&gt;&lt;br&gt;obviously, this should be a generic thing, as the &amp;quot;ArrayTree&amp;quot; could be 
&lt;br&gt;done by that in a generic way, so we can use it in the other modules 
&lt;br&gt;(Tools =&amp;gt; Configuration would be great too).
&lt;br&gt;&lt;br&gt;Well, if we can get this task (+/- ajaxified) done for 4.3, then this 
&lt;br&gt;would be the most important thing.
&lt;br&gt;&lt;br&gt;Of course, there are other nice options that are &amp;quot;nice-to-have&amp;quot;.
&lt;br&gt;* Modifying entries (and add them) to the tree, either inline or in a 
&lt;br&gt;modal screen. Right now, e.g. when you want to change a value in the TCA 
&lt;br&gt;&amp;nbsp; (well, it's not possible) or in the Template Browser, the screen 
&lt;br&gt;refreshes as well.
&lt;br&gt;* Dynamic filter (find as you type :)) with the search on top of the 
&lt;br&gt;Template Browser screen.
&lt;br&gt;&lt;br&gt;Well, I'm sure we could think of a lot of other things there :)
&lt;br&gt;&lt;br&gt;All the best,
&lt;br&gt;benni.
&lt;br&gt;-SDG-
&lt;br&gt;&lt;br&gt;Dan Osipov wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What would be involved? Obviously clicking on a plus/minus to 
&lt;br&gt;&amp;gt; expand/collapse the tree should be AJAXed, but what else?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dan Osipov
&lt;br&gt;&amp;gt; Calkins Media
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://danosipov.com/blog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://danosipov.com/blog/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dmitry Dulepov [typo3] wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If anyone wishes to contribute, it would be nice to have the tree in 
&lt;br&gt;&amp;gt;&amp;gt; Template Browser ajaxed. Currently each click causes reload, which 
&lt;br&gt;&amp;gt;&amp;gt; takes time and traffic. If someone could make that tree ajaxed, I am 
&lt;br&gt;&amp;gt;&amp;gt; sure every TYPO3 admin user will appreciate it a lot :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any volunteer? :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19171406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajaxed-tree-task-%28volunteers-wanted%29-tp19157590p19171406.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19171254</id>
	<title>Re: Ajaxed tree task (volunteers wanted)</title>
	<published>2008-08-26T14:56:54Z</published>
	<updated>2008-08-26T14:56:54Z</updated>
	<author>
		<name>Dan Osipov</name>
	</author>
	<content type="html">What would be involved? Obviously clicking on a plus/minus to 
&lt;br&gt;expand/collapse the tree should be AJAXed, but what else?
&lt;br&gt;&lt;br&gt;Dan Osipov
&lt;br&gt;Calkins Media
&lt;br&gt;&lt;a href=&quot;http://danosipov.com/blog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://danosipov.com/blog/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Dmitry Dulepov [typo3] wrote:
&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If anyone wishes to contribute, it would be nice to have the tree in 
&lt;br&gt;&amp;gt; Template Browser ajaxed. Currently each click causes reload, which takes 
&lt;br&gt;&amp;gt; time and traffic. If someone could make that tree ajaxed, I am sure 
&lt;br&gt;&amp;gt; every TYPO3 admin user will appreciate it a lot :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any volunteer? :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;_______________________________________________
&lt;br&gt;TYPO3-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19171254&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TYPO3-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajaxed-tree-task-%28volunteers-wanted%29-tp19157590p19171254.html" />
</entry>

</feed>
