An error occurred fetching the project authors.
- 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
-
- 10 Mar, 2010 4 commits
-
-
Julien Muchembled authored
ZODBRoleManager.listRoleIds() returns an iterator on existing roles. We must get a copy of the list before adding/removing roles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
staticmethod() is used because the imported methods do not use self/klass as a first parameter. Arguably, we could also fix the method and introduce a first parameter, even if it is unused. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
flush all ZODB caches when importing new synthetic modules, so cached objects don't behave as their old classes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
of catalog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2010 2 commits
-
-
Leonardo Rochael Almeida authored
On Zope 2.12, export actions from portal_actions instead of from tools that are not IActionProviders to match the same redirection on import git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2010 2 commits
-
-
Nicolas Delaby authored
reviewed by Aurel git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Store allways property as list, not as string. If property is stored as list on Folder, convert explicitely to list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2010 2 commits
-
-
Nicolas Dumazet authored
Example of bad behavior: - "short_title" property is not used / has no associated field - in export code getProperty('short_title') returns None - and a bt/short_title file is created, containing str(None) - when reimporting this BT, bt/short_title is read, and obj.short_title is set to 'None' string - as a result, bt.getShortTitle() wrongly returns "None" _string_ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 2 commits
-
-
Julien Muchembled authored
Also make related unit test more strict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
_objects member BaseTemplateItem class is a PersistentMapping object, which contains a _dict_ of persistent objects. In some cases, this dict remained in memory, preventing pickle cache to remove objects with temporary classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2010 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This is the responsability of site Manager to recreate Activity SQL Table if their structure change. Reviewed by Aurel git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Feb, 2010 1 commit
-
-
Julien Muchembled authored
Add unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Feb, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
optionally allow uninstall of BT translations (off by default), and enable pass-through of keyword args to BusinessTemplate items .uninstall() git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2010 4 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Follow-up of [17630]: - Finish implementation of expression cache keys, including BT support. - Really deprecate portal type filtering. * Filter expressions shall use 'context' to refer to the object. All other variables (here, container, isDelivery, etc) are deprecated. Remove now useless expression context cache. * Compute the list of objects to catalog only once per filter expression. Optimisations will be really effective when erp5_mysql_innodb is updated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2010 4 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Introduced a new method. This Type Name Definition is used everywhere in this file, very hard to guess the meaning in others places. This method should centralize the definition in one place. This file will be be updated to use this method instead local definition everywhere. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jan, 2010 1 commit
-
-
Julien Muchembled authored
* Restore overridden modules, for 2 reasons: - The user may choose to not install the new module. - Modules in BT may import from ERP5Type.Document the classes they override (although I am sure it is good practice). * Check existence of oid in pickle cache before deleting it, because it may have been already removed automatically. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2010 1 commit
-
-
Julien Muchembled authored
This fixes [28422] and testBPMEvaluation (PicklingError exceptions). This reverts useless [30411]. It also allows to revert [31213]. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
(in Mandriva, gdbm is included in the python2.4 package, but in Debian it is a different package named python-gdbm.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2009 1 commit
-
-
Aurel authored
generate catalog_keys.xml files - define the preinstall method so that both xml export of catalog method and catalog_keys files are checked for diff git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2009 1 commit
-
-
Aurel authored
objects, as remove is call after installation during bt's installation process git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-