An error occurred fetching the project authors.
- 03 Nov, 2010 1 commit
-
-
Julien Muchembled authored
This fixes TestBusinessTemplate.test_168_DocumentUninstallIsEffective git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2010 3 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we don't care UnicodeDecodeError in getting old object XML, otherwise we cannot update erp5_xhtml_style business template with r39494 change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix the condition to check portal type or not, because some module portal types has 'ERP5 Folder' meta type, thus we can loose allowed_content_types etc. by updating PortalTypeTemplateItem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Oct, 2010 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
if a base category is removed, it should be listed in 'reinstall business template' listbox, before it raised an Exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Oct, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
do not append non-existing information for is_bt_for_diff case, otherwise we cannot notice missing information (like 'Allowed Content Types' etc.) in the 'reinstall' dialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2010 1 commit
-
-
Julien Muchembled authored
This commit is similar to r32811 and should fix regressions caused by r38601 for good. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2010 3 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This reverts most fixes to r28422. They are not useful anymore since objects are not modified anymore during download. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Cleaning object require to load it, so if we can't load it during download, we must postpone cleanup during installation, which has 2 drawbacks: - One is temporary: the page showing changes during installation may list objects which have no useful change (because there is no more clean up before comparing objects) - During installation, Python Scripts are compiled twice instead of one (this commit partially reverts r38348), but it seems fixable. This fix regressions caused by r38601. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2010 4 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
It does not necessarily requires us to load the object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
forces us to load the object very early (before build, before install) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Sep, 2010 1 commit
-
-
Julien Muchembled authored
The idea is to store cache keys (or a part of cache keys) persistently, so that modifying them makes Cache Tool looks at for cache value in a new place. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 3 commits
-
-
Julien Muchembled authored
This will allow to remove the '_arg' and 'template' attributes, which are duplicates of 'arguments_src' and 'src'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Before this patch, a Python Script was compiled several times during its installation. Now, it is compiled only once. '_code', 'func_code' and 'func_defaults' attributes are also not required anymore in the XML representation of Python Scripts. This will allow to remove this garbage for XML in the future. For the moment, we have to provide forward compatibility with old revision of ERP5 product, so this patch does not change exported XML. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2010 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Aug, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2010 2 commits
-
-
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
-
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
-
- 05 Jul, 2010 4 commits
-
-
Tatuya Kamada authored
Fix a issue that BusinessTemplate unexpectedly removes the skins of another skin folder when upgrading. To fix the issue, (un)restrectedTraverse calling are replaced with the new method, (un)restrictedResolveValue. In the method, it is used get_item instead of _getOb to take into account outside ERP5, too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
Fix a issue that BusinessTemplate unexpectedly removes the skins of another skin folder when upgrading. To fix the issue, (un)restrectedTraverse calling are replaced with the new method, (un)restrictedResolveValue. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2010 1 commit
-
-
Tatuya Kamada authored
Fix a issue that BusinessTemplate wrongly removes the sub directory skins of another business template when upgrading. To fix the issue, it is stopped to remove the sub directory when the parent is removing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
if installed_bt is already in 'replaced' state (that can happen when only replaces ones exist), we cannot not call replace() again on it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* register into type provider in install() instead of onNewObject(), to make it working by callin install(force=True). * unregister tool from type provider in uninstall() and remove(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jun, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
Register type provider by installing ITypeProvider tool instead of installing portal types whose parent is not yet registered as type provider. This change make it possible to put only the tool in a business template without putting its inside portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jun, 2010 2 commits
-
-
Nicolas Delaby authored
fallback to previous default value only if parameter is _MARKER git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
override it. Otherwise business_template.install(update_catalog=False) can clear the catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-