ICQ removed
[mirrors/Kyberia-bloodline.git] / doc / TODO
1 - User mail is not working
2
3 - Userinfo is not working
4 ()
5
6 - Uploading of datafiles is not working
7
8 - Registration process is not working
9 (rewrite sending of reg. mails)
10
11 - fix ALL sql injections
12
13 - remove absolute paths from all source files (!) (over 50)
14
15 - remove hard-coded kyberia.sk from:
16 ( ./inc/eventz/configure_email.inc )
17 ( ./inc/eventz/delete.inc )
18 ( ./inc/smarty/node_methodz/modifier.replaceLocalURLs.php )
19 ( ./inc/replaceLocalURLs.inc )
20 ( ./nodes.php )
21 ( ./cron/rssparse.php )
22 ( ./scripts/contentregexp.php ) (obsolete?)
23 Fix https vs http problem (url)
24
25 - Suspected security holes:
26 ( cron/process-img.sh )
27 ( ./inc/eventz/spamuj_ubik.inc )
28 ( ./inc/eventz/upload_own_template.inc ) (is even needed?)
29
30 - Remove eventz (and files) that are not used (verify this before removing)
31 ( ./inc/eventz/login_lockout_test.inc )
32 ( ./inc/eventz/add_test.inc )
33 ( ./inc/eventz/add_ubik_friend.inc )
34 ( ./inc/eventz/cron_test.inc )
35 ( ./inc/eventz/login_lockout_test.inc )
36 ( ./inc/eventz/login_test.inc )
37 ( ./inc/eventz/mail_test.inc )
38 ( ./inc/eventz/test_button.inc )
39 ( ./inc/eventz/testing_cron.inc )
40 ( ./inc/eventz/testm.inc )
41 ( ./inc/eventz/send-old.inc )
42 ( ./inc/eventz/destroy_synapse2.inc )
43 ( ./inc/eventz/login2.inc )
44 ( ./inc/eventz/send2.inc )
45 ( ./inc/eventz/set_parent2.inc )
46
47 - Remove/fix not working eventz
48 ( ./inc/eventz/addClass.inc )
49 ( ./inc/eventz/addEvent.inc )
50 ( ./inc/eventz/addAjax.inc )
51 ( ./inc/eventz/addPlugin.inc )
52 ( ./inc/eventz/kyberia.inc ) (wtf)
53
54
55 - Refactor directory structure
56
57 - Deprecated PHP features
58 ( Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 163 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 184 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 196 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 208 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 220 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 242 )
59
60 - keep fixing XSS
61
62 - documentation/installation guide (see README)
63
64 - Clean code => fix uninitialized variables
65
66 - Implement URL handling using PATH_INFO instead of mod_rewrite
67
68 - (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
69 (We can use multiple hash algorithms (so we'll have backward DB compatibility):
70 {SHA256}0654209dbde29a5c17e4f04ab63a91d303d2e7c791c7b5777581a7fa6550054e
71 {SHA1}f67c52c4a27cf05c99e4f3f946d6500f045a4735
72 5b077a0ab90992d9763c5b120b22c9d7
73 ) Harvie
74
This page took 0.272213 seconds and 5 git commands to generate.