From a636ca22642c43b9df588714811da5679775fb38 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 24 Dec 2007 16:06:39 +0000 Subject: TDataFieldAccessor now supports chained property access without getters. TJavaScript::encode() will encode data as a list if integer indices are detected. --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index aa993e7a..76880785 100644 --- a/HISTORY +++ b/HISTORY @@ -6,11 +6,13 @@ 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) CHG: Active Record no longer automatically performs adding/removing/updating related objects (Qiang) +CHG: TJavaScript::encode() will encode data as a list if integer indices are detected (Qiang) ENH: Ticket#722 - Add Read Only capabilities to TInPlaceTextBox (Christophe) ENH: Active Record supports multiple foreign references of the same table (Wei) ENH: Added TDbCommand.queryColumn() (Qiang) ENH: Active Record now supports implicitly declared related properties (Qiang) ENH: Active Record now supports query criteria for implicitly declared related properties (Qiang) +ENH: TDataFieldAccessor now supports chained property access without getters. (Qiang) NEW: Added TDbLogRoute (Qiang) NEW: Added TDataRenderer and TItemDataRenderer (Qiang) NEW: Ticket#544 - Added TXCache (Wei) -- cgit v1.2.3