- 16 Nov, 2017 1 commit
-
-
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 2 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 08 Nov, 2017 3 commits
-
-
Julien Muchembled authored
inotifyx is has no support for Python 3 and it does not seem to be maintained anymore.
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!484
-
Cédric Le Ninivin authored
-
- 07 Nov, 2017 3 commits
-
-
Roque Porchetto authored
The erp5 site creation fails due to a dependency error. Dependency to erp5_full_text_myisam_catalog was added to the erp5_scalability_test business template. /reviewed-on !483
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 06 Nov, 2017 7 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
fast synchro is not ready.
-
Georgios Dagkakis authored
Note: This is not a complete work, i.e. it is not supposed to update all url calculations of generic ERP5. It is done so that: - Other pending work can use it - Demonstrate how the API should be used and test it
-
Georgios Dagkakis authored
for a base document, given the form_id, document_reference and GET parameters Commit contains also a test in testERP5Type
-
Sebastien Robin authored
-
- 04 Nov, 2017 3 commits
-
-
Jérome Perrin authored
-
Romain Courteaud authored
-
Rafael Monnerat authored
-