[1598 total ]
New reply on Help Please! created by dao27

diacritics

Ticket #336 (enhancement closed): fUpload::setMaxFileSize() should accept integers too

fixed:
This is fixed in r732

Changeset [732]: Fixed ticket #336 - Updated fFilesystem::convertToBytes() to properly …

Fixed ticket #336 - Updated fFilesystem::convertToBytes() to properly handle integers without a suffix and sizes with fractions

fORM edited by wbond

Removed some extraneous 1s in parameter names

(diff)

Ticket #345 (enhancement closed): Edge cases in fActiveRecord::changed()

fixed:
This is fixed in r731

Changeset [731]: Fixed ticket #345 - fActiveRecord::changed() now properly compares NULL …

Fixed ticket #345 - fActiveRecord::changed() now properly compares NULL and blank strings

New reply on Suggestions Anyone? created by wbond

Content-ID for attachments in fEmail

New topic on Suggestions Anyone? created by OliverD

Content-ID for attachments in fEmail

Ticket #346 (defect closed): fORMOrdering bug in MySQL

fixed:
This is fixed in r730

Changeset [730]: Fixed ticket #346 - fORMOrdering was creating incorrect SQL statements for …

Fixed ticket #346 - fORMOrdering was creating incorrect SQL statements for columns in unique constraints with three or more columns. Fixed a bug with detecting unique constraints in fSchema for SQL Server, and fixed a bug in loading fActiveRecord objects with only some of the columns in a multi-column primary key.