An error occurred fetching the project authors.
- 18 Apr, 2014 1 commit
-
-
Gabriel Monnerat authored
constraint_type should be a string instead of a list.
-
- 17 Mar, 2014 1 commit
-
-
Gabriel Monnerat authored
Simplify erp5_upgrader to be possible upgrade any project just enabling the alarms that all Constraints will be called and fixed. The alarms were renamed to cover each step of upgrader and give the possibility to call each step manually one-by-one. Also, all Scripts that the logic can be done by installing Business Template was removed. Also added: - Constraints that can be used in the upgrader - Unit test to check different scenarios - Extend external method to be possible dump workflow chains to be compared with all configuration defined on Business Templates
-
- 30 Jan, 2014 1 commit
-
-
- 10 Sep, 2013 2 commits
-
-
Arnaud Fontaine authored
Avoid an extra step for developers by keeping the last Workflow History for Components by default.
-
Arnaud Fontaine authored
-
- 21 Jun, 2013 1 commit
-
-
Arnaud Fontaine authored
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 16 Sep, 2011 1 commit
-
-
Gabriel Monnerat authored
Remove script because instead fix skins during the upgrade, it should be fixed and commited correctly in bt5
-
- 15 Sep, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 14 Sep, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 12 Sep, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 11 May, 2011 1 commit
-
-
Łukasz Nowak authored
It is better to raise loudly by default in case if upgrader signature is wrong.
-
- 21 Apr, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
not required_bt5_id_list but upgradable_bt5_id_list should be calculated in case of 'not specified explicitly'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2011 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
As order of how Business Templates are being installed can impact site behavior upgrader needs possibility to have his own ordering, which shall not be impacted by upgrader logic itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Apr, 2011 1 commit
-
-
Vincent Pelletier authored
This prevents accidental use of the default settings for upgrade. They should just serve as an illustration of upgrader use, never be used themselves. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Mar, 2011 1 commit
-
-
Łukasz Nowak authored
ERP5Site_upgradeSQLCatalog shall be called or not, just add it in default signature Note: It would be always added, as message_list would always be above 0, but in many ares of use of upgrader finalize_upgrade_script_list shall be defined, but never with reindexing/dropping catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
* by default, all installed business templates will be upgraded, not all existing business templates in the repository. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2011 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2011 7 commits
-
-
Kazuhiko Shiozaki authored
stop using 'ERP5Site_getUpgraderSignature(key)' but use 'ERP5Site_getUpgraderSignature().get(key, default_value)' instead for better understandability of codes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43260 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* support 'update_security_workflow_id_list' in upgrade signature. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43254 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2011 4 commits
-
-
Kazuhiko Shiozaki authored
* rewrite ERP5Site_upgradeBusinessTemplateList more generic based on business template repositories. * remove upgrading MySQL charset part, that should be handled by buildout MySQL setup and reindexing with clear_catalog=1. * remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove upgrading MySQL charset part, that should be handled by buildout MySQL setup and reindexing with clear_catalog=1. * remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
* check 'Update Business Template Workflows' and remove overriding of portal_workflow/business_template_installation_workflow/scripts/BusinessTemplate_install in this business template, but add it in 'Paths of objects that should be kept'. * remove set and upgrade product_path, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove set and upgrade product_path, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2011 4 commits
-
-
Kazuhiko Shiozaki authored
system_upgrader and product_upgrader are abandoned, they should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
update XML format again, because now erp5_upgrader only focus on ZODB, thus we can assume that Products are already updated and support newer XML format. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-