An error occurred fetching the project authors.
- 13 Aug, 2009 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28370 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@28367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
return None instead of calling str() if _baseGet*()'s value is None in getBaseData() and getData(). thanks to Romain for reporting the bug. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2009 2 commits
-
-
Nicolas Delaby authored
- Add a comment to explain why this condition has been added git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jul, 2009 1 commit
-
-
Julien Muchembled authored
Fix Document.getRevision when 'edit_workflow' or 'processing_status_workflow' doesn't exit in portal_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27935 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Conversion Cache Documents are not stored anymore on Document itself. Use Cache Plugin to handle Storage of conversion. Flare is used by default as a persistent storage git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Fix document ingestion so that no workflow method is called when the transition doesn't exist for the current state. This is mainly done by removing 'edit' transition on processing_workflow, to prevent duplicate processing of ingestion. Reuse edit_workflow for all portal types with processing_status_workflow and update computation of revision (Document.getRevision). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27896 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
-
- 04 May, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2009 1 commit
-
-
Jérome Perrin authored
longer an EmailDocument method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 2 commits
-
-
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
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Sep, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2008 1 commit
-
-
Yoshinori Okuji authored
Make sure that documents obtained by getDefaultDocumentValue, getDocumentValue and getDocumentValueList are wrapped with self. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22293 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
-
- 30 Jun, 2008 1 commit
-
-
Ivan Tyagov authored
Instead remove the document itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jun, 2008 1 commit
-
-
Yoshinori Okuji authored
_getExtensibleContent was not working with unrestrictedTraverse, because it provides a fake request as just a plain dict object, thus request.other does not exist, and UserFolder.validate only raises an exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2008 1 commit
-
-
Yoshinori Okuji authored
Add asSubjectText into Document and TextDocument. Allow callers to pass parameters to a substitution method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21515 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2008 1 commit
-
-
Yoshinori Okuji authored
Rewrite the code of forcing authorization, so that Unauthorized is raised, only if authorization is forced in a given context, and a document can be retrieved in an unrestricted way. Otherwise, a traversal fails for any attribute that does not exist with Unauthorized, and indexing may fail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2008 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make it possible to show a login form to user in case user can't find a document by its reference in URL traversal. Introduce a new property of Web Section for that purpose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2008 2 commits
-
-
Jérome Perrin authored
isSupportBaseDataConversion should be protected by AccessContentsInformation, not ModifyPortalContent git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2008 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19519 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Feb, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-