diff options
author | mikl <> | 2008-07-31 13:07:13 +0000 |
---|---|---|
committer | mikl <> | 2008-07-31 13:07:13 +0000 |
commit | 5cb8bf3a2d0f7d7b9b0b5907a80aee85a8c6f2d9 (patch) | |
tree | fbc702049cf4acf280836dea42774cd39a983f17 /HISTORY | |
parent | e69594d31e5968cb3663cb6748bf1682cd914b5a (diff) |
Fixed #893: Added page parameter to queryForPagedList()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,10 +9,11 @@ BUG: Ticket#859 - errorhandler error (stever) BUG: Ticket#860 - Prado::localize() bug (japplegame) 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) 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#893 - Added page parameter to queryForPagedList() to specify the initial page to load (Michael) CHG: Ticket#844 - Upgraded TinyMCE to 3.1.0.1 (Christophe) -BUG: Ticket#886 - TSimpleDateFormatter: One month offset in time stamp with date pattern "yyyy" (Knut) Version 3.1.2 April 21, 2008 ============================ |