b9732b3c548c7b10ae15f469c31fc4ed23071149
[mailer.git] / DOCS / de / TODO.txt
1 ==============
2 = TODO-Liste =
3 ==============
4
5 [16.12.2008 14:40 Uhr]:
6
7 --- OFFEN: ---
8 - Alle JavaScripte aus den HTML-Templates umlagern und per js.php?tag=xxx
9   aufrufen
10 - Die Datenbankspalten ext_has_css nach ext_css und id nach ext_id umbenennen
11 - Dokumentation erweitern
12 - Englische Uebersetzung komplettieren
13 - Mehr Datenbank-Schichten hinzufuegen, wie fuer ODBC/M$SQL/Oracle
14 - CSS-Klassen reduzieren und weiter vereinfachen
15 - Von TABLE auf DIV-Container umstellen
16 - AJAX einbinden
17 - Hoere auf, "unfreie" Software zu verwenden und trete meiner Community bei.
18 - Kaempft gegen Softwarepatente! Das ist Teufelszeug!
19
20 --- ERLEDIGT: (alte TODO) ---
21
22 - Replace all HTTP_GET_VARS and HTTP_POST_VARS with _GET and _POST
23 - Replace SQL_QUERY() command with SQL_QUERY_ESC() commands where ever it is
24   needed to secure SQL queries.
25 - Secure ID numbers with bigintval()
26 - Secure other non-numberous data with sprintf() and later with new security
27   functions
28 - Use the abstract function SQL_FREERESULT() wherever we trasnfer massive data
29   from the database to free memory