<?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.web.zope.plone.xm">
    <title>gmane.comp.web.zope.plone.xm</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm</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.web.zope.plone.xm/354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/335"/>
      </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.web.zope.plone.xm/354">
    <title>Re: problem with ldap</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/354</link>
    <description>&lt;pre&gt;Il 03/06/2010 11:23, Maurits van Rees ha scritto:

  Maurits, thanks! I've solved with your suggestion. I've to read the 
logs better than I do usually :)
&lt;/pre&gt;</description>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2010-06-03T09:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/353">
    <title>Re: problem with ldap</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/353</link>
    <description>&lt;pre&gt;Op 03-06-10 11:00, Yuri schreef:
That AssertionError is indeed raised by ZODBRoleManager.  The related 
line in xm is roleman.listAssignedPrincipals('Employee'), where roleman 
is the ZODBRoleManager.  The code in that method is:

   def listAssignedPrincipals( self, role_id ):
         """ Return a list of principal IDs to whom a role is assigned.
         """
         result = []

         for k, v in self._principal_roles.items():
             if role_id in v:
                 # should be at most one and only one mapping to 'k'

                 parent = aq_parent( self )
                 info = parent.searchPrincipals( id=k, exact_match=True )

                 if len(info) &amp;gt; 1:
                     LOG.error('searchPrincipals() returned more than 
one result '
                               'for id=%s' % k)
                 assert len(info) in (0, 1)
                 if len( info ) == 0:
                     title = '&amp;lt;%s: not found&amp;gt;' % k
                 else:
                     title = info[0].get( '&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2010-06-03T09:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/352">
    <title>problem with ldap</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/352</link>
    <description>&lt;pre&gt;After adding ldap support, I get this error viewing an Iteration:

  (It seems a ZODBRoleManager error so I don't know if it is related to xm.

Traceback (innermost last):
   Module ZPublisher.Publish, line 119, in publish
   Module ZPublisher.mapply, line 88, in mapply
   Module ZPublisher.Publish, line 42, in call_object
   Module Shared.DC.Scripts.Bindings, line 313, in __call__
   Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
   Module Products.CMFCore.FSPageTemplate, line 216, in _exec
   Module Products.CacheSetup.patch_cmf, line 29, in FSPT_pt_render
   Module Products.CacheSetup.patch_utils, line 9, in call_pattern
   Module Products.CMFCore.FSPageTemplate, line 155, in pt_render
   Module Products.CacheSetup.patch_cmf, line 77, in PT_pt_render
   Module Products.CacheSetup.patch_utils, line 9, in call_pattern
   Module Products.PageTemplates.PageTemplate, line 98, in pt_render
   Module zope.pagetemplate.pagetemplate, line 117, in pt_render
    - Warning: Macro expansion failed
    - &lt;/pre&gt;</description>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2010-06-03T09:00:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/351">
    <title>Re: gantt charts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/351</link>
    <description>&lt;pre&gt;Another old mail that I finally answer...

Op 03-03-10 11:56, Yuri schreef:
There is no 2.1 version yet. But I have just released 2.0.3.

The idea of the xm_gantt_chart page is that you see the current 
iterations of all projects, plus some weeks in the future.  That should 
help give you an overview of what is being worked on currently and how 
much room your development team has to take on new projects.  Also, it 
should be possible to drag-drop the iterations to change the start and 
end dates, but I don't see that working currently.  I have not worked on 
this part of the code; it may not be completely finished yet.

Maurits van Rees
&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2010-05-01T02:45:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/350">
    <title>Re: Does XM hide syndication?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/350</link>
    <description>&lt;pre&gt;Hi Jean,

I found this old email from you that I still needed to check.

Op 14-03-10 14:35, Jean Jordaan schreef:
xm.theme hides this, probably because we think xm should have its own 
dedicated projects website where everyone should be logged in, and rss 
does not seem very useful there.

See xm.theme/xm/theme/profiles/default/actions.xml

Cheers,

Maurits
&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2010-05-01T02:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/349">
    <title>New eXtremeManagement releases</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/349</link>
    <description>&lt;pre&gt;Hi all,

I finally had time this week to clean out the xm issue tracker at 
http://plone.org/products/extreme-management-tool/issues and make new 
releases. The current releases are:

Products.eXtremeManagement = 2.0.3
xm.booking = 1.1
xm.charting = 0.3
xm.portlets = 0.9
xm.theme = 1.1
xm.tracker = 1.0.2

Those versions are what we at Zest Software are now using on our 
projects website, in combination with Plone 3.3.5.  It should be safe 
for everyone to upgrade to those versions, though you may want to wait a 
week to see if we discover some nasty bugs. :-)

BTW, you may want to upgrade Products.Poi to 1.2.9 (we are using that).  
Note that I have also released Products.Poi 2.0a1 a while ago but that 
version depends on Plone 4.

I have not yet checked how xm fares on Plone 4, but that is also no 
priority currently. If you have time, you are very welcome to create 
branches and work on Plone 4 compatibility.

Cheers,

Maurits van Rees
Zest Software
&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2010-05-01T02:03:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/348">
    <title>Does XM hide syndication?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/348</link>
    <description>&lt;pre&gt;Hi there

Looking at /news in a Plone site with the XM tool and xm.theme
installed, I don't see any "RSS feed" link on /news. It shows up when
I make the rss action Visible at /portal_actions/document_actions/rss.
Does XM tool hide this?

Plone 3.3.3
Extreme Management 2.0.3dev
eXtremeManagement theme 1.0.2.dev

&lt;/pre&gt;</description>
    <dc:creator>Jean Jordaan</dc:creator>
    <dc:date>2010-03-14T13:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/347">
    <title>gantt charts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/347</link>
    <description>&lt;pre&gt;Hi!

 I've installed the xm.charting package, nothing has changed in the ui 
interface. Going to /xm_gantt_chart shows the project with some 
colours... can someone explain how to use this module? :)

 P.S. I've Products.eXtremeManagement 2.0.2, should I install the 2.1 
version?
&lt;/pre&gt;</description>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2010-03-03T10:56:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/346">
    <title>Re: My task list is always empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/346</link>
    <description>&lt;pre&gt;Maurits van Rees ha scritto:
I've activated the project and now it works.

I'll double check again also for poitasks :)
&lt;/pre&gt;</description>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2010-02-17T13:09:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/345">
    <title>Re: My task list is always empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/345</link>
    <description>&lt;pre&gt;
I'm not sure, but we may have added some extra checks to only show
tasks when they are in a story/iteration/project that is active.

&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2010-02-17T12:46:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/344">
    <title>My task list is always empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/344</link>
    <description>&lt;pre&gt;Hi!

 I'm testing xm.* (2.0.2 plu the modules) for our internal use. It works 
very well, but the task list is always empty. I cannot find a bug report 
or an issue about it.
 Can someone explain me how to see the task list in Task overview?

 I've this situation in the story:


Title      Estimated hours      Worked hours      Difference hours      
Status      Assignee(s)
Allineamento schede formazione     50:00     10:00     40:00             
To-do      yuri

I've a similar problem with poitask, they are there, but they don't 
appear in the poi task list.

 Many thanks :)
&lt;/pre&gt;</description>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2010-02-17T12:28:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/343">
    <title>Re: Browsing projects</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/343</link>
    <description>&lt;pre&gt;hi jean

i'm using the project dropdown to hop between different projects.

for navigation project content there are some portlets (see attached 
screenshot)
did you install the xm.theme package?


there is a portlet "project links"
that lists your issuetracker (as long as it has the id "issues")

if you've added pages or other content not beeing XM-iterations or psc-
trackers to your project you get an additional link "attachments" that links 
to a list of those resources
your-project/project_content?type=other

the currently active iterations are listed directly on the project's front 
page.
planned and finished ones are linked in the "iterations" portlet


regards, fRiSi




Am Dienstag, 12. Januar 2010 06:53:50 schrieb Jean Jordaan:

&lt;/pre&gt;</description>
    <dc:creator>Harald Friessnegger</dc:creator>
    <dc:date>2010-01-18T10:02:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/342">
    <title>Browsing projects</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/342</link>
    <description>&lt;pre&gt;Hi there

I have an XM site with xm.theme installed. When I'm looking at a
project, I found it rather hard to find my way back to the homepage.
Only the "projects" site action top right took me back. However the
homepage does not seem to offer any way to browse projects beyond
going to the "contents" tab, and when browsing to a project from there
you get *its* contents, instead of its view.

I added a collection portlet to list projects. Am I missing something?

&lt;/pre&gt;</description>
    <dc:creator>Jean Jordaan</dc:creator>
    <dc:date>2010-01-12T05:53:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/341">
    <title>Re: budapest</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/341</link>
    <description>&lt;pre&gt;
Jean-Paul, Fred and I are arriving this afternoon.

&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2009-10-27T09:36:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/340">
    <title>budapest</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/340</link>
    <description>&lt;pre&gt;_______________________________________________
Xm mailing list
Xm-wwOhfgvld6j630mCETfGtfNambrAB3ZO&amp;lt; at &amp;gt;public.gmane.org
http://lists.zestsoftware.nl/cgi-bin/mailman/listinfo/xm
&lt;/pre&gt;</description>
    <dc:creator>Florian Friesdorf</dc:creator>
    <dc:date>2009-10-27T01:16:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/339">
    <title>customer drag and drop stories</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/339</link>
    <description>&lt;pre&gt;_______________________________________________
Xm mailing list
Xm-wwOhfgvld6j630mCETfGtfNambrAB3ZO&amp;lt; at &amp;gt;public.gmane.org
http://lists.zestsoftware.nl/cgi-bin/mailman/listinfo/xm
&lt;/pre&gt;</description>
    <dc:creator>Florian Friesdorf</dc:creator>
    <dc:date>2009-10-26T09:30:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/338">
    <title>Re: me working on trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/338</link>
    <description>&lt;pre&gt;_______________________________________________
Xm mailing list
Xm-wwOhfgvld6j630mCETfGtfNambrAB3ZO&amp;lt; at &amp;gt;public.gmane.org
http://lists.zestsoftware.nl/cgi-bin/mailman/listinfo/xm
&lt;/pre&gt;</description>
    <dc:creator>Florian Friesdorf</dc:creator>
    <dc:date>2009-10-22T21:55:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/337">
    <title>Re: me working on trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/337</link>
    <description>&lt;pre&gt;
Wow, you have been busy adding issues!  Strangely, I got no mails for
those.  I see no pending requests on the mailing list, so that's not
it.  I wonder if this is because you are now an admin in the tracker.
That would be an error in Poi then.  I'll don my Poi hat and
investigate later.


I have no time to look at all your issues now.  And there are older
issues that I have not looked at either.

Quickly scanning, I don't see too wild ideas in the issues you added,
so go ahead on trunk, so we get some movement there again.  Jean-Paul,
do you have thoughts to share here?

BTW, note that xm.theme is currently still optional but we may want to
make it a hard dependency.  We at least use it on our projects site.
So please make sure you test changes with xm.theme installed.

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2009-10-22T20:48:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/336">
    <title>me working on trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/336</link>
    <description>&lt;pre&gt;_______________________________________________
Xm mailing list
Xm-wwOhfgvld6j630mCETfGtfNambrAB3ZO&amp;lt; at &amp;gt;public.gmane.org
http://lists.zestsoftware.nl/cgi-bin/mailman/listinfo/xm
&lt;/pre&gt;</description>
    <dc:creator>Florian Friesdorf</dc:creator>
    <dc:date>2009-10-22T18:45:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/335">
    <title>Re: xm buildout: xm.portlets not from trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/335</link>
    <description>&lt;pre&gt;
xm.portlets is deprecated.  The portlets have been moved back to
Products.eXtremeManagement itself to avoid confusion as I think they
were in three places at some point.  There might still be some old
style classical portlets in Products.eXtremeManagement, not sure.

I think xm.portlets is only still there currently because we need to
write some code to uninstall it before we can safely remove the
package altogether without leaving behind broken content (portlets) or
references in the quick installer.

&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2009-10-22T17:36:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/334">
    <title>xm buildout: xm.portlets not from trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.web.zope.plone.xm/334</link>
    <description>&lt;pre&gt;_______________________________________________
Xm mailing list
Xm-wwOhfgvld6j630mCETfGtfNambrAB3ZO&amp;lt; at &amp;gt;public.gmane.org
http://lists.zestsoftware.nl/cgi-bin/mailman/listinfo/xm
&lt;/pre&gt;</description>
    <dc:creator>Florian Friesdorf</dc:creator>
    <dc:date>2009-10-22T17:21:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.xm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.xm</link>
  </textinput>
</rdf:RDF>

