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
dev:284:deprecated [06.10.2017 15:37] Manuela v.d.Deckendev:284:deprecated [21.10.2017 09:57] (aktuell) Manuela v.d.Decken
Zeile 7: Zeile 7:
   * (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.   * (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.
  
-  * (15) 2014-11\\ [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]]+  * (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>
  
   * (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!   * (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!
  
-  * (13) 2014-11\\ [b]Changes[/b]: wb/config.php is set deprecatet and will be removed soon.\\ [b]Replacement[/b]: request wb/framework/initialize.php instead+  * (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>
  
   * (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.   * (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.
  
-  * (11) 2013-12\\ [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)]]. +  * (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>
- +
-  * (10) 2013-12\\ [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.+
  
 +  * (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.
 +</del>
   * (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.   * (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.
  
-  * (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 Translation. See [[http://project.websitebaker.org/documents/1|Description for Translate-Packet]](still in german only) for more detailed information about.+  * (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.
  
-  * (07) 2012-12\\ [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+  * (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>
  
-  * (06) 2012-12\\ [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!!+  * (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>
  
   * (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!   * (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!
  
-  * (04) 2012-05\\ [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+  * (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\\ [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   * (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
dev/284/deprecated.1507304226.txt.gz · Zuletzt geändert: 06.10.2017 15:37 von Manuela v.d.Decken