added image for first node and modified mkdirectory script
[mirrors/Kyberia-bloodline.git] / doc / TODO
CommitLineData
fe69da5f 1- User mail is not working
2
3- Registration process is not working
97677ee1 4 (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
fe69da5f 5
6- Cron scripts are not executed
7 (no automatic logouts, no K generation, ...)
8
dcee7633 9- fix uploading of files
fe69da5f 10
dcee7633 11- fix ALL sql injections
fe69da5f 12
dcee7633 13- remove absolute paths from all source files (!) (over 50)
fe69da5f 14
dcee7633 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?)
fe69da5f 23 Fix https vs http problem (url)
dcee7633 24
25- Suspected security holes:
26 ( cron/process-img.sh )
27 ( sms_payment.php => yes, sqli but is it really used? )
fe69da5f 28 ( inc/eventz/upload_data_node.php => Shell injections in .zip handling, .jpg handling,
dcee7633 29 "strange" filenames like .htacess (to allow listing of folder)
30
d48685b8 31- Refactor directory structure
2f9b4885
H
32
33- Deprecated PHP features
34 ( 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 )
fe69da5f 35
36- keep fixing XSS
37
38- documentation/installation guide (see README)
39
40- Clean code => fix uninitialized variables
This page took 0.13065 seconds and 4 git commands to generate.