- 07 Jul, 2021 14 commits
-
-
Romain Courteaud authored
This reverts commit 35b2c024.
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow edition in the new UI
-
Romain Courteaud authored
-
Romain Courteaud authored
This make everything slow as hell and prevent to quickly save.
-
Romain Courteaud authored
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
-
Romain Courteaud authored
-
Romain Courteaud authored
erp5_web_renderjs_ui: keep previous focus color
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit a87db49b.
-
Romain Courteaud authored
-
Romain Courteaud authored
Drop user informations from language page
-
Romain Courteaud authored
See merge request nexedi/erp5!1365
-
- 06 Jul, 2021 25 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
- migrate from appcache to precache script - fix app configuration for appstore - update to rapid space logo
-
Boxiang Sun authored
Then the user can select the prefered language in the ERP5JS UI
-
Boxiang Sun authored
erp5_osoe_web_renderjs_ui: erp5_osoe_web_renderjs_ui: Add osoe web site to use osoe_access as the frontpage
-
Boxiang Sun authored
-
Boxiang Sun authored
user-Howto.Create.Trade.Conditions.008.en
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
erp5_user_tutorial: Setup and launch configurator before run test.erp5.testFunctionalStandaloneUserTutorial.py
-
Boxiang Sun authored
erp5_web_renderjs_ui_test_core erp5_configurator_standard
-
Boxiang Sun authored
-
Boxiang Sun authored
The previous implementation will generate URL like: erp5/test_page_module/core/TestRunner.html? Which missed the test created in portal_tests, the correct one should be: erp5/test_page_module/portal_tests/user-Howto.Create.Persons/core/TestRunner.html? This code was inspired by https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py#L86
-
Boxiang Sun authored
-
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 1 commit
-
-
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.
-