[Product-Developers] collective.solr: Can it handle FieldIndex?

2012-08-27 Thread Suresh V.
I would like to be able to use Solr for the Subject index also. This would help me reduce the Plone db size considerably. Is this possible? Any tips for the same? Thanks. Suresh ___ Product-Developers mailing list product-develop...@lists.plone.org

Re: [Product-Developers] collective.solr: Can it handle FieldIndex?

2012-08-28 Thread Suresh V.
On Tuesday 28 August 2012 11:52 AM, ajung wrote: How would it replacing a single index with Solr? In the first place it would make sense to replace the SearchableText full text index with Solr (e.g. using aml.solrindex). But replacing only a single field index with Solr appears *more* than

[Product-Developers] collective.solr: Does it completely replace the portal_catalog?

2012-08-31 Thread Suresh V.
Do I still need the portal_catalog if I enable solr? I cleared the portal_catalog to make the ZODB lighter but now the folder listing is showing up empty. Do I still need the portal_catalog? Clear and Rebuild takes many hours and the ZODB becomes huge. Any help appreciated. Suresh

[Product-Developers] collective.solr: Need help troubleshooting

2012-09-07 Thread Suresh V.
When I @@solr-maintenance/reindex it says 75 objects processed. However when I query with q=*:*, it finds only 124 docments (numFound). What gives? Any help appreciated. Suresh ___ Product-Developers mailing list

Re: [Product-Developers] collective.solr: Need help troubleshooting

2012-09-09 Thread Suresh V.
On Saturday 08 September 2012 10:34 AM, Suresh V. wrote: When I @@solr-maintenance/reindex it says 75 objects processed. However when I query with q=*:*, it finds only 124 docments (numFound). What gives? content objects need to implement the UID() method. Doh! Suresh

Re: [Product-Developers] collective.solr: Does it completely replace the portal_catalog?

2012-09-09 Thread Suresh V.
On Friday 31 August 2012 12:09 PM, Suresh V. wrote: Do I still need the portal_catalog if I enable solr? I cleared the portal_catalog to make the ZODB lighter but now the folder listing is showing up empty. Do I still need the portal_catalog? Clear and Rebuild takes many hours and the ZODB

[Product-Developers] collective.solr: Can i reindex incrementally?

2012-10-05 Thread Suresh V.
I have a huge database which gets new objects added periodically. Currently I am clear and rebuilding the entire index. Is there a way to do this incrementally and just index the newly added objects? Any advice appreciated. Suesh ___

[Product-Developers] Setting up travis-ci for Products.Ploneboard

2013-05-02 Thread Suresh V.
I would like to set up travis for Products.Ploneboard. Can this be done from the collective repo itself or do I have to fork it? Travis lists only my repositories. How do I enable collective repos to be listed? Thanks. Suresh ___

[Product-Developers] Moving collective.simplesocial to github

2013-05-14 Thread Suresh V.
Made some changes so it works with Plone 4.3 but unable to commit to svn. Is this on github? Can we have it there? Thanks. Suresh ___ Product-Developers mailing list product-develop...@lists.plone.org

[Product-Developers] UnicodeDecodeError in plone.app.redirector

2013-07-02 Thread Suresh V.
I have some utf-8 encoded paths in the storage plone.app.redirector and am unable to remove them. If I try: for key in storage: storage.remove(key) I get: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 72: ordinal not in range(128) Stepping thru the code

[Product-Developers] unweb.iptc: Any objections to moving development to github collective?

2013-10-08 Thread Suresh V.
Would like to add some features. Thanks. Suresh ___ Product-Developers mailing list product-develop...@lists.plone.org https://lists.plone.org/mailman/listinfo/plone-product-developers

[Product-Developers] unweb.iptc: Any objections to moving development to github collective?

2013-10-08 Thread Suresh V.
Would like to add some features. Thanks. Suresh ___ Product-Developers mailing list product-develop...@lists.plone.org https://lists.plone.org/mailman/listinfo/plone-product-developers

[Product-Developers] Configurable Batch Size for Ploneboard while viewing conversations

2009-09-05 Thread Suresh V.
Has anyone implemented this? Suresh ___ Product-Developers mailing list Product-Developers@lists.plone.org http://lists.plone.org/mailman/listinfo/product-developers

[Product-Developers] Attribute: acl_users

2010-03-17 Thread Suresh V.
Possible bug in Plone 3.3.4: If you had a folderish object in private state which had an 'acl_users' inside it and an anonymous user attempts to browse to the object you end up with BadRequest instead of Unauthorized from globalize() in ploneview.py which bubbles up from getToolByName() in

[Product-Developers] Re: Attribute: acl_users

2010-03-17 Thread Suresh V.
Here is the traceback: 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,

[Product-Developers] Re: Attribute: acl_users

2010-03-17 Thread Suresh V.
Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suresh V. wrote: Possible bug in Plone 3.3.4: If you had a folderish object in private state which had an 'acl_users' inside it and an anonymous user attempts to browse to the object you end up with BadRequest instead

[Product-Developers] Re: Why don't I get full traceback with testbrowser test?

2010-03-30 Thread Suresh V.
Mikko Ohtamaa wrote: Suresh V. wrote: I am trying to create a Functional Testcase to demonstrate a Plone bug. But I am not seeing the full traceback from inside Plone code. Instead I see failure inside mechanize such as this: Try this: http://plonemanual.twinapex.fi/testing_and_debugging

[Product-Developers] Re: Why don't I get full traceback with testbrowser test?

2010-03-30 Thread Suresh V.
Mikko Ohtamaa wrote: Suresh V. wrote: I am trying to create a Functional Testcase to demonstrate a Plone bug. But I am not seeing the full traceback from inside Plone code. Instead I see failure inside mechanize such as this: Try this: http://plonemanual.twinapex.fi/testing_and_debugging

[Product-Developers] Where is the active svn repostitory path for PloneContentRating?

2010-04-20 Thread Suresh V.
I see a few folders in the collective. Some are missing trunk. Any idea where active development is done? Suresh ___ Product-Developers mailing list Product-Developers@lists.plone.org http://lists.plone.org/mailman/listinfo/product-developers

[Product-Developers] How do you replace getNextSiteManager with getNextUtility?

2010-04-20 Thread Suresh V.
nsm = getNextSiteManager(context) # is deprecated nsm = getNextUtility(context, ISite, ???) what should I use as 3rd argument? I tried '++etc++site' but that did not work. Suresh ___ Product-Developers mailing list Product-Developers@lists.plone.org

Re: [Product-Developers] How do you replace getNextSiteManager with getNextUtility?

2010-04-20 Thread Suresh V.
Martin Aspeli wrote: On 20 April 2010 16:37, Suresh V. suresh...@yahoo.com wrote: nsm = getNextSiteManager(context) # is deprecated nsm = getNextUtility(context, ISite, ???) Why are you doing this? Chances are, you shouldn't be. :) May well be the case :) plone.contentratings (branch

Re: [Product-Developers] How do you replace getNextSiteManager with getNextUtility?

2010-04-20 Thread Suresh V.
Kees Hink wrote: We're currently using plone.contentratings from trunk in a Plone 4 site, so i see no need for this branch which you created today.\ Hi Kees: I fixed a test failure. Please check the diff. If acceptable, will merge to trunk. Suresh

Re: [Product-Developers] How do you replace getNextSiteManager with getNextUtility?

2010-04-20 Thread Suresh V.
Derek Broughton wrote: Kees Hink wrote: We're currently using plone.contentratings from trunk in a Plone 4 site, so i see no need for this branch which you created today. To clean up Plone4 deprecations, perhaps? I ended up doing this: self.sm = getSiteManager(context) -

Re: [Product-Developers] Where is the active svn repostitory path for PloneContentRating?

2010-04-22 Thread Suresh V.
Alex Clark wrote: On 2010-04-20, Suresh V. suresh...@yahoo.com wrote: I see a few folders in the collective. Some are missing trunk. Any idea where active development is done? Suresh https://svn.plone.org/svn/collective/contentratings/trunk/ ? Thanks. The one I WAS looking

Re: [Product-Developers] Plone browser view methods available via XML-RPC ?

2010-07-03 Thread Suresh V.
Suresh V. wrote: Alex Clark wrote: Folks, I'm trying to create a simple browser view method e.g. @@view/method that I can call via XML-RPC, but I notice browser views don't seem to possess the Zope 2 goodness that regular objects/methods do. I found a related problem while integrating

Re: [Product-Developers] pre-announcing collective.newsletter

2010-07-14 Thread Suresh V.
Roel Bruggink wrote: On Wed, Jul 14, 2010 at 3:15 AM, Dylan Jay d...@pretaweb.com mailto:d...@pretaweb.com wrote: I ask because I've began moving my projects off the collective. Thank you for doing so, it's very much appreciated. Think you misunderstood. Please keep it in the

[Product-Developers] Installing python-ldap using buildout broken?

2010-08-17 Thread Suresh V.
Tried to install python-ldap using buildout as described in: http://bluedynamics.com/articles/jens/python-ldap-as-egg-with-buildout It wants to easy_install rather than use zc.recipe.egg:custom Is this something that has broken or am I missing a step? Suresh

[Product-Developers] Bug in Products.Carousel?

2010-09-01 Thread Suresh V.
Tried both version 1.1 from pypi and the trunk from svn. The very first time the images are cycled through, images starting from the 2nd show up shifted to the right and bottom by about 200px and 50px respectively. After the first cycle, things become normal again. One difference may be that I

Re: [Product-Developers] Bug in Products.Carousel?

2010-09-04 Thread Suresh V.
Noe Misael Nieto Arroyo wrote: Have you checked out the styles? Yes. That was the problem. I had to remove the position: absolute; directive. Then it worked. Thanks. Is the javascript code in the right place and executing at the right time? Regards. --- noe 2010/9/1 Suresh

Re: [Product-Developers] Restrict portal to portal acquisition

2010-10-01 Thread Suresh V.
Martijn Pieters wrote: If you really want to be stubborn about this, and this is really a problem you feel needs solving (you may notice a skeptical tone in my email at this point :wink:), FWIW, I think this is a bug. I have run into this and had to rename objects in the root of my Zope

Re: [Product-Developers] Restrict portal to portal acquisition

2010-10-01 Thread Suresh V.
Martijn Pieters wrote: On Fri, Oct 1, 2010 at 09:37, Suresh V. suresh...@yahoo.com wrote: FWIW, I think this is a bug. I have run into this and had to rename objects in the root of my Zope site. May be Plone Site should inherit from Acquisition.Explicit or something :-) In which case you