<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/exuserfolder/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/exuserfolder/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 11 Mar 2006 10:46:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/exuserfolder/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>val should be value</title><link>https://sourceforge.net/p/exuserfolder/bugs/43/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;on line 121 of zodbPropSource.py&lt;/p&gt;
&lt;p&gt;if newVal == val:&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;if newVal == value:&lt;/p&gt;
&lt;p&gt;Not sure if this is fixed in cvs, but im trying to aviod cvs code this close to &lt;br /&gt;
going live with the system.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 11 Mar 2006 10:46:26 -0000</pubDate><guid>https://sourceforge.net9670f0069bd45342719a756f7276d27654d20467</guid></item><item><title>Cannot search users.</title><link>https://sourceforge.net/p/exuserfolder/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have got connection to jabberd mysql database (22000&lt;br /&gt;
users).&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Almost everything works fine (users can login, make own&lt;br /&gt;
homepages etc).&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The problem is situation, when somebody is trying to&lt;br /&gt;
search the users (for &lt;br /&gt;
example search members using /Members form or search&lt;br /&gt;
users to change page &lt;br /&gt;
permissions). Plone saids ''no member found". When I add&lt;br /&gt;
user using acl_users/users to any group, then it works&lt;br /&gt;
(user is seakable). Unfortunately, users page doesn't show&lt;br /&gt;
all users :(, so I cannot (even by my hand) transfer users to&lt;br /&gt;
any group. Finally, I cannot add permisions to&lt;br /&gt;
pages/folders (I cannot search user to whom I want to give&lt;br /&gt;
permission).&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafal Zawadzki</dc:creator><pubDate>Tue, 02 Aug 2005 21:08:59 -0000</pubDate><guid>https://sourceforge.net7b0f8faadfc4321abde128bbe27f88185ea2a28f</guid></item><item><title>pgPropSource.setProperty() doesn't create new properties</title><link>https://sourceforge.net/p/exuserfolder/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;User.setProperty() method is only capable to update&lt;br /&gt;
existing user properties, and cannot create new ones&lt;br /&gt;
(even if the needed code is right in place).&lt;/p&gt;
&lt;p&gt;It's due to a bug in the pgPropSource.setUserProperty()&lt;br /&gt;
method: after calling loadUserProperty(), it gets&lt;br /&gt;
tricked that the the requested property still exists;&lt;br /&gt;
then performs a SQL UPDATE instead of an INSERT, and&lt;br /&gt;
nothing happens on the DB.&lt;/p&gt;
&lt;p&gt;A few additional checks in setUserProperty() solve the&lt;br /&gt;
issue (see attached diff).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alceste Scalas</dc:creator><pubDate>Tue, 26 Jul 2005 18:03:03 -0000</pubDate><guid>https://sourceforge.net4217806255d468f7d66157c8e215e006d4a540ed</guid></item><item><title>maximum recursion depth exceeded</title><link>https://sourceforge.net/p/exuserfolder/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;email address: harshad.behere@gmail.com&lt;/p&gt;
&lt;p&gt;I am using Zope 2.7.6-final, python 2.3.4, CMFPlone&lt;br /&gt;
2.0.5, GroupUserFolder 2.0.1 and exUserFolder-0-50-1.&lt;br /&gt;
I have added exUserFolder inside existing GRUF&lt;br /&gt;
acl_users folder with PostgreSQL as Auth Source with&lt;br /&gt;
portal_memberdata wrapper as PropertySource.&lt;br /&gt;
After this i am getting following error whenever i&lt;br /&gt;
click on acl_users.&lt;/p&gt;
&lt;p&gt;#  Module Products.exUserFolder.User, line 205, in getId&lt;br /&gt;
# Module&lt;br /&gt;
Products.exUserFolder.PropSources.cmfPropSource.cmfPropSource,&lt;br /&gt;
line 99, in getUserProperty&lt;br /&gt;
# Module Products.CMFCore.MembershipTool, line 320, in&lt;br /&gt;
getMemberById&lt;br /&gt;
# Module AccessControl.User, line 497, in getUserById&lt;br /&gt;
RuntimeError: maximum recursion depth exceeded.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 05 Jul 2005 06:41:29 -0000</pubDate><guid>https://sourceforge.neta90c3c3669d5f765c5559b8beca360930907e959</guid></item><item><title>authenticate not updated for cryptoSources.</title><link>https://sourceforge.net/p/exuserfolder/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Again, may be found already, using debian 0.50.0 package.&lt;/p&gt;
&lt;p&gt;User.authenticate incorrectly uses cryptPassword,&lt;br /&gt;
should now take the username, password which means line&lt;br /&gt;
238 of User.py should read:&lt;/p&gt;
&lt;p&gt;secret=self.cryptPassword(people['username'], password)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 Mar 2005 04:18:31 -0000</pubDate><guid>https://sourceforge.net13ac42f44537051f095684187c970d153e628868</guid></item><item><title>typo in zodbPopSource.py</title><link>https://sourceforge.net/p/exuserfolder/bugs/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Did a quick search for this and couldn't find anything,&lt;br /&gt;
so not sure if its been picked up or not.&lt;/p&gt;
&lt;p&gt;Using 0.50.0 from debian, theres a typo in line 121 of :&lt;/p&gt;
&lt;p&gt;PropSources/zodbPropSource/zodbPropSource.py&lt;/p&gt;
&lt;p&gt;where 'val' should be 'value' as defined in args of method.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 Mar 2005 03:53:17 -0000</pubDate><guid>https://sourceforge.net445cb2705a79e1a9671e192679f4b9aa01cf6ca7</guid></item><item><title>File source: lock out when file does not exists !</title><link>https://sourceforge.net/p/exuserfolder/bugs/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you create a exUserFolder with a&lt;br /&gt;
"File based Ath. Source"&lt;br /&gt;
and if the file instance/exUsers/etcUsers (or equivalent)&lt;br /&gt;
does not exists, you cannot anymore&lt;br /&gt;
open the folder containing the User Folder, and&lt;br /&gt;
the only way to fix the situation is:&lt;br /&gt;
- read the source code to figure out where Zope looks&lt;br /&gt;
for the file&lt;br /&gt;
- create the file in the correct directory.&lt;/p&gt;
&lt;p&gt;This can be really annoying !&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Viennet</dc:creator><pubDate>Mon, 24 Jan 2005 12:23:29 -0000</pubDate><guid>https://sourceforge.net1b92f4c533348ef335dab7bc00a3ea70d0432c9f</guid></item><item><title>Bug with NIS authentication</title><link>https://sourceforge.net/p/exuserfolder/bugs/36/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- Try create new exUserFolder, with NIS auth source,&lt;br /&gt;
NULL property, membership and Group  sources&lt;br /&gt;
etc&lt;/p&gt;
&lt;p&gt;-&amp;gt; error in event.log&lt;br /&gt;
2005-01-18T23:13:55 ERROR(200) ZODB Couldn't load state&lt;br /&gt;
for 0x1d8d&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"/usr/local/zope/2-7-4/lib/python/ZODB/Connection.py",&lt;br /&gt;
line 600, in setstate&lt;br /&gt;
self._set_ghost_state(obj, p)&lt;br /&gt;
File&lt;br /&gt;
"/usr/local/zope/2-7-4/lib/python/ZODB/Connection.py",&lt;br /&gt;
line 639, in _set_ghost_state&lt;br /&gt;
state = unpickler.load()&lt;br /&gt;
ImportError: No module named NISAuthSource.NISAuthSource&lt;/p&gt;
&lt;p&gt;- I tried with Zope 2-7-3 and Zope 2-7-3, with&lt;br /&gt;
exUserFolder 0.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Viennet</dc:creator><pubDate>Fri, 21 Jan 2005 12:47:17 -0000</pubDate><guid>https://sourceforge.netf3cbadcb889c04e5e148199f84b990ec0d5cd8b0</guid></item><item><title>Problems with AuthSources path</title><link>https://sourceforge.net/p/exuserfolder/bugs/35/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ImportError: No module named zodbAuthSource.zodbAuthSource&lt;/p&gt;
&lt;p&gt;I observe a bug with the last exUserFolder (0.50):&lt;/p&gt;
&lt;p&gt;- create user folder with etcUsers;&lt;br /&gt;
- I get the list of users, ok.&lt;br /&gt;
- when trying to modify the properties of a user, e.g.&lt;br /&gt;
to associate a role to a specific user, I get an error:&lt;/p&gt;
&lt;p&gt;Error Type: AttributeError&lt;br /&gt;
Error Value: 'NoneType' object has no attribute&lt;br /&gt;
'setUserProperty'&lt;/p&gt;
&lt;p&gt;In Zope event.log:&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File&lt;br /&gt;
"/usr/local/zope/2.7.3/lib/python/ZODB/Connection.py",&lt;br /&gt;
line 600, in setstate&lt;br /&gt;
self._set_ghost_state(obj, p)&lt;br /&gt;
File&lt;br /&gt;
"/usr/local/zope/2.7.3/lib/python/ZODB/Connection.py",&lt;br /&gt;
line 639, in _set_ghost_state&lt;br /&gt;
state = unpickler.load()&lt;br /&gt;
ImportError: No module named zodbAuthSource.zodbAuthSource&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. Viennet</dc:creator><pubDate>Fri, 21 Jan 2005 12:38:20 -0000</pubDate><guid>https://sourceforge.netf82ae8d537810e4eae4d6622e21e3677ad3f590b</guid></item><item><title>Can't start it</title><link>https://sourceforge.net/p/exuserfolder/bugs/34/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Under Windows 2000, zope 2.7.3, I have installed&lt;br /&gt;
exuserfolder under "products" in my zope instance. When&lt;br /&gt;
I start with zope  it give me the following error :&lt;br /&gt;
File&lt;br /&gt;
"f:\zope-new\Products\exUserFolder\AuthSources\etcAuthSource\etcAuthSource.py",&lt;br /&gt;
line 124, in ?&lt;br /&gt;
from Products.exUserFolder.fcrypt.fcrypt import crypt&lt;br /&gt;
ImportError: No module named fcrypt.fcrypt&lt;/p&gt;
&lt;p&gt;Actually the file fcrypt.py is in&lt;br /&gt;
F:\zope-new\Products\exUserFolder\CryptoSources\fcrypt&lt;/p&gt;
&lt;p&gt;PS: note that in this site the last version is the&lt;br /&gt;
0.50, but in the version.txt file there is 0.30&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 02 Jan 2005 11:23:49 -0000</pubDate><guid>https://sourceforge.net449ab85ca94d14cd298357a2bd64ab008604a592</guid></item></channel></rss>