]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
new TODOs
[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 + default to public stream
32 + default avatar
33 + default HTML type
34 + set Content-Type
35 + show current values in profile settings
36 + save profile URL in profilesettings
37 + save profile URL on registration
38 + require valid nicknames
39 + reject empty notices
40 + validate registration form results
41 + validate profilesettings form results
42 + validate newnotice form results
43 + remove validation code from classes
44 + use only canonical usernames
45 + fix layout of textarea
46 + make notices into "big links"
47 + RSS 1.0 feeds of a user's notices
48 + RSS 1.0 feeds of a user's notices + friends
49 + RSS 1.0 dump of a user's notices
50 + RSS 1.0 feed of all public notices
51 + deal with PHP quotes escaping
52 + source link in footer menu
53 + public stream link in top menu
54 + dump, fix, undump database
55 + release 0.2
56 + YADIS document link on showstream
57 + YADIS document
58 - subscribe remote
59 - add subscriber remote
60 - server side of user authorization
61 + server side of request token
62 - server side of access token
63 + OAuth store
64 + log of consumers who ask for access
65 - receive remote notice
66 - send remote notice
67 - receive remote profile update
68 - send remote profile update
69 + subscribe form for not-logged-in users on showstream
70 - pretty URLs
71 + doc action
72 + about doc
73 - help doc
74 + privacy doc
75 + source doc
76 - FOAF dump for user
77 - license in RSS feeds
78 + TOS checkbox on register
79 - instructions
80 - fix spacing on notices
81 - fix spacing in profile
82 - limit entry in textarea to 140 chars
83 + add a next page link to showstream
84 + add a next page link to public
85 + add a next page link to all
86 - AGPL notification
87 - Check licenses of all libraries for compatibility
88 + @ messages
89 + Automatically linkify URLs in notices
90 - themes
91 - theme per site
92 - release 0.3
93 - format times per user
94 - timezone preferences in Profile settings
95 - email notification on subscriptions
96 - content negotiation for interface language
97 - user preference for interface language
98 - gettext
99 - tinyurl-ification of URLs
100 - set Last-Modified
101 - XML sitemap generation
102 - email confirmation for registration
103 - email options
104 - change cookie handling for anon users to be more cache-friendly
105 - jQuery for as much as possible
106 - content negotiation for content type
107 - content negotiation for encoding
108 - If-Modified-Since support
109 - Vary
110 - site logo
111 - check license compatibility for remote subscribe
112 - release 0.4
113 - content negotiation for charset (iconv?)
114 - license per notice
115 - use only canonical email addresses
116 - allow mixed-case usernames
117 - allow non-latin usernames
118 - store canonical username for comparison and fetch
119 - theme per profile
120 - email newsletter
121 - RDF dump of entire site
122 - delete a notice
123 - plugins and hooks and other extensibility
124 - RDFa for stream pages
125 - RDFa for subscriber pages
126 - RDFa for subscribed pages
127 - # tags
128 - L: location
129 - hreviews
130 - stay logged in between sessions
131 - use RSS as a subscription
132 - license per attachment
133 - forward notices to Jabber
134 - receive notices from Jabber
135 - release 0.5
136 - URL notices
137 - image notices
138 - video notices
139 - audio notices
140 - forward notices to other IM
141 - forward notices to mobile phone
142 - receive notices from other IM
143 - receive notices from mobile phone
144 - machine tags
145 - release 0.6
146 - OAuth for third-party tools (desktop, other sites)
147 - Twitter-compatible API
148 - Pownce-compatible API
149 - include twitter subscriptions (push and pull)
150 - include Pownce subscriptions (push and pull)
151 - privacy
152 - Wrap DB_DataObject with memcached caching layer
153 - login throttle to prevent brute-force attacks
154 - form token in login to prevent XSS
155 - release 1.0
156 - Atom Publishing Protocol
157 - "Universal" public feed