change_log 2.16 KB
Newer Older
1 2 3
2013-09-03 arnaud.fontaine
* ZODB Components: Workflow History must always be kept, so avoid an extra step for developers.

4 5 6
2013-08-28 arnaud.fontaine
* ZODB Components: Migrate Documents, Extensions and Tests.

Lucas Carvalho's avatar
Lucas Carvalho committed
7 8 9
2011-04-12 lucas
* Replaced links for span elements.

Lucas Carvalho's avatar
Lucas Carvalho committed
10 11 12
2011-04-12 lucas
* Login name should not be displayed.

Lucas Carvalho's avatar
Lucas Carvalho committed
13 14 15
2011-04-12 lucas
* Fixed an issue where wizard.css should be imported only once.

Lucas Carvalho's avatar
Lucas Carvalho committed
16 17 18
2011-04-08 lucas
*  Fixed expression once the last step of configuration there is no form object.

Lucas Carvalho's avatar
Lucas Carvalho committed
19 20 21
2011-04-08 lucas
* The field your_business_configuration has been renamed to fix a bug when the key was invalid, the list of business configuration wasn't being rendered.

Lucas Carvalho's avatar
Lucas Carvalho committed
22 23 24
2011-04-07 lucas
* Kept the Configuration Tool consistency, the name of the button element must be field_your_business_configuration. Then the action name must be handled by the form instead of the button.

Lucas Carvalho's avatar
Lucas Carvalho committed
25 26 27
2011-04-07 lucas
* The ConfiguratorTool_getAvailableBusinessConfigurationList must return a list of tuples following the appropriated order, such list is used to render the business configuration in the new user interface.

Lucas Carvalho's avatar
Lucas Carvalho committed
28 29 30
2011-04-07 lucas
* Removed obsolete Start button.

Lucas Carvalho's avatar
Lucas Carvalho committed
31 32 33
2011-04-07 lucas
* Load the CSS file to customize the new user interface.

Lucas Carvalho's avatar
Lucas Carvalho committed
34 35 36
2011-04-07 lucas
* Replaced the your_business_configuration list field for an editor field, which must render the new business configuration list.

Lucas Carvalho's avatar
Lucas Carvalho committed
37 38 39
2011-04-07 lucas
* Added the page template of new user interface  which must replace the old your_business_configuration list field.

Lucas Carvalho's avatar
Lucas Carvalho committed
40 41 42
2011-04-07 lucas
* Added CSS file which must be used to customize the new user interface.

Lucas Carvalho's avatar
Lucas Carvalho committed
43 44 45
2011-04-07 lucas
* Added new fields to allow to add default image in Business Configuration.

Lucas Carvalho's avatar
Lucas Carvalho committed
46 47 48 49 50 51
2011-04-07 lucas
* Added Embedded File as allowed content type of Business Configuration

2011-04-07 lucas
* Update XML format of PortalTypeTemplateItem.

Lucas Carvalho's avatar
Lucas Carvalho committed
52 53 54
2011-04-01 lucas
* Renamed currency_list.ods to standard_currency_list.ods

Lucas Carvalho's avatar
Lucas Carvalho committed
55 56 57
2011-03-30 lucas
* Anonymous can not view the Configurator Tool.

Lucas Carvalho's avatar
Lucas Carvalho committed
58 59 60
2010-01-03 lucas
* Moved the extension ConfigurationTemplate_readOOoCalcFile to this bt5.

Lucas Carvalho's avatar
Lucas Carvalho committed
61 62 63
2010-01-01 lucas
* Added proxy field in all forms, using base configurator field library.

64 65
2010-12-06 Rafael
* Initial Release