diff options
author | tof <> | 2008-02-22 17:53:43 +0000 |
---|---|---|
committer | tof <> | 2008-02-22 17:53:43 +0000 |
commit | 922e2cc3cb7f9b79dfb8857903522bd14fadf6e5 (patch) | |
tree | 90ff7f9473abfcf276b9cf253f5573a045bd5900 /HISTORY | |
parent | 15c48caefda3882b699fbf2ee26a11f059a10715 (diff) |
Fixed Ticket#747 - TRangeValidator accept letters when type Integer is specified.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |