An error occurred fetching the project authors.
- 12 Apr, 2011 1 commit
-
-
Ł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 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Mar, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Feb, 2011 3 commits
-
-
Jérome Perrin authored
with portal type as classes, this can fail with other reason than AttributeError, use __traceback_info__ to have debugging info in the error_log git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we need a fallback list when both getPreferredWorkingCopyList() and getPreferredSubversionWorkingCopyList() return None, otherwise we get the following exception: TypeError: 'NoneType' object is not iterable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- small improvements to improve readability reviewed by Julien git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2011 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- fix export to tarball - new API will allow to export files directly to the working copy without using any temporary folder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2011 1 commit
-
-
Sebastien Robin authored
required because some bt can have specific property sheets portal types (mostly for constraints) using a document class installed by the same bt git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2011 2 commits
-
-
Julien Muchembled authored
This fixes TestCrmReports.testEventActivity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2011 1 commit
-
-
Julien Muchembled authored
- Most property sheets are in a new 'erp5_property_sheets' business template, which is installed first (even before erp5_core). - Bootstrap is done by fetching the few required objects directly from core BT. - Properties/constraints/categories stores the reference inside the id (instead of 'default_reference'), so that BT is exported with nice filenames. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Feb, 2011 3 commits
-
-
Julien Muchembled authored
- test_165_checkCopyBuildInstall - test_167_InstanceAndRelatedClassDefinedInSameBT - test_168_DocumentUninstallIsEffective (merged into test_167_) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2011 2 commits
-
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
installation for now. This commit fixes AttributeError in testBusinessTemplate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2011 1 commit
-
-
Arnaud Fontaine authored
from filesystem to ZODB, unwrap the created object before adding it to the PersistentMapping, failing to do so resulted in "Can't Pickle objects in acquisition wrappers" when serializing the object git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2011 1 commit
-
-
Aurel authored
later in transaction git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2011 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add a comment to suggest a solution. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
(non migrated) into a portal with migrated property_sheets (ZODB). output a warning message instead and continue approved by arnaud. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
at the end of the transaction to avoid useless generation of accessors and remove useless _aq_reset() call after adding a Base Category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
to portal type classes if possible. It involves for instance Delivery Builders, that are stored as Products.ERP5.Document.SimulatedDeliveryBuilder, and are out of reach of our automatic migration from ERP5Type.Document... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2011 3 commits
-
-
Nicolas Dumazet authored
Behavior depends on hash orders, hence the success of the migration test in testBusinessTemplate, and the bad failures at some other places git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
ZODB (code previously commented by r42901 but at that time the migration was not performed because of _perform_migration being set to False and then enabled in r42902) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-