- 13 Jul, 2021 2 commits
-
-
Jérome Perrin authored
- make the gadget full page, this is better when using in an iframe - "highlight" the currently hover edge, which makes the graph more readable when there are overlapping edges. - user helvetica font every where
-
Jérome Perrin authored
This introduces a new gadget_graph_editor.html gadget, for use in iframe and keep the existing dream_graph_editor/jsplumb/index.html for use in "public" scope, ie. without iframe.
-
- 12 Jul, 2021 6 commits
-
-
Jérome Perrin authored
as explained in comment, this API is asynchronous but the promise to await is not exposed
-
Jérome Perrin authored
At the beginning of tests, there is Tests completed in {a few milliseconds}, so this was reporting success before the test even run.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
- We don't care about a stable random layout, we want to include the manual layout in business templates - Re-add edge edition dialog that was removed - Drop a wrong CSS that was removed long time ago but re-added by mistake - Don't do CSS in the javascript, the graph model allows to have CSS in the model
-
Jérome Perrin authored
-
- 08 Jul, 2021 3 commits
-
-
Xiaowu Zhang authored
-
Jérome Perrin authored
Since 9f6178cb (product: Add Web Illustration to the seperately exported property dict, 2021-06-23) the export format is different. CodingStyle detects this and report it as a failure, so re-exporting is required for the test.
-
Jérome Perrin authored
For consistency with default ERP5JS and because it's convinient to have the jump here, to access the document tab that is now a jump action.
-
- 07 Jul, 2021 2 commits
-
-
Roque authored
See merge request nexedi/erp5!1454
-
Romain Courteaud authored
See merge request nexedi/erp5!1365
-
- 06 Jul, 2021 27 commits
-
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Roque authored
See merge request nexedi/erp5!1453
-
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
-