diff options
author | xue <> | 2008-03-24 20:39:47 +0000 |
---|---|---|
committer | xue <> | 2008-03-24 20:39:47 +0000 |
commit | 8c5d1e640a220a138294575c5770c7e9da0d46a3 (patch) | |
tree | 974de4183944a7c53ff75ab16ba509656679cbd3 /HISTORY | |
parent | e19ac3ebece43a1e2b7d2c3aa1df1e311da8c7c9 (diff) |
fixed #819
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ 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: Ticket#819 - TLogRoute now displays GM time instead of local time (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) CHG: Active Record no longer automatically performs adding/removing/updating related objects (Qiang) |