An error occurred fetching the project authors.
- 20 Dec, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 08 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
mapply needs to know which parameters it has to extract from the request. that's what fill_args_from_request decorator does.
-
- 10 Aug, 2011 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 09 Aug, 2011 1 commit
-
-
Julien Muchembled authored
Also cleanup and optimize PUT & ContributionTool This reverts commit eaf12293.
-
- 23 Mar, 2011 1 commit
-
-
Nicolas Delaby authored
indexation of document, because migratePortalType method try to update related categories. So it needs an up to date catalog state in order to succeeds. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Feb, 2011 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
url argument is mandatory so specify it accordingly in API. If an URL is NotFound and no need to repeat or batch mode return None, this will indicate that a document can not be created (this way we provide mentioned safety wrapper and let UI handle such cases accordingly rather than raise) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
* remove needless duplicate code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42006 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove needless duplicate code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2010 1 commit
-
-
Julien Muchembled authored
This fixes TestWebCrawler.test_02_crawlWebSite git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2010 4 commits
-
-
Nicolas Delaby authored
We can take a shortcut. portal_contribution.newContent(portal_type, container) will be an alias of container.newContent(portal_type) with starting of Metadata Discovery process. Done by JPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
implemenation Done by JPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
container is persistent and can not be passed in activities. Point out by JPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Dec, 2010 3 commits
-
-
Nicolas Delaby authored
If _setObject receive an object in ob parameter, fill in the volatile cache and return the object. Otherwise create new Document (like it is currently done) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2010 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
(for instance for email ingestion). This fixes TestCRM.test_portal_type_ingestion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
explicitly specify 'we accept everything', because some site does not accept requests without having accept header. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
It will help portal_contribution_registry to provide better results git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41125 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
-
- 30 Sep, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Sep, 2010 1 commit
-
-
Nicolas Delaby authored
mime_type and content_type. Choose only one variable for consistency. This patch avoid loosing useful informations. content_type name is preferred because it is the id of property on ERP5 Documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- First read content-disposition header - if not found, then read real url used to download the file. Take into accounts HTTP redirections. small refactoring to use dedicated utilities to parse urls and extract filename git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Sep, 2010 2 commits
-
-
Fabien Morin authored
order without explanations, sorry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
generate each time the same id for a given url. Contributing two times a same url should result in the creation of two documents with same reference but different version. Reference and Version can not be set here because probably each project will want a different reference/version style. Thierry approve this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38119 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
-
- 09 Jul, 2010 6 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
uid + Standard File Name It enables displaying extension of document in webdav browser and associate viewer program to document nicer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37017 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
There should not be any differences between external documents and others. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- name - ob like it is expected by WebDav API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-