User Tools

Site Tools


en:dev:284:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dev:284:start [29.07.2015 20:20] – [Standards] translated mrbasemanen:dev:284:start [15.11.2018 00:54] (current) – [Standards] Manuela v.d.Decken
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== Support for the development with WB 2.10.x ======
  
-dev:284:start +Versions 2.10.and below the 2.x series are all based on the refined, original code of WebsiteBaker.\\
-====== Support for the development with WB 2.8.4 ====== +
- +
-Versions 2.8.and below the 2.x series are all based on the refined, original code of WebsiteBaker.\\+
 That, however, in no way means that the system has not yet evolved significantly. A lot of new classes and functionalities were added which will be described and explained in the following. Also you will notice that several traditional names have changed.\\ That, however, in no way means that the system has not yet evolved significantly. A lot of new classes and functionalities were added which will be described and explained in the following. Also you will notice that several traditional names have changed.\\
-Thus, for example, the **//BackEnd//** has become to the **//ACP//** (**A**dmin**C**ontrol**P**anel), **//Snippets//** have been renamed to **//FrontEnd-Extensions//**, and generally **//Modules//** became to **//Addons//**. In the documentation for the 2.8.these new terms are already used extensively throughout. The associated functional changes are incorporated step by step in the encoding. We use the new terms already, so that developers and users can gradually get used to it.+Thus, for example, the **//BackEnd//** has become to the **//ACP//** (**A**dmin**C**ontrol**P**anel), **//Snippets//** have been renamed to **//FrontEnd-Extensions//**, and generally **//Modules//** became to **//Addons//**. In the documentation for the 2.10.these new terms are already used extensively throughout. The associated functional changes are incorporated step by step in the encoding. We use the new terms already, so that developers and users can gradually get used to it.
  
-:!: **Every new development / revision for the 2.8.and above it is imperative to follow the general [[en:dev:all:psr|Coding-Standards]] and these instructions and safety rules given here!\\+:!: **Every new development / revision for the 2.10.and above it is imperative to follow the general [[en:dev:all:psr|Coding-Standards]] and these instructions and safety rules given here!\\
 Addons that do not meet these criteria are either not included in the official repository, or provided with a clear warning of incompatibility! ** Addons that do not meet these criteria are either not included in the official repository, or provided with a clear warning of incompatibility! **
  
 ===== Standards ===== ===== Standards =====
  
-[[en:dev:284:psr|Specific adjustments to the PSR-standards to WB-2.8.4]]+[[en:dev:284:psr|Specific adjustments of the PSR-standards to WB-2.10.x]] 
 + 
 +[[en:dev:284:charsets|Charactersets and Collations]] 
 +===== Changes and new developments in version 2.10.x ===== 
 + 
 +**[[en:dev:284:deprecated|Deprecated List of 2.10.x]]**\\ 
 +//(i.e. 'unwanted' issues from earlier versions, which should no longer be used)// 
 + 
 +**[[en:dev:284:registry|The Registry / WbAdaptor (package)]]**\\ 
 +//(Programming without global constants and variables)// 
 + 
 +**[[en:dev:284:translate|Translate (package)]]**\\ 
 +//(Centralized management of translation makes the previous, cumbersome integration of language files now superfluous and makes access simpler and more versatile!)//
  
-===== Änderungen und Neuheiten in der Version 2.8.4 =====+**[[en:dev:284:accessfiles|AccessFile (package)]]**\\ 
 +//(The package provides for a unique structure and a secure structure of AccessFiles for all addons.)//
  
-**[[dev:284:deprecated|Deprecated-Liste der 2.8.4]]**\\ +**[[en:dev:284:security|System Security (package)]]**\\ 
-//(also 'Unerwünschtes' aus den letzten Versionen, das nicht mehr eingesetzt werden soll))//+//(A package of individual elements. From password encryption throughout to protection against cross-site scripting.)//
  
-**[[dev:284:registry|Die Registry / WbAdaptor (Paket)]]**\\ 
-//(programmieren ohne globale Konstanten und Variablen)// 
  
-**[[dev:284:translate|Translate (Paket)]]**\\ +===== Addon Development for WB-2.10.x ===== 
-//(die zentrale Verwaltung der Übersetzungen macht das bisherige, umständliche Einbinden von Sprachdateien jetzt überflüssig und den Zugriff einfacher und vielseitiger!)//+**[[en:dev:284:helloworld|'Hello Classic World-Projekt' the pattern addon for page creation]]**
  
-**[[dev:284:accessfiles|AccessFile (Paket)]]**\\ +**[[en:dev:284:oldsnippet|'Snippets' code fragments for use in templates (old version, deprecated)]]**
-//(Das Paket sorgt für einen einheitlichen Aufbau und eine sichere Struktur der Accessfiles aller Addons.)//+
  
-**[[dev:284:security|Systemsicherheit (Paket)]]**\\ +**[[en:dev:284:frontextensions|Frontend - Extensions (replacement of old Snippets)]]**
-//(ein ganzes Paket an Einzelelementen. Von Passwortverschlüsselung bis zum Schutz vor CrossSiteScripting.)// +
-===== Addon-Entwicklung für WB-2.8.4 ===== +
-**[[dev:284:helloworld|'Hello Classic World-Projekt' das Muster-Addon zur Seitenerstellung]]**+
  
-**[[dev:284:oldsnippet|'SnippetsCodefragmente zum Einsatz in Templates (alte Version, deprecated)]]**+**[[en:dev:284:acpaddons|'ACP addonsto expand the ACP]]**
  
-**[[dev:284:frontextensions|Frontend - Extensions (Ersatz der alten Snippets)]]**+**[[en:dev:284:templates|Frontend-Templates]]** Addon Development for WB-2.10.x
  
-**[[dev:284:acpaddons|'ACP-Addons' um das ACP zu erweitern]]**+===== Coding examples and procedures =====
  
-**[[dev:284:templates|Frontend-Templates]]** +**[[en:dev:284:showmenu2|How does it work with ShowMenu2 ?]]**
-===== Codebeispiele und Verfahrensweisen =====+
  
-**[[dev:284:showmenu2|Wie funktioniert das mit ShowMenu2 ?]]** 
en/dev/284/start.1438201243.txt.gz · Last modified: 29.07.2015 20:20 by mrbaseman