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