summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authortof <>2008-02-22 17:53:43 +0000
committertof <>2008-02-22 17:53:43 +0000
commit922e2cc3cb7f9b79dfb8857903522bd14fadf6e5 (patch)
tree90ff7f9473abfcf276b9cf253f5573a045bd5900 /HISTORY
parent15c48caefda3882b699fbf2ee26a11f059a10715 (diff)
Fixed Ticket#747 - TRangeValidator accept letters when type Integer is specified.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 89353f6c..d2b9c397 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,6 +4,7 @@ BUG: Ticket#707 - TPropertyAccess sets property twice on object when using sette
BUG: Ticket#719 - TAutoCompleter should not trigger Validation if CausesValidation=False (Christophe)
BUG: Ticket#736 - Files never created in clientscript.php (Qiang)
BUG: Ticket#744 - Callback error handling is improved (Qiang)
+BUG: Ticket#747 - TRangeValidator accept letters when type Integer is specified (Christophe)
BUG: Ticket#750 - The "expire" parameter is used inconsistently in cache modules (Qiang)
BUG: Ticket#753 - Themes not allways being set (Qiang)
BUG: Ticket#776 - Logout button should not cause validation in blog tutorial (Qiang)