An error occurred fetching the project authors.
  1. 27 Feb, 2013 1 commit
  2. 18 Feb, 2013 1 commit
  3. 13 Apr, 2012 1 commit
    • 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
  4. 21 Oct, 2011 1 commit
  5. 08 Aug, 2011 1 commit
    • Nicolas Delaby's avatar
      Fix sorting · 4ab7b7e2
      Nicolas Delaby authored
      This sorting is inefficient if the id generator of module is random based.
      This feature is replaced by a catalog query against creation_date parameter.
      4ab7b7e2
  6. 27 Jul, 2011 1 commit
  7. 24 Feb, 2011 1 commit
  8. 04 Jan, 2011 1 commit
  9. 31 Dec, 2010 1 commit
  10. 30 Dec, 2010 1 commit
  11. 24 Dec, 2010 2 commits
  12. 23 Dec, 2010 1 commit
  13. 08 Dec, 2010 1 commit
  14. 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
  15. 29 Nov, 2010 1 commit
  16. 04 Nov, 2010 1 commit
  17. 19 Oct, 2010 3 commits
  18. 15 Oct, 2010 1 commit
  19. 07 Oct, 2010 1 commit
  20. 14 Sep, 2010 1 commit
  21. 04 Aug, 2010 2 commits
  22. 21 Jul, 2010 1 commit
  23. 19 Jul, 2010 1 commit
  24. 16 Jul, 2010 4 commits
  25. 15 Jul, 2010 2 commits
  26. 14 Jul, 2010 2 commits
  27. 12 Jul, 2010 1 commit
  28. 02 Jul, 2010 2 commits
  29. 23 Jun, 2010 1 commit
  30. 02 Jun, 2010 1 commit
    • Julien Muchembled's avatar
      DMS: stop relying on ZPublisher to get parameters from the request · 04c300c5
      Julien Muchembled authored
      Previous code led to much code duplication. For DMS, each method redefining
      'index_html' had to merge all possible parameters (with their default values)
      of overridden methods. This was even worse for DocumentProxyMixin.index_html,
      because the type of the proxied document is not even known.
      
      This commit adds a new 'fill_args_from_request' decorator and fixes
      'index_html' for proxied images (default value for 'frame' was only changed
      in Image class).
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35905 20353a03-c40f-0410-a6d1-a30d3c3de9de
      04c300c5