An error occurred fetching the project authors.
- 17 May, 2010 1 commit
-
-
Nicolas Delaby authored
The cached value need to be the image itself, not only image content. The work around md5 hashing calculation is still on going git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* if cached value is a tuple as it was before refactoring http://svn.erp5.org?rev=35216&view=rev raise a KeyError to invalidate this cache entry and force calculation of a new conversion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2010 2 commits
-
-
Nicolas Dumazet authored
should be hashed using hashPdataObject instead of md5.new(data.data) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2010 1 commit
-
-
Nicolas Delaby authored
public methods: - getConversion - getConversionMd5 - getConversionDate - getConversionSize git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 May, 2010 1 commit
-
-
Nicolas Delaby authored
* force conversion into string for Pdata objects (File, Image, OOoDocument, ...). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34914 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2010 1 commit
-
-
Nicolas Delaby authored
* Compute new cache key with revision (incremental counter based on edit transtions of edit_workflow) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2010 1 commit
-
-
Jean-Paul Smets authored
Made the key more explicit with shared code througth a private method. Use UID instead of path. (will be replaced by uuid generated some day) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2009 1 commit
-
-
Fabien Morin authored
getConversion return a list of two values, so previous code ("return len(self.getConversion(**kw))") always return 2. Now the len of the data is returned. In case of images, data is an OFSImage object. But OFSImage objects support len, so it works also in case of images. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2009 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
web_page_module where served using a different cache. This was due to the fact that web_page.getPath() was used as key to find the corresponding cache (and the path of a web page is not the same through web_page_module and through a web_site). Now, orginal_path is stored on web_section and used instead of path. This permit to served cached web_page throught web_page_module or throught a web_site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2009 4 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-