An error occurred fetching the project authors.
- 05 Oct, 2022 1 commit
-
-
Vincent Pelletier authored
So every new instance is able to use self-contained oauh2 authentication. In turn, this triggers atomated migration of a few portal types, which cause the coding style tests to fail. So commit these as well.
-
- 02 Apr, 2021 1 commit
-
-
Jérome Perrin authored
person reference contained the username, so test was also passing, but what we really want to test is that the username is in the mail body.
-
- 01 Apr, 2021 1 commit
-
-
Jérome Perrin authored
ee64d50c (patches/CookieCrumbler: update patch for CMF 2.3, 2019-09-09) introduced a NameError, getRequest was not imported.
-
- 12 Feb, 2021 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
for security reasons, info on users, or existence of usernames shouldn't be leaked from the system.
-
- 05 Sep, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 09 Jul, 2020 1 commit
-
-
Jérome Perrin authored
If a Credential Request/Recovery can not be accepted, the alarm should not retry again and again. We use an hasActivity test before trying to accept to prevent causing multiple failing activities, if it already failed once, no need to retry more, CMFActivity built-in retry mechanism is enough.
-
- 23 Dec, 2016 4 commits
-
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
To prepare for moving user id to a different property. Mostly replacing getReference on Persons with Person_getUserId, and catalog searches with PAS API when it is meant to search for a user and not really a person by reference.
-
Vincent Pelletier authored
-
- 08 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 22 Sep, 2015 1 commit
-
-
Vincent Pelletier authored
Also, replace one more use of getResultValue in favor of explicit list unpacking, as getResultValue does not complain in face of multiple results.
-
- 08 Nov, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
* to quickly setup catalog_full_text table, you can use the following SQL. REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog; * non fulltext queries like '=abc', '>abc', '%abc%' are supported. * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog. * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL. ALTER TABLE full_text DROP KEY SearchableText, ENGINE = mroonga, ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"'; * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__. * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 30 Jan, 2014 1 commit
-
-
- 02 May, 2013 1 commit
-
-
Lingnan Wu authored
-
- 09 Apr, 2013 1 commit
-
-
Jérome Perrin authored
-
- 04 Apr, 2013 1 commit
-
-
Jérome Perrin authored
-
- 22 Jan, 2013 1 commit
-
-
Jérome Perrin authored
-
- 17 Dec, 2012 1 commit
-
-
Jérome Perrin authored
-
- 17 Jul, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
do not use birthday property in Credential Request or Credential Update, because its storage is start_date and start_date has different meaning in these portal types. add assertions to check if birthday is set by credential request, and not updated unexpectedly by credential update.
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 19 Apr, 2012 1 commit
-
-
Gabriel Monnerat authored
Changes to fix test_store_as_event from testNotificationTool and testMailFromMailMessageEvent from testERP5Credential after_path_and_method_id argument was added to not activate when Crededial request object is not indexed yet. This is needed because when the method searchAndActivate from catalog is called, if the object is not indexed, the e-mail is not sent. And extended script Entity_sendEmail to use from_url parameter when it is not None. This case happens when the sender is a string instead of one object in ERP5
-
- 26 Mar, 2012 1 commit
-
-
Gabriel Monnerat authored
This merge was done to improve features to send mail using the script Event_send. With this changes, is not needed access all persons to get your email and the method searchAndActivate from catalog to don't create one activity for each destination.
-
- 14 Feb, 2012 2 commits
-
-
Gabriel Monnerat authored
add test and steps to check that using the script ERP5Site_newCredentialRecovery and passing the default_email_text, the Crendential Recovery is not created with destination decision empty
-
Gabriel Monnerat authored
-
- 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
account fix also parameter name for password tool
-
- 31 Aug, 2011 2 commits
- 20 Jul, 2011 8 commits
-
-
Łukasz Nowak authored
No Contract field shall be rendered, and no need to confirm.
-
Łukasz Nowak authored
Cover cases of ERP5 portal and Web Site contexts. Use anonymous and check that returned page contains correct links and that those links are rendered correctly.
-
Łukasz Nowak authored
Add required submit. Fix expected string.
-
Łukasz Nowak authored
It is required in order to have loggable person after credential request.
-
Łukasz Nowak authored
No credential request is automatic, only approval, so submit credential request. Setup assignment, in order to have loggable user.
-
Łukasz Nowak authored
As beforeTearDown stabilised credential preferences, test are running with default setup, so it is required explicitly set preferences.
-
Łukasz Nowak authored
Thanks to this another configuration will not leak between tests.
-
Łukasz Nowak authored
Without assignment setup during creation, no user would be created.
-