(no commit message)
[mailer.git] / 0.2.1 / DOCS / de / TODO.txt
1 ==============
2 = TODO-Liste =
3 ==============
4
5 [12/10/2006 11:50 Uhr]:
6
7 --- OFFEN: ---
8 - Dokumentation erweitern!
9 - Englische Uebersetzung komplettieren!
10 - Mehr Datenbank-Schichten hinzufuegen, wie fuer ODBC/M$SQL/Oracle
11 - Hoeren Sie auf, "unfreie" Software zu verwenden und treten Sie unserer
12   Community bei. :-)
13 - Kaempft gegen Softwarepatente! Das ist Teufelszeug!
14 - CSS-Klassen reduzieren und weiter vereinfachen
15 - Von TABLE auf DIV-Container umstellen (behindertengerechter)
16 - AJAX einbinden
17
18 --- ERLEDIGT: ---
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