diff options
author | knut <> | 2008-08-14 21:15:30 +0000 |
---|---|---|
committer | knut <> | 2008-08-14 21:15:30 +0000 |
commit | 38eb5a099b3e4bc1b7235aff126d30468a432c86 (patch) | |
tree | 1b5efd34781e0b1751d088fd369fa328a0fe5818 /HISTORY | |
parent | 13b1a1322567521e4ba7a51d2f11aa5b4c24a3b6 (diff) |
fixed #896
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ ENH: Added Prado.Validation.validateControl(id) on client side to validate a spe ENH: Added MessageSource_Database to I18N (uses TDbConnection) (Michael) ENH: Ticket#890 - Minor optimization: Use $var===null over is_null($var) (Knut) ENH: Ticket#893 - Added page parameter to queryForPagedList() to specify the initial page to load (Michael) +ENH: Ticket#896 - TTheme - enhance for subclassing (Knut) ENH: Ticket#898 - Minor optimization: Use (int) over intval() (Knut) ENH: Ticket#901 - Using TDbDataReader directly as a DataSource of TDataBoundControl's like TDataGrid (Knut) CHG: Ticket#844 - Upgraded TinyMCE to 3.1.0.1 (Christophe) |