<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user">
    <title>gmane.comp.cms.magnolia.user</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18302"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18301"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18300"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18299"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18298"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18297"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18296"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18295"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18283"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18302">
    <title>Re: JCR Query Order</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18302</link>
    <description>&lt;pre&gt;
The query is returning the nodes you want in the wrong order or simply 
nothing?
If the order doesn't change when using ascending or descending, this 
means that is not even trying to sort. My idea is that the nodes 
returned in the query are not exactly the ones you expect, I'd suggest 
to change the query like this:

/jcr:root/iphone/untitled/p-main/verticalLayout/_x0030_/scheduledBox//element(*, 
mgnl:contentNode)[(&amp;lt; at &amp;gt;sortOrder)]  order by  &amp;lt; at &amp;gt;sortOrder ascending

Forcing a non-null "sortOrder" attribute in the results may help the sorter.

Another try I'd like to do in this case is to try ordering on a String 
attribute. I noticed from the screenshots that you are ordering on a 
Long typed attribute, maybe your version of Jackrabbit/Lucene (or your 
configuration) is old enough to order only on indexed attributes (strings).

Regards, Danilo.


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our&lt;/pre&gt;</description>
    <dc:creator>Danilo Ghirardelli</dc:creator>
    <dc:date>2012-05-16T22:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18301">
    <title>NullPointerException and question about template tutorial</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18301</link>
    <description>&lt;pre&gt;Hi,

I'm a new user trying out Magnolia and I am trying to follow along with the "Introduction to Templating" tutorial.  So first of all, when I get to the part of the tutorial where I am supposed to create some data nodes, for example the one called "renderType", I am supposed to set the Value to "freemarker".  But I don't see any way to actually set the value of data nodes at all.  How would I do that?

Secondly, I shut down tomcat and restarted it.  Now I am getting the following NullPointerException when I try to login to the Admin Central:
java.lang.RuntimeException: java.lang.NullPointerException
info.magnolia.module.cache.filter.CacheFilter.doFilter(CacheFilter.java:165)
info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:61)
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:83)
info.magnolia.cms.i18n.I18nContentSupportFilter.doFilter(I18nContentSupportFilter.java:76)
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(&lt;/pre&gt;</description>
    <dc:creator>Eagle Ravine</dc:creator>
    <dc:date>2012-05-16T19:21:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18300">
    <title>Re: Template not available in Select List</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18300</link>
    <description>&lt;pre&gt;Hi Erando,

Your template definition looks OK. I can see the Hello World template in the dropdown but no such template definition. Reload the AdminCentral page where the dropdown is to update the options.

--Antti

&lt;/pre&gt;</description>
    <dc:creator>Antti Hietala (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T13:48:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18299">
    <title>Re: How to trigger update automatically at deployment</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18299</link>
    <description>&lt;pre&gt;

Set magnolia.update.auto=true. See http://documentation.magnolia-cms.com/reference/properties.html for further documentation on properties like these.

Nils.
------------------------------------------------------------------------
 VPRO   www.vpro.nl
------------------------------------------------------------------------


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Nils Breunese</dc:creator>
    <dc:date>2012-05-16T13:38:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18298">
    <title>Template not available in Select List</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18298</link>
    <description>&lt;pre&gt;Hi,
I followd (not for the first time) this [url=http://documentation.magnolia-cms.com/templates/introduction.html#Pages]templating tutorial[/url] in order to get a new template. I did everything as described, there's a file in this directory:

/opt/magnolia/tomcat/webapps/magnoliaAuthor/templates/empty.ftl

Here's my template definition:

[img]http://i12.photobucket.com/albums/a235/mhbgif/missingtemplate.jpg[/img]

But I can't select the template like this:

[img]http://documentation.magnolia-cms.com/dms/templates/introduction/assign-to-page.png[/img]

Do you have any idea why? That'd be great.

Working on a Linux Server with 4.5.2 CE.

&lt;/pre&gt;</description>
    <dc:creator>Erando (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T13:18:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18297">
    <title>Re: Current JSP taglib</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18297</link>
    <description>&lt;pre&gt;[quote]
Did you use the "dam" control for testing it? And did you upload a file or did you browse in the dms? I did the latter. "${content.image}" is returning a String with the value "dms" then. So your code couldn't work since the [url=http://nexus.magnolia-cms.com/content/sites/magnolia.public.sites/ref/4.5.1/magnolia-templating-jsp/tlddoc/cmsfn/link.fn.html]link method[/url] is expecting a parameter of the type info.magnolia.jcr.util.ContentMap. So I received the error message that "dms" is a String and not a ContentMap of course. Again: How is this working for you?
[/quote]

I used samples module, no dms http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-templating-samples/src/main/resources/samples/components/howTo.ftl 

[quote]Just for the record, I tried the code using freemarker:


Expression cmsfn.linkForWorkspace is undefined on line 3, column 28 in templates/components/ServicesParagraph.ftl.
The problematic instruction:
----------
==&amp;amp;amp;gt; ${cmsfn.linkForWorkspace(content.image,&lt;/pre&gt;</description>
    <dc:creator>federico grilli (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T12:48:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18296">
    <title>Re: Re: How to trigger update automatically at deployment</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18296</link>
    <description>&lt;pre&gt;Erando (via Magnolia Forums) &amp;lt;forum-O8DnXSz/wDqJ1LomPqkGlA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


I mean a delta for a new module version.

Markus&lt;/pre&gt;</description>
    <dc:creator>Markus Malkusch</dc:creator>
    <dc:date>2012-05-16T11:58:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18295">
    <title>Re: How to trigger update automatically at deployment</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18295</link>
    <description>&lt;pre&gt;Hi Markus,

which update do you mean? If you've got a certain URL you could use JavaScript to simulate the link has been clicked?
Something like

[code]
&amp;lt;script type="text/javascript"&amp;gt;
function update () {
 update = window.open("update.html", "update");
 return false;
}

window.setTimeout("update()", 1000);
&amp;lt;/script&amp;gt;[/code]

HTH
Erando

&lt;/pre&gt;</description>
    <dc:creator>Erando (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T11:44:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18294">
    <title>Re: [announce] Git migration starting April 4th !</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18294</link>
    <description>&lt;pre&gt;Hey, enterprise modules have also been migrated. Details on the same usual pages :)

&lt;/pre&gt;</description>
    <dc:creator>Grégory Joseph (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T10:32:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18293">
    <title>How to trigger update automatically at deployment</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18293</link>
    <description>&lt;pre&gt;Hi

How do I tell magnolia that the update should start with the application 
start? At the moment I have to follow a link with the browser for updating.

Markus&lt;/pre&gt;</description>
    <dc:creator>Markus Malkusch</dc:creator>
    <dc:date>2012-05-16T10:14:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18292">
    <title>Re: Current JSP taglib</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18292</link>
    <description>&lt;pre&gt;Just for the record, I tried the code using freemarker:

[code][#if content.image?has_content]
Image: &amp;lt;img src="${cmsfn.linkForWorkspace(content.image,content.imageDmsUUID)}" /&amp;gt;
[#else]
Image: No image uploaded yet.
[/#if][/code]

But I get this Error message:

FreeMarker template error!



Expression cmsfn.linkForWorkspace is undefined on line 3, column 28 in templates/components/ServicesParagraph.ftl.
The problematic instruction:
----------
==&amp;amp;gt; ${cmsfn.linkForWorkspace(content.image,content.imageDmsUUID)} [on line 3, column 26 in templates/components/ServicesParagraph.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression cmsfn.linkForWorkspace is undefined on line 3, column 28 in templates/components/ServicesParagraph.ftl.

I'm not getting it...I thought I don't have to declare the cmsfn taglib so why is "cmsfn.linkForWorkspace" undefinied?!

&lt;/pre&gt;</description>
    <dc:creator>Erando (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T09:57:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18291">
    <title>Re: Current JSP taglib</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18291</link>
    <description>&lt;pre&gt;[b]Good grief![/b]

I got it finally!
Federico and Tobias, you said your code is right, but why didn't it work for me? 

Your code:

[code]&amp;lt;c:choose&amp;gt;
&amp;lt;c:when test="${not empty content.image}"&amp;gt;
Image: &amp;lt;img src="${cmsfn:link(content.image)}" /&amp;gt;
&amp;lt;/c:when&amp;gt;
&amp;lt;c:otherwise&amp;gt;
Image: No image uploaded yet.
&amp;lt;/c:otherwise&amp;gt;
&amp;lt;/c:choose&amp;gt;[/code]

Did you use the "dam" control for testing it? And did you upload a file or did you browse in the dms? I did the latter. "${content.image}" is returning a String with the value "dms" then. So your code couldn't work since the [url=http://nexus.magnolia-cms.com/content/sites/magnolia.public.sites/ref/4.5.1/magnolia-templating-jsp/tlddoc/cmsfn/link.fn.html]link method[/url] is expecting a parameter of the type info.magnolia.jcr.util.ContentMap. So I received the error message that "dms" is a String and not a ContentMap of course. Again: How is this working for you?

So I tried passing a ContentMap using the [url=http://nexus.magnolia-cms.com/content/sites/magnolia.public.sites/&lt;/pre&gt;</description>
    <dc:creator>Erando (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T09:21:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18290">
    <title>Re: JCR Query Order</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18290</link>
    <description>&lt;pre&gt;Sorry, I noticed some items are not readable, this is the query:

[B]/jcr:root/iphone/untitled/p-main/verticalLayout/_x0030_/scheduledBox/*[( (&amp;lt; at &amp;gt;jcr:primaryType='mgnl:contentNode')  )]  order by  &amp;lt; at &amp;gt;sortOrder ascending
[/B]

and this is the query result:

[code]3 nodes returned in 6ms
/iphone/untitled/p-main/verticalLayout/0/scheduledBox/0
/iphone/untitled/p-main/verticalLayout/0/scheduledBox/00
/iphone/untitled/p-main/verticalLayout/0/scheduledBox/01[/code]

&lt;/pre&gt;</description>
    <dc:creator>Daniele Benedetti (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T09:17:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18289">
    <title>JCR Query Order</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18289</link>
    <description>&lt;pre&gt;Hi all,
i have a problem extracting nodes in the right order with a JCR Query.
This is my JCR Structure:

[img]http://i45.tinypic.com/35bs7s9.png[/img]

I tried to get the nodes ordered by [b]sortOrder [/b] field but the statement seems to be ignored.
This is my JCR Query:

[code]/jcr:root/iphone/untitled/p-main/verticalLayout/_x0030_/scheduledBox/*[( (&amp;lt; at &amp;gt;jcr:primaryType='mgnl:contentNode')  )]  order by  &amp;lt; at &amp;gt;sortOrder ascending[/code]

and this is the result:

[img]http://i50.tinypic.com/tao6q1.png[/img]

Obviously, the correct order should be: 01, 0, 00.

Does anybody know what I'm doing wrong? I tried to change field name, remove the '&amp;lt; at &amp;gt;', change ascending to descending with no result :(


Thanks in advance!
Daniele

&lt;/pre&gt;</description>
    <dc:creator>Daniele Benedetti (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T09:15:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18288">
    <title>Re: fckEdit rendered as escaped html</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18288</link>
    <description>&lt;pre&gt;You might want to take a look here:

http://forum.magnolia-cms.com/forum/thread.html?threadId=379853ec-6546-4968-81e6-1f686994370c&amp;amp;page=1

Had the same "problem".
Thanks for the clarification, Jan.

&lt;/pre&gt;</description>
    <dc:creator>Erando (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-16T08:41:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18287">
    <title>Re: Re: fckEdit rendered as escaped html</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18287</link>
    <description>&lt;pre&gt;Maybe just as a side note to that. 

Reason why STK escapes all html by default is to make it less likely that anyones templates will be vulnerable to XSS, so every time you need to call decode() you should think twice (in this case decoding input from FCK is ok) about whether you need it and how you will make sure no one (incl. editor) can insert some malicious scripts.


BTW the "old way" was:

${stk.decode(content).text!}

what you describe as "old way" is what you use in any template that is not using STK renderer but plain Freemarker renderer.

HTH,
Jan


On May 15, 2012, at 7:53 PM, Jean-Francois Nadeau (via Magnolia Forums) wrote:





----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Jan Haderka</dc:creator>
    <dc:date>2012-05-16T06:24:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18286">
    <title>Re: Event Overview</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18286</link>
    <description>&lt;pre&gt;Afaik this is a function provided by the model. It extends normal paginated model but overrides getNextPage() getPreviousPage() methods to give events of previous/next month. So your best bet is writing your own model that would allow you switching between both behaviors.

HTH,
Jan

On May 15, 2012, at 5:18 PM, Marvin Kerkhoff wrote:





----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Jan Haderka</dc:creator>
    <dc:date>2012-05-16T06:16:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18285">
    <title>Re: fckEdit rendered as escaped html</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18285</link>
    <description>&lt;pre&gt;The old way
${content.text!}

The new '4.5' way 
[#if content.text?has_content]
   ${cmsfn.decode(content).text}
[/#if]

&lt;/pre&gt;</description>
    <dc:creator>Jean-Francois Nadeau (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-15T17:53:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18284">
    <title>JSP Example for cms:loadPage needed for 4.5.2</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18284</link>
    <description>&lt;pre&gt;hello 

another cms taglib question. what i guess is, that most of the cms functions now working with «Templating support objects». but i can not find a solution for the loadPage function. iterating over items in jsp should not be that problem. can someone please give me a hint how to update this part of code?


[code]
&amp;lt;ul id="regionList"&amp;gt;

&amp;lt;cms:loadPage path="home/"/&amp;gt; 
&amp;lt;cms:pageIterator&amp;gt;
&amp;lt;c:set var="page" value="${content.handle}"/&amp;gt;
&amp;lt;li handle="${pageContext.request.contextPath}${page}"&amp;gt;${content.title}&amp;lt;/li&amp;gt;
&amp;lt;/cms:pageIterator&amp;gt;
&amp;lt;cms:unloadPage/&amp;gt;

&amp;lt;/ul&amp;gt;
[/code]

thanks &amp;amp; regards
tobias

&lt;/pre&gt;</description>
    <dc:creator>tobias vollprecht (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-15T16:44:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18283">
    <title>Event Overview</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18283</link>
    <description>&lt;pre&gt;Hi there

it is possible to get output all Events on one site without that month pagination but with the normal pagination method? I've like to have some configuration parameters for this.

Thanks
Marvin



----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Marvin Kerkhoff</dc:creator>
    <dc:date>2012-05-15T15:18:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18282">
    <title>Re: Overview of scheduled publishing</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18282</link>
    <description>&lt;pre&gt;Hi Tomas,
you might be able to use snapshot of workflow tools module from forge to get that info.

http://svn.magnolia-cms.com/svn/forge/magnolia-workflow-tools/

HTH,
Jan

On May 14, 2012, at 9:38 AM, Tomas Brimor (via Magnolia Forums) wrote:





----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Jan Haderka</dc:creator>
    <dc:date>2012-05-15T12:00:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.cms.magnolia.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.cms.magnolia.user</link>
  </textinput>
</rdf:RDF>

