Op 04-06-11 22:42, ken manheimer schreef:
hi, all. i've checked a bunch of substantial
Products.remember changes into the products.remember
trunk (svn
browser), including:
- an uninstall method that enables proper operation of
non-remember accounts
- prevention of disruption that Products.remember used to
cause to portals that didn't have the product
quick-installed
-
email login id that is controlled by the standard Site Setup
/ Security / "Use email address as login name" setting
- Plone 4/membrane 2 compatibility (i think i checked that
in and announced it a while back)
i'm running out of time to do much more, but am hoping to
find a window to release it to pypi in the next few days.
the HISTORY.txt has many more details about the changes.
Thanks a lot for your hard work, Ken! Sorry, I have not tried the
code, but the history at least looks like a good improvement.
So obviously what remains for me at the moment is minor nitpicking.
;-) Why did you recently add the egg-info directory to subversion?
You mention in the changelog: "Some of this info is worth
versioning, like PKG-INFO. Some might should be omitted." All info
in there is generated automatically from the existing code, mostly
setup.py of course. So I don't see a good reason to keep any of
this in subversion. Can you remove this again or explain why you
would want to keep this?
In fact, I have '*.egg-info' in the global-ignores in my
.subversion/config settings and I usually remember to put this in
the svn:ignore property of a package too.