An error occurred fetching the project authors.
- 18 Feb, 2009 1 commit
-
-
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
-
- 17 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2005 1 commit
-
-
Alexandre Boeglin authored
organisation_module.nexedi.setMapping('group/nexedi') portal_categories.group.nexedi.getMappingRelatedValueList() this can be used to tell which document is represented by one category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4252 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2005 1 commit
-
-
Kevin Deldycke authored
Remove hard-coded acquisition methods; git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2005 2 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
In order to add Signature image on persons, Person is now a subclass of Image and Agent not any longer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Mar, 2005 2 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-