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