- 03 Apr, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 31 Mar, 2017 4 commits
-
-
Tristan Cavelier authored
ERP5Storage.putAttachment is going to return a blob instead of a string in the resulting event.target.response. This patch allows to handle blob responses and keep backward compatibility.
-
Tristan Cavelier authored
- CheckBoxField - ListField - MultiCheckBoxField - MultiListField - RadioField erp5_ui_test: add dialogs and script to test fields erp5_web_renderjs_ui_test: add tests for some fields - ListField - MultiCheckBoxField - MultiListField - RadioField
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 30 Mar, 2017 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 29 Mar, 2017 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
min-width and max-width overlap if the same value is used: https://www.w3.org/TR/css3-mediaqueries/#media1
-
Romain Courteaud authored
Set ID attribute on input fields. https://www.w3.org/TR/html5/forms.html#the-label-element
-
- 27 Mar, 2017 5 commits
-
-
Cédric Le Ninivin authored
Formerly the "base" tag was introduced in the header.
-
Cédric Le Ninivin authored
erp5_web_renderjs_ui: Add portal Contribution Registry entry for Web Script, Web Style and Web Manifest
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 21 Mar, 2017 2 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
- 18 Mar, 2017 1 commit
-
-
Yusei Tahara authored
erp5_data_notebook: Don't add Data Notebook Line if store_history is false. When polling ERP5 from Jupyter, I don't want to create a lot of Data Notebook Line.
-
- 17 Mar, 2017 12 commits
-
-
Sebastian authored
This commit adds server-side functionality for the [jupyter-renderjs-extension](https://lab.nexedi.com/Kreisel/jupyter_renderjs_extension). This has no interaction/impact with the existing functionality of the erp5_data_notebook BT. @klaus mentioned that it is not common practice to return objects of a class (defined in the script). However, for usuability reasons there is an argument to do it here: Usually when using a jupyter extension, a module is imported an functionality is provided by that module. For instance: ```python In [1]: import mymodule as mm mm.someFunction() mm.someOtherFunction() ``` To emulate this behavior **and** to be consistent with the [ipython-version (Python 2 Kernel)](https://lab.nexedi.com/Kreisel/jupyter_renderjs_extension/blob/master/renderjs_ipyextension/renderjs_ipyextension/renderjs_extension.py) of this extension I therefore use an object of the class `RJSExtension` which is returned by this script. I am then able to use ```python rjs = Base_loadRenderJSExtension() rjs.someFunction() rjs.someOtherFunction() ``` instead of something like ```python Base_rjsExtensionSomeFunction() Base_rjsExtensionSomeOtherFunction() ``` which is much less user-friendly. If there is a better alternative I am not aware of, please comment. Also if anything else is amiss. /reviewed-on nexedi/erp5!238
-
Romain Courteaud authored
Do not use data-gadget-value, as some gadgets may also have sub gadget declarations
-
Romain Courteaud authored
-
Romain Courteaud authored
Dialog submit button was modified. Precise where the form_list search is located. Lisbox does not delete DOM when updating itself. Use macro when possible. Translation uses another base_url. Listbox button were modified. Relation field rendering was modified.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
The links are only visible in desktop display. Links are only calculated for non module document in form_view/dialog
-
- 16 Mar, 2017 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
On smartphone, display the textarea small and increase its size when focused This behaviour should not be activated on bigscreen, as it make it unusable (difficult to search text for example)
-
- 15 Mar, 2017 4 commits
-
-
Jérome Perrin authored
Eventhough diff is large, this commits just removes the default_params TALES. `hide_grouping` has no effect here.
-
Jérome Perrin authored
-
Jérome Perrin authored
When running General Ledger with some node categories that will select the same accounts more than once, the balance of these accounts were counted more than once. fixes #20170313-7F7FA8
-
Jérome Perrin authored
-
- 14 Mar, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-