- 01 Dec, 2010 39 commits
-
-
Nicolas Delaby authored
Update crm_ingestion plugin agaisnt new API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
is not suffering from problem of python or python dependencies was removed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Python will be provided by buildout, but outside of usual buildout environment (with own parts-directory and installed file). Because of this python binary which is used to run buildout will no more suffer from uncontrolled rebuilds of python or its dependencies, as python will be not automatically updated. By changing rebootstrap:version value it is possible to *add* new python compilation or switch to existing one. As, even if python is provided by "same" buildout, but it is out of usual bin/buildout control, there is no need to recompile it (after rebootstrap is run buildout:executable becomes "self provided python"). So that is why python compilation is avoided and python with dependencies can be safely deleted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40977 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Extend view of SystemPreference remove listbox of ExternalSource_view, because another tabs display subcontent of ExternalSource with better layout git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Update TypeBAsedMethod script ot new API of DMS ingestion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
s/file_name/filename/ Update url_registry when update reference (For Crawled documents) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40973 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
s/source_reference/filename/ update tests Add test to check Hackability of ContributionTool (Everything can be managed by IDiscoverable API) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
It will be usefull for web_crawlers to not download same content twice git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Compute hash of provided data, it content is same, return immediatly. deprecate guessMimeType git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
s/source_reference/filename/ Normalise API, filename will be used to store filename, in replacement of source_reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Add new preference property to store Namespace of ingestion. (Feature of new Tool, Portal Url Registry, comming soon...) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
DMS was storing filename value in source_reference property, this will change, filename will be used explicitely. Warning: For consistency all variables or methods with id file_name or FileName will be deprecated. Methods will only receive filename as named argument and Filename as token in method name. - getPropertyDictFromFilename - getStandardFilename - ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
migratePortalType will create new document with expected portal_type and delete the current one (ie. self) Before returning new one, workflow states will be synchronised (if possible). Related relations will be keept up to date. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40959 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This will ignore transitions and Scripts. This meta_transition will be used to migrate documents from portal_type to another. Because we can not expect that associated workflows will be identical. The best we can do is pushing the new document to same state of previous document if exists and this no matter id of workflows. This feature will be also used by SynchronisationTool to synchronise workflows status. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40957 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Add util to return mime encoding of text content. if content_type is text/html then chardet is preferred otherwise python-magic (python wrapper of "file --mime-encoding" command) will be used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
modifying checkConsistency() to always check the condition and then calling _checkConsistency() which is overriden in the child class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Do not show tab navigation when user is not actually allowed to switch between tabds (i.e. pads). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Define executable to script generated by buildout. This variable is used by instance setups as standard executable because all eggs are available only by this script and not into the binary. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* Add Property Type Validity Constraint portal type and its view for ZODB Property Sheets. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-