summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknut <>2008-08-05 18:08:13 +0000
committerknut <>2008-08-05 18:08:13 +0000
commit20442b115c74de89373eabbe70b1bd5ba776d23c (patch)
treea96abc941e00a992da4bad7e769b4e967786c0e6
parent02014e728e09fe672aabb946176492b9ed51606d (diff)
added fix to changelog
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9a5ea7ab..6e875caf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,7 @@ 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)
+BUG: Ticket#897 - TSimpleDateFormatter: If no YearPattern is set it should default to current year (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)