]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
f5609a35c8d48b8d1d8f3ccd83e159342bf180e9
[quix0rs-gnu-social.git] / doc / TODO
1 + login
2 + register
3 + settings
4 + upload avatar
5 + change password
6 + settings menu
7 + disallow login if user is logged in
8 + disallow register if user is logged in
9 + common_current_user()
10 + common_logged_in()
11 + session variable for login
12 + post notice
13 + logout
14 + subscribe
15 + unsubscribe
16 + subscribe links on profile
17 + header menu
18 + footer menu
19 + disallow direct to PHP files
20 + common_local_url()
21 + configuration for DB_DataObject
22 + date formatting
23 + new notice redirects to notice page
24 + date in shown notice links to notice page
25 + common_redirect()
26 + configuration system ($config)
27 + release 0.1
28 + design from Open Source Web Designs
29 + add H1 to each page
30 + add H2 for each page section
31 - doc action
32 + default to public stream
33 - default avatar
34 + default HTML type
35 + set Content-Type
36 + show current values in profile settings
37 + save profile URL in profilesettings
38 + save profile URL on registration
39 + require valid nicknames
40 + reject empty notices
41 + validate registration form results
42 + validate profilesettings form results
43 + validate newnotice form results
44 + remove validation code from classes
45 + use only canonical usernames
46 - use only canonical email addresses
47 - RSS 1.0 feeds of a user's notices
48 - RSS 1.0 dump of a user's notices
49 - RSS 1.0 feed of all public notices
50 - RDF dump of entire site
51 - FOAF dump for user
52 - license on showstream
53 - license on shownotice
54 - TOS checkbox on register
55 - pretty URLs
56 - instructions
57 - deal with PHP quotes escaping
58 + fix layout of textarea
59 + make notices into "big links"
60 - fix spacing on notices
61 - limit entry in textarea to 140 chars
62 - add a next page link to showstream
63 - add a next page link to public
64 - add a next page link to all
65 - release 0.2
66 - license per notice
67 - allow mixed-case usernames
68 - allow non-latin usernames
69 - store canonical username for comparison and fetch
70 - site logo
71 - set Last-Modified
72 - XML sitemap generation
73 - theme per site
74 - theme per profile
75 - email confirmation for registration
76 - change cookie handling for anon users to be more cache-friendly
77 - gettext
78 - subscribe remote
79 - add subscriber remote
80 - send remote notice
81 - receive remote notice
82 - confirmation email
83 - tinyurl-ification of URLs
84 - jQuery for as much as possible
85 - themes
86 - RDFa for stream pages
87 - RDFa for subscriber pages
88 - RDFa for subscribed pages
89 - plugins and hooks
90 - content negotiation for interface language
91 - content negotiation for content type
92 - content negotiation for encoding
93 - content negotiation for charset
94 - If-Modified-Since support
95 - Vary
96 - delete a notice
97 - release 0.3
98 - @ messages
99 - # tags
100 - L: location
101 - hreviews
102 - stay logged in between sessions
103 - use RSS as a subscription
104 - URL notices
105 - image notices
106 - video notices
107 - audio notices
108 - license per attachment
109 - release 0.4
110 - forward notices to Jabber
111 - forward notices to other IM
112 - forward notices to mobile phone
113 - receive notices from Jabber
114 - receive notices from other IM
115 - receive notices from mobile phone
116 - machine tags
117 - release 0.5
118 - Twitter-compatible API
119 - Pownce-compatible API
120 - include twitter subscriptions
121 - include Pownce subscriptions
122 - privacy
123 - Wrap DB_DataObject with memcached caching layer
124 - login throttle to prevent brute-force attacks
125 - form token in login to prevent XSS
126 - release 1.0
127 - Atom Publishing Protocol