<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-625</id>
	<title>Nabble - Magnolia</title>
	<updated>2009-11-30T10:02:52Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Magnolia-f625.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Magnolia-f625.html" />
	<subtitle type="html">Magnolia is the first open-source content-management-system (CMS) which has been built from scratch to support JSR-170, the upcoming standard API for java content repositories (JCR). Its main goal is ease of use for all parties involved in running a CMS. Visit Magnolia home &lt;a href=&quot;http://www.magnolia-cms.com/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;here&lt;/a&gt;</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26579208</id>
	<title>Re: Update on the calendar feed generation progress</title>
	<published>2009-11-30T10:02:52Z</published>
	<updated>2009-11-30T10:02:52Z</updated>
	<author>
		<name>Ryan Gardner</name>
	</author>
	<content type="html">&lt;br&gt;On Wed, Nov 25, 2009 at 3:23 PM, Jan Haderka
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26579208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan.haderka@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, 2009-11-24 at 09:28 -0700, Ryan Gardner wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have it working on my dev system. What I haven't finished yet is
&lt;br&gt;&amp;gt;&amp;gt; getting it integrated into the STK.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I decided the best place for the CalendarFeedGenerator would be in the
&lt;br&gt;&amp;gt;&amp;gt; STK module since it is coupled to the stkEvent already.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That's fine. Just put it in the same package as the PageSyndicator is.
&lt;br&gt;&lt;br&gt;Yep, that's where I put it.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I see the preferred way to add links to the stk pages is via runtime
&lt;br&gt;&amp;gt;&amp;gt; decoration with javascript. I have a prototype I did yesterday that
&lt;br&gt;&amp;gt;&amp;gt; adds a behavior to initbehavior that adds a calendar download link to
&lt;br&gt;&amp;gt;&amp;gt; the events pages.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it now? I thought you will just produce icon with a link similar to
&lt;br&gt;&amp;gt; templating-kit/paragraphs/teasers/syndicate.ftl, but maybe you had
&lt;br&gt;&amp;gt; something more fancy in mind (like a link in the header of the page?).
&lt;br&gt;&lt;br&gt;The &amp;quot;print&amp;quot; link is the one I noticed that gets decorated into the
&lt;br&gt;page which is what made me assume that approach was the preferred
&lt;br&gt;approach.
&lt;br&gt;&lt;br&gt;I was thinking of something like this for the UI for the links on the
&lt;br&gt;overview page (I made a quick page on google sites to share the
&lt;br&gt;screenshot)
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sites.google.com/site/ryebryeimages/screensh&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/ryebryeimages/screensh&lt;/a&gt;&lt;br&gt;&lt;br&gt;Now that I see what you are talking about - it could be pretty easy to
&lt;br&gt;add some icons to the side there with the syndicate.ftl
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; A future step could be calendar aggregation. iCal4j parses ical feeds
&lt;br&gt;&amp;gt;&amp;gt; as well as creates them, so you could do some kind of calendar
&lt;br&gt;&amp;gt;&amp;gt; subscriptions that get dumped into an events page in magnolia quite
&lt;br&gt;&amp;gt;&amp;gt; easily.
&lt;br&gt;&amp;gt;&amp;gt; (Since I have no need personally for calendar subscriptions being
&lt;br&gt;&amp;gt;&amp;gt; pulled into magnoloa, it is unlikely I will be working on this soon)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; well, you can pull them in and display them on the calendar with the
&lt;br&gt;&amp;gt; events created directly in Magnolia. Actually this together with part
&lt;br&gt;&amp;gt; you are working on and few other features would be enough to justify
&lt;br&gt;&amp;gt; another STK release.
&lt;/div&gt;&lt;br&gt;Interesting idea. How would you suggest setting up a UI or something
&lt;br&gt;for a user to enter calendar feeds? The way I understand the RSS
&lt;br&gt;Aggregation works is that it takes the feeds and loads the data into
&lt;br&gt;the data module. Creating something similar that would read a calendar
&lt;br&gt;feed from a public URL (say a shared google calendar's feed) and
&lt;br&gt;putting that into the data module wouldn't be hard. How would you
&lt;br&gt;suggest modifying the STK to allow for it to show those events that
&lt;br&gt;site in the data repository to show up alongside the events that site
&lt;br&gt;in the website repository in a straightforward way?
&lt;br&gt;&lt;br&gt;The current way it works, unless I missed something, is that the
&lt;br&gt;&amp;quot;events overview&amp;quot; page will list off any event that exists as a child
&lt;br&gt;of it. Should the &amp;quot;events overview&amp;quot; be modified to give it a page
&lt;br&gt;property where you could pick data module nodes to pull events from as
&lt;br&gt;well and then modify the model piece to have it pull both of those
&lt;br&gt;together and spit them out?
&lt;br&gt;&lt;br&gt;From my point of view, pulling in a calendar feed from a URL and
&lt;br&gt;putting the data into the data repository is a fairly easy thing to
&lt;br&gt;do. There are a few issues to work through involving things that
&lt;br&gt;iCalendar supports but magnolia's current events implementation does
&lt;br&gt;not - such as recurrence rules, time zones, or . Having it run on the
&lt;br&gt;same timer as the RSS Aggregation is probably less than optimal but
&lt;br&gt;would work for the time being. The tricky part for me (since I'm not
&lt;br&gt;yet intimately familiar with the workings of the STK) would be getting
&lt;br&gt;them to display in an elegant way alongside the website-repository
&lt;br&gt;events.
&lt;br&gt;&lt;br&gt;I could make the module create nodes in the website repository and
&lt;br&gt;populate with the data from the calendar feed - this would be the
&lt;br&gt;easiest way to tie into the existing STK events implementation but I
&lt;br&gt;don't know about
&lt;br&gt;&lt;br&gt;If you have some suggestions on an approach for this, I could take a
&lt;br&gt;stab at doing that as well.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; How far along would you like me to get this before I submit it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As far as you dare to take it :D
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just submit the patch for review once you feel it feature complete and
&lt;br&gt;&amp;gt; we can continue the discussion from that point.
&lt;br&gt;&lt;br&gt;Sounds good. Calendar aggregation could be a killer feature for some
&lt;br&gt;companies that already leverage calendar servers that support
&lt;br&gt;exporting things into an iCalendar format. Even for companies using an
&lt;br&gt;Exchange server, they could use some relatively painless workarounds
&lt;br&gt;such as using Google Calendar's calendar sync program to get their
&lt;br&gt;exchange calendars out onto a calendar they could share into magnolia
&lt;br&gt;(should they leverage google calendar, they could decide to not share
&lt;br&gt;the calendar publicly but to use the &amp;quot;private link&amp;quot; that google
&lt;br&gt;calendar gives you to share just to trusted people)... but I'll avoid
&lt;br&gt;getting ahead of myself... I've also got to now migrate a 3.5 site
&lt;br&gt;over to 4.2 and work on migrating all my older content and a few
&lt;br&gt;custom jsp templates &amp;nbsp;into the STK / fre :)
&lt;br&gt;&lt;br&gt;Ryan
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26579208&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Update-on-the-calendar-feed-generation-progress-tp26499112p26579208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26576061</id>
	<title>[JIRA] Updated: (MAGNOLIA-2853) Upgrade to jackrabbit 1.6</title>
	<published>2009-11-30T06:56:36Z</published>
	<updated>2009-11-30T06:56:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2853:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 4.2
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Upgrade to jackrabbit 1.6
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2853
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2853&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2853&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Fabrizio Giustina
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grégory Joseph
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jackrabbit 1.6 is out, with several improvements (and an updated lucene version).
&lt;br&gt;&amp;gt; The transition is smooth, it doesn't require any change to existing code, configuration, repositories or indexes.
&lt;br&gt;&amp;gt; What about dropping this into 4.1.1?
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26576061&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2853%29-Upgrade-to-jackrabbit-1.6-tp25040523p26576061.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26575718</id>
	<title>Some general questions with regard to listings and performance</title>
	<published>2009-11-30T06:30:53Z</published>
	<updated>2009-11-30T06:30:53Z</updated>
	<author>
		<name>Roelof Jan Koekoek</name>
	</author>
	<content type="html">&lt;br&gt;Hi there
&lt;br&gt;&lt;br&gt;I've got some global informative questions with regard to listings and &amp;nbsp;
&lt;br&gt;their performance. For example the STKs article overview page &amp;nbsp;
&lt;br&gt;retrieves all content based on the stkArticle template within the &amp;nbsp;
&lt;br&gt;website tree and uses an in memory sorting and paging algorithm. In my &amp;nbsp;
&lt;br&gt;experience this would become a performance bottleneck at some stage, &amp;nbsp;
&lt;br&gt;but I've got no idea if this experience holds for a Magnolia/JCR set- 
&lt;br&gt;up. Is this an issue in bulky or large traffic websites with frequent &amp;nbsp;
&lt;br&gt;updates? Just for the information I was wondering what your experience &amp;nbsp;
&lt;br&gt;with this solution is.
&lt;br&gt;&lt;br&gt;- To what extend will this perform with 100, 1000 or 10k articles?
&lt;br&gt;- Should I fear any memory issues, especially when nodes contain &amp;nbsp;
&lt;br&gt;images or binary data.
&lt;br&gt;- Is there some kind of caching involved here beyond the page caching &amp;nbsp;
&lt;br&gt;level? Is this ever necessary?
&lt;br&gt;- Does Jackrabbit implement some kind of query caching one can tweak &amp;nbsp;
&lt;br&gt;or tune?
&lt;br&gt;&lt;br&gt;Hopefully someone can supply us with some guidelines or does and &amp;nbsp;
&lt;br&gt;don'ts for this matter?
&lt;br&gt;&lt;br&gt;Best regards, Roelof Jan
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26575718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-general-questions-with-regard-to-listings-and-performance-tp26575718p26575718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26572622</id>
	<title>[JIRA] Created: (MAGNOLIA-2961) multiplehosts property does not work with default cache policy configuration</title>
	<published>2009-11-30T02:42:38Z</published>
	<updated>2009-11-30T02:42:38Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;multiplehosts property does not work with default cache policy configuration
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MAGNOLIA-2961
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2961&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2961&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: cache
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 4.1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: kees de koning
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Boris Kraft
&lt;br&gt;&lt;br&gt;&lt;br&gt;if cache configuration is set to multiplehosts=true, the default voter for urls/includes/all (plus some others) don't work correctly anymore, since the URI checked now starts with the domain rather than with / ; hence, caching is effectively completely disabled.
&lt;br&gt;&lt;br&gt;workaround: reconfigure the voters 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26572622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2961%29-multiplehosts-property-does-not-work-with-default-cache-policy-configuration-tp26572622p26572622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26572001</id>
	<title>[JIRA] Created: (MGNLDMS-176) info.magnolia.module.dms.DMSDownloadServlet logs as error level when interrupting download</title>
	<published>2009-11-30T01:56:36Z</published>
	<updated>2009-11-30T01:56:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;info.magnolia.module.dms.DMSDownloadServlet logs as error level when interrupting download
&lt;br&gt;------------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MGNLDMS-176
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MGNLDMS-176&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MGNLDMS-176&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia DMS Module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.4.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: kees de koning
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Philipp Bärfuss
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&lt;br&gt;&lt;br&gt;when a download is interrupted by the user, an error is logged. This is clogging the log files unnecessary, which makes proper monitoring and debugging very hard; esp. if you have videos showing; it happens all the time when users move away from the page before the full video has loaded. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26572001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MGNLDMS-176%29-info.magnolia.module.dms.DMSDownloadServlet-logs-as-error-level-when-interrupting-download-tp26572001p26572001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566078</id>
	<title>[JIRA] Created: (MAGNOLIA-2960) Automatic cleanup of unwanted namespaces during export</title>
	<published>2009-11-29T12:59:36Z</published>
	<updated>2009-11-29T12:59:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;Automatic cleanup of unwanted namespaces during export
&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MAGNOLIA-2960
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2960&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2960&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 4.2.1, 4.2, 4.1.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Fabrizio Giustina
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Philipp Bärfuss
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: unwanted_ns_definitive_fix.diff
&lt;br&gt;&lt;br&gt;See MAGNOLIA-2756 for a background.
&lt;br&gt;We have several unwanted namespaces in the xml &amp;nbsp;export, and the way jackrabbits handles the namespace registry makes really hard to remove them and avoiding to see them showing up again in future exports... looks like it's enough to import any kind of xml file with a namespace to definitively &amp;quot;infect&amp;quot; the instance and make that namespace show up everywhere.
&lt;br&gt;&lt;br&gt;While with MAGNOLIA-2756 now we have clean bootstrap file, it's still to easy for a single unwanted namespace to slip in and corrupt xml export, so I'd like a more definitive solution...
&lt;br&gt;&lt;br&gt;I've coded a patch for a Sax filter that cleanups namespaces on the fly during export and I've added this to MetadataUuidFilter (already used by default during export) so that it's enabled by default.
&lt;br&gt;If for any reason the stripping of unwanted namespaces is not wanted, the user can just set the new &amp;quot;magnolia.export.keep_extra_namespaces&amp;quot; property.
&lt;br&gt;The list of namespaces is taken from &amp;nbsp;MAGNOLIA-2756. Last but not least, there is a new unit test added for this.
&lt;br&gt;&lt;br&gt;Since I'd like to see if other agree for adding this as a default, I'm attaching the patch here before committing. Please shout if you see reasons why this should not be on by default.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26566078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2960%29-Automatic-cleanup-of-unwanted-namespaces-during-export-tp26566078p26566078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26562703</id>
	<title>[JIRA] Created: (MAGNOLIA-2959) MgnlContext.doInsystemContext: binary incompatible change in version 4.2</title>
	<published>2009-11-29T06:48:37Z</published>
	<updated>2009-11-29T06:48:37Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;MgnlContext.doInsystemContext: binary incompatible change in version 4.2
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MAGNOLIA-2959
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2959&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2959&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 4.2.1, 4.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Fabrizio Giustina
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Grégory Joseph
&lt;br&gt;&lt;br&gt;&lt;br&gt;The change to the signature in MgnlContext.doInsystemContext() introduced for MAGNOLIA-2921 introduced a binary incompatibility with everything was compiled with al older version.
&lt;br&gt;Changing the return value from &amp;quot;void&amp;quot; to &amp;quot;java.lang.Void&amp;quot; causes the following exception:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;{code}
&lt;br&gt;2009-11-29 15:32:44,998 ERROR info.magnolia.cms.servlets.MVCServletHandlerImpl &amp;nbsp;: can't call command: show
&lt;br&gt;java.lang.NoSuchMethodError: info.magnolia.context.MgnlContext.doInSystemContext(Linfo/magnolia/context/MgnlContext$SystemContextOperation;)V
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.openutils.mgnlmedia.media.utils.ImageUtils.checkOrCreateResolution(ImageUtils.java:565)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.openutils.mgnlmedia.media.utils.ImageUtils.checkOrCreateResolution(ImageUtils.java:511)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.openutils.mgnlmedia.media.types.impl.ImageTypeHandler.getThumbnailUrl(ImageTypeHandler.java:48)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.openutils.mgnlmedia.media.pages.MediaFolderViewPage.show(MediaFolderViewPage.java:257)
&lt;br&gt;{code}
&lt;br&gt;&lt;br&gt;According to the comments in MAGNOLIA-2921 this should not be what expected, the original method should have been deprecated without changes (and it actually has been deprecated, but after such modification), and a new method has been added.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26562703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2959%29-MgnlContext.doInsystemContext%3A-binary-incompatible-change-in-version-4.2-tp26562703p26562703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543553</id>
	<title>[JIRA] Commented: (MAGNOLIA-2671) &lt;cmsu:simpleNavigation relativeLevels=&quot;true&quot; fails</title>
	<published>2009-11-27T06:56:36Z</published>
	<updated>2009-11-27T06:56:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25146#action_25146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25146#action_25146&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Oliver Knorr commented on MAGNOLIA-2671:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;Hello Jan,
&lt;br&gt;I just tried this, and you are right! To be more precise, the problem exists, if the {{cmsu:simpleNavigation}} is nested insided the {{cms:contentNodeIterator}} tag (in my case, it's part of a special paragraph). If I put the same {{cmsu:simpleNavigation}} before the opening tag of {{cms:contentNodeIterator}} or after its closing tag, it works fine.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;lt;cmsu:simpleNavigation relativeLevels=&amp;quot;true&amp;quot; fails
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2671
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: taglibs
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.0.1, 4.1.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows Vista Business SP1
&lt;br&gt;&amp;gt; JDK 1.6.0_11
&lt;br&gt;&amp;gt; apache-tomcat-5.5.26
&lt;br&gt;&amp;gt; magnolia-bundled-webapp-4.0.1.war
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Oliver Knorr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Fabrizio Giustina
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After upgrading from Magnolia 3.6.3 to 4.0.1, the tag {{&amp;lt;cmsu:simpleNavigation relativeLevels=&amp;quot;true&amp;quot; startLevel=&amp;quot;0&amp;quot; endLevel=&amp;quot;1&amp;quot; /&amp;gt;}} does not print out the list of subpages anymore.
&lt;br&gt;&amp;gt; Like with MAGNOLIA-2669, the problem seems to be caused by the changes for MAGNOLIA-2642 as it disappears for me when I revert Resource.java to the previous revision from &lt;a href=&quot;http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-taglib-cms/src/main/java/info/magnolia/cms/taglibs/Resource.java?revision=21024&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-taglib-cms/src/main/java/info/magnolia/cms/taglibs/Resource.java?revision=21024&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2671%29-%3Ccmsu%3AsimpleNavigation-relativeLevels%3D%22true%22-fails-tp22684788p26543553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543451</id>
	<title>Re: mod_jk Authentication etc.</title>
	<published>2009-11-27T05:13:57Z</published>
	<updated>2009-11-27T05:13:57Z</updated>
	<author>
		<name>Thomas Martin-8</name>
	</author>
	<content type="html">&lt;br&gt;Vielen Dank für Ihre Email.
&lt;br&gt;&lt;br&gt;Ich bin bis zum 02. Dezember nicht im Büro und empfange keine Malis. Für dringenden Angelegenheiten bin ich unter +41 76 558 67 90 erreichbar.
&lt;br&gt;&lt;br&gt;Beste Grüsse
&lt;br&gt;Thomas Martin
&lt;br&gt;&lt;br&gt;--------------------------
&lt;br&gt;Thomas Martin [tm]
&lt;br&gt;Dipl. Interaktionsleiter FH
&lt;br&gt;St. Johanns-Vorstadt 3
&lt;br&gt;CH 4056 Basel
&lt;br&gt;Switzerland
&lt;br&gt;T +41 61 273 57 72
&lt;br&gt;M +41 76 558 67 90
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543451&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tm@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.thomas-martin.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.thomas-martin.ch&lt;/a&gt;&lt;br&gt;skype: thomas-martin.ch
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543451&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mod_jk-Authentication-etc.-tp26540432p26543451.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26540432</id>
	<title>mod_jk Authentication etc.</title>
	<published>2009-11-27T02:17:47Z</published>
	<updated>2009-11-27T02:17:47Z</updated>
	<author>
		<name>Anthony Jay</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;I am currently evaluation Magnolia and meshcms. I have looked at a few
&lt;br&gt;others but find them bloated.
&lt;br&gt;My env:
&lt;br&gt;&amp;nbsp;I have apache2/mod_jk and two tomcat servers serving jsp (linux). 
&lt;br&gt;Some apps require basic auth, some require form based auth, some no
&lt;br&gt;auth. How can Magnolia handle synch of data between servers?
&lt;br&gt;Tony
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540432&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mod_jk-Authentication-etc.-tp26540432p26540432.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26531495</id>
	<title>[JIRA] Commented: (MGNLDATA-93) Introduce generics into the parts where they are still missing and cleanup the code</title>
	<published>2009-11-26T07:58:36Z</published>
	<updated>2009-11-26T07:58:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MGNLDATA-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25131#action_25131&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MGNLDATA-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25131#action_25131&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Hudson CI server commented on MGNLDATA-93:
&lt;br&gt;------------------------------------------
&lt;br&gt;&lt;br&gt;Integrated in !&lt;a href=&quot;http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif!&lt;/a&gt;&amp;nbsp;[magnolia-module-data #485|&lt;a href=&quot;http://hudson.magnolia-cms.com/job/magnolia-module-data/485/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hudson.magnolia-cms.com/job/magnolia-module-data/485/&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Generics and code cleanup ... using google-collections this time around.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Introduce generics into the parts where they are still missing and cleanup the code
&lt;br&gt;&amp;gt; -----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MGNLDATA-93
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MGNLDATA-93&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MGNLDATA-93&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia Data Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Task
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jan Haderka
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jan Haderka
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.4.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26531495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MGNLDATA-93%29-Introduce-generics-into-the-parts-where-they-are-still-missing-and-cleanup-the-code-tp26509880p26531495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530495</id>
	<title>[JIRA] Commented: (MAGNOLIA-2910) Preserve DMS specific versioning command upon workflow installation</title>
	<published>2009-11-26T06:45:36Z</published>
	<updated>2009-11-26T06:45:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25130#action_25130&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25130#action_25130&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jan Haderka commented on MAGNOLIA-2910:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;To solve your issue if occurs in versions earlier then 4.2.1, you have to change the command back manually - go to config:/modules/dms/commands/dms/activate and change value of class from info.magnolia.module.admininterface.commands.VersionCommand to info.magnolia.module.dms.commands.DocumentVersionCommand
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Preserve DMS specific versioning command upon workflow installation
&lt;br&gt;&amp;gt; -------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2910
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2910&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2910&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: workflow
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.0.3, 4.1.1, 4.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jan Haderka
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jan Haderka
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since version 4.0/DMS 1.4, DMS is using its own versioning command to overcome issue MGNLDMS-158. When installing workflow, this command is overwritten with the default.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2910%29-Preserve-DMS-specific-versioning-command-upon-workflow-installation-tp26074365p26530495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529610</id>
	<title>[JIRA] Updated: (MAGNOLIA-2903) activation: users having only write permission in a subpart of the hierarchy are not able to activate</title>
	<published>2009-11-26T05:39:38Z</published>
	<updated>2009-11-26T05:39:38Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2903:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 4.2.1
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; activation: users having only write permission in a subpart of the hierarchy are not able to activate 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2903
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2903&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2903&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: activation
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Jan Haderka
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.1.2, 4.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In the following line a temporary node is created in the root of the workspace (the node name is the uuid)
&lt;br&gt;&amp;gt; --&amp;gt; ReceiveFilter.importOnExisting(ReceiveFilter.java:420)
&lt;br&gt;&amp;gt; If a user cannot write to the root, but only to a sub hierarchy, he cannot create this temporary node.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529610&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2903%29-activation%3A-users-having-only-write-permission-in-a-subpart-of-the-hierarchy-are-not-able-to-activate-tp25926542p26529610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26527864</id>
	<title>[JIRA] Commented: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T03:07:36Z</published>
	<updated>2009-11-26T03:07:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25129#action_25129&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25129#action_25129&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jan Haderka commented on MAGNOLIA-2958:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Diff between your pre-release trunk copy and the 4.1.1 tag ... over all modules that make CE.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2958
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1, 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Will Scheidegger
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: screenshot-1.jpg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527864&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26527864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26527553</id>
	<title>[JIRA] Commented: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T02:42:36Z</published>
	<updated>2009-11-26T02:42:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25128#action_25128&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25128#action_25128&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Will Scheidegger commented on MAGNOLIA-2958:
&lt;br&gt;--------------------------------------------
&lt;br&gt;&lt;br&gt;diff of what? I'm not sure if the problem is situated in the admin interface module. Could also be a cache problem - at least last time (Mag 3.2?) it was a cache problem.
&lt;br&gt;&lt;br&gt;I will install a Magnolia 4.2.1 version this weekend on the same server (the exact same version that gives me problems here locally). Let me check first, if this works. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2958
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1, 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Will Scheidegger
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: screenshot-1.jpg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26527553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26527438</id>
	<title>[JIRA] Commented: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T02:31:38Z</published>
	<updated>2009-11-26T02:31:38Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25127#action_25127&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25127#action_25127&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jan Haderka commented on MAGNOLIA-2958:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;So can you do the diff of the version that works in comparison to 4.1.1 tag?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2958
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1, 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Will Scheidegger
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: screenshot-1.jpg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527438&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26527438.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526696</id>
	<title>[JIRA] Commented: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T01:32:36Z</published>
	<updated>2009-11-26T01:32:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25126#action_25126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=25126#action_25126&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Will Scheidegger commented on MAGNOLIA-2958:
&lt;br&gt;--------------------------------------------
&lt;br&gt;&lt;br&gt;BTW: I don't see the problem on our Mag 4.1.1 pre-released trunk version properly installed on a server accessed via Apache
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2958
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1, 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Will Scheidegger
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: screenshot-1.jpg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26526696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526694</id>
	<title>[JIRA] Updated: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T01:30:36Z</published>
	<updated>2009-11-26T01:30:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Will Scheidegger updated MAGNOLIA-2958:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: screenshot-1.jpg
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2958
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.1.1, 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Will Scheidegger
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: screenshot-1.jpg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26526694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526672</id>
	<title>[JIRA] Created: (MAGNOLIA-2958) (Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5</title>
	<published>2009-11-26T01:28:36Z</published>
	<updated>2009-11-26T01:28:36Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;(Local?) Magnolia 4.1/4.2 AdminCentral often does not display right in Firefox 3.5
&lt;br&gt;----------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MAGNOLIA-2958
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2958&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: admininterface
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 4.2.1, 4.1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Mac OS X 10.6.2, Firefox 3.5.5, Magnolia 4.1.1 or 4.2.1 installed locally, accessed via &lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Will Scheidegger
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Philipp Bärfuss
&lt;br&gt;&lt;br&gt;&lt;br&gt;When trying to work with Magnolia on Firefox 3.5 often half of the content is missing. Since &amp;quot;half of the content&amp;quot; usually means css and js files, this makes Magnolia pretty much useless. Here are some screenshots:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastforward.ch/projekte/magnolia/magnolia_4_display_problems/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2958%29-%28Local-%29-Magnolia-4.1-4.2-AdminCentral-often-does-not-display-right-in-Firefox-3.5-tp26526672p26526672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526616</id>
	<title>[JIRA] Created: (MGNLDMS-175) Preview of inbox item doesn't work when activating folder incl. subfolders</title>
	<published>2009-11-26T01:22:39Z</published>
	<updated>2009-11-26T01:22:39Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;Preview of inbox item doesn't work when activating folder incl. subfolders
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MGNLDMS-175
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MGNLDMS-175&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MGNLDMS-175&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Magnolia DMS Module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.4.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Jan Haderka
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Philipp Bärfuss
&lt;br&gt;&lt;br&gt;&lt;br&gt;The empty document dialog is displayed instead
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MGNLDMS-175%29-Preview-of-inbox-item-doesn%27t-work-when-activating-folder-incl.-subfolders-tp26526616p26526616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525612</id>
	<title>[JIRA] Updated: (MAGNOLIA-2491) Generate content2bean documentation</title>
	<published>2009-11-25T23:50:37Z</published>
	<updated>2009-11-25T23:50:37Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2491:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 4.2.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(was: 4.1.2)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Generate content2bean documentation
&lt;br&gt;&amp;gt; -----------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2491
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2491&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: build
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Grégory Joseph
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grégory Joseph
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: MAGNOLIA-2491.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To simplify documentation, we should generate documentation for all beans/components which can be configured through content2bean. Simpler and more end-user focused than javadoc.
&lt;br&gt;&amp;gt; An XDoclet2 plugin seems a simple and reasonable approach for achieving this.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525612&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2491%29-Generate-content2bean-documentation-tp20815167p26525612.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525613</id>
	<title>[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7</title>
	<published>2009-11-25T23:50:37Z</published>
	<updated>2009-11-25T23:50:37Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2820:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: 4.1.2)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Backend with HTTPS - warning in IE7
&lt;br&gt;&amp;gt; -----------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2820
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2820&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2820&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: admininterface
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 3.6.3
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Rainer Blumenthal
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Philipp Bärfuss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: Navigation.java, Navigation.js, Navigation.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning:
&lt;br&gt;&amp;gt; &amp;quot;This page containsd secure and non-secure items...&amp;quot;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0&lt;/a&gt;&lt;br&gt;&amp;gt; If you look here: &lt;a href=&quot;http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx&lt;/a&gt;&lt;br&gt;&amp;gt; somebody seems to have found the cause.
&lt;br&gt;&amp;gt; The Magnolia Backend seems to use an iframe without &amp;quot;src&amp;quot; attribute - the &amp;quot;src&amp;quot; attribute is then set by JS. But on page-load the IE interpretes this as unsecure.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525613&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2820%29-Backend-with-HTTPS---warning-in-IE-tp24640865p26525613.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525614</id>
	<title>[JIRA] Updated: (MAGNOLIA-2671) &lt;cmsu:simpleNavigation relativeLevels=&quot;true&quot; fails</title>
	<published>2009-11-25T23:50:37Z</published>
	<updated>2009-11-25T23:50:37Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2671:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: 4.1.2)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;lt;cmsu:simpleNavigation relativeLevels=&amp;quot;true&amp;quot; fails
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2671
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2671&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: taglibs
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.0.1, 4.1.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows Vista Business SP1
&lt;br&gt;&amp;gt; JDK 1.6.0_11
&lt;br&gt;&amp;gt; apache-tomcat-5.5.26
&lt;br&gt;&amp;gt; magnolia-bundled-webapp-4.0.1.war
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Oliver Knorr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Fabrizio Giustina
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After upgrading from Magnolia 3.6.3 to 4.0.1, the tag {{&amp;lt;cmsu:simpleNavigation relativeLevels=&amp;quot;true&amp;quot; startLevel=&amp;quot;0&amp;quot; endLevel=&amp;quot;1&amp;quot; /&amp;gt;}} does not print out the list of subpages anymore.
&lt;br&gt;&amp;gt; Like with MAGNOLIA-2669, the problem seems to be caused by the changes for MAGNOLIA-2642 as it disappears for me when I revert Resource.java to the previous revision from &lt;a href=&quot;http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-taglib-cms/src/main/java/info/magnolia/cms/taglibs/Resource.java?revision=21024&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-taglib-cms/src/main/java/info/magnolia/cms/taglibs/Resource.java?revision=21024&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2671%29-%3Ccmsu%3AsimpleNavigation-relativeLevels%3D%22true%22-fails-tp22684788p26525614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525599</id>
	<title>Re: when will 4.2.2 be released?</title>
	<published>2009-11-25T23:40:45Z</published>
	<updated>2009-11-25T23:40:45Z</updated>
	<author>
		<name>Toby O'Rourke-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.28.1&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
You're welcome.&lt;BR&gt;
&lt;BR&gt;
On Wed, 2009-11-25 at 20:42 +0100, Gr&amp;#233;gory Joseph wrote:
&lt;BLOCKQUOTE TYPE=CITE&gt;
&lt;PRE&gt;
Hi Toby,

That issue's been fixed with 4.2.1, which has just been released!  
Thanks for the patch! :)

Enjoy,

-g

On Nov 25, 2009, at 6:30 PM, Toby O'Rourke wrote:

&amp;gt; Hi,
&amp;gt;
&amp;gt; The subject says it all really! We are looking for the fix to  
&amp;gt; MAGNOLIA-2957 to make it into a released version rather than a  
&amp;gt; snapshot...
&amp;gt;
&amp;gt; Cheers,
&amp;gt;
&amp;gt; Toby.
&amp;gt;
&amp;gt; ----------------------------------------------------------------
&amp;gt; For list details see
&amp;gt; &lt;A HREF=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/A&gt;
&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525599&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&amp;gt; ----------------------------------------------------------------


----------------------------------------------------------------
For list details see
&lt;A HREF=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/A&gt;
To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525599&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
----------------------------------------------------------------

&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;HR /&gt;
----------------------------------------------------------------&lt;BR /&gt;
For&amp;nbsp;list&amp;nbsp;details&amp;nbsp;see&lt;BR /&gt;
http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;BR /&gt;
To&amp;nbsp;unsubscribe,&amp;nbsp;E-mail&amp;nbsp;to:&amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525599&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;BR /&gt;
----------------------------------------------------------------&lt;BR /&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/when-will-4.2.2-be-released--tp26517072p26525599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522248</id>
	<title>Re: A couple of questions:</title>
	<published>2009-11-25T15:33:31Z</published>
	<updated>2009-11-25T15:33:31Z</updated>
	<author>
		<name>Ruben Reusser</name>
	</author>
	<content type="html">&lt;br&gt;If there is indeed a need to extend the jsp better templating to other 
&lt;br&gt;servers than tomcat, please let me know. We can either write that or 
&lt;br&gt;help you write it yourself. The approach taken in the module is through 
&lt;br&gt;the |DirContext| - other servers (JBoss, Websphere) support similar 
&lt;br&gt;extension points but they are not standardized through a common API - 
&lt;br&gt;that's why we only implemented tomcat at this point.
&lt;br&gt;&lt;br&gt;Ruben
&lt;br&gt;&lt;br&gt;Boris Kraft wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Except there is a community contribution by Headwire which actually 
&lt;br&gt;&amp;gt; provides that functionality in certain environments for JSP files. 
&lt;br&gt;&amp;gt; Check out &amp;quot;Better Templating&amp;quot; on the wiki:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/List+of+Magnolia+Modules&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.magnolia-cms.com/display/WIKI/List+of+Magnolia+Modules&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (search for jsp templating)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Boris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 20, 2009, at 6:00 AM, Ernst Bunders wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; hello Linden
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jsp files need to be on the file system, and can unfortunately not be 
&lt;br&gt;&amp;gt;&amp;gt; loaded from an arbitrary Reader InputStream (which would be requred 
&lt;br&gt;&amp;gt;&amp;gt; for loading templates from reposiotory nodes).
&lt;br&gt;&amp;gt;&amp;gt; So, you can reuse your jsp's (for what it's worth) by placing them in 
&lt;br&gt;&amp;gt;&amp;gt; the webapp, but if you want to be able to maintain them in the 
&lt;br&gt;&amp;gt;&amp;gt; repository, you'll have to convert them to freemarker.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ernst
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/20 Linden Varley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Linden.Varley@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is it possible to set the “servername” property within the magnolia 
&lt;br&gt;&amp;gt;&amp;gt; config, rather than it getting it from the system on startup? (This 
&lt;br&gt;&amp;gt;&amp;gt; is useful when using a different domain name when accessing magnolia, 
&lt;br&gt;&amp;gt;&amp;gt; such as when proxying to it from another address)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Secondly, being able to edit templates within the web interface using 
&lt;br&gt;&amp;gt;&amp;gt; the templating kit is great. I’ve got a lot of existing jsp templates 
&lt;br&gt;&amp;gt;&amp;gt; on the file system, which I would like to add within the templates 
&lt;br&gt;&amp;gt;&amp;gt; node in the templating kit so I can also edit them directly. Is this 
&lt;br&gt;&amp;gt;&amp;gt; possible and how?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Linden
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The contents of this email are confidential and may be subject to 
&lt;br&gt;&amp;gt;&amp;gt; legal or professional privilege and copyright. No representation is 
&lt;br&gt;&amp;gt;&amp;gt; made that this email is free of viruses or other defects. If you have 
&lt;br&gt;&amp;gt;&amp;gt; received this communication in error, you may not copy or distribute 
&lt;br&gt;&amp;gt;&amp;gt; any part of it or otherwise disclose its contents to anyone. Please 
&lt;br&gt;&amp;gt;&amp;gt; advise the sender of your incorrect receipt of this correspondence.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522248&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522248&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-couple-of-questions%3A-tp26438284p26522248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521780</id>
	<title>Re: Login after backup restore</title>
	<published>2009-11-25T14:54:43Z</published>
	<updated>2009-11-25T14:54:43Z</updated>
	<author>
		<name>Sebastian Schuon-2</name>
	</author>
	<content type="html">Jan, thank you very much for your support!&lt;div&gt;I ended up bootstrapping the sample configuration and then importing all the data again. Here again, the &amp;quot;delete-the-index&amp;quot; hint was really helpful!&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Sebastian&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 8:53 AM, Jan Haderka &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan.haderka@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;br&gt;
You can try [1] to temporarily disable all security and then try to&lt;br&gt;
reset the passwords.&lt;br&gt;
&lt;br&gt;
[1] &lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/Messed+Up+Security&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://wiki.magnolia-cms.com/display/WIKI/Messed+Up+Security&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
HTH,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Jan&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On Tue, 2009-11-24 at 19:05 +0100, Sebastian Schuon wrote:&lt;br&gt;
&amp;gt; Hi Jan,&lt;br&gt;
&amp;gt; thanks for all the suggestions! Your pointer to re-building the index&lt;br&gt;
&amp;gt; was a good one, since an initial error &amp;quot;can&amp;#39;t find user anonymous&amp;quot; was&lt;br&gt;
&amp;gt; resolved, but I still can&amp;#39;t login :( Even copying a working instance&lt;br&gt;
&amp;gt; from another system didn&amp;#39;t help.&lt;br&gt;
&amp;gt; On how to reset the superuser password, I guess you refer to the&lt;br&gt;
&amp;gt; following document: &lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/Reset&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://wiki.magnolia-cms.com/display/WIKI/Reset&lt;/a&gt;&lt;br&gt;
&amp;gt; +all+passwords . Only thing I don&amp;#39;t see is how to ever execute the&lt;br&gt;
&amp;gt; JSP, since for the author space, all JSPs need prior authentication,&lt;br&gt;
&amp;gt; which I am lacking...&lt;br&gt;
&amp;gt; Any suggestions are highly appreciated!&lt;br&gt;
&amp;gt; Cheers,&lt;br&gt;
&amp;gt; Sebastian&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Mon, Nov 23, 2009 at 6:56 PM, Jan Haderka&lt;br&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan.haderka@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         On Mon, 2009-11-23 at 18:07 +0100, Sebastian Schuon wrote:&lt;br&gt;
&amp;gt;         &amp;gt; Hi Jan,&lt;br&gt;
&amp;gt;         &amp;gt; thanks for your quick reply. I suspect indexes being&lt;br&gt;
&amp;gt;         &amp;quot;repositories&lt;br&gt;
&amp;gt;         &amp;gt; \magnolia\workspaces\*\index&amp;quot; right? I&amp;#39;ve deleted them and&lt;br&gt;
&amp;gt;         they get&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         yes that&amp;#39;s what I meant.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;  rebuild, but no luck logging in... do you have any other&lt;br&gt;
&amp;gt;         suggestion?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         hmm, that is strange. I have had a problem few times and&lt;br&gt;
&amp;gt;         re-indexing&lt;br&gt;
&amp;gt;         always made it go away (the issue is caused by the fact that&lt;br&gt;
&amp;gt;         indexes are&lt;br&gt;
&amp;gt;         generated asynchronously and do not stop the shutdown, so&lt;br&gt;
&amp;gt;         after the&lt;br&gt;
&amp;gt;         restore they might not be finished yet when the main restore&lt;br&gt;
&amp;gt;         thread&lt;br&gt;
&amp;gt;         already initiated shutdown).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         The other things we can look for:&lt;br&gt;
&amp;gt;         - were there any errors in the log files from startup?&lt;br&gt;
&amp;gt;         - any errors during the restore?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         you might want to post your log files to &lt;a href=&quot;http://pastebin.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;pastebin.com&lt;/a&gt; or&lt;br&gt;
&amp;gt;         similar service&lt;br&gt;
&amp;gt;         and post the links to them here so we can have a look.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         ... more thoughts:&lt;br&gt;
&amp;gt;         - the DB schema into which you restored the instance was clean&lt;br&gt;
&amp;gt;         right?&lt;br&gt;
&amp;gt;         - the restore was made into exactly same version of Magnolia&lt;br&gt;
&amp;gt;         as the one&lt;br&gt;
&amp;gt;         in which the backup was made?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         - if nothing else helps, you might want to follow the guide on&lt;br&gt;
&amp;gt;         wiki on&lt;br&gt;
&amp;gt;         how to reset superuser password.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         Cheers,&lt;br&gt;
&amp;gt;         Jan&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt; Thanks,&lt;br&gt;
&amp;gt;         &amp;gt; Sebastian&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt; On Mon, Nov 23, 2009 at 4:35 PM, Jan Haderka&lt;br&gt;
&amp;gt;         &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan.haderka@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;         Shutdown, delete indexes from all workspaces, and&lt;br&gt;
&amp;gt;         startup&lt;br&gt;
&amp;gt;         &amp;gt;         again. Should&lt;br&gt;
&amp;gt;         &amp;gt;         be ok then.&lt;br&gt;
&amp;gt;         &amp;gt;         HTH,&lt;br&gt;
&amp;gt;         &amp;gt;         Jan&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;         On Mon, 2009-11-23 at 16:29 +0100, Sebastian Schuon&lt;br&gt;
&amp;gt;         wrote:&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; Hi all,&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; I use mysql as a repository to magnolia. Now I&lt;br&gt;
&amp;gt;         tried to&lt;br&gt;
&amp;gt;         &amp;gt;         update an&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; older installation by simply updating the&lt;br&gt;
&amp;gt;         database. I am now&lt;br&gt;
&amp;gt;         &amp;gt;         puzzled,&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; that I can&amp;#39;t login anymore. Since I can login into&lt;br&gt;
&amp;gt;         the newer&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; installation, I am quite positive that the&lt;br&gt;
&amp;gt;         password is&lt;br&gt;
&amp;gt;         &amp;gt;         correct. Can&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; anyone give me pointers what debug output might&lt;br&gt;
&amp;gt;         help?&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; Best,&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;gt; Sebastian&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         ----------------------------------------------------------------&lt;br&gt;
&amp;gt;         &amp;gt;         For list details see&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;
&amp;gt;         &amp;gt;         To unsubscribe, E-mail to:&lt;br&gt;
&amp;gt;         &amp;gt;         &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         ----------------------------------------------------------------&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;         ----------------------------------------------------------------&lt;br&gt;
&amp;gt;         For list details see&lt;br&gt;
&amp;gt;         &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;
&amp;gt;         To unsubscribe, E-mail to:&lt;br&gt;
&amp;gt;         &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;         ----------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
----------------------------------------------------------------&lt;br&gt;
For list details see&lt;br&gt;
&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;
To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521780&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;br&gt;
----------------------------------------------------------------&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Login-after-backup-restore-tp26480239p26521780.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521377</id>
	<title>Re: Update on the calendar feed generation progress</title>
	<published>2009-11-25T14:23:02Z</published>
	<updated>2009-11-25T14:23:02Z</updated>
	<author>
		<name>Jan Haderka-2</name>
	</author>
	<content type="html">&lt;br&gt;On Tue, 2009-11-24 at 09:28 -0700, Ryan Gardner wrote:
&lt;br&gt;&amp;gt; I have it working on my dev system. What I haven't finished yet is
&lt;br&gt;&amp;gt; getting it integrated into the STK. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I decided the best place for the CalendarFeedGenerator would be in the
&lt;br&gt;&amp;gt; STK module since it is coupled to the stkEvent already.
&lt;br&gt;&lt;br&gt;That's fine. Just put it in the same package as the PageSyndicator is.
&lt;br&gt;&lt;br&gt;&amp;gt; I see the preferred way to add links to the stk pages is via runtime
&lt;br&gt;&amp;gt; decoration with javascript. I have a prototype I did yesterday that
&lt;br&gt;&amp;gt; adds a behavior to initbehavior that adds a calendar download link to
&lt;br&gt;&amp;gt; the events pages. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;Is it now? I thought you will just produce icon with a link similar to
&lt;br&gt;templating-kit/paragraphs/teasers/syndicate.ftl, but maybe you had
&lt;br&gt;something more fancy in mind (like a link in the header of the page?).
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I still have a few things left to do before it is at least a &amp;nbsp;&amp;quot;feature
&lt;br&gt;&amp;gt; complete&amp;quot; patch. One is to make it handle single events as well as
&lt;br&gt;&amp;gt; event overviews, and to make it construct static download links as
&lt;br&gt;&amp;gt; well as subscription links (the only difference is that to subscribe
&lt;br&gt;&amp;gt; to a calendar feed, you change the protocol from http:// to webcal://
&lt;br&gt;&amp;gt; and then the clients take care of the rest)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think instead of futzing to try to make it put the links in via
&lt;br&gt;&amp;gt; javascript, I will put them into the stk template for now and let
&lt;br&gt;&amp;gt; someone who is more familiar with the existing scripts tweak it. 
&lt;/div&gt;&lt;br&gt;Sounds reasonable, as long as it is clear or documented what those links
&lt;br&gt;should be like.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The feature should make a lot of people happy. Obviously it won't make
&lt;br&gt;&amp;gt; it out for 4.2.1, or 1.2, but its not invasive so could be easily
&lt;br&gt;&amp;gt; slipped in to the next point release and give you a nice bullet point
&lt;br&gt;&amp;gt; to add to a features list.
&lt;br&gt;&lt;br&gt;Hmmm, minor releases should be strictly bug fixes only (barring few
&lt;br&gt;exceptions to strengthen the rule).
&lt;br&gt;&lt;br&gt;&amp;gt; A future step could be calendar aggregation. iCal4j parses ical feeds
&lt;br&gt;&amp;gt; as well as creates them, so you could do some kind of calendar
&lt;br&gt;&amp;gt; subscriptions that get dumped into an events page in magnolia quite
&lt;br&gt;&amp;gt; easily. 
&lt;br&gt;&amp;gt; (Since I have no need personally for calendar subscriptions being
&lt;br&gt;&amp;gt; pulled into magnoloa, it is unlikely I will be working on this soon)
&lt;br&gt;&lt;br&gt;well, you can pull them in and display them on the calendar with the
&lt;br&gt;events created directly in Magnolia. Actually this together with part
&lt;br&gt;you are working on and few other features would be enough to justify
&lt;br&gt;another STK release.
&lt;br&gt;&lt;br&gt;&amp;gt; How far along would you like me to get this before I submit it?
&lt;br&gt;&lt;br&gt;As far as you dare to take it :D
&lt;br&gt;&lt;br&gt;Just submit the patch for review once you feel it feature complete and
&lt;br&gt;we can continue the discussion from that point.
&lt;br&gt;&lt;br&gt;Thanks for the effort.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Jan
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521377&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Update-on-the-calendar-feed-generation-progress-tp26499112p26521377.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519567</id>
	<title>Re: Re: custom 301 error message -- moved permanently</title>
	<published>2009-11-25T12:10:31Z</published>
	<updated>2009-11-25T12:10:31Z</updated>
	<author>
		<name>gregoryjoseph</name>
	</author>
	<content type="html">&lt;br&gt;Hi Åke,
&lt;br&gt;&lt;br&gt;On Nov 23, 2009, at 6:52 PM, Åke Argéus wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 23 nov 2009 kl. 08.52 skrev Matteo Pelucco:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Åke Argéus ha scritto:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The way we handled this was making a custom virtualURIFilter that &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; handles responses of the type moved: as well as redirect: and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; forward:.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This opened up the whole power of things like regexp- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; virtualurimappings.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Oh, yes, it is a nice and powerful thing.
&lt;br&gt;&amp;gt;&amp;gt; But how can you handle the response within a virtual uri mapping?
&lt;br&gt;&amp;gt;&amp;gt; A &amp;quot;standard&amp;quot; virtual uri mapping simply redirect towards an &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; internal page...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The steps I miss are:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1) How can I retrieve the response inside a virtual uri mapping?
&lt;br&gt;&amp;gt;&amp;gt; 2) Is it safe to close the response (after having set the right &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; header infos) within a virtual uri mapping?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well. In the virtualURIfilter you can most certaintly do whatever &amp;nbsp;
&lt;br&gt;&amp;gt; you want with the response, and it has worked for us to send a 301 &amp;nbsp;
&lt;br&gt;&amp;gt; instead of 302 if the virtualurimapping returns moved; instead of &amp;nbsp;
&lt;br&gt;&amp;gt; redirect:.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At least for now we have no cases where we are really interested in &amp;nbsp;
&lt;br&gt;&amp;gt; checking anything in the request in our virtualurimappings though it &amp;nbsp;
&lt;br&gt;&amp;gt; has crossed my mind that we might end up there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure what the best way to do that is though. It's quite possible &amp;nbsp;
&lt;br&gt;&amp;gt; to extend the virtualurifilter even further and add the ability to &amp;nbsp;
&lt;br&gt;&amp;gt; load a special customized version of virtualurimapping that takes a &amp;nbsp;
&lt;br&gt;&amp;gt; request in it's active methods, and when looping though all the &amp;nbsp;
&lt;br&gt;&amp;gt; existing virtualurimappings you can just do an instanceof to check &amp;nbsp;
&lt;br&gt;&amp;gt; for this special class of virtualurimapping and act accordingly. &amp;nbsp;
&lt;br&gt;&amp;gt; This is a bigger reimplementation of the virtualurifilter, but not &amp;nbsp;
&lt;br&gt;&amp;gt; impossibly big, and shouldn't break a lot of things. You should &amp;nbsp;
&lt;br&gt;&amp;gt; still try to stay within the basic style and framework of the &amp;nbsp;
&lt;br&gt;&amp;gt; existing virualurifilter and could thereby keep the old functions &amp;nbsp;
&lt;br&gt;&amp;gt; while extending it with your own style of virtualurimappings and &amp;nbsp;
&lt;br&gt;&amp;gt; possible response-prefixes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; VirtualUrimappings could be one of the most powerful features in &amp;nbsp;
&lt;br&gt;&amp;gt; magnolia, and it's very flexible, and isn't impossible to extend, &amp;nbsp;
&lt;br&gt;&amp;gt; though I've thought of submitting a patch to make it more extendable &amp;nbsp;
&lt;br&gt;&amp;gt; or powerful.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;We'd love to see such improvements in the main code base; you're not &amp;nbsp;
&lt;br&gt;the only in need of such features ! Feel free to send patches over &amp;nbsp;
&lt;br&gt;indeed ! ;)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-g
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /Åke
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519567&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/custom-301-error-message----moved-permanently-tp26444223p26519567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519249</id>
	<title>Re: when will 4.2.2 be released?</title>
	<published>2009-11-25T11:51:15Z</published>
	<updated>2009-11-25T11:51:15Z</updated>
	<author>
		<name>gregoryjoseph</name>
	</author>
	<content type="html">&lt;br&gt;Erm, nevermind... the patch wasn't included in time :(
&lt;br&gt;&lt;br&gt;On Nov 25, 2009, at 8:42 PM, Grégory Joseph wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Toby,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That issue's been fixed with 4.2.1, which has just been released! &amp;nbsp;
&lt;br&gt;&amp;gt; Thanks for the patch! :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enjoy,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -g
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 25, 2009, at 6:30 PM, Toby O'Rourke wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The subject says it all really! We are looking for the fix to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; MAGNOLIA-2957 to make it into a released version rather than a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; snapshot...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Toby.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;/div&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519249&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/when-will-4.2.2-be-released--tp26517072p26519249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519115</id>
	<title>Re: when will 4.2.2 be released?</title>
	<published>2009-11-25T11:42:13Z</published>
	<updated>2009-11-25T11:42:13Z</updated>
	<author>
		<name>gregoryjoseph</name>
	</author>
	<content type="html">&lt;br&gt;Hi Toby,
&lt;br&gt;&lt;br&gt;That issue's been fixed with 4.2.1, which has just been released! &amp;nbsp;
&lt;br&gt;Thanks for the patch! :)
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-g
&lt;br&gt;&lt;br&gt;On Nov 25, 2009, at 6:30 PM, Toby O'Rourke wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The subject says it all really! We are looking for the fix to &amp;nbsp;
&lt;br&gt;&amp;gt; MAGNOLIA-2957 to make it into a released version rather than a &amp;nbsp;
&lt;br&gt;&amp;gt; snapshot...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Toby.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;/div&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/when-will-4.2.2-be-released--tp26517072p26519115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518996</id>
	<title>[JIRA] Updated: (MAGNOLIA-2957) multiple editCode controls cannot coexsit in the same dialog</title>
	<published>2009-11-25T11:33:37Z</published>
	<updated>2009-11-25T11:33:37Z</updated>
	<author>
		<name>JIRA (on behalf of Jan Haderka)</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Jan Haderka updated MAGNOLIA-2957:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 4.2.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(was: 4.2.1)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; multiple editCode controls cannot coexsit in the same dialog
&lt;br&gt;&amp;gt; ------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAGNOLIA-2957
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.magnolia-cms.com/browse/MAGNOLIA-2957&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/browse/MAGNOLIA-2957&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Magnolia
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: gui
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 4.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Toby O'Rourke
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Federico Grilli
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 4.2.x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: fix_multiple_edit_code_controls.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DialogEditCode writes out a javascript function which replaces the onclick event of the form on which the control has been placed when codepress is used. &amp;nbsp;When more than one control is placed in a form, this replacement overwrites itself such that only one control works properly. No data is saved from the other controls, the corresponding properties are subsequently removed from the JCR. 
&lt;br&gt;&amp;gt; The supplied patch chains the functions, thereby removing the problem. As a side effect it removes the limitation that enabling codepress supersedes the dialog's own specific event handler. 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.magnolia-cms.com/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.magnolia-cms.com/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518996&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28MAGNOLIA-2957%29-multiple-editCode-controls-cannot-coexsit-in-the-same-dialog-tp26511669p26518996.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518893</id>
	<title>Magnolia 4.2 released</title>
	<published>2009-11-25T11:27:09Z</published>
	<updated>2009-11-25T11:27:09Z</updated>
	<author>
		<name>Boris Kraft-4</name>
	</author>
	<content type="html">&lt;br&gt;Magnolia 4.2 has been released, featuring:
&lt;br&gt;&lt;br&gt;* WebDAV access to template &amp; resources repository
&lt;br&gt;* Code highlighting and line numbering for the inplace-templating module
&lt;br&gt;* Integration of PUR into STK
&lt;br&gt;* Jackrabbit 1.6
&lt;br&gt;* support for data type hierarchies
&lt;br&gt;* Standard Templating Kit 1.2 with many enhancements for SEO and &amp;nbsp;
&lt;br&gt;Accessibility
&lt;br&gt;* New simplified node builder API for easier module maintenance and &amp;nbsp;
&lt;br&gt;node type manipulation
&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;For download and further info, including introduction videos see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/4-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/4-2&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks to all the great community contributions, keep them coming!
&lt;br&gt;&lt;br&gt;- Boris
&lt;br&gt;&lt;br&gt;PS: Happy 6th birthday, Magnolia!
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---Dev-f650.html&quot; embed=&quot;fixTarget[650]&quot; target=&quot;_top&quot; &gt;Magnolia - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Magnolia-4.2-released-tp26518893p26518893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518877</id>
	<title>Magnolia 4.2 released</title>
	<published>2009-11-25T11:27:09Z</published>
	<updated>2009-11-25T11:27:09Z</updated>
	<author>
		<name>Boris Kraft-4</name>
	</author>
	<content type="html">&lt;br&gt;Magnolia 4.2 has been released, featuring:
&lt;br&gt;&lt;br&gt;* WebDAV access to template &amp; resources repository
&lt;br&gt;* Code highlighting and line numbering for the inplace-templating module
&lt;br&gt;* Integration of PUR into STK
&lt;br&gt;* Jackrabbit 1.6
&lt;br&gt;* support for data type hierarchies
&lt;br&gt;* Standard Templating Kit 1.2 with many enhancements for SEO and &amp;nbsp;
&lt;br&gt;Accessibility
&lt;br&gt;* New simplified node builder API for easier module maintenance and &amp;nbsp;
&lt;br&gt;node type manipulation
&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;For download and further info, including introduction videos see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/4-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/4-2&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks to all the great community contributions, keep them coming!
&lt;br&gt;&lt;br&gt;- Boris
&lt;br&gt;&lt;br&gt;PS: Happy 6th birthday, Magnolia!
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Magnolia-4.2-released-tp26518877p26518877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518553</id>
	<title>Re: A couple of questions:</title>
	<published>2009-11-25T11:06:40Z</published>
	<updated>2009-11-25T11:06:40Z</updated>
	<author>
		<name>Boris Kraft-4</name>
	</author>
	<content type="html">&lt;br&gt;Except there is a community contribution by Headwire which actually &amp;nbsp;
&lt;br&gt;provides that functionality in certain environments for JSP files. &amp;nbsp;
&lt;br&gt;Check out &amp;quot;Better Templating&amp;quot; on the wiki:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/List+of+Magnolia+Modules&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.magnolia-cms.com/display/WIKI/List+of+Magnolia+Modules&lt;/a&gt;&lt;br&gt;&lt;br&gt;(search for jsp templating)
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Boris
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 20, 2009, at 6:00 AM, Ernst Bunders wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hello Linden
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jsp files need to be on the file system, and can unfortunately not &amp;nbsp;
&lt;br&gt;&amp;gt; be loaded from an arbitrary Reader InputStream (which would be &amp;nbsp;
&lt;br&gt;&amp;gt; requred for loading templates from reposiotory nodes).
&lt;br&gt;&amp;gt; So, you can reuse your jsp's (for what it's worth) by placing them &amp;nbsp;
&lt;br&gt;&amp;gt; in the webapp, but if you want to be able to maintain them in the &amp;nbsp;
&lt;br&gt;&amp;gt; repository, you'll have to convert them to freemarker.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ernst
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/20 Linden Varley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Linden.Varley@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi all
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to set the “servername” property within the magnolia &amp;nbsp;
&lt;br&gt;&amp;gt; config, rather than it getting it from the system on startup? (This &amp;nbsp;
&lt;br&gt;&amp;gt; is useful when using a different domain name when accessing &amp;nbsp;
&lt;br&gt;&amp;gt; magnolia, such as when proxying to it from another address)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Secondly, being able to edit templates within the web interface &amp;nbsp;
&lt;br&gt;&amp;gt; using the templating kit is great. I’ve got a lot of existing jsp &amp;nbsp;
&lt;br&gt;&amp;gt; templates on the file system, which I would like to add within the &amp;nbsp;
&lt;br&gt;&amp;gt; templates node in the templating kit so I can also edit them &amp;nbsp;
&lt;br&gt;&amp;gt; directly. Is this possible and how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Linden
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The contents of this email are confidential and may be subject to &amp;nbsp;
&lt;br&gt;&amp;gt; legal or professional privilege and copyright. No representation is &amp;nbsp;
&lt;br&gt;&amp;gt; made that this email is free of viruses or other defects. If you &amp;nbsp;
&lt;br&gt;&amp;gt; have received this communication in error, you may not copy or &amp;nbsp;
&lt;br&gt;&amp;gt; distribute any part of it or otherwise disclose its contents to &amp;nbsp;
&lt;br&gt;&amp;gt; anyone. Please advise the sender of your incorrect receipt of this &amp;nbsp;
&lt;br&gt;&amp;gt; correspondence.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; For list details see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;For list details see
&lt;br&gt;&lt;a href=&quot;http://www.magnolia-cms.com/home/community/mailing-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;/a&gt;&lt;br&gt;To unsubscribe, E-mail to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518553&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-couple-of-questions%3A-tp26438284p26518553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517072</id>
	<title>when will 4.2.2 be released?</title>
	<published>2009-11-25T09:30:00Z</published>
	<updated>2009-11-25T09:30:00Z</updated>
	<author>
		<name>Toby O'Rourke-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.28.1&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
Hi, &lt;BR&gt;
&lt;BR&gt;
The subject says it all really! We are looking for the fix to MAGNOLIA-2957 to make it into a released version rather than a snapshot...&lt;BR&gt;
&lt;BR&gt;
Cheers, &lt;BR&gt;
&lt;BR&gt;
Toby.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;HR /&gt;
----------------------------------------------------------------&lt;BR /&gt;
For&amp;nbsp;list&amp;nbsp;details&amp;nbsp;see&lt;BR /&gt;
http://www.magnolia-cms.com/home/community/mailing-lists.html&lt;BR /&gt;
To&amp;nbsp;unsubscribe,&amp;nbsp;E-mail&amp;nbsp;to:&amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517072&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user-list-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;BR /&gt;
----------------------------------------------------------------&lt;BR /&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Magnolia---User-f646.html&quot; embed=&quot;fixTarget[646]&quot; target=&quot;_top&quot; &gt;Magnolia - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/when-will-4.2.2-be-released--tp26517072p26517072.html" />
</entry>

</feed>
