An error occurred fetching the project authors.
- 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
-
- 28 May, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2010 1 commit
-
-
Jérome Perrin authored
In this commit, global actions where exported in ActionTemplateItem/erp5/portal_actions/action_id and not in ActionTemplateItem/portal_types/portal_actions/action_id anymore. This change restores the previous behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 May, 2010 1 commit
-
-
Jérome Perrin authored
- hooking _aq_dynamic instead of _getOb (_getOb is called thousands of times) - making portal_types the first type provider, and only looking up a type information in other types providers if not found in portal_types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2010 2 commits
-
-
Sebastien Robin authored
installed business template was big enough. Parsing a dict in a loop and calling update every time (even if keys are not changed) seems to be not reliable and this ends up calling 2 times the same code for the same key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
provider. When installing a type information, register its provider if it's not already registered. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
- add the id generators generic - add the zodb continuous increasing id generator - add the sql non continuous increasing id generator - change id tool for the id generators and the compatiblity with the old api - change the business template to not modify the generator dictionaries during the export and the install of bt - change the test of id tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2010 2 commits
-
-
Aurel authored
to avoid ordering difference and thus getting "fake" diff git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
when installing a business template git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34196 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2010 1 commit
-
-
Nicolas Delaby authored
if its parent is removed before. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Mar, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33914 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Mar, 2010 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
may have been deleted. * Check that objectIds() is supported on object before calling it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This patch delete, as expected, items marked as remove in reinstallation dialog listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2010 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Change DocumentTemplateItem and its subclasses not to put a class name as a prefix into each key when being built. Also, fix some coding crimes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2010 6 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Fix reinstallation of BT with local modifications in workflow_chain (test_165_checkCopyBuildInstall) * _importFile and build are now consistent: they use same keys and values are list. * various optimisation, and coding style. * Naming convention compliancy. * replace self.__class__.__name__[:-12]] by self.getTemplateTypeName() atomic patch which can not be splitted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
in order to enable reinstallation of business template with diffs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* remove useless statements * naming convention compliancy git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 4 commits
-
-
Kazuhiko Shiozaki authored
if removed workflow is still used somewhere else, make the default choice 'unchecked' and displays 'Removed but used'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
rename 'installed_bt' argument in preinstall() to 'installed_item' because it is not a business template object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-