An error occurred fetching the project authors.
  1. 02 Aug, 2017 1 commit
  2. 07 Jul, 2017 1 commit
    • Julien Muchembled's avatar
      tests: clean up code related to configuration of cloudooo/memcached connectors · f84f4cdb
      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.
      f84f4cdb
  3. 20 Dec, 2016 1 commit
  4. 19 Dec, 2016 1 commit
  5. 14 Oct, 2016 1 commit
  6. 23 Aug, 2016 1 commit
  7. 22 Aug, 2016 1 commit
  8. 17 Jun, 2016 1 commit
  9. 02 Jun, 2016 1 commit
  10. 09 May, 2016 1 commit
  11. 23 Jun, 2015 1 commit
    • Cédric Le Ninivin's avatar
      erp5_web: update caching policy behavior. Add possibility to select caching... · 416ea907
      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
      416ea907
  12. 25 Aug, 2014 1 commit
  13. 30 Jan, 2014 1 commit
  14. 16 Jan, 2014 2 commits
  15. 27 Jun, 2013 2 commits
  16. 13 Jun, 2013 1 commit
    • Jérome Perrin's avatar
      Revert 3 latest commits · 228e3f79
      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
      228e3f79
  17. 12 Jun, 2013 1 commit
  18. 02 Apr, 2013 1 commit
  19. 29 Jan, 2013 1 commit
  20. 11 May, 2012 1 commit
  21. 07 May, 2012 1 commit
  22. 04 May, 2012 2 commits
  23. 26 Apr, 2012 1 commit
  24. 25 Apr, 2012 1 commit
  25. 24 Apr, 2012 1 commit
    • Rafael Monnerat's avatar
      Fix SVG to PNG conversion when a xlink:href uses a URL · 036a066d
      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.
      036a066d
  26. 13 Apr, 2012 4 commits
    • Rafael Monnerat's avatar
      Added support for Image Conversion to File · 48ee69f7
      Rafael Monnerat authored
      If the file content is an image, use newTempImage to add conversion support
      to the file.
      48ee69f7
    • Rafael Monnerat's avatar
      Added tests for SVG to PNG conversion using Web Page and File · d48c53bc
      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.
      d48c53bc
    • Rafael Monnerat's avatar
      Included some tests for SVG to PNG conversions · d966c357
      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.
      d966c357
    • Rafael Monnerat's avatar
      Fix convetsion and content type when convert to svg · aff30449
      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.
      aff30449
  27. 21 Oct, 2011 1 commit
  28. 16 Feb, 2011 1 commit
  29. 20 Jan, 2011 1 commit
  30. 14 Jan, 2011 1 commit
  31. 01 Dec, 2010 1 commit
    • Nicolas Delaby's avatar
      Refactoring of DMS. · de2545fc
      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
      de2545fc
  32. 18 Nov, 2010 3 commits