]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
require once for settings actions
[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 + release 0.1
27 - doc action
28 - default to doc, title = main
29 - default avatar
30 - default HTML type
31 - set Content-Type
32 - show current values in profile settings
33 - require valid nicknames
34 - store canonical username for comparison and fetch
35 - use only canonical usernames
36 - use only canonical email addresses
37 - configuration system ($config)
38 - RSS 1.0 feeds of a user's notices
39 - RSS 1.0 dump of a user's notices
40 - RSS 1.0 feed of all public notices
41 - RDF dump of entire site
42 - FOAF dump for user
43 - license on showstream
44 - license on shownotice
45 - design from Open Source Web Designs
46 - TOS checkbox on register
47 - pretty URLs
48 - XML sitemap generation
49 - site logo
50 - theme per site
51 - theme per profile
52 - email confirmation for registration
53 - release 0.2
54 - content negotiation for interface language
55 - content negotiation for content type
56 - content negotiation for encoding
57 - content negotiation for charset
58 - If-Modified-Since support
59 - Vary
60 - delete a notice
61 - gettext
62 - subscribe remote
63 - add subscriber remote
64 - send remote notice
65 - receive remote notice
66 - confirmation email
67 - tinyurl-ification of URLs
68 - jQuery for as much as possible
69 - themes
70 - RDFa for stream pages
71 - RDFa for subscriber pages
72 - RDFa for subscribed pages
73 - plugins and hooks
74 - release 0.3
75 - @ messages
76 - # tags
77 - L: location
78 - stay logged in between sessions
79 - use RSS as a subscription
80 - URL notices
81 - image notices
82 - video notices
83 - audio notices
84 - release 0.4
85 - forward notices to Jabber
86 - forward notices to other IM
87 - forward notices to mobile phone
88 - receive notices from Jabber
89 - receive notices from other IM
90 - receive notices from mobile phone
91 - machine tags
92 - release 0.5
93 - include twitter subscriptions
94 - include Pownce subscriptions
95 - privacy
96 - Wrap DB_DataObject with memcached caching layer
97 - login throttle to prevent brute-force attacks
98 - form token in login to prevent XSS
99 - release 1.0
100 - Atom Publishing Protocol