- 02 Jun, 2020 3 commits
-
-
Jérome Perrin authored
These new versions contain several small improvements. It seems this version of prettier formats javascript in a way that jslint does not complain about. Also contain some small fixes for our renderjs and rsvp type definitions, so that monaco-editor-gadget.js can typecheck. See merge request nexedi/erp5!1139
-
Jérome Perrin authored
* "Create Skin Folder" action had a typo, so it was not setting the `business_template_skin_layer_priorty` property that business template is using when installing. * "Create Report" was not updated for the new "action title" feature of forms. This time, add the missing tests that should have prevented these problems. See merge request !1133
-
Jérome Perrin authored
Enable coding style on erp5_forge, after removing several problematic scripts that did not seem used. See merge request !1134
-
- 01 Jun, 2020 8 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
In monaco 0.20.0 "peek references" is not properly displayed when automaticLayout is true. This is fixed on master branch so next release should be OK. For now, use a resize event handler to re-layout the editor when size change, then we don't need the automaticLayout.
-
Jérome Perrin authored
document.body is accessed very early in scripts loading, in https://github.com/microsoft/vscode/blob/c6e3a94892eaccbce9995ee02a06febec5492fec/src/vs/editor/contrib/suggest/suggestRangeHighlighter.ts#L106 if we leave body after head, for some reason document.body is null here and loading fail, which leaves an editor where things like Ctrl+Space does not trigger completions Moving body before head is just a workaround, but that was code was removed in https://github.com/microsoft/vscode/commit/f913854bd66362a1350ea43c305ad92c151796bf hopefully when we update to monaco > 0.20.0 that won't be needed again.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
- Promise signature is different, we have canceller - delay was missing - Queue.push signature was incorrect
-
Jérome Perrin authored
Using https://lab.nexedi.com/jerome/monaco-editor-erp5/ at revision f59a79d15b7cfbb2f76d53fc01d2aab8e9316d40 and running: npm install npm run deploy -- --url=http://host:port/erp5/portal_skins/erp5_monaco_editor/monaco-editor --username=user --password=password then use ERP5Site_setSkinCache to set cache
-
Jérome Perrin authored
-
- 29 May, 2020 15 commits
-
-
Sven Franck authored
erp5_corporate_identity: only images with alt attribute specified will be added to the table with images
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Jérome Perrin authored
-
Jérome Perrin authored
it was skipped in testXHTML, to enable coding style test for forge we also need to skip it here.
-
Jérome Perrin authored
-
Jérome Perrin authored
this is a 10 lines "maybe useful one day" script, we don't need this
-
Jérome Perrin authored
I don't think anybody still uses this.
-
Jérome Perrin authored
this code is invalid and does not seem used
-
Jérome Perrin authored
this code is full of errors and does not seem referenced
-
Jérome Perrin authored
-
Jérome Perrin authored
the property name had a typo, so it was not correctly used for priorities
-
Jérome Perrin authored
-
Jérome Perrin authored
BusinessTemplate_createReport was broken since this argument was introduced.
-
Jérome Perrin authored
Since commit d2b20acd004441d1cb8d36f33ed7ca112dff0d17 on slapos.git we are using gcc 8.2 which seem to generate slightly faster code, so we adjust the min time because tests were failing because we are now too fast.
-
- 28 May, 2020 2 commits
-
-
Arnaud Fontaine authored
-
Xiaowu Zhang authored
-
- 27 May, 2020 9 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Sven Franck authored
erp5_corporate_identity: improve slideshow rendering including displaying legacy presentation as slideshow
-
Sven Franck authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ERP5: Remove *Capacity and ImmobilisationMovement Documents never used since their introduction many years ago.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 25 May, 2020 3 commits
-
-
Vincent Pelletier authored
Receiving name & password parameters does not prevent us from also receiving the authentication cookie. It must not be kept in the request. And likewise for requests also containing an HTTP authentication header. And likewise for requests for which CookieCrumbler disables itself on.
-
Vincent Pelletier authored
The reason why root document is being used as serialization_tag is to cover document which get recursively reindexed: such indexation activity would not be able to be validated against all the the serializatio_tag of documents it will process. But here, fulltext indexations are all spawned per-document anyway, so we can use such per-document values.
-
Vincent Pelletier authored
-