Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r10517 -r10637 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10517) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10637) @@ -301,4 +301,7 @@ ); ALTER TABLE PortalGroup ADD FrontRegistration TINYINT UNSIGNED NOT NULL; -UPDATE PortalGroup SET FrontRegistration = 1 WHERE GroupId = 13; \ No newline at end of file +UPDATE PortalGroup SET FrontRegistration = 1 WHERE GroupId = 13; + +INSERT INTO ConfigurationAdmin VALUES ('ForceImageMagickResize', 'la_Text_Website', 'la_config_ForceImageMagickResize', 'checkbox', '', '', 10.28, 0, 0); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'ForceImageMagickResize', '0', 'In-Portal', 'in-portal:configure_general'); \ No newline at end of file