From 17378e2e774443ede2363ad871073d101d51456c Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Wed, 25 Mar 2009 21:59:09 +0000 Subject: [PATCH] taking out an unapproved rfe --- docs/changelog/7.x.x.txt | 1 - docs/upgrades/upgrade_7.7.0-7.7.1.pl | 9 --------- lib/WebGUI/Asset/Wobject/Thingy.pm | 2 -- 3 files changed, 12 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 590ac41bb..1f745128b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -4,7 +4,6 @@ - rfe #10007: New Month and Year question type. If required, Month must be selected and a 4 digit year must be entered. - fixed #10011: Wrong spelling of "Descendant" in Navigation Asset Help function (Rob Schipper/NFIA India) - rfe #9098: Thingy Thing-copy function (SDH Consulting Group) - - rfe #9128: Thingy pretext and subtext fields maxlength too small (SDH Consulting Group) - rfe #9099: Thingy field-copy function (SDH Consulting Group) 7.7.0 diff --git a/docs/upgrades/upgrade_7.7.0-7.7.1.pl b/docs/upgrades/upgrade_7.7.0-7.7.1.pl index 52cdfa21b..7b0ae84ed 100644 --- a/docs/upgrades/upgrade_7.7.0-7.7.1.pl +++ b/docs/upgrades/upgrade_7.7.0-7.7.1.pl @@ -34,7 +34,6 @@ my $session = start(); # this line required adSkuInstall($session); addWelcomeMessageTemplateToSettings( $session ); addStatisticsCacheTimeoutToMatrix( $session ); -changeThingyFieldsPreTextAndSubtext( $session ); # image mods addImageAnnotation($session); @@ -82,14 +81,6 @@ sub addStatisticsCacheTimeoutToMatrix{ print "Done.\n" unless $quiet; } -#---------------------------------------------------------------------------- -sub changeThingyFieldsPreTextAndSubtext{ - my $session = shift; - print "\tChanging pretext and subtext fields in Thingy_fields table... \n" unless $quiet; - $session->db->write("alter table Thingy_fields change subtext subtext text, change pretext pretext text;"); - print "Done.\n" unless $quiet; -} - #---------------------------------------------------------------------------- # Describe what our function does diff --git a/lib/WebGUI/Asset/Wobject/Thingy.pm b/lib/WebGUI/Asset/Wobject/Thingy.pm index 64552c74b..88cc87cad 100644 --- a/lib/WebGUI/Asset/Wobject/Thingy.pm +++ b/lib/WebGUI/Asset/Wobject/Thingy.pm @@ -739,14 +739,12 @@ sub getEditFieldForm { -value=>$field->{pretext}, -label=>$i18n->get('pretext label'), -hoverHelp=>$i18n->get('pretext description'), - -maxlength=>'1024', ); $f->text( -name=>"subtext", -value=>$field->{subtext}, -label=>$i18n->get('subtext label'), -hoverHelp=>$i18n->get('subtext description'), - -maxlength=>'1024', ); $f->selectBox( -name=>"status",