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