- 26 Jun, 2019 1 commit
-
-
Jérome Perrin authored
This will apply to newly created relation fields.
-
- 20 Jun, 2019 1 commit
-
-
Jérome Perrin authored
backport nexedi/erp5!758 This solves the race condition that leaves stdout as a StringIO when this is executed twice in parrallel ( #20180928-1D89375 ) But this prints No config file found, using default configuration on sys.stderr at every execution, but that's acceptable. Once we update pylint, we can disable this warning by setting verbose=false ( this is not yet available on pylint 1.4.4 ) /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/43
-
- 17 Jun, 2019 32 commits
-
-
Jérome Perrin authored
Backport nexedi/erp5!687 ee511b7d is an incomplete backport /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/42
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Because typescript is a subset of javascript, running typescript compiler on javascript files can already report several issues. https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html
-
Jérome Perrin authored
This is triggered by using "Format document" from context menu. Include prettier 1.14.0 Copyright 2017-2018 James Long https://github.com/prettier/prettier/
-
Jérome Perrin authored
-
Jérome Perrin authored
So that we can edit web pages & web scripts with monaco (incomplete backport as we don't have ERP5JS editor gadget yet)
-
Jérome Perrin authored
So that javascript editor provides hints for code using these libraries. Some pointers for type scripts definitions: https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html https://definitelytyped.org/
-
Jérome Perrin authored
-
Jérome Perrin authored
In the previous approach, several "useless" request were still made during edition.
-
Jérome Perrin authored
-
Jérome Perrin authored
https://microsoft.github.io/monaco-editor/ as an ERP5 source code editor this commit is only a build of the vendor code. It was built using https://lab.nexedi.com/jerome/monaco-editor-erp5/ at revision b1ecc18f and uploaded to ERP5 following this procedure: First enable webdav by adding in zope conf: ``` <webdav-source-server> address 127.0.0.1:12200 force-connection-close off </webdav-source-server> ``` This was built and uploaded to ERP5 with: ```bash git clone https://lab.nexedi.com/jerome/monaco-editor-erp5.git/ cd monaco-editor-erp5 npm npm run build lftp http://login:pwd@127.0.0.1:12200/erp5/portal_skins/erp5_monaco_editor/monaco-editor/ -e 'mput dist/*' ```
-
Jérome Perrin authored
This reverts commit 1ee3aced.
-
Jérome Perrin authored
This reverts commit d881b1e6.
-
Jérome Perrin authored
This reverts commit 93d60201.
-
Jérome Perrin authored
This reverts commit 9924e5ef.
-
Jérome Perrin authored
This reverts commit 5d7481d2.
-
Jérome Perrin authored
This reverts commit 2b6de770.
-
Jérome Perrin authored
This reverts commit 2fa9230e.
-
Jérome Perrin authored
This reverts commit 566dec3f.
-
Jérome Perrin authored
This reverts commit 9b86cf7b.
-
Jérome Perrin authored
This reverts commit 0b7ed9ad.
-
Jérome Perrin authored
This reverts commit 5fd6ad5f.
-
Jérome Perrin authored
This reverts commit ac615670.
-
Jérome Perrin authored
backport nexedi/erp5!880 First revert a first attempt that was incorrect and then backport a7ffbc92 which is related and make the rest apply cleanly /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/41
-
Jérome Perrin authored
This way we can use gadgets using of ERP5JS translation API in xhtml style. This is really minimal compatibility layer and translation is not actually performed.
-
Jérome Perrin authored
This way the "you have unsaved changes" pops up also when navigating away after changing gadget content.
-
Jérome Perrin authored
When the page height is larger than viewport, the scrollbar hides the button on chrome. Also does the "Loading" status message on chrome. By using a margin, we make sure buttons are not behind scrollbar or status message and are easier to reach.
-
Romain Courteaud authored
-
Jérome Perrin authored
This reverts commit 01994d83.
-
Jérome Perrin authored
backport nexedi/erp5!879 /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/40
-
Jérome Perrin authored
Some users have been using google chrome builtin translation system with ERP5 back office (xhtml style), but the way google translation changes the DOM sometimes break ERP5 interface. This also have data privacy issue as this translation is done on google servers. https://www.w3.org/International/questions/qa-translate-flag recommends using translate=no but the approach of the meta tag might be preferable for our case as it prevents sending the page content to translation service.
-
- 29 May, 2019 1 commit
-
-
Jérome Perrin authored
do nothing, but at least makes gadget compatible See discussion on nexedi/erp5@a7ffbc92 (comment 81088)
-
- 09 Apr, 2019 1 commit
-
-
Jérome Perrin authored
Backport nexedi/erp5!854 ( before merge ) /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/39
-
- 04 Apr, 2019 4 commits
-
-
Jérome Perrin authored
This is needed to support datawarehouse on another database.
-
Jérome Perrin authored
-
Jérome Perrin authored
Tables, columns and index names needs to be escaped for syntax to be valid.
-
Jérome Perrin authored
-