<?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://blog.gmane.org/gmane.comp.web.zope.plone.user">
    <title>gmane.comp.web.zope.plone.user</title>
    <link>http://blog.gmane.org/gmane.comp.web.zope.plone.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://comments.gmane.org/gmane.comp.web.zope.plone.user/118001"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927"/>
      </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://comments.gmane.org/gmane.comp.web.zope.plone.user/118001">
    <title>plone testing and roadrunner</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/118001</link>
    <description>&lt;pre&gt;Hi there,

For our testing we are using roadrunner, which is a great time saver.
Especially if you combine it with plone.reload (which neads some easy "hands on").

Now we are switching from the old PloneTestCase based unit testing to 
zc.recipe.testrunner based ones.

Now the problem is, that both roadrunner and PloneSandboxLayer from 
plone.app.testing create a plone site.

Now I wonder, whether there is an easy way to avoid such a conflict.
The onl way I found is by replacing PLONE_FIXTURE with my on one.

thanks for your advice.

Robert

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>robert rottermann</dc:creator>
    <dc:date>2012-05-26T10:01:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994">
    <title>plone.app.relations</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117994</link>
    <description>&lt;pre&gt;Hello.

I would like to develop a product for managing relations among plone
content objects. I'm interested in "complex" relations including a
predicate, like " A depends upon B", "A enables B" etc.

Would somebody please provide clues about what is the suggested or
appropriate strategy to follow? Any pointers to documentation or examples?
I'm thinking about:

- developing a product based upon plone.app.relations / plone.relations.
It will include types for the relations, maybe collectable as ontologies,
and an interface to apply them to content objects in the categorization
tab.
- producing average plone template output, like current templates do with
normal "related" items but with the extra info about the predicates.
- producing RDF/RDFa output for page headers or RDF special views
- the relations themselves should be archetypes so they are editable as
regular plone content objects (Dexterity is not an option until
multilingual support is implemented...)

Is plone.app.relations the right package to rely &lt;/pre&gt;</description>
    <dc:creator>PM</dc:creator>
    <dc:date>2012-05-25T13:06:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991">
    <title>convert css to less</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117991</link>
    <description>&lt;pre&gt;Since some has discussed less on the mailing list, this link might be useful

http://css2less.cc/

Espen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Espen Moe-Nilssen</dc:creator>
    <dc:date>2012-05-25T07:25:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989">
    <title>Grokless dexterity</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117989</link>
    <description>&lt;pre&gt;Hello, guys,

I'm starting to study Dexterity, and all of the tutorials I've came upon
use grok style for registration.

Is it possible to use ZCML instead?

Regards,

Alberto
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Alberto Lopes</dc:creator>
    <dc:date>2012-05-25T05:08:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984">
    <title>restoring the backup</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117984</link>
    <description>&lt;pre&gt;Hi,

I have a backup file, data.fs taken from Plone version 2.5.4. I want to
fetch the data from the content. Hence installed the same version in my
linux box and able to see zope running, created a test plone site, its fine.

But when I copy the backup of Data.fs into
/opt/plone/zeocluster/server/var, the site is not getting up. It keeps
saying connecting to the site....

Could anyone let me know how to solve this.

Thank you in advance.

Regards
Priya
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists&lt;/pre&gt;</description>
    <dc:creator>Priya S</dc:creator>
    <dc:date>2012-05-23T21:04:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976">
    <title>jodconverter connect error When try to setup"Document Viewer"</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117976</link>
    <description>&lt;pre&gt;Hi everybody

I want to install add-on "Document Viewer"
(http://plone.org/products/document-viewer) for word, excel, powerpoint file
view online.

Install requirements have setted followed
http://plone.org/products/document-viewer and
http://documentcloud.github.com/docsplit/ .Added collective.documentviewer
to eggs and zcml, re-build , turn on it in Plone, everythins seems fine.

Upload PDF files,the online view is ok, but got errorr when try to convert
word files(also excel,powerpoint).The "Document Viewer Conversion Error" is:

+++++ error messages begin ++++++
……

Exception: Command
/usr/bin/docsplit pdf
/usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40/dump.doc
--output /usr/local/Plone.B/dvpdffiles/9/2/9229882623514927837dbcae4d06ab40
finished with return code
1
and output:
Exception in thread "main"
org.artofsolving.jodconverter.office.OfficeException: failed to start and
connect
……
Caused by: java.util.concurrent.ExecutionException:
org.artofsolving.jodconverter.office.Offic&lt;/pre&gt;</description>
    <dc:creator>Chris Duan</dc:creator>
    <dc:date>2012-05-23T07:38:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968">
    <title>How to import Data.fs from Plone-2.5.4 to Plone-4.1.4</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117968</link>
    <description>&lt;pre&gt;Hi,

I am new to Plone. I have a backup file of Data.fs from Plone-2.5.4(Linux),
now I want to import it into Plone-4.1.4 which has been installed in Ubuntu
linux 11.10.

Could you please tell me how to do it?.

Thank you in advance.

Warm regards
Priya
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Priya S</dc:creator>
    <dc:date>2012-05-22T17:04:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965">
    <title>Related items in Collection query results</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117965</link>
    <description>&lt;pre&gt;I stumbled across this behaviour to-day:
https://dev.plone.org/ticket/8325

Is there any way I can remove related items from the collection view?

&lt;/pre&gt;</description>
    <dc:creator>Tarlika Elisabeth Schmitz</dc:creator>
    <dc:date>2012-05-21T22:34:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962">
    <title>future of versioning on Plone</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117962</link>
    <description>&lt;pre&gt;Hi list,

It has been a while but I haven't stopped advocating Plone all over the
world! :)

I'm trying to convince my current employer to adopt Plone as the next
(well to be honest the first!) CMS but someone from the company (the head
of IT operations) pointed out that:

"workflow management with built-in staging and versioning capabilities []
is the feature that went catastrophically wrong for me at a previous
employer and cost us very, very dearly. However, they were trying to work
with multi-gigabyte diffs between stage and production, I think that's
what completely broke it."


So I was just wondering if there is any plan for future evolutions of
staging and versioning features in Plone as I remember Andreas Jung was
working on it some time ago (i.e. zopyx.versioning) but I also know that
he recently abandoned MongoDB


I would like to give my colleague an informed and updated answer regarding
this topic.

If anyone can help me, I would really appreciate it!

Cheers,

Enzo

PS. Andreas I cc'ed yo&lt;/pre&gt;</description>
    <dc:creator>Enzo Cesanelli</dc:creator>
    <dc:date>2012-05-21T16:36:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959">
    <title>jQuery tools overlay and validation/error handling</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117959</link>
    <description>&lt;pre&gt;For my archetyps content types, I built custom add forms (as browser views) which are called via the jQuery tools overlay architecture. 
Everything works like a charm, except for validation resp. error handling.

I'm wondering how this is done using the included jquery validation script and the usual .prepOverlay configuration.

Is there any piece of code in Plone where I could learn how this is done? 
I could not find any useful documentation on plone.org or other places on the web.

Thanks for any input,
best regards,
Christoph





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Christoph Pingel</dc:creator>
    <dc:date>2012-05-16T14:18:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955">
    <title>Dealing with Missing BLOBs</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117955</link>
    <description>&lt;pre&gt;Hi,

I've been asked to recover a site which has been passed to me in a 
Data.fs file - no BLOB storage, and for reasons that are outside my 
control little hope of regaining access to the original data.

In use, the site works fine, but if I attempt a catalog clear and 
rebuild, it dies with the following traceback: -

Module ZPublisher.Publish, line 126, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 46, in call_object
Module Products.CMFPlone.CatalogTool, line 459, in manage_catalogRebuild
Module plone.app.discussion.patches, line 47, in patchedClearFindAndRebuild
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 239, in ZopeFindAndApply
Module OFS.FindSupport, line 227, in ZopeFindAndApply
Module plone.app.discussion.patches, line 26, in indexObject
Module Products.Archetypes.CatalogMultiplex, line 38, in indexObject
Module Products.CMFPlone.CatalogTool, line 387, in catalog_obj&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-15T11:29:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949">
    <title>Plone Tune-Up Friday May 18th</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117949</link>
    <description>&lt;pre&gt;FOCUS
The May 18th Plone Tune-Up will focus on triaging tickets in TinyMCE. There will be experts in TinyMCE around to answer questions and provide advice. 

ABOUT
Plone Tune-Ups are regularly scheduled online events that give developers the chance to select and work on resolving issues. Not everyone wants to be a core developer or maintain a product in Plone, but most people have the ability to squash a few bugs, provide QA or improve documentation. Every time you give time back to the community you make Plone a better solution for everyone.   As an open source system, Plone relies on developers of all interests and skill levels to participate so that Plone can continue to be a leader among open source Content Management Systems. Experts will be available in a special IRC chat #plone-tuneup if you need help getting started.

THE PRIZE: THE EVER POPULAR PLONE TUNE-UP T-SHIRT
The Tune-Up prize will be a rare and coveted Plone Tune-Up t-shirt. In the past, these shirts have been awarded for: closing the most t&lt;/pre&gt;</description>
    <dc:creator>Carol Ganz</dc:creator>
    <dc:date>2012-05-14T21:47:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946">
    <title>Migrating 4.1.3 from 32bit to 64bit (both unifiedinstaller)</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117946</link>
    <description>&lt;pre&gt;Hello,

Does someone have any pointers regarding what the necessary steps are for 
the migration referenced in the Subject? Do I just migrate the database 
after having used the unified installer on 64bit?

Thanks for any hints, Joh


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Johannes Graumann</dc:creator>
    <dc:date>2012-05-13T19:51:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941">
    <title>A panel to edit site setting</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117941</link>
    <description>&lt;pre&gt;
Settings are stored in
/portal_properties ("zmi... difficult to get to")
portal_registry ("Looks technical")
/plone_control_panel ("Looks most user friendly")

What if there was just one  control panel, that somehow did a look through the settings and displayed them / let you edit them.

This should not be too difficult to make (?) or am I missing something here ?

Espen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Plone-Users mailing list
Plone-Users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-users
&lt;/pre&gt;</description>
    <dc:creator>Espen Moe-Nilssen</dc:creator>
    <dc:date>2012-05-11T12:25:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937">
    <title>problems with advanced seach</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117937</link>
    <description>&lt;pre&gt;Hello

I have a problem . When I go to advanced search . I have these problem.
Any can help me.

Thanks
Gus


   - *URL:
   file:/usr/local/Plone/buildout-cache/eggs/Products.CMFPlone-4.1.4-py2.6.egg/Products/CMFPlone/skins/plone_forms/
   search_form.pt*
   *Line 162, Column 24*
   *Expression: &amp;lt;PythonExpr portal_types.getTypeInfo(type).Title()&amp;gt;*
   *Names:*

   {'container': &amp;lt;PloneSite at /pagina&amp;gt;,
    'context': &amp;lt;PloneSite at /pagina&amp;gt;,
    'default': &amp;lt;object object at 0x7ff80efbfb20&amp;gt;,
    'here': &amp;lt;PloneSite at /pagina&amp;gt;,
    'loop': {u'sublist':
&amp;lt;Products.PageTemplates.Expressions.PathIterator object at 0xd6099d0&amp;gt;,
             u'type': &amp;lt;Products.PageTemplates.Expressions.PathIterator
object at 0xd07aed0&amp;gt;},
    'nothing': None,
    'options': {'args': ()},
    'repeat': &amp;lt;Products.PageTemplates.Expressions.SafeMapping object
at 0xbe879f0&amp;gt;,
    'request': &amp;lt;HTTPRequest, URL=http://www.koluel.org/search_form&amp;gt;,
    'root': &amp;lt;Application at &amp;gt;,
    'template': &amp;lt;FSPageTemplate at /pagina/search_form&amp;gt;,
    'traverse&lt;/pre&gt;</description>
    <dc:creator>gus urban</dc:creator>
    <dc:date>2012-05-11T04:57:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931">
    <title>Add new Plone site creates site with JS problems(4.1.4)</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117931</link>
    <description>&lt;pre&gt;Hi, me again,

I've got a Zope/Plone instance, version overview:
     Plone 4.1.4 (4113)
     CMF 2.2.5
     Zope 2.13.12
     Python 2.6.7 (r267:88850, Dec 8 2011, 10:27:23) [GCC 4.1.2 20080704 
(Red Hat 4.1.2-51)]

Eggs section of buildout.cfg:
eggs =
     Plone
     Pillow
     lxml
     Products.OpenXML
     Products.CMFBibliographyAT
     Products.Ploneboard
     Products.PloneFormGen
     Solgema.fullcalendar
     sc.social.like
     newtheme
     nph2011theme
     nwphlitheme
     phmctheme
     accreditation.theme
     categorizedpages
     npharticle
     eea.facetednavigation
     Products.ATVocabularyManager
     p4a.subtyper
     plone.app.theming


I've added a new Plone site through the ZMI. The resultant created site 
has some mysterious problems.

1) TinyMCE javascript file not included in the portal_javascripts 
registry. Editing a page results in just a blank text box for editing 
page content. TinyMCE is selected as the default editor in the "Editing" 
control panel, and the TinyMCE contro&lt;/pre&gt;</description>
    <dc:creator>Rick Bruch</dc:creator>
    <dc:date>2012-05-10T18:19:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930">
    <title>factory_portal not validating</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117930</link>
    <description>&lt;pre&gt;I have installed a fresh version of Plone 4.1 on Mac Snow Leopard 10.6
32-bit. My issue is that when I go to make a new content type in the Plone
UI (page, folder, etc) and hit the save button nothing happens and my
connection times out. This is a vanilla install of Plone with no addons. The
URL is
http://localhost:8080/Plone3/portal_factory/Folder/folder.2012-05-10.9893539472/atct_edit 

This leads me to believe that for some reason the portal_factory is not
validating and not moving the content out of temporary storage and into the
ZODB. There are no error messages to evaluate either.

Has this ever happened to anyone else?

--
View this message in context: http://plone.293351.n2.nabble.com/factory-portal-not-validating-tp7547106.html
Sent from the General Questions mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed&lt;/pre&gt;</description>
    <dc:creator>emb03</dc:creator>
    <dc:date>2012-05-10T15:30:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929">
    <title>Plone 3.3.6 install problem - ZEO Client/permissionsissue?</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117929</link>
    <description>&lt;pre&gt;Hi All,

I have a rather crufty 3.3.5 instance that I'd like to upgrade to 3.3.6, 
but I am unable to complete a 3.3.6 ZEO install using the binary installer.

The installation runs fine, but the ZEO clients will not start due to 
permissions issues, and I'm unable to decode what's going on.

If I start the server with "bin/plonectl zeoserver start", the command 
executes, I see feedback about Data.fs and initial content creation, and 
looking at the filesystem I see what I expect to in "var/zeoserver".

However, neither ZEO client will start.

Starting client1 with "bin/client1 start" I see: -

"client1: . daemon process started, pid=20085"

...but HTTP connections are reset without serving anything.

Starting client1 with "bin/client1 fg" I see: -

/opt/Plone-3.3.6-stock/zeocluster/parts/client1/bin/runzope -X debug-mode=on
2012-05-10 15:53:24 INFO ZServer HTTP server started at Thu May 10 
15:53:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-05-10 15:53:24 INFO Zope Set effective user to "plone"
2012-05-10 1&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-10T15:12:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928">
    <title>Plone 3.3.6 install problem - ZEO Client/permissionsissue?</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117928</link>
    <description>&lt;pre&gt;Hi All,

I have a rather crufty 3.3.5 instance that I'd like to upgrade to 3.3.6, 
but I am unable to complete a 3.3.6 ZEO install using the binary installer.

The installation runs fine, but the ZEO clients will not start due to 
permissions issues, and I'm unable to decode what's going on.

If I start the server with "bin/plonectl zeoserver start", the command 
executes, I see feedback about Data.fs and initial content creation, and 
looking at the filesystem I see what I expect to in "var/zeoserver".

However, neither ZEO client will start.

Starting client1 with "bin/client1 start" I see: -

"client1: . daemon process started, pid=20085"

...but HTTP connections are reset without serving anything.

Starting client1 with "bin/client1 fg" I see: -

/opt/Plone-3.3.6-stock/zeocluster/parts/client1/bin/runzope -X debug-mode=on
2012-05-10 15:53:24 INFO ZServer HTTP server started at Thu May 10 
15:53:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-05-10 15:53:24 INFO Zope Set effective user to "plone"
2012-05-10 1&lt;/pre&gt;</description>
    <dc:creator>Philip Kilner</dc:creator>
    <dc:date>2012-05-10T15:06:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927">
    <title>Translating titles in portal_actions</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117927</link>
    <description>&lt;pre&gt;Hi all,

This is driving me nuts so I am just going to ask, and if the answer
is obvious, please just tell me to my face.

I have a client who wants doesn't like the default Portuguese
translation of Home (Entrada) and wants me to change it to Página
Inicial. After much research it seems the best way to do this is to
override the i18n:domain of the action using GenericSetup's
actions.xml. This works fine, afterwards, the index_html item in
portal_actions has a different i18n:domain.

The application already has a set of working translations, so I used
i18ndude to sync and update, and added the required translation to the
.po file.

After all that, the breadcrumbs stubbornly refuse to budge and
continues to display "Entrada".

This is an older plone: 4.0.3.

Did I miss something?

regards,
Izak

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how &lt;/pre&gt;</description>
    <dc:creator>Izak Burger</dc:creator>
    <dc:date>2012-05-10T13:03:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.user/117917">
    <title>plonetheme.responsivetheme</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.user/117917</link>
    <description>&lt;pre&gt;Hello,

I am working on making a plonesite responsive and tried to install plonetheme.responsivetheme and it returned a render error. I then installed in a clean, new plone and got the same render error. This is my first attempt at installing a theme so I may be missing something in a file there?

I noticed on the product page other users encountered this but there was no further comment on the error. The traceback follows, any pointers or suggestions are appreciated.

Thank you!

Norman

Traceback (innermost last):
  Module ZPublisher.Publish, line 126, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 46, in call_object
  Module Shared.DC.Scripts.Bindings, line 322, in __call__
  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
  Module Products.CMFCore.FSPageTemplate, line 240, in _exec
  Module Products.CMFCore.FSPageTemplate, line 180, in pt_render
  Module Products.PageTemplates.PageTemplate, line 79, in pt_render
  Module zope.pagetemplate.pagetemp&lt;/pre&gt;</description>
    <dc:creator>Norman Fournier</dc:creator>
    <dc:date>2012-05-10T02:39:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.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.web.zope.plone.user</link>
  </textinput>
</rdf:RDF>

