An error occurred fetching the project authors.
- 27 Feb, 2013 1 commit
-
-
Ivan Tyagov authored
following format defined in system preference level.
-
- 18 Feb, 2013 1 commit
-
-
Ivan Tyagov authored
Use already existing system preference and created accessor rather than hard coded value which was different from default for the system preference This can lead to different cache ids generated for same content by different parts of the code -> duplication of same data in cache backend.
-
- 13 Apr, 2012 1 commit
-
-
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
-
-
Kazuhiko Shiozaki authored
otherwise imagemagick will create black-background image when resizing. http://studio.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19677
-
- 08 Aug, 2011 1 commit
-
-
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.
-
- 27 Jul, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
delete a needless object instead of alling delete transition, because such transition does not exist in certain states.
-
- 24 Feb, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
* remove needless duplicate code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42006 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
* Declare security on Accessor * Honour default argument if equals to None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
we should not modify archived documents, so mergeRevision should not try to merge into archived documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
getFilename() should return existing source_reference value for old documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41209 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
-
- 29 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
* fix wrong usages of except. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2010 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38953 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
-
- 04 Aug, 2010 2 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
there is a value related to it. This way we keep less pirioritary result in case the more prioritary is empty, but at least we have a result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
Unhard code default image quality and make it possible to specify in preferences. Fall back to constant value as before if preference is not specified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jul, 2010 4 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
- 14 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 1 commit
-
-
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
-
- 02 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add to abstract class default implementation of getTargetFormatItemList API. This API is responsible for getting list of formats a doocument can be converted to. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jun, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2010 1 commit
-
-
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
-