An error occurred fetching the project authors.
- 09 Feb, 2010 1 commit
-
-
Jérome Perrin authored
interface that this method may raise ConversionError if conversion is not allowed, or Unauthorized if conversion is not permitted. Review by Nicolas git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2009 1 commit
-
-
Jean-Paul Smets authored
Use mixin.CachedConvertableMixin. getConvertedSize removed from Document class (redundant with getConversionSize). docstring put again where it belongs (ie. Document class). Preparing the removal of document interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
limit the maximum of rasterized image to 4096 pixles. XXX since the dimention can be different on each page, it is better to call 'pdfinfo -f page_num -l page_num' to get the size of each page. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
set a content-disposition header with an appropriate filename and cache headers in PDFDocument.index_html() if no format is specified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Aug, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
no need to call hasConversion() before getConversion() because it does mostly the same thing and waste of time. use try ... except KeyError instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2009 1 commit
-
-
Jean-Paul Smets authored
title_or_is not en ERP5 method. Use getTitleOrId. Also, not raising an error in case of portal_transforms error is wrong since it pollutes the cache with empty strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2008 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2008 1 commit
-
-
Yusei Tahara authored
This method could consume much cpu if too many pages in a document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2007 1 commit
-
-
Jean-Paul Smets authored
Added support for default frame conversion (image) so that it is now possible to view any page in a PDF file as an image through the browser. Added better support for links in PDF file. Make sure hasBaseData is implemented at File class level. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17511 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
New WorkflowMethod implementation. This new implementation solves most issues which existed previously and related to multiple workflows for a single workflow method ID. It should also be faster but will require some more work so that changes in workflow definition are reflected automatically in workflow methods registration. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2007 1 commit
-
-
Jean-Paul Smets authored
Added explicit searchable_property_list. Removed 'Content-Disposition' because this is the task of UI scripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Apr, 2007 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2007 1 commit
-
-
Bartek Górny authored
bugfix - regex in _makeFile was bad and conversion to graphic formats failed if there was only one page git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Mar, 2007 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Feb, 2007 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12924 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2007 3 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Dec, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Sep, 2006 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2006 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9519 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2006 1 commit
-
-
Bartek Górny authored
caching moved out to mixin class; stripping headers from html representation; caching in PdfDocument; git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2006 2 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
major refactoring; fixed snapshot generation; plain text extraction from PdfDocument (req. pdftotext); git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Feb, 2006 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2006 1 commit
-
-
Kevin Deldycke authored
Update Copyright year. Unify the indention to 2 space characters. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-