change_log 2.01 KB
Newer Older
1 2 3
2012-10-05 arnaud.fontaine
* Allow to specify bt5 which are not going to be upgraded (meaningful for master data for example). 

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
4 5 6
2011-03-10 Kazuhiko
* by default, all installed business templates will be upgraded, not all existing business templates in the repository.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
7 8 9
2011-02-10 Kazuhiko
* support 'update_security_workflow_id_list' in upgrade signature.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
10 11 12
2011-02-09 Kazuhiko
* compare revisions as int not as str in ERP5Site_upgradeBusinessTemplateList.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
13
2011-02-08 Kazuhiko
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
14
* rewrite ERP5Site_upgradeBusinessTemplateList more generic based on business template repositories.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
15
* remove upgrading MySQL charset part, that should be handled by buildout MySQL setup and reindexing with clear_catalog=1.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
16 17
* remove handling zope version and python version, that should be handled by instance creation in buildout.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
18
2011-02-07 Kazuhiko
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
19
* 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'.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
20 21 22 23 24
* remove set and upgrade product_path, that should be handled by instance creation in buildout.

2011-02-04 Kazuhiko
* remove system_upgrader and product_upgrader, that should be handled by instance creation in buildout.

Lucas Carvalho's avatar
Lucas Carvalho committed
25 26 27
2010-09-30 lucas
* Added message to be logged if during the upgrade of the Local Roles for security groups the Portal Type document does not exists.

28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
2010-02-16 nicolas
* Add new properties in Signature in order to trig some actions just before or just after business template update/installation

2010-02-12 nicolas
* add REINSTALABLE_BT5_ID_LIST inside Signature API in order to call reinstallation of Business Templates and revert local changes.
* Extend Unit Test (work on going, known bug will be fixed)
Reviewed by Rafael

2009-08-04 jps
* Refactored (and broken) by JPS with lots of pseudo-code

2009-04-17 ivan
* Split to specific migrations using skin folders

2009-03-20 ivan
* Start to refector as generic ERP5 upgrader

2009-03-12 ivan
* Initial import