An error occurred fetching the project authors.
- 05 Mar, 2010 1 commit
-
-
Nicolas Delaby authored
- It aims to strip html documents and remove non safe contents like emmbed javascript, forms, import of externals multimediai contents, ... - usefull to display HTML attachments of ingested events - Use portal_transforms as conversion engine (and its transform safe_html). reviewed by Kazuhiko git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32368 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
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jun, 2009 1 commit
-
-
Sebastien Robin authored
is not defined, this fix current failures of testXHTML git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 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
-
- 27 May, 2009 1 commit
-
-
Sebastien Robin authored
be acknowledged by users with : - portal_acknowledgement : tool that provided methods to retrieve document to acknowledge and to acknowledge them - new document class : Acknowledgement - possibility to have proxy of Documents. Acknowledgements will only be a proxy to event, the content of the message will not be kept in the event, and we can access it from the Acknowledgement thanks to the proxy - the possibility to display site message on the top of the page with xhtml style - an unit test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 May, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2009 1 commit
-
-
Jean-Paul Smets authored
Use sender and recipient if no source / destination specified through relations (ie. pure mail reader behaviour) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2009 3 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
EmailDocument is currently broken. This patch fixes part of the issues but it mut still be reviewed and fixed. There are 2 problems: handling of FCKEditor must be move out git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 1 commit
-
-
Jean-Paul Smets authored
Move generic HTML processing to where it belongs (ie. conversion handling superclass for now, mixin some day) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Sep, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2008 3 commits
-
-
Romain Courteaud authored
rendering. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Aug, 2008 1 commit
-
-
Ivan Tyagov authored
Sometimes set start_date for email document do not conforms to RFC 2822 so make sure conversion is not tried for incorrect dates. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2008 1 commit
-
-
Jérome Perrin authored
Also add missing test for encoded emails git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2008 1 commit
-
-
Romain Courteaud authored
different from the one used). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jun, 2008 1 commit
-
-
Jérome Perrin authored
(also fix docstrings for EmailDocument.getTitle and EmailDocument.getStartDate) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-