- 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 5 commits
-
-
Jérome Perrin authored
-
Romain Courteaud authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Allow to overwrite this inside project to init Properties like reference.
-
Rafael Monnerat authored
-
- 03 Nov, 2017 12 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Because it is mainly used from the 'initsite' zope.conf section, the passed value is often a string, hence the automatic cast to integer. The default is defined in erp5_core: 1 The specific value '0' disables storage in ZODB. Another other value sets the interval.
-
Tristan Cavelier authored
- Use unrestricted _edit method on reportTaskStatus - restrictedTraverse applies security anyway - Remove some useless code - Fix TypeError: stopUnitTest() takes exactly 3 arguments (4 given)
-
Nicolas Wavrant authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
In order to use setting in multiple application on same domain.
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!474
-
Łukasz Nowak authored
-
Łukasz Nowak authored
createTestResult is called also without node_title, and it shall allow execution in such case.
-
Rafael Monnerat authored
-