diff options
author | xue <> | 2006-03-24 23:06:31 +0000 |
---|---|---|
committer | xue <> | 2006-03-24 23:06:31 +0000 |
commit | 8df1407a11df3e5a8c33c6fae1c522707aefccf3 (patch) | |
tree | d65fbc70a3c0f22e188f26d413fc7a52f22edb23 /HISTORY | |
parent | c8494fb1d1b8e5e6d2c135d8a8d8777442dae306 (diff) |
Enhanced error context display when a PHP error occurs.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,14 +1,16 @@ Version 3.0RC1 April 1, 2006
============================
-BUG: Ticket#88 - Unclosed HTML tag rendered in TDatePicker
- and TColorPicker (Qiang)
+BUG: Ticket#88 - Unclosed HTML tag in TDatePicker and TColorPicker (Qiang)
BUG: Ticket#85 - Undefined TDataGrid::setSelectedIndex (Qiang)
BUG: Ticket#87 - Typo in IDbConnection (Qiang)
+BUG: Ticket#95 - Typo in TTemplateControl::registerContentPlaceHolder (Qiang)
BUG: SF#1446846 - Typo in THead (Qiang)
BUG: SF#1432624 - Incorrect documentation about caching expiry (Qiang)
BUG: THttpSession fails when user storage module is used (Qiang)
ENH: TDataFieldAccessor can access public class variables (Qiang)
ENH: Pagers in TDataGrid are now enclosed within panels (Qiang)
+ENH: Ticket#92 - Support for user exception message file (Qiang)
+ENH: TPhpErrorException now shows the actual error lines (Qiang)
NEW: TSQLMap module (Wei)
NEW: TStack class (Qiang)
NEW: TImageMap control (Qiang)
|