- 07 Jan, 2016 7 commits
-
-
Romain Courteaud authored
It only display the user's title for now.
-
Romain Courteaud authored
Rewritting the header means removing the submit button from the DOM, and losing the submit event. Example: * modify an input value * click (with the mouse/touch) the Save button * browser with submit 'change' event on the input and 'click' event on the button * if 'change' event is triggered before, it will lead to the header rewrite. The 'click' event on the button will lead to a form 'submit' event, which will not be catched by the gadget, as the form is already outside the DOM
-
Sebastien Robin authored
This is too inconvenient when resizing browser size, it requires in some cases to do taller or shorter many times only because we resized the browser. Also, former way was not working nicely when editor like code mirror was used
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 06 Jan, 2016 5 commits
-
-
Tristan Cavelier authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Romain Courteaud authored
-
- 05 Jan, 2016 11 commits
-
-
Tristan Cavelier authored
set: - acquire_local_roles: 0 - content_icon: folder_icon.gif - meta_type: ERP5 Solver Tool - factory: addFolder - filter_content_types: 1 - translation domain erp5_ui to title and short_title
-
Tristan Cavelier authored
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
This allow to update the page title and to get the new form rendering, based on tales expression
-
Romain Courteaud authored
In case of HTTP error 400, rerender the page with the new JSON returned by ERP5.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Autofocus is not user friendly on mobile, as it popup the onscreen keyboard. It make form_list difficult to read for example.
-
Romain Courteaud authored
Show HTTP status code + description + url + response headers
-
Romain Courteaud authored
-
Tristan Cavelier authored
-
- 04 Jan, 2016 14 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
also rename dialog name
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Romain Courteaud authored
-
Tristan Cavelier authored
Comment: comment_property OutcomeDescription: outcome_description_property
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
deprecated movement table was used
-
Tristan Cavelier authored
(from Rafaels' changes)
-
- 31 Dec, 2015 2 commits
-
-
Cédric Le Ninivin authored
As password tool use the context to redirect the user the it should be called on the current context. Ex: If the user is changing his password in the context of a website the former code was redirecting to the root of ERP5. In the case the website had a dedicated url it was not noticeable.
-
Cédric Le Ninivin authored
Reindex result should not vary from one user to another, hence, reindexation should be done by superuser
-
- 29 Dec, 2015 1 commit
-
-
Nicolas Wavrant authored
-