An error occurred fetching the project authors.
- 27 May, 2010 1 commit
-
-
Fabien Morin authored
password is not specific to Person so move them in a separate mixin. Reviewed by Jérome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2010 1 commit
-
-
Jérome Perrin authored
Inherit from XMLMatrix, it can be required for project implementations to use matrix for project. Create INode interface and associate it to common node classes. Update a few docstrings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2009 2 commits
-
-
Vincent Pelletier authored
Make getPassword default value behave consistently between cases where password is of Persistent Mapping type and cases where it is not. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 May, 2009 1 commit
-
-
Yusei Tahara authored
Add permission check in _setPassword in order to protect changing password without security check through edit method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2009 2 commits
-
-
Vincent Pelletier authored
- return None when no password is set and no default was provided, instead of raising - return default (or None) when requested encoding is not present (even if password value is a string) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Change Person's password into a PersistentMapping. This allows storing multiple representations of the same password. This is required to interface with foreign applications without storing the password in plaintext. Update PasswordTool to not encode the password at its level. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2008 1 commit
-
-
Nicolas Delaby authored
because Password Tool need to bypass setPassword to avoid SetOwnPassword Permission checking. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2008 1 commit
-
-
Jean-Paul Smets authored
The implementation of "Accessor overloading" was not done properly. First of all, there is no need to overload public setters, because the Alias.Reindex is able to use the private ones. So overloading the private ones is enough. Second, it is not appriopriate to reimplement the way data is set or accessed on objects. Instead of setting title with self.title = value, one should call self._baseSetTitle(value) which does much more, including casting data types and potentially storing values externally. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2007 1 commit
-
-
Jérome Perrin authored
setPassword have to do explicit security checks, because edit cannot check that the new value is different from the current one. (because getPassword returns an encrypted password which is different than what the user inputs) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Sep, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2007 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2007 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
Removed dependency to ancient Core. Left commented class def to remind to create Interfaces to replace ancient Core classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2006 1 commit
-
-
Jérome Perrin authored
[pers.setStartDate(pers.birthday) for pers in context.person_module.objectValues() if getattr(pers, 'birthday', None) is not None] and [org.setStartDate(pers.creation_date) for org in context.organisation_module.objectValues() if getattr(org, 'creation_date', None) is not None] to update existing documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 May, 2006 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2006 1 commit
-
-
Alexandre Boeglin authored
from PropertySheet 'acquired_property_id' property. 2/ Changed the behaviour of Coordinate so that getText and _setText use methods defined in subclasses if they exist. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2006 1 commit
-
-
Jérome Perrin authored
check the type of acl_users rather than the availability of PluggableAuthService to decide wether we should allow duplicate reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2006 1 commit
-
-
Aurel authored
ERP5Security is not up to date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2006 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Add password confirmation field and validator. * Doesn't display current password in page source and set higher security on password getter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Mar, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
ERP5UserManager are used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-