Bug fix of max length stuff in LBF forms and layout engine.
commitacf8724c506d01780514f0001f31bfe963dd0578
authorbradymiller <bradymiller@users.sourceforge.net>
Fri, 11 May 2012 20:38:12 +0000 (11 13:38 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Fri, 25 May 2012 09:33:32 +0000 (25 02:33 -0700)
tree4044eb71752ad6f7c14894ac47fcc0dcacfebebc
parente48dac40fe988e1ab9af4d2e6a72053cfb493fa5
Bug fix of max length stuff in LBF forms and layout engine.

 --New fields created in layout engine use the TEXT sql type, when applicable.
 --Added fld_rows to hold number of rows(height) for textarea datatype
   --Copied this value from max_length to fld_rows
 --Added the size height and a maximum size (max_length) entry in layout editor
 --The max_length entry value is what is used for validation
   --If it is set to 0, then no size checking
 --Set all the entries based on a sql TEXT column to have a max_length of 0
 --Set all textarea and nation notes datatypes to have a max_length of 0
interface/new/new_comprehensive_save.php
interface/super/edit_layout.php
library/options.inc.php
sql/4_1_0-to-4_1_1_upgrade.sql
sql/database.sql
version.php