diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:27:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:27:07 -0400 |
commit | 764a391d196287a9400ee597019c3e5207c5a5f0 (patch) | |
tree | 159f2cc26f3c415f67a4da821076865ec9cf6396 /doc/TODO | |
parent | 46b3f1c3a746044ae868c06bf3027e0a3ea27433 (diff) |
validation in form handlers
Moved validation code from classes to form handlers. Probably better
in the classes, but I can't quite grok the validate() method in
DB_DataObject, so for now I'm going to do it the old-fashioned way.
darcs-hash:20080521112707-84dde-38e27199b977ae81171b8391fbdb93ebb54494f9.gz
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -38,10 +38,10 @@ + save profile URL on registration + require valid nicknames + reject empty notices -- validate registration form results -- validate profilesettings form results -- validate newnotice form results -- remove validation code from classes ++ validate registration form results ++ validate profilesettings form results ++ validate newnotice form results ++ remove validation code from classes + use only canonical usernames - use only canonical email addresses - RSS 1.0 feeds of a user's notices @@ -55,7 +55,7 @@ - pretty URLs - instructions - deal with PHP quotes escaping -- fix layout of textarea ++ fix layout of textarea + make notices into "big links" - fix spacing on notices - limit entry in textarea to 140 chars |