diff options
author | tof <> | 2007-10-18 09:22:46 +0000 |
---|---|---|
committer | tof <> | 2007-10-18 09:22:46 +0000 |
commit | 8bebf49fbfb92f039f56cb22b759d8e84ef19799 (patch) | |
tree | 6be47ae5ac609d31989eb1dad739e7823fd08ae2 /HISTORY | |
parent | 56615eb9b1cef2e707f1163c74aaecc7e94ae549 (diff) |
Fixed #722 - Add Read only capabilities to TInPlaceTextBox
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Version 3.1.2 To be released BUG: Ticket#719 - TAutoCompleter should not trigger Validation if CausesValidation=False (Christophe) 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) +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) |