- 21 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 14 Nov, 2017 25 commits
-
-
Rafael Monnerat authored
Since the change for use of User ID this code should return reference and portal type of the ERP5 Login object.
-
Rafael Monnerat authored
The implementation of external_login expects the reference of an Login object and the portal type of itself
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Include draft of facebook Oauth code.
-
Rafael Monnerat authored
This method and call is duplicated on several places
-
Vincent Pelletier authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The user can be present from diferent logins, password tool only works with ERP5LoginUserMager users.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Mixed commit: 43b1ae1b 2f05fe1b
-
Łukasz Nowak authored
Returning true allows to add movements to existing one, and this group shall always separate them.
-
Rafael Monnerat authored
-
Łukasz Nowak authored
uid is used internally during recursive calls and using uid can lead to traverse all lines of catalog.
-
Romain Courteaud authored
-
Łukasz Nowak authored
Note: Generic code shall have no constraints at all. Conflicts: bt5/erp5_accounting/bt/revision
-
Łukasz Nowak authored
It will protect against storing truncated data.
-
Alain Takoudjou authored
If 2 lines have the same effective date (catalog has a 1 second precision), always return the validate and open first. Commit: 02d06501 Changes applied from history: http://git.erp5.org/gitweb/erp5.git/history/refs/heads/interaction-drop:/product/ERP5/Document/SubscriptionItem.py?js=1
-
Rafael Monnerat authored
Original commit from : Lukasz Nowak <luke@nexedi.com> 3e45ec35
-
Alain Takoudjou authored
From Lukasz Nowak: 1- Compensation is undesired. (51c8a250) Raise loudly with message. 2- Disallow any compensation. (3c74ed07) 3- Emit more informative log. (534b2e77)
-
Łukasz Nowak authored
Also minimise activity hurricane by calling expand directly. Open Orders are searched using indexation timestamp, which allows to see them in "windows", and does not repeat expand if not needed. Generate activities and allow to pass the tag. Use search and activate everywhere which will allow to walk through objects without killing the cluster even in case of really big documents. Avoid calling isDivergent which can take few minutes to finish. causality_state comes from well designed causality workflow, which informs enough about delivery state. Fetching causality_state property is extremely fast.
-
Rafael Monnerat authored
Notes: Do nothing on 'calculate' instead of disabling *_causality_interaction_workflow as these interaction workflows do not generate activities directly, and do work that can't be postponed. By contrast, 'calculate' transition of delivery_causality_workflow is modified so that no 'updateCausalityState' activity is created by default. This commit also update list of method_id which should not call calculate_causality
-
Romain Courteaud authored
Conflicts: bt5/erp5_crm/bt/revision
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 13 Nov, 2017 1 commit
-
-
Georgios Dagkakis authored
This merge request is trying to provide an API so that we can construct urls in a more organised manner than manipulating strings. The motivation, started from this merge request: nexedi/erp5!333, where absolute_url is overriden for Web Section and Web Site. Then we found that we have to do many dirty changes like: ``` absolute_url python: here.absolute_url(); absolute_url python: absolute_url[:-1] if absolute_url.endswith('/') else absolute_url; ``` (more of those in nexedi/erp5@f601d7a5). So we said we should make an API to have an organised manner, like we have e.g. Base_redirect to handle redirects. - First commit adds this as a script in erp5_core, along with a test. - Second commit uses it. It is not on my scope to change all erp5 code, but I focused on changing on the things I already had to in nexedi/erp5@f601d7a5 @romain , @kazuhiko please make comments. Tests passed, but not on the final revision (did some amendments) and I think better not to re-run suite before getting comments. Also, @tatuya , I think you are responsible for ERP5 interfaces, so I would like your opinion if erp5_core is the good place, or maybe some other BT or product. My plan would be to merge this and then nexedi/erp5!333 rebased on this. But in any-way this should be separate from nexedi/erp5!333. /reviewed-on nexedi/erp5!431
-
- 10 Nov, 2017 7 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Use Jio 3.26.0 in erp5_web_renderjs_ui and erp5_core /reviewed-on nexedi/erp5!491
-
Vincent Bechu authored
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!490
-
Vincent Bechu authored
fix attachment parallel synchronization issue
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 09 Nov, 2017 2 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 08 Nov, 2017 3 commits
-
-
Julien Muchembled authored
inotifyx is has no support for Python 3 and it does not seem to be maintained anymore.
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!484
-
Cédric Le Ninivin authored
-
- 07 Nov, 2017 1 commit
-
-
Roque Porchetto authored
The erp5 site creation fails due to a dependency error. Dependency to erp5_full_text_myisam_catalog was added to the erp5_scalability_test business template. /reviewed-on nexedi/erp5!483
-