diff options
author | knut <> | 2008-08-06 13:54:27 +0000 |
---|---|---|
committer | knut <> | 2008-08-06 13:54:27 +0000 |
commit | fb378385d973be20801c4723501c12396c9dcd55 (patch) | |
tree | d529d64661e102447e66da9b854e6bb90578c599 | |
parent | bb60bcd2032e887e010904999655d2e5999e9878 (diff) |
added latest fix to changelog
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ BUG: Ticket#870 - Callback with redirect breaks lifecycle of page (stever) BUG: Ticket#872 - use PATH_SEPARATOR in phpunit.php (fragmaster b) BUG: Ticket#886 - TSimpleDateFormatter: One month offset in time stamp with date pattern "yyyy" (Knut) BUG: Ticket#897 - TSimpleDateFormatter: If no YearPattern is set it should default to current year (Knut) +BUG: Ticket#899 - TSqlCriteria: SQL-statements with limit and offset doesn't work (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#890 - Minor optimization: Use $var===null over is_null($var) (Knut) |