An error occurred fetching the project authors.
- 20 Jul, 2011 7 commits
-
-
Łukasz Nowak authored
Provide sensible defaults.
-
Łukasz Nowak authored
When form is rendered while being not logged in, what is default way of using this form, ERP5Site_getAuthenticatedMemberPersonValue returns None, so add condition which does not log failures.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
As users can double click (or register in same time with same reference) during time of indexation, it is required to lock on activity system. Note that as reference is global in the system, same tag, as in Document.Person._setReference is used.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 06 Jul, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Jun, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
There is no need that credential update shall do anything with person assingments. Especially there is no need to set same categories on all assignments.
-
- 28 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 27 Jun, 2011 7 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
remove script because Base_getDefaultAssignmentArgumentDict is not required anymore and ERP5Site_registerCredentialRequest was merged with ERP5Site_newCredentialRequest.
-
Gabriel Monnerat authored
refactor ERP5Site_newCredentialRequest to get categories from portal_preferences. Add condition to check if the alarm will be called to approve credential requests or one mail will be sent to user to approve it.
-
Gabriel Monnerat authored
add new property to System Preference. This preference is used to know if the alarm will be called automatically or not.
-
Gabriel Monnerat authored
-
- 24 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
Refactor code to follow last changes in SystemPreference_viewCredential form. Now all categories are returned in list and setCategoryList method is used to set all properties in assignment.
-
- 23 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
Refactor code to not hardcode of base categories. Now is possible use all base categories possible(and others non existing yet).
-
- 22 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 20 Jun, 2011 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
Add new properties to CredentialRequest property sheet. With this, is possible configure on System Preference what is the default role and function to create one assignment.
-
- 14 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
Remove one blank space because this blank space is breaking the test test_08_passwordRecovery. When the step stepCheckPasswordChange will parse the url added in email, the blank space in the end of url is not ignored
-
- 10 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 08 Jun, 2011 1 commit
-
-
Gabriel Monnerat authored
Add script to be used by ERP5Site_registerCredentialRequest. The goals of this script is to be overwritten for each project that you want create one Credential Request or Person with specific role and function
-
- 07 Jun, 2011 6 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Kazuhiko Shiozaki authored
allow 'Set own password' permission for Anonymous too in draft, so that it works in initial Credential Request.
-
Łukasz Nowak authored
This reverts commit c9aac11f.
-
Łukasz Nowak authored
-
François-Xavier Algrain authored
On draft, we should allow to register password on the credential. So credential update can be used to change user password without proxy.
-
- 06 Jun, 2011 2 commits
-
-
François-Xavier Algrain authored
Transform all standard field to proxy field in the credential library
-
François-Xavier Algrain authored
Use Embebed File not Image Add property sheet to Credential Update Update portal types
-
- 31 May, 2011 2 commits
-
-
François-Xavier Algrain authored
We should test the response before send submit the credential recovery. Fix typo by using named parameters
-
Nicolas Delaby authored
-
- 30 May, 2011 2 commits
-
-
Nicolas Delaby authored
The property sheet CredentialRequest was used to override birthday property from Person property sheet. Because Person.birthday stores its value in start_date attribute. Because property surcharge behaviour is not predictable (Which accesor will be took ?), CrendentialRequest now introduce date_of_birth property. It avoid collision with start_date property which is also defined on Tickets. All dialog action keeps birthday as input parameter to not break backward compatibility my_date_of_birth_field is able to display getBirthday value to not break UI for ancient documents.
-
Nicolas Delaby authored
-
- 26 Apr, 2011 1 commit
-
-
François-Xavier Algrain authored
Add a specific substitution method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-