An error occurred fetching the project authors.
- 12 Apr, 2016 1 commit
-
-
Jérome Perrin authored
when no title, fallback to reference then id
-
- 21 Feb, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 28 Apr, 2014 1 commit
-
-
Sebastien Robin authored
Calendar Assignments are now handled in a separate module, update code in consequence
-
- 07 Dec, 2012 1 commit
-
-
Jérome Perrin authored
MetaNodes have always been Organisations, but this does not make sense at all. This change reveal some hidden bugs with code that was working accidentally because all meta nodes, such as categories use to be organisations and have all the accessors from organisations
-
- 18 Jul, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 03 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
called directly (with edit() for instance) and override the reference check that we specifically wanted to do. This fixes testERP5Security test failures git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Oct, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
- in the same transaction - when one of the person is not indexed yet - in 2 concurrent transactions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-