An error occurred fetching the project authors.
- 07 Mar, 2012 9 commits
-
-
Arnaud Fontaine authored
At the moment, erp5_core_component is distinct from erp5_core and thus it fails if migration is attempted before erp5_core_component is installed.
-
Arnaud Fontaine authored
Enable by default the migration of bt5 filesystem Document and Extensions to ZODB for Business Templates.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
DocumentTemplateItem was renamed to FilesystemDocumentTemplateItem which will be kept until the migration to Components is over. Also, move Extension Component tests to its parent class (TestDocumentTemplateItem) to add tests for bt5 Document.
-
Arnaud Fontaine authored
See 3c9e6966, maybe that commit and equivalent commits should be reverted unless there is a rationale reason to do so...
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 29 Feb, 2012 1 commit
-
-
Arnaud Fontaine authored
-
- 22 Dec, 2011 1 commit
-
-
Łukasz Nowak authored
In case of no force mode, user might want to really replace the object.
-
- 25 Nov, 2011 1 commit
-
-
Julien Muchembled authored
-
- 23 Nov, 2011 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 13 Oct, 2011 2 commits
-
-
Nicolas Delaby authored
-
Julien Muchembled authored
-
- 12 Oct, 2011 1 commit
-
-
Vincent Pelletier authored
-
- 21 Sep, 2011 2 commits
-
-
Leonardo Rochael Almeida authored
brown paper bag commit. Actually stop requiring skin_folder and use only skin_folder_id to unregister skin folders
-
Leonardo Rochael Almeida authored
Allow it to no longer be registered as well
-
- 08 Jul, 2011 1 commit
-
-
Julien Muchembled authored
-
- 26 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Apr, 2011 1 commit
-
-
Łukasz Nowak authored
As virtual paths are generated on the fly (to avoid BT data migration and putting inside unreal information) this code has to cope with two types of keys. One key without added virtual path during first Business Template installation (as calling code uses install logic) and second, while user has chosen objects to modify (as calling code uses upgrade logic). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2011 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Apr, 2011 1 commit
-
-
Łukasz Nowak authored
It was working by chance, as sorting put modified key before original one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Apr, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
since calling manage_afterClone() in ObjectTemplateItem.install() is overkill, we do only part of manage_afterClone code here. * reset uid * reset owner * do not reset workflow * do not call recursively * do not call type-based afterClone script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
required magic on genereted result in dynamic method instead of overriding it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Apr, 2011 2 commits
-
-
http://svn.erp5.org/?view=revision&revision=33779Łukasz Nowak authored
As it is possible to have non unique paths from Business Template point of view (like having same file name for Test and Document) it is required to have "magically" generated unique paths. As Business Template internal data migration is unwanted, BusinessTemplate._objects are not modified. So, while installing new Business Template, no magic is applied, but becuase of different way of doing fresh installation and upgrade during fresh installation problems of conflicting paths does not appear. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
in case of 'keep-workflow' object, we need to recalculate workflow related permissions, because manage_afterClone may reset them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
has been removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Apr, 2011 3 commits
-
-
Łukasz Nowak authored
When BT A defined that portal type X shall be chained with workflows 1 and 2, but later same Business Template defines that workflow 2 shall not be chained the workflow chain shall be updated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Mar, 2011 1 commit
-
-
Julien Muchembled authored
This fixes several issues: - Some classes like XMLObject were outside Products.ERP5Type.Document and there were not migrated. - Persistent migration using _delOb/_setOb does not work with mount points. A new Base.migrateToPortalTypeClass method is also provided to migrate objects persistently. Note however that migration of HBTrees requires additional work, using PickleUpdater method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44780 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
reimplement 'keep_workflow_path_list' feature, because r42752 was done by the misunderstood idea. it should mean 'objects whose workflow history are exported', not 'existing objects whose workflow history should be kept'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Mar, 2011 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-