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