Removed images symlink
[mirrors/Kyberia-bloodline.git] / doc / TODO
CommitLineData
3ec55fdc 1- Registration process -> Add welcome texts & move them to one file/node
98a4cc6e 2 Temporary requests node does not exists.
3 Nodes are created with bad vector
3ec55fdc 4 (during registration we should generate GnuPG keypair
5 to user_gpg_prv and user_gpg_pub fields in table users) (harvie)
fe69da5f 6
97778f77 7- Uploading user images works, but resizing?
98a4cc6e 8
9- User mail -> can't delete the mails...
10 Anyway move whole mail handling out of nodes.php (?)
11
46c0767c 12- SQL injections (many fixed, but some should be still there)
fe69da5f 13
5b9c0808 14- remove absolute paths from all source files (!)
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
3ec55fdc 43- Remove templates from git (they should be only in sql)
fe69da5f 44
45- Clean code => fix uninitialized variables
f657368b 46
5b9c0808 47- documentation/installation guide (see README)
f657368b 48
bb6232c5
H
49- Make PATH_INFO not changing contents of $_GET[] (it should affect some other variable instead - requires complex rewrite)
50- Switch completely to Base36 (Templates, Links, don't change $_GET[], queries should convert between base10 in db and base36 in kyberia automatically, etc...)
45a1b870 51
f657368b 52- (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
1ca26066 53 (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)
38d469f5
H
54
55- Rename all files&directories that should not be rewrited to PATH_INFO to start with "_" (and if they should be also ignored by git they should start with "-")
56 (Rename images to _images - and fix hardcoded stuff...)
b5e8cd37
H
57
58- Fix /(id|k)/*/download
59 (ERROR: Empty file to download.)
60 (I think this should be implemented as template (and smarty method for download). template can be ID down in base36 = 638807 in base10)
This page took 0.18519 seconds and 4 git commands to generate.