- 14 Jun, 2018 4 commits
-
-
Jérome Perrin authored
So that we can use accessors such as getDefaultEmailValidationState on persons or organisations.
-
Georgios Dagkakis authored
In its generic form it would declare as reachable an unreachable coordinate when the coordinate_text changes
-
Georgios Dagkakis authored
'coordinate' types. Also translated_validation_state_title column to Base_viewBaseFieldLibrary/my_view_mode_contact_listbox
-
Georgios Dagkakis authored
To be used by coordinates (Adress, Email etc.) so that the can be marked as "reachable" or "unreachable".
-
- 08 Jun, 2018 2 commits
-
-
Sven Franck authored
Separate css files for embedding during wkhtmltopdf pdf-conversion. only use ttf format to reduce payload. /reviewed-on nexedi/erp5!690
-
Romain Courteaud authored
Use the ERP5 router. Allow pagination from one contact to another. Allow to search a contact. Stop using data url for images. Update to Strophe 1.2.15 Experiment CSS customizations. Show that it's possible to surcharge default CSS. Create a dialog gadget used by most pages.
-
- 07 Jun, 2018 1 commit
-
-
Romain Courteaud authored
Use a grid of module's group to simplify navigation.
-
- 05 Jun, 2018 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Only use hardcoded limit when rendering a listbox. Always try to fetch the first 1000 documents in such case, and split the sql result in python. This means that it is not possible to paginate to the 1001th document.
-
- 01 Jun, 2018 3 commits
-
-
Tristan Cavelier authored
-
Ayush Tiwari authored
This MR will give similar behavior for Historical Comparison List in the new UI, which currently is broken. /reviewed-on nexedi/erp5!683
-
Jérome Perrin authored
Instead of sleeping, try using an API method until it stops raising ConnectionError. /reviewed-on nexedi/erp5!650
-
- 31 May, 2018 6 commits
-
-
Romain Courteaud authored
Removing one query improves the speed of the UI.
-
Romain Courteaud authored
The goal is to reduce the number of HTTP query triggered by the UI. Keep the original link to ensure compatibility with the UI.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 29 May, 2018 13 commits
-
-
Romain Courteaud authored
Remove related scripts. Module action is not a template anymore.
-
Romain Courteaud authored
Speed up all calculations. Do not access the document to modify. Using their UID is enough. Rely on the listbox which send the list of UIDs when submitting the dialog. Calculate the list of possible transition by inspecting the portal_workflow configuration. Do not revalidate the form box twice. [erp5_core] Use _your validator prefix
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This will prevent double concurrent submit. Mutex can not be used, as it will block the update rendering. Disable the dialog until the event listener is actived.
-
Romain Courteaud authored
Support dialog form box (with your_ fields)
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 24 May, 2018 1 commit
-
- 23 May, 2018 7 commits
-
-
Roque authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 22 May, 2018 1 commit
-
-
Romain Courteaud authored
-