TODO: complete PATH_INFO and Base35 IDs implementation...
[mirrors/Kyberia-bloodline.git] / doc / TODO
1 - User mail is not working
2 (mail seems to be stored in db,
3 error is probably somewhere in template
4 1549888.tpl, 1549887.tpl or 25.tpl )
5 Anyway move whole mail handling out of nodes.php (?)
6
7 - Registration process is not working
8 (rewrite sending of reg. mails) (TEST)
9
10 - SQL injections (many fixed, but some should be still there)
11
12 - remove absolute paths from all source files (!)
13
14 - User images (icons) seems to be broken somehow
15
16 - remove hard-coded hostname from:
17 ( registration mails )
18 ( scripts in "scripts" directory (system paths))
19
20 - Fix https vs http problem (url)
21
22 - Suspected security holes:
23 ( cron/process-img.sh )
24 ( ./inc/eventz/spamuj_ubik.inc )
25 ( ./inc/eventz/upload_own_template.inc ) (is even needed?)
26
27 - Remove/fix not working eventz
28 ( ./inc/eventz/addClass.inc )
29 ( ./inc/eventz/addEvent.inc )
30 ( ./inc/eventz/addAjax.inc )
31 ( ./inc/eventz/addPlugin.inc )
32 ( ./inc/eventz/kyberia.inc ) (wtf)
33
34 - Refactor directory structure
35
36 - Deprecated PHP features
37 ( 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 )
38
39 - keep fixing XSS
40
41 - Test & scale logarithmic threading
42
43 - some templates are fixed only in .tpl, not in sql database
44 => synchronize .tpl vs SQL templates (permanently)
45
46 - Clean code => fix uninitialized variables
47
48 - documentation/installation guide (see README)
49
50 - Make PATH_INFO not changing contents of $_GET[] (it should affect some other variable instead - requires complex rewrite)
51 - Switch completely to Base36 (Templates, Links, don't change $_GET[], queries should convert between base10 in db and base36 in kyberia automatically, etc...)
52
53 - (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
54 (We can use multiple hash algorithms (so we'll have backward DB compatibility):
55 {SHA256}0654209dbde29a5c17e4f04ab63a91d303d2e7c791c7b5777581a7fa6550054e
56 {SHA1}f67c52c4a27cf05c99e4f3f946d6500f045a4735
57 5b077a0ab90992d9763c5b120b22c9d7
58 ) Harvie
59
This page took 0.290102 seconds and 5 git commands to generate.