]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/de/TODO.txt
Must be updated here as well :(
[mailer.git] / DOCS / de / TODO.txt
index b180a729e9630c938a705a31860f290cff1b1880..f755befd168ae13c22560b39c7bdfb15fe34b4f9 100644 (file)
@@ -10,9 +10,8 @@
 - Alle @DEPRECATED entfernen, wo es geht und evtl. Ersatzcode finden
 
 --- OFFEN: ---
-- Den gesamten HTML-Code auf XHTML portieren und mit http://validator.w3.org validieren
 - Alle JavaScripte aus den HTML-Templates umlagern und per js.php?tag=xxx
-  aufrufen
+  aufrufen (bzw. nach js/ auslagern wenn keine Template-Variablen vorhanden sind)
 - Die Datenbankspalten ext_has_css nach ext_css und id nach ext_id umbenennen (Tabelle extensions)
 - Dokumentation erweitern
 - Englische Uebersetzung komplettieren
 
 --- ERLEDIGT: (alte TODO) ---
 
+- Den gesamten HTML-Code auf XHTML portieren und mit http://validator.w3.org validieren
 - Replace all HTTP_GET_VARS and HTTP_POST_VARS with _GET and _POST
-- Replace SQL_QUERY() command with SQL_QUERY_ESC() commands where ever it is
+- Replace sqlQuery() command with sqlQueryEscaped() commands where ever it is
   needed to secure SQL queries.
 - Secure ID numbers with bigintval()
 - Secure other non-numberous data with sprintf() and later with new security
   functions
-- Use the abstract function SQL_FREERESULT() wherever we transfer massive data
+- Use the abstract function sqlFreeResult() wherever we transfer massive data
   from the database to free memory