TODO: complete PATH_INFO and Base35 IDs implementation...
[mirrors/Kyberia-bloodline.git] / doc / TODO
CommitLineData
fe69da5f 1- User mail is not working
5b9c0808 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 (?)
fe69da5f 6
7- Registration process is not working
5b9c0808 8 (rewrite sending of reg. mails) (TEST)
fe69da5f 9
46c0767c 10- SQL injections (many fixed, but some should be still there)
fe69da5f 11
5b9c0808 12- remove absolute paths from all source files (!)
13
14- User images (icons) seems to be broken somehow
fe69da5f 15
78cc8511 16- remove hard-coded hostname from:
17 ( registration mails )
18 ( scripts in "scripts" directory (system paths))
5b9c0808 19
78cc8511 20- Fix https vs http problem (url)
dcee7633 21
22- Suspected security holes:
23 ( cron/process-img.sh )
f657368b 24 ( ./inc/eventz/spamuj_ubik.inc )
25 ( ./inc/eventz/upload_own_template.inc ) (is even needed?)
dcee7633 26
f657368b 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
d48685b8 34- Refactor directory structure
2f9b4885
H
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 )
fe69da5f 38
39- keep fixing XSS
40
5b9c0808 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)
fe69da5f 45
46- Clean code => fix uninitialized variables
f657368b 47
5b9c0808 48- documentation/installation guide (see README)
f657368b 49
bb6232c5
H
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...)
45a1b870 52
f657368b 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.172602 seconds and 4 git commands to generate.