- 16 Nov, 2017 18 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_mrp: Fix naming to Simulation Movement test Production Simulation Rule erp5_mrp: Have ProductionSimulationRule works without items erp5_mrp: Transformation Simulation rules is adapted to use Manufacturing Order
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_mrp: Manufacturing Execution can have Production Order as causality erp5_mrp: Causality is displayed on Manufacturing Order
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Alain Takoudjou authored
make all javascript code compliant with jslint use renderjs declarejob instead of rsvp defer use RSVP.delay in replacement of setTimeout for background sync factorise opml add/view gadget and remove global OPMLManage
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Use allDocs to navigate through hosting subscription and import OPML configurations.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 15 Nov, 2017 10 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Łukasz Nowak authored
By extending TestSuite class with Periodicity mixin it is possible to enable and configure periodicity. TestSuite.isRestartAllowed used by ERP5ProjectUnitTestDistributor.createTestResult in order to create new Test Result for configured periodicity if finished one already exists. - [x] remove method isRestartAllowed - [x] use method getAlarmDate - [x] in ERP5ProjectUnitTestDistributor.py, I would use "alarm_date = test_suite.getAlarmDate()" and then "if alarm_date and alarm_date <= now: ..." - [x] set next alarm date /reviewed-on !479
-
Romain Courteaud authored
This make softkeyboard to always popup on mobile, which reduce a lot the page visibility.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 14 Nov, 2017 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 13 Nov, 2017 1 commit
-
-
Georgios Dagkakis authored
This merge request is trying to provide an API so that we can construct urls in a more organised manner than manipulating strings. The motivation, started from this merge request: nexedi/erp5!333, where absolute_url is overriden for Web Section and Web Site. Then we found that we have to do many dirty changes like: ``` absolute_url python: here.absolute_url(); absolute_url python: absolute_url[:-1] if absolute_url.endswith('/') else absolute_url; ``` (more of those in nexedi/erp5@f601d7a5). So we said we should make an API to have an organised manner, like we have e.g. Base_redirect to handle redirects. - First commit adds this as a script in erp5_core, along with a test. - Second commit uses it. It is not on my scope to change all erp5 code, but I focused on changing on the things I already had to in nexedi/erp5@f601d7a5 @romain , @kazuhiko please make comments. Tests passed, but not on the final revision (did some amendments) and I think better not to re-run suite before getting comments. Also, @tatuya , I think you are responsible for ERP5 interfaces, so I would like your opinion if erp5_core is the good place, or maybe some other BT or product. My plan would be to merge this and then nexedi/erp5!333 rebased on this. But in any-way this should be separate from nexedi/erp5!333. /reviewed-on nexedi/erp5!431
-
- 10 Nov, 2017 7 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Use Jio 3.26.0 in erp5_web_renderjs_ui and erp5_core /reviewed-on nexedi/erp5!491
-
Vincent Bechu authored
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!490
-
Vincent Bechu authored
fix attachment parallel synchronization issue
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 09 Nov, 2017 1 commit
-
-
Vincent Bechu authored
-