An error occurred fetching the project authors.
- 02 Aug, 2017 1 commit
-
-
Gabriel Monnerat authored
renderJS gadget HTML uses relative URLs to link to there javascript/CSS files. Absolute URL calculation is resolved dynamically by the browser when loading the gadget. When accessing an ERP5 web section without a trailing / in the URL, the browser will calculate absolute URL from the parent document and not the web site itself. Example: In http://foo.com/web_site_module/bar , the relative URL couscous.js will be resolved http://foo.com/web_site_module/couscous.js If couscous.js is a document from DMS (Web Page for example), such URL can not be resolved and leads to a 404 error. One solution to solve this is to redirect (302) the browser when accessing a Web Section (Web Site is a web section) directly in ERP5. Example: http://foo.com/web_site_module/bar -> http://foo.com/web_site_module/bar/ But http://foo.com/web_site_module/bar/view should not redirect
-
- 07 Jul, 2017 1 commit
-
-
Julien Muchembled authored
- The conversion server is supposed to be configured in a system preference, so do this instead of using a normal preference. - _getConversionServerDict -> _getConversionServerUrl, to make clear that cloudooo is now configured by a url, instead of a host/port couple. - Refactoring: From the moment where setUpERP5Site() sets up things automatically, we don't the "same" duplicated code throughout many test to redo cloudooo configuration. - In the promise file, the volatile/persistent memcached url were swapped.
-
- 20 Dec, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 19 Dec, 2016 1 commit
-
-
Tristan Cavelier authored
/reviewed-on nexedi/erp5!210
-
- 14 Oct, 2016 1 commit
-
-
Tristan Cavelier authored
- <a href="c"> was not transformed to absolute url - split the WebPage_exportAsSingleFile and WebPage_extractReferredObjectDict into two scripts to allow to evaluate string html data. + tests
-
- 23 Aug, 2016 1 commit
-
-
Jérome Perrin authored
We now use URL only, old address + port way is obsolete.
-
- 22 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 17 Jun, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 02 Jun, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 09 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 23 Jun, 2015 1 commit
-
-
Cédric Le Ninivin authored
erp5_web: update caching policy behavior. Add possibility to select caching policy from WebSite and WebSection erp5_web: simple yet effective caching policy rules erp5_web: caching policy fix update names erp5_web: introduce caching policy category for Web Site and Web Section erp5_web: fix test related to caching policies erp5_web: Fix Base_getWebDocumentDrivenModificationDate for empty web sites. erp5_web: fix Base_getWebDocumentDrivenModificationDate erp5_web: optimize , fix caching policy erp5_web: update Base_getWebDocumentDrivenModificationDate portal type list
-
- 25 Aug, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Jan, 2014 1 commit
-
-
- 16 Jan, 2014 2 commits
- 27 Jun, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
otherwise Web Section or Web Site without default Web Page does not contain cache related headers.
-
Kazuhiko Shiozaki authored
-
- 13 Jun, 2013 1 commit
-
-
Jérome Perrin authored
Revert "Test deferred style with converting to a format" This reverts commit cbfa8d56. -> pushed by mistake Revert "Set cloudoo on preferences in ERP5TypeTestCase" This reverts commit 28824962. -> pushed by mistake Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns" This reverts commit 802d3f53. -> a test is failing
-
- 12 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 02 Apr, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 29 Jan, 2013 1 commit
-
-
Ivan Tyagov authored
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 07 May, 2012 1 commit
-
-
Rafael Monnerat authored
-
- 04 May, 2012 2 commits
-
-
Rafael Monnerat authored
The image comparation isn't advanced enough to identify minor color changes when convert to grey scale. So use simpler images to make sure we do not get false positives. The goal of image comparation is only for make sure background is placed at the figures.
-
Rafael Monnerat authored
With imagemagick providing a good support for rsvg-convert, those failures are not expected anymore.
-
- 26 Apr, 2012 1 commit
-
-
Rafael Monnerat authored
Due the lack of rsvg-convert on current slapos setup, it will make those tests fail. As soon this become available, those tests will pass.
-
- 25 Apr, 2012 1 commit
-
-
Rafael Monnerat authored
SVG has a special treatment on this case, because is the only format which is a real image. The others formats are non-image cases. When it is SVG, rely only on Image API Conversion.
-
- 24 Apr, 2012 1 commit
-
-
Rafael Monnerat authored
Transform the URL into Data URI in order to avoid ImageMagick and rsvg-convert limitations. This API should be dropped as soon those external tools can handle remote URLs (ie.: http, https ...) into SVG definitions. It was included defensive code and a lot of tests to prevent unexpected outcomes, like raise ConversionError if the download failures and do not parse empty content.
-
- 13 Apr, 2012 4 commits
-
-
Rafael Monnerat authored
If the file content is an image, use newTempImage to add conversion support to the file.
-
Rafael Monnerat authored
It is expected that Web Page (TextDocument) and File also have the same capabilities when convert SVG to PNG format them Image.
-
Rafael Monnerat authored
Using Image Document, this commit includes tests to assert the conversion outcome when convert svg to png. The main goal is assert if the image backgronud (external and embeded cases) is incorpoted into the PNG generated. The image comparation is very basic level, but enough for this tests. It exposes an error when convert one svg that uses url with http.
-
Rafael Monnerat authored
In order to fix content type it was Introduced a small Monkey-Patch for zope.contenttype in order to detect image/svg+xml content types. This is broken even in newer versions and this monkey patch is foward compatible. Update Document and tests to permit conversions to SVG, this prevents get Unauthorized when use ?format=svg.
-
- 21 Oct, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 16 Feb, 2011 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2011 1 commit
-
-
Sebastien Robin authored
is only a proxy now git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2011 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
- file_name become filename - filename values are not stored in source_reference Contribution Tool will not honour id arguments. Contribution Tool can create any kind of document. Portal Contribution Registry can read extention, content_type and read content_type from data to guess what will be the best Portal Type to use. All discoverable methods (IDiscoverable) can change the portal_type of document. (migratePortalType) User can change portal_type of document through UI with simple Action. Crawling will not hardcode ids of document depending of their URLs thanks to Portal Url Registry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2010 3 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(more modification should be required.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-