- 07 Mar, 2012 38 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
When the validation state is already 'validated', upon edition, set the new value to 'text_content_non_validated' property instead of 'text_content' for the following reasons: 1/ It allows to validate the source code through Component validation workflow rather than after each edition; 2/ It avoids dirty hacks to call checkConsistency upon edit and deal with error messages, instead use workflow as it makes more sense. Then, when the user revalidates the Component through a workflow action, 'text_content_non_validated' property is copied back to 'text_content'.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Perhaps dynamic_class_generation_interaction_workflow could be used. However, when resetting Components, we always have to reset Portal Type classes, the opposite is not true though.
-
Arnaud Fontaine authored
This is hackish and hardcoded for now because it's only for bt5 Documents. It should be more generic (for non-bt5 Documents), but this is tricky from a bootstrap point of view, so keep it simple for now.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Also, move code from Extension Component to Component and make it more generic in order to be used for Document Component.
-
Arnaud Fontaine authored
At most until everything has been implemented.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
* Implement Extension Component. * Complete ExtensionComponent view. * Add component_interaction_workflow to reset erp5.component when modifying an Extension Component.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
For now this is a global reset, meaning that everytime a component is changed, all the component are reset, which is terrible from a performance point of view.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Jean-Paul Smets authored
-
Jean-Paul Smets authored
-
Jean-Paul Smets authored
-
- 06 Mar, 2012 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-