- 18 Apr, 2016 2 commits
-
-
Jérome Perrin authored
This is probably incorrect. I believe ERP5ShortMessage's message_type handling has to be refactored. I guess this should not be part of the send API but be a property set on the gateway instance in portal_sms
-
Jérome Perrin authored
-
- 15 Apr, 2016 3 commits
-
-
Jérome Perrin authored
Workaround for bug #20160120-1805D22
-
Jérome Perrin authored
I used this procedure : git clone https://github.com/codemirror/CodeMirror.git --branch 5.13.4 cd CodeMirror find . -not -path "./.git*" -type f -exec sed -i 's/addon\/edit\//addon\/cm_edit\//g' {} + git mv addon/edit addon/cm_edit git commit -a -m "ERP5: rename addon/edit -> addon/cm_edit" lftp http://login:password@172.17.0.2:2200/erp5/portal_skins/erp5_code_mirror/ -e 'rm -rf codemirror ; mkdir codemirror ; quit' &&\ lftp http://login:password@172.17.0.2:2200/erp5/portal_skins/erp5_code_mirror/codemirror/ -e 'mkdir addon ; mput -d * */* */*/* */*/*/* ; quit ' (cherry picked from commit 639c0d5a)
-
Jérome Perrin authored
(cherry picked from commit f84beaab)
-
- 13 Apr, 2016 5 commits
-
-
Jérome Perrin authored
Only mobyt support this parameter, so this break the compatibility with essendex
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
renderjs: "touch" rjs_gadget_erp5_pt_actionpage_js so that it is reinstalled next time we upgrade our instance. We should not have to do this and you should not have to see this, but our version of this page got archived when we customized it and we no longer want to use customized version.
-
Jérome Perrin authored
To me, it seems a bit strange from user experience point of view to have suggestions for what login / password to use. /reviewed-on nexedi/erp5!67 (cherry picked from commit 8fa68aa9) Conflicts: bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/WebSite_viewRecoverAccount.zpt bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/WebSite_viewResetPassword.zpt bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/login_form.zpt
-
- 31 Mar, 2016 1 commit
-
-
Jérome Perrin authored
-
- 24 Mar, 2016 1 commit
-
-
Jérome Perrin authored
-
- 15 Mar, 2016 3 commits
-
-
Jérome Perrin authored
fixup! Movement: Add isMovingItem method to be possible check if the object is moving physically or not Delivery Cell follow the same logic as Deliver Line to decide if a movement is moving item. There is no "Delivery Movement" class yet, so I duplicate the method for now. Without this fix, item tracking no longer work when using variations. (cherry picked from commit d561dd5b) nexedi/erp5!70
-
Jérome Perrin authored
This reverts commit 0168bf60 (cherry picked from commit a1cf5e48) ref nexedi/erp5!70
-
Jérome Perrin authored
refs !73 72db2000
-
- 29 Feb, 2016 8 commits
-
-
Jérome Perrin authored
See !49
-
Jérome Perrin authored
-
Jérome Perrin authored
This way it is isolated it in a transaction that is less likely to fail. Activate with max_retry=0 and conflict_retry=False not to send activity twice in case of error. As with email, if there was an error in activity processing, it is advised to investigate the transport logs to see if message was send or not.
-
Jérome Perrin authored
event_simulation_workflow already call `send` type based method upon start transitions. This workflow was not chained to portal_type, but if it would have been then message would be sent twice.
-
Jérome Perrin authored
see !60
-
Jérome Perrin authored
When a currency exchange line is (in)validated, we need to reindex the currency exchange cells that acquire validation state from the currency exchange line.
-
Jérome Perrin authored
-
Jérome Perrin authored
This allows defining an exchange rate without end date
-
- 10 Feb, 2016 14 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
codemirror python's completion just complete on builtins, so that hack is a bit better
-
Jérome Perrin authored
The real motivation was to make sure that search match is displayed when searching with Ctrl+F / Ctrl+G
-
Jérome Perrin authored
codemirror: display an animation in window title so that the window flash when component has been saved. Use case: save component on one tab, go to "run live test" tab and wait for component to be saved to make sure code runs with latest version
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Since sending email will not work without destination email, we can globally set this constaint
-
Jérome Perrin authored
This sends too many emails.
-
Jérome Perrin authored
Some parts were outdated
-
Jérome Perrin authored
-
- 29 Jan, 2016 2 commits
-
-
Jérome Perrin authored
This reverts commit f0808ac6.
-
Jérome Perrin authored
-
- 28 Jan, 2016 1 commit
-
-
Tristan Cavelier authored
-