diff options
author | wei <> | 2006-09-18 22:57:16 +0000 |
---|---|---|
committer | wei <> | 2006-09-18 22:57:16 +0000 |
commit | 1e5f13b21b33b0d7ce86fe97ca145a3561433a7a (patch) | |
tree | 0d578ace6150cf69478696737cf0e1156a309661 /HISTORY | |
parent | 8e3f638109ebdb4bedc3e9ed7360b9d2467bc311 (diff) |
Add an interactive php shell that loads Prado classes.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Version 3.0.5 October 8, 2006 CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang) ENH: Ticket#361 - Introduced include template tag that supports including external templates (Qiang) ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) +ENH: Added an interactive PHP shell, usage: "prado-cli.php shell" (Wei) ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang) ENH: Easier to customize the TDatePicker using CssClass (Wei) NEW: TLiteralColumn (Qiang) |