- 01 Dec, 2010 29 commits
-
-
Ł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 11 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40938 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40937 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
lookup the key for the hidden subfield (revert 40355) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-