From: Harvie Date: Sun, 28 Nov 2010 23:55:23 +0000 (+0100) Subject: TODO: complete PATH_INFO and Base35 IDs implementation... X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=bb6232c50bb6e0ecb5cb5317f1b2ae7f5e861710;p=mirrors%2FKyberia-bloodline.git TODO: complete PATH_INFO and Base35 IDs implementation... --- diff --git a/doc/TODO b/doc/TODO index 8528826..076fd2d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -47,7 +47,8 @@ - documentation/installation guide (see README) -- Implement URL handling using PATH_INFO instead of mod_rewrite +- Make PATH_INFO not changing contents of $_GET[] (it should affect some other variable instead - requires complex rewrite) +- Switch completely to Base36 (Templates, Links, don't change $_GET[], queries should convert between base10 in db and base36 in kyberia automatically, etc...) - (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords) (We can use multiple hash algorithms (so we'll have backward DB compatibility):