diff options
author | xue <> | 2008-03-11 15:44:18 +0000 |
---|---|---|
committer | xue <> | 2008-03-11 15:44:18 +0000 |
commit | 571e32211bfe035eda916f288384d029c378fa4b (patch) | |
tree | e5541267731d1932d31afe626505abfd7c4661f1 /HISTORY | |
parent | 485c88300e852452421ac5686934b75252657636 (diff) |
Fixed #808.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ BUG: Ticket#787 - Typo in validation3.js (Christophe) BUG: Ticket#766, #786 - TDbCache does not work with MySQL and PostgreSQL (Qiang) BUG: Ticket#799 - Fixed several link errors in documentation about PDO (Qiang) BUG: Ticket#803 - TActiveRecord cannot be serialized/unserialized correctly. (Qiang) +BUG: Ticket#808 - Client side validation should work for file upload. (Qiang) BUG: Fixed a bug in TPropertyValue::ensureArray() (Qiang) CHG: Changed TConditional so that the controls in its template behave like they are in its parent (Qiang) CHG: Active Record many-to-many relationship change from self::HAS_MANY to self::MANY_TO_MANY (Wei) |