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