TODO update
[mirrors/Kyberia-bloodline.git] / doc / TODO
CommitLineData
3ec55fdc 1- User mail -> can't delete the mails...
5b9c0808 2 Anyway move whole mail handling out of nodes.php (?)
fe69da5f 3
3ec55fdc 4- Registration process -> Add welcome texts & move them to one file/node
5 (during registration we should generate GnuPG keypair
6 to user_gpg_prv and user_gpg_pub fields in table users) (harvie)
fe69da5f 7
46c0767c 8- SQL injections (many fixed, but some should be still there)
fe69da5f 9
5b9c0808 10- remove absolute paths from all source files (!)
11
12- User images (icons) seems to be broken somehow
fe69da5f 13
78cc8511 14- remove hard-coded hostname from:
15 ( registration mails )
16 ( scripts in "scripts" directory (system paths))
5b9c0808 17
78cc8511 18- Fix https vs http problem (url)
dcee7633 19
20- Suspected security holes:
21 ( cron/process-img.sh )
f657368b 22 ( ./inc/eventz/spamuj_ubik.inc )
23 ( ./inc/eventz/upload_own_template.inc ) (is even needed?)
dcee7633 24
f657368b 25- Remove/fix not working eventz
26 ( ./inc/eventz/addClass.inc )
27 ( ./inc/eventz/addEvent.inc )
28 ( ./inc/eventz/addAjax.inc )
29 ( ./inc/eventz/addPlugin.inc )
30 ( ./inc/eventz/kyberia.inc ) (wtf)
31
d48685b8 32- Refactor directory structure
2f9b4885
H
33
34- Deprecated PHP features
35 ( 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 36
37- keep fixing XSS
38
5b9c0808 39- Test & scale logarithmic threading
40
3ec55fdc 41- Remove templates from git (they should be only in sql)
fe69da5f 42
43- Clean code => fix uninitialized variables
f657368b 44
5b9c0808 45- documentation/installation guide (see README)
f657368b 46
bb6232c5
H
47- Make PATH_INFO not changing contents of $_GET[] (it should affect some other variable instead - requires complex rewrite)
48- Switch completely to Base36 (Templates, Links, don't change $_GET[], queries should convert between base10 in db and base36 in kyberia automatically, etc...)
45a1b870 49
f657368b 50- (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
1ca26066 51 (I've implemented this partially. We can now login using various hash algorithms, it's backward compatible, but we still need to edit registration/password changing to use SHA1 when updating passwords in DB)
This page took 0.170721 seconds and 4 git commands to generate.