diff options
author | xue <> | 2006-09-30 13:10:16 +0000 |
---|---|---|
committer | xue <> | 2006-09-30 13:10:16 +0000 |
commit | dba2ca98d81aa4b205ac6b3a113ad4627f60c647 (patch) | |
tree | 7c8d764ecf5ed5aa75752f9ced82acb85677c961 /HISTORY | |
parent | 7eafd95bfa21c9c8603e9c437a9d96dc880d92e7 (diff) |
Fixed #394.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ENH: Ticket#361 - Introduced include template tag that supports including extern ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) ENH: Ticket#378 - PRADO applications can now run in command line (Qiang) ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang) +ENH: Ticket#394 - Enhancing TDropDownListColumn to allow specifying both text and value (Qiang) ENH: Easier to customize the TDatePicker using CssClass (Wei) ENH: Added an interactive PHP shell, usage: "prado-cli.php shell" (Wei) NEW: TLiteralColumn (Qiang) |