Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -N -r11562 -r11572 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11562) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11572) @@ -1093,5 +1093,11 @@ PRIMARY KEY (FormId) ); +UPDATE Events SET Module = 'Core:Category' WHERE Event = 'FORM.SUBMITTED'; + DELETE FROM PersistantSessionData WHERE VariableName LIKE '%img%'; -UPDATE Modules SET TemplatePath = Path WHERE TemplatePath <> ''; \ No newline at end of file +UPDATE Modules SET TemplatePath = Path WHERE TemplatePath <> ''; + +UPDATE ConfigurationValues SET VariableValue = '/platform/designs/default_design.des' WHERE VariableName = 'cms_DefaultDesign'; +UPDATE ConfigurationValues SET ModuleOwner = 'In-Portal', Section = 'in-portal:configure_categories' WHERE VariableName = 'cms_DefaultDesign'; +UPDATE ConfigurationAdmin SET DisplayOrder = 10.29 WHERE VariableName = 'cms_DefaultDesign'; \ No newline at end of file