- 30 Mar, 2011 34 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, explain why it's bad to enable it, and that it doesn't solve the problem encountered on some old distros (still to be understood). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
- add a specific Z SQL Method for related key - update related key to use new naming git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
possible to remove it using business templates, this is done in unit tests initialisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
In particular, this prevents calling __str__/__repr__ on all old objects even when logs are not output. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
That script was responsible for setting [None] as site list on ingested documents. Refactor it a little to do costly things inside the cached method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- A new Base.getMountedObject method allow to access to parent object in the mounted storage so that it is possible to migrate their class persistently. A common pattern for modules in different Data.fs would be: real_module = portal.mounted_module.getMountedObject() real_module.getParentValue().migrateToPortalTypeClass() - Make it possible to manage mount points in unit tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- acquire both source & destination from default internal supply line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use z3c.recipe.openoffice in version 0.3.1dev6 which allows to choose cpio and implementens internally rpm2cpio as small python snippet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Create a document as a Embedded File of an organisation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44770 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2011 6 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-