diff options
author | knut <> | 2008-08-18 23:22:07 +0000 |
---|---|---|
committer | knut <> | 2008-08-18 23:22:07 +0000 |
commit | 8047f7b1482f10690836d8cf553c151e3bf993da (patch) | |
tree | 2d7246de69017c34c9bbe48ee15d14da94842cdb /HISTORY | |
parent | b26ef59b9ffbc9b8dfa15b6456fd0071474b9608 (diff) |
fixed #823
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ BUG: Ticket#904 - TDbConnection: Add emulate prepares workaround for boolean com BUG: Ticket#908 - TDbCache::init / Exception (Knut) ENH: Added Prado.Validation.validateControl(id) on client side to validate a specific control (Michael) ENH: Added MessageSource_Database to I18N (uses TDbConnection) (Michael) +ENH: Ticket#823 - PromptText/PromptValue only populated if there is data (Knut) ENH: Ticket#876 - Assign empty string to CssUrl on TTabPanel to avoid loading extra css (GoDZilla, Knut) 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) |