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