An error occurred fetching the project authors.
- 01 May, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 02 Apr, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
make it possible to specify expiration date of credential requests whose default is still current date + 1 day.
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 02 Sep, 2011 1 commit
-
-
Aurel authored
remove check which are done by the form
-
- 31 Aug, 2011 3 commits
- 30 Aug, 2011 2 commits
-
-
Aurel authored
-
Kazuhiko Shiozaki authored
-
- 25 Aug, 2011 1 commit
-
-
Ivan Tyagov authored
events (i.e. Mail Message) in CRM event_module. Typo & XXX: comment added.
-
- 26 Apr, 2011 1 commit
-
-
François-Xavier Algrain authored
Add possibility to use a notification message to send password recovery url. Keeps compatibility with older usages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Aug, 2010 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37905 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2010 1 commit
-
-
Fabien Morin authored
directly redirect the user on the "change password" form) - make possible to translate the message in the mail git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2010 2 commits
-
-
Fabien Morin authored
in context of erp5 site (not web_site), user were redirected to /erp5/portal_password/login_form, so after sign in, they were redirected to /erp5/portal_password which is wrong. Following patch use came_from request variable and is compatible both with web_site and erp5 site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
don't use portal_object url but self this permit to stay on web_site context in case of web_mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2010 1 commit
-
-
Fabien Morin authored
like Folder.py, ProxyField.py, Base_callDialogMethod, ...) this permit to stay on web_site context in case of web_mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37806 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
-
- 08 Jul, 2010 1 commit
-
-
Jérome Perrin authored
email address git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2010 1 commit
-
-
Fabien Morin authored
that need other security and inheritate from this mixin. - change __setPasswordByForce to _forceSetPassword. In this way, it's still not possible to call it nor from url nor throught edit method (as it don't begins with _set*) and make possible to call it from class that inheritate from the mixin git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 1 commit
-
-
Nicolas Delaby authored
* remove blank spaces * use urlencode to encode url parameters * password_request_dict is now private (renamed into _password_request_dict) * various optimisations * update test according code refactoring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33674 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
-
- 03 Jun, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27208 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
Make sure that entered password is not empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Mar, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-
- 19 Nov, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
a listbox is displayed in the same rendering then lead to failed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Aug, 2008 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Apr, 2008 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jan, 2008 1 commit
-
-
Aurel authored
lost his password git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-