An error occurred fetching the project authors.
- 05 Nov, 2012 2 commits
-
-
Ivan Tyagov authored
Add back wrongly removed volatile conversion caching. Use new set / get Cache bag API.
-
Ivan Tyagov authored
Fix tests (DMS) to use by default Cache Bags. Fix some dead code and clean up. Move cache initialization away from DMS into Cache Factory.
-
- 07 Feb, 2012 1 commit
-
-
Julien Muchembled authored
-
- 11 Nov, 2011 1 commit
-
-
Arnaud Fontaine authored
This fixes test_base_convertable_behaviour_with_successive_updates from testDmsWithPreConversion.TestDocumentWithPreConversion which was previously working properly with files only. Also, split up the test for deleting data as it's not implemented yet.
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 03 Jan, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
As TextDocument can store this original value in data property (Ingestion Input) or text_content property (UI Input). content_md5 is computed against getData, then TextDocument instances must fallback on getTextContent if data is empty. getData usage is unified among all types of documents. Additional Comments: TextDocument._convert() still rely on text_content value as raw_data. because if data exists, text_content also, as a base conversion of data. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41818 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
-
- 21 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
since r38650, isTempObject() returns True for asContext() result, so now the condition to switch cache storage is not isTempObject() result but getOriginalDocument() result. this change will solve recent failures of testERP5Web. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 1 commit
-
-
Julien Muchembled authored
getTransactionalVariable has always been implemented to return a global cache object (1 per thread): old implementation used the given context only to have access to the portal. So we enforce this with a warning to make sure people don't expect retrieving 1 cache object per given context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Split IConvertable to IFormatConvertable and IConvertable. Move implementation from abstract Document class to interface (IConvertable) implementation. Adjust interface doc strings accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-