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