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