diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:02:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:02:53 -0400 |
commit | 46b3f1c3a746044ae868c06bf3027e0a3ea27433 (patch) | |
tree | 6326d60d0dc7afdda472b383ceb17af46f096f07 /doc/TODO | |
parent | 82c05d389ab0a0bb64a339d0cf3547d3c6ada3ae (diff) |
remove validation code
darcs-hash:20080521110253-84dde-e8d6f62225bb56f5e08b28b35d23ccfbe56984fd.gz
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -38,19 +38,21 @@ + save profile URL on registration + require valid nicknames + reject empty notices -- store canonical username for comparison and fetch -- use only canonical usernames +- 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 - RSS 1.0 dump of a user's notices - RSS 1.0 feed of all public notices - RDF dump of entire site - FOAF dump for user -+ license on showstream -+ license on shownotice +- license on showstream +- license on shownotice - TOS checkbox on register - pretty URLs -- site logo - instructions - deal with PHP quotes escaping - fix layout of textarea @@ -61,6 +63,11 @@ - add a next page link to public - add a next page link to all - release 0.2 +- license per notice +- allow mixed-case usernames +- allow non-latin usernames +- store canonical username for comparison and fetch +- site logo - set Last-Modified - XML sitemap generation - theme per site @@ -98,6 +105,7 @@ - image notices - video notices - audio notices +- license per attachment - release 0.4 - forward notices to Jabber - forward notices to other IM |