- 13 Aug, 2010 17 commits
-
-
Fabien Morin authored
like Folder.py, ProxyField.py, Base_callDialogMethod, ...) this permit to stay on web_site context in case of web_mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
force usage of manage_FTPget like zwebdav_server does git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
A document is always returned in erp5 environment mode, except if conversion parameters are passed like format, display, ... or a special method is called like asStrippedHTML, Base_download, ... All links to an image must be written with a conversion parameter in its url: http://www.example.com/REFERENCE.TO.IMAGE?format=png or http://www.example.com/REFERENCE.TO.IMAGE?display=small An example with a method: http://www.example.com/REFERENCE.TO.TEXT/asStrippedHTML or http://www.example.com/REFERENCE.TO.IMAGE/Base_download path like http://www.example.com/REFERENCE.TO.IMAGE and http://www.example.com/REFERENCE.TO.IMAGE/view returns the same result and are fully consistent among all document types. manage_FTPget is overrided to force the download of raw content for WebDav and FTP access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- use permission constant instead of string value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
The rules are. A document is always returned in erp5 environment mode, except if conversion parameters are passed like format, display, ... or a special method is called like asStrippedHTML, Base_download, ... All links to an image must be written with a conversion parameter in its url: http://www.example.com/REFERENCE.TO.IMAGE?format=png or http://www.example.com/REFERENCE.TO.IMAGE?display=small An example with a method: http://www.example.com/REFERENCE.TO.TEXT/asStrippedHTML or http://www.example.com/REFERENCE.TO.IMAGE/Base_download path like http://www.example.com/REFERENCE.TO.IMAGE and http://www.example.com/REFERENCE.TO.IMAGE/view returns the same result and are fully consistent among all document types. manage_FTPget is overrided to force the download of raw content for WebDav and FTP access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- z3c.recipe.openoffice, which is specific to openoffice-bin, shall be fully configured there - including find links and pinned version git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Use a flat structure of a set to deal with recursive calls, instead of a nested complex, because that is much more efficient and fast in reality. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Revert the previous change partly, because searchRuleList omits invalidated rules, so even if searchRuleList does not return a rule, it can be due to the validation state instead of the result of a test method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Aug, 2010 23 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add tests for subcontent reindexing for Internal, Purchase, Sale and "generic" Supply Lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by Luke git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- since 37764 interaction workflow is used to reindex subcontent, remove class level reindex override git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
propagate the compressed parameter everywhere update docstring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
reviewed by seb, tested in r37742 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-