Benutzer-Werkzeuge

Webseiten-Werkzeuge


dev:284:deprecated

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
dev:284:deprecated [02.10.2014 12:56] Manuela v.d.Deckendev:284:deprecated [21.10.2017 09:57] (aktuell) Manuela v.d.Decken
Zeile 1: Zeile 1:
-====== Deprecated-Liste der 2.8.4 ======+====== Deprecated-Liste ======
 Diese Liste basiert auf dem Forenthread [[http://websitebaker.org/forum/index.php/topic,24049.0.html|Important hints from core-dev-team]] Diese Liste basiert auf dem Forenthread [[http://websitebaker.org/forum/index.php/topic,24049.0.html|Important hints from core-dev-team]]
 der schon seit 2010 Änderungen im System ankündigt. der schon seit 2010 Änderungen im System ankündigt.
  
-  * (122013-12 (from WB 2.8.4+  * (172015-03\\ [b]Concerns:[/b] class WbDatabase and class mysql\\ [b]Deprecated:[/b] all of the Alias-methods and Alias-properties are set deprecated and will be removed in next version.\\ __Take care:__ do not use the method //mysql::fetchRow()// if you like to request an assoziated array. From next version the method will deliver a numeric array only (like the corresponding method in class mysqli_result).\\ [b]Replacement:[/b] use //mysql::fetchArray(MYSQLI_ASSOC)// or //mysql::fetchAssoc()// to request assoziated arrays. 
-    Changes: Inline javascript is deprecated in all HTML-Output + 
-    Replacement:Use external javascript filesUse the Whitelist HTTP-Header to define allowed 3rd party scripts. +  * (16) 2014-11\\ [b]Concerns:[/b] Handling of all Translation / Language files\\ [b]Deprecated:[/b] the complete handling, well known until WB-2.8.3 is set deprecated (see also #08 from 2013-02)\\ [b]Replacement:[/b] use class Translate, witch controls and load all translation and also provides the translated replacements. 
-  * (11) 2013-12 (from WB 2.8.4) + 
-    Changes: Most of all used global Constants are set deprecated now.. +  * (15) 2014-11\\ <del>[b]Concerns:[/b] all Addons like modules, tools, themes, templates and any witch uses an info.php\\ [b]Changes:[/b] each of the info.php files is set deprecated and will never work from 2014/06/01.\\ [b]Replacement:[/b] the new info.ini file. A detailed description about you can find in the  [[dev:284:helloworld#infophp_bis_zum_01062015_noch_erforderlich|WB-Wiki: Hello-World - Projekt]]</del> 
-    Replacement: all of these values are accessible now by the WbAdaptor(future registry). + 
-  * (10) 2013-12 (from WB 2.8.4) +  * (14) 2014-11\\ [b]Removed:[/b] from class frontend these methods are removed:\\   -> prepocess() : this method is without functionality 2012/08/27\\   -> menu() and show_menu(): this methods are outdated. Use show_menu2() instead! 
-    Changes: With view of PHP-5.4 the ini-setting of magic_quotes=on no longer is suportet. + 
-    Replacement: change the php.ini file or add a _htaccess file to switch this setting to off. +  * (13) 2014-11\\ <del>[b]Changes[/b]: wb/config.php is set deprecatet and will be removed soon.\\ [b]Replacement[/b]: request wb/framework/initialize.php instead</del> 
-  * (09) 2013-05 (from WB 2.8.4) + 
-    Changes: The use of PHP function md5() for password hashing is set deprecated. +  * (12) 2013-12\\ [b]Changes[/b]: Inline javascript is deprecated in all HTML-Output\\ [b]Replacement[/b]:Use javascript files only! Use the Whitelist HTTP-Header to define allowed external 3rd party scripts. 
-    Replacement: to hash and compare passwords use the methods hashPassword() and checkPassword from the class Password instead. + 
-  * (08) 2013-02 (from WB 2.8.4) +  * (11) 2013-12\\ <del>[b]Changes[/b]: Most of all used global Constants are set deprecated now..\\ [b]Replacement[/b]: all of these values are accessible now by the [[dev:284:registry|WbAdaptor(future registry)]].</del> 
-    Changes: All of the language arrays, provided by the language files, are set deprecated. The whole handling of the language files, well known since the beginning of WB, is set deprecated. + 
-    Replacement: All of the translations will be supported now completely by the class Translation. See Description for Translate-Packet(still in german only) for more detailed information about. +  * (10) 2013-12\\ <del>[b]Changes[/b]: With view of PHP-5.4 the ini-setting of magic_quotes=on no longer is suportet.\\ [b]Replacement[/b]: change the php.ini file or add a .htaccess file to switch this setting to off. 
-  * (07) 2012-12 (from WB 2.8.4) +</del> 
-    Statement: global database; is removed from core +  * (09) 2013-05\\ [b]Changes[/b]: The use of PHP function md5() for password hashing is set deprecated.\\ [b]Replacement[/b]: to hash and compare passwords use the methods hashPassword() and checkPassword from the class Password instead. 
-    Replacement: use $database = WbDatabase::getInstance(); to get a valid database handle + 
-  * (06) 2012-12 (from WB 2.8.4) +  * (08) 2013-02\\ [b]Changes[/b]: All of the language arrays, provided by the language files, are set deprecated. The whole handling of the language files, well known since the beginning of WB, is set deprecated.\\ [b]Replacement[/b]: All of the translations will be supported now completely by the class Translate. See [[https://wiki.websitebaker.org/doku.php/dev/284/translate|Centralized management of translations]](<del>still in german only</del>) for more detailed information about. 
-    Changes: the file config.php is replaced by setup.ini.php. See related post. + 
-    All defined methods aliases are set deprecated. +  * (07) 2012-12\\ <del>[b]Statement[/b]<php>global database;</php> is removed from core\\ [b]Replacement[/b]: use <php>$database = WbDatabase::getInstance();</php> to get a valid database handle</del> 
-  * (05) 2012-12 (from WB 2.8.4) + 
-    Changes: Class WbDatabase. See related post. Lots of methods are set deprecated. +  * (06) 2012-12\\ <del>[b]Changes[/b]: the file config.php is replaced by setup.ini.php. [[http://websitebaker.org/forum/index.php/topic,24049.msg163722.html#msg163722|See related post]].\\ All defined aliases are set deprecated!!</del> 
-    Replacement: described in the linked post! + 
-  * (04) 2012-05 (from rev.1690) +  * (05) 2012-12\\ [b]Changes[/b]: Class WbDatabase. [[http://websitebaker.org/forum/index.php/topic,24049.msg171525.html#msg171525|See related post]]. Lots of methods are set deprecated.\\ [b]Replacement[/b]: described in the linked post! 
-    Statement: global database; is set deprecated + 
-    Replacement: use $database = WbDatabase::getInstance(); to get a valid database handle +  * (04) 2012-05\\ <del>[b]Statement[/b]<php>global database;</php> is set deprecated\\ [b]Replacement[/b]: use <php>$database = WbDatabase::getInstance();</php> to get a valid database handle</del> 
-  * (03) 2012-05 (from rev.1689) + 
-    Statement: the class database is removed from core +  * (03) 2012-05\\ [b]Statement[/b]: the class database is removed from core\\ [b]Replacement[/b]: use <php>$database = WbDatabase::getInstance();</php> to get a valid database handle 
-    Replacement: use $database = WbDatabase::getInstance(); to get a valid database handle + 
-  * (02) 2010 +  * (02) 2010\\ [b]Statement[/b]: language files: multi dimensional arrays like ''$TEXT['MODULE']['TITLE']'' are removed\\ [b]Replacement[/b]single dimensional arrays like ''$TEXT['MODULE_TITLE']'' 
-    Statement: concerning language files: $TEXT['MODULE']['TITLE'is deprecated + 
-    Replacement: $TEXT['MODULE_TITLE'+  * (01) 2010-11\\ [b]Statement[/b]<php>$database = new database();</php> is removed from core\\ [b]Replacement[/b]: use <php>global $database;</php> instead.
-  * (01) 2010-11 +
-    Statement: $database = new database(); +
-    Replacement: use global $database; instead.+
  
dev/284/deprecated.1412254608.txt.gz · Zuletzt geändert: 03.06.2015 15:52 (Externe Bearbeitung)