- 06 Jul, 2021 22 commits
-
-
Rafael Monnerat authored
1 minute is too agressive for general use.
-
Alain Takoudjou authored
The upgrade ordering seems buggy and requires to force reinstall it
-
Rafael Monnerat authored
This allow during a subscription process, create a user and them create all documents using that user w/o rely on proxy roles (keeping good ownership across the documents).
-
Rafael Monnerat authored
Without this (on slapos master ui) the redirection places value unquoted causing parser to fail later on when resolve {n.me}
-
Rafael Monnerat 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
-
Romain Courteaud authored
-
Łukasz Nowak authored
Note: Generic code shall have no constraints at all. Conflicts: bt5/erp5_accounting/bt/revision
-
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
-
Ł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
-
Jérome Perrin authored
Because stop date gets the start date by acquisition when no stop date is set, scripts need to take special care that the date is actually set. This was not the case in this script, so assignments with only a start date but no stop date where not considered. This was especially visible in Base_getDialogSectionCategoryItemList which is used to select the group in user preferences and in reports dialogs
-
Jérome Perrin authored
- fix "numeric" which was not working at all - remove the link to captchas.net - ~~partial workaround for the problem that sessions are not shared by zopes~~ dropped, because nexedi/erp5!1451 fixes the root cause See merge request nexedi/erp5!1450
-
Jérome Perrin authored
This repairs TALES expressions using constructs like `cell is not None` to test if a cell exists, like for example: https://lab.nexedi.com/nexedi/erp5/blob/1b706b6c29771b5fcbde6499be5df905ca503d5a/bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/OpenOrderLine_viewPrice/matrixbox_price.xml#L110 https://lab.nexedi.com/nexedi/erp5/blob/1b706b6c29771b5fcbde6499be5df905ca503d5a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Measure_view/matrixbox_quantity.xml#L110 See merge request nexedi/erp5!1448
-
- 02 Jul, 2021 3 commits
-
-
Jérome Perrin authored
This is horrible user experience on mobile, user can accidentally touch the image and then get redirected to captcha.net website which is generally not useful. As far as a I understand their conditions of use, they don't require use to make a link to their website.
-
Jérome Perrin authored
It seems this never worked, it was comparing a string received from the client with a number from the session.
-
Jérome Perrin authored
-
- 01 Jul, 2021 7 commits
-
-
Roque authored
See merge request nexedi/erp5!1452
-
Roque authored
-
Roque authored
-
Roque authored
-
Romain Courteaud authored
-
Romain Courteaud authored
See merge request nexedi/erp5!1457
-
Jérome Perrin authored
we only want to set options to None when not using firefox, but we use firefox by default. See dicussion on nexedi/erp5@17e1c262 (comment 136933)
-
- 30 Jun, 2021 8 commits
-
-
Romain Courteaud authored
See romain/erp5@f10cc273
-
Romain Courteaud authored
-
Romain Courteaud authored
This requires to rewrite all page content URLs on the fly, to respect the original document baseURI
-
Romain Courteaud authored
This improve the HTTP cache usage when browsing multiple web sections.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Attribute must be quoted
-
Romain Courteaud authored
-