]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
make last parameter for common_menu_item() optional
[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 - FAQ doc
75 + privacy doc
76 + source doc
77 - roadmap doc
78 - contact doc
79 - add a way to stick variables into documents
80 + FOAF document for user
81 + license in RSS feeds
82 + TOS checkbox on register
83 - registration instructions
84 - login instructions
85 - profile settings instructions
86 - avatar instructions
87 - password change instructions
88 + fix spacing on notices
89 + fix spacing in profile
90 - limit entry in textarea to 140 chars
91 + add a next page link to showstream
92 + add a next page link to public
93 + add a next page link to all
94 - AGPL notification
95 - Check licenses of all libraries for compatibility
96 + @ messages
97 + Automatically linkify URLs in notices
98 + themes
99 + theme per site
100 - only local notices in public stream
101 - only local notices in public RSS
102 + graphic refresh on all
103 + graphic refresh on avatar
104 - graphic refresh on doc
105 + graphic refresh on login
106 - graphic refresh on newnotice
107 + graphic refresh on password
108 + graphic refresh on profilesettings
109 + graphic refresh on public
110 + graphic refresh on register
111 - graphic refresh on remotesubscribe
112 + graphic refresh on shownotice
113 + graphic refresh on showstream
114 - graphic refresh on subscribed
115 - graphic refresh on subscriptions
116 + graphic refresh on userauthorization
117 - update default theme to use new, more semantic, HTML
118 - subscribe/unsubscribe on subscriptions page
119 - subscribe/unsubscribe on subscribed page
120 - INSTALL file
121 - release 0.3
122 - microid for profile page
123 - format times per user
124 - timezone preferences in Profile settings
125 - email notification on subscriptions
126 - content negotiation for interface language
127 - user preference for interface language
128 - gettext
129 - tinyurl-ification of URLs
130 - set Last-Modified
131 - XML sitemap generation
132 - email confirmation for registration
133 - email options
134 - change cookie handling for anon users to be more cache-friendly
135 - jQuery for as much as possible
136 - content negotiation for content type
137 - content negotiation for encoding
138 - If-Modified-Since support
139 - Vary
140 - site logo
141 - check license compatibility for remote subscribe
142 - optional FOAF URL in openmicroblogging exchange
143 - release 0.4
144 - content negotiation for charset (iconv?)
145 - license per notice
146 - use only canonical email addresses
147 - allow mixed-case usernames
148 - allow non-latin usernames
149 - store canonical username for comparison and fetch
150 - theme per profile
151 - email newsletter
152 - RDF dump of entire site
153 - delete a notice
154 - plugins and hooks and other extensibility
155 - RDFa for stream pages
156 - RDFa for subscriber pages
157 - RDFa for subscribed pages
158 - # tags
159 - L: location
160 - hreviews
161 - stay logged in between sessions
162 - use RSS as a subscription
163 - license per attachment
164 - forward notices to Jabber
165 - receive notices from Jabber
166 - release 0.5
167 - URL notices
168 - image notices
169 - video notices
170 - audio notices
171 - forward notices to other IM
172 - forward notices to mobile phone
173 - receive notices from other IM
174 - receive notices from mobile phone
175 - machine tags
176 - release 0.6
177 - OAuth for third-party tools (desktop, other sites)
178 - Twitter-compatible API
179 - Pownce-compatible API
180 - include twitter subscriptions (push and pull)
181 - include Pownce subscriptions (push and pull)
182 - privacy
183 - Wrap DB_DataObject with memcached caching layer
184 - login throttle to prevent brute-force attacks
185 - form token in login to prevent XSS
186 - release 1.0
187 - Atom Publishing Protocol
188 - "Universal" public feed