]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
add span around license link
[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 - subscribe form for not-logged-in users on showstream
68 - pretty URLs
69 - doc action
70 - about doc
71 - help doc
72 - privacy doc
73 - source doc
74 - FOAF dump for user
75 - license in RSS feeds
76 - TOS checkbox on register
77 - instructions
78 - fix spacing on notices
79 - fix spacing in profile
80 - limit entry in textarea to 140 chars
81 - add a next page link to showstream
82 - add a next page link to public
83 - add a next page link to all
84 - AGPL notification
85 - Check licenses of all libraries for compatibility
86 - gettext
87 - release 0.3
88 - license per notice
89 - Automatically linkify URLs in notices
90 - tinyurl-ification of URLs
91 - use only canonical email addresses
92 - allow mixed-case usernames
93 - allow non-latin usernames
94 - store canonical username for comparison and fetch
95 - set Last-Modified
96 - XML sitemap generation
97 - themes
98 - theme per site
99 - theme per profile
100 - email confirmation for registration
101 - change cookie handling for anon users to be more cache-friendly
102 - jQuery for as much as possible
103 - content negotiation for interface language
104 - content negotiation for content type
105 - content negotiation for encoding
106 - content negotiation for charset
107 - If-Modified-Since support
108 - Vary
109 - site logo
110 - release 0.4
111 - RDF dump of entire site
112 - delete a notice
113 - plugins and hooks
114 - RDFa for stream pages
115 - RDFa for subscriber pages
116 - RDFa for subscribed pages
117 - @ messages
118 - # tags
119 - L: location
120 - hreviews
121 - stay logged in between sessions
122 - use RSS as a subscription
123 - URL notices
124 - image notices
125 - video notices
126 - audio notices
127 - license per attachment
128 - release 0.5
129 - forward notices to Jabber
130 - forward notices to other IM
131 - forward notices to mobile phone
132 - receive notices from Jabber
133 - receive notices from other IM
134 - receive notices from mobile phone
135 - machine tags
136 - release 0.6
137 - Twitter-compatible API
138 - Pownce-compatible API
139 - include twitter subscriptions (push and pull)
140 - include Pownce subscriptions (push and pull)
141 - privacy
142 - Wrap DB_DataObject with memcached caching layer
143 - login throttle to prevent brute-force attacks
144 - form token in login to prevent XSS
145 - release 1.0
146 - Atom Publishing Protocol
147 - "Universal" public feed