- 17 Aug, 2010 1 commit
-
-
Nicolas Dumazet authored
* Add colors to State column of BusinessTemplate_viewInstallationDialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2010 14 commits
-
-
Lucas Carvalho authored
Compiling the RPMs for OpenSUSE 11.2 is not the same as for OpenSUSE 11.3, it requires a new profile into rpmgen. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
The ipython2.4 does not exists by default anymore. And we can not build the tiolive-application package on OpenSUSE. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
We must use unrestrictedResolveValue instead of restrictedResolveValue here, because of the BusinessTemplate responsibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
When we reinstall the business template, the business template is cloned and built. Then, compare to the installed bt and the cloned one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
in context of erp5 site (not web_site), user were redirected to /erp5/portal_password/login_form, so after sign in, they were redirected to /erp5/portal_password which is wrong. Following patch use came_from request variable and is compatible both with web_site and erp5 site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
Make the relation string take into account the accounting cancellation resource so that the selected bank account match with it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
Add to search fields in the fast input to easily search for checks. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Rewrite (un)restrictedResolveValue, because the exception handling was very buggy, and it was easier to rewrite code than to band-aid the code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
don't use portal_object url but self this permit to stay on web_site context in case of web_mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
The usage of bespin editor depends of erp5_bespin bt5 installed and still experimental. If erp5_bespin is not installed, it render standard an standard editor field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
* The initial version. Integration of Bespin Text Editor (http://mozillalabs.com/bespin) with ERP5 Editor Field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2010 18 commits
-
-
Nicolas Delaby authored
override its value with None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 7 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
-