Quick links: Content - sections - sub sections
EN

Trace:

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:changelog:1.5 [2012/10/09 08:14] – [Main improvements] laurenten:changelog:1.5 [2013/01/20 14:10] (current) – removed laurent
Line 1: Line 1:
-~~LANG:FR@fr:changelog:1.5~~ 
- 
-====== Jelix 1.5 ====== 
- 
-This page is listing updates and enhancements added since 1.4.x version, and that are available in the 1.5 version. 
- 
-Release date: still in development. 
- 
-===== Main improvements ===== 
- 
-   * PHP 5.3 and higher is required. No more support for PHP 5.2. Thus some of new features of PHP 5.3 are now used into Jelix (anonymous function, late static binding, @@__DIR__@@ constant....) 
-   * All about Soap has been moved into a new module jSoap. It contains also all classes from the jWSDL module which is deleted. Soap entry points should be changed. 
-   * The TCPDF library, its fonts and the response object jResponseTcpdf have been included in a new module, available in a separated archive. 
-   * All resources of jAcl2 (classes, properties file...) have been moved to a new module jacl2 
-   * [[http://docs.jelix.org/en/manual-1.5/authentication#new-hashing-system|new hashing system in jAuth]], to have a better secured password storage. (backported into Jelix 1.2.10/1.3.4/1.4.1). 
-   * Some components have been removed from Jelix. see below. 
- 
- 
-===== Migrating from Jelix 1.4.x ===== 
- 
-  * **READ THE [[http://docs.jelix.org/en/manual-1.5/installation/migrate|MIGRATION TUTORIAL]]**. 
- 
- 
- 
-===== Details of changes from 1.4 to 1.5 ===== 
- 
-==== Enhancements ==== 
- 
-   * It is now possible [[http://docs.jelix.org/en/manual-1.5/web-services/soap#calling-a-soap-service-with-jelix|to declare the class map]] for @@C@jSoapClient@@, into an other file than profiles.ini.php. 
-   * jEvent: possibility to disable listener of some modules 
-   * New jForms control: button 
-   * Debugbar:  display the sum of SQL queries times at the top of the SQL infos in the debugbar (Brice Tencé) 
-   * Debugbar - new configuration option, defaultPosition, allowing to set the debug bar at the left of the web page by default 
-   * Moved locales of jacl2db from the jelix module to the jacl2db module 
-   * Moved locales of jacldb from the jelix module to the jacldb module 
- 
-==== Removed components ==== 
- 
-   * The XUL support has been moved to an independant module, [[https://github.com/jelix/jelix-contrib/tree/master/modules/jelix/xul/|in the jelix-contrib repository]] 
-   * The RDF support has been moved to an independant module, [[https://github.com/jelix/jelix-contrib/tree/master/modules/jelix/rdf/|in the jelix-contrib repository]] 
-   * The "latex to PDF" support has been moved to an independant module, [[https://github.com/jelix/jelix-contrib/tree/master/modules/jelix/latex2pdf/|in the jelix-contrib repository]] 
-   * The jWSDL module has been renamed to jsoap 
-   * The magicquotes plugin has been removed, since it is useless with PHP 5.3 
-   * Removed deprecated methods: 
-      * @@M@jAcl2Db::getProfile()@@ 
-      * @@M@jAclDb::getProfile()@@ et @@M@jAclDb::getProfil()@@ 
-      * @@M@jControllerDaoCrud::_checkDatas()@@ 
-      * @@M@jCoordinator::initDefaultResponseOfRequest()@@, @@M@jCoordinator::isModuleEnabled@@, @@M@jCoordinator::getModulePath@@ 
-      * @@M@jDb::getTools()@@, @@M@jDb::getProfile()@@, @@M@jDb::createVirtualProfile()@@, @@M@jDb::clearProfiles()@@ 
-      * @@M@jDbConnection::encloseFieldName()@@ 
-      * @@M@jFormsBase::resetModifiedControlsList()@@ 
-      * @@M@jKvDb::getProfile()@@ 
-      * @@M@jZone::getParam()@@ 
-   * Removed the support of deprecated variables @@$gJCoord@@ and  @@$gJConfig@@, and removed @@M@jApp::initLegacy()@@. 
-   * @@C@jContext@@ class has been replaced by methods into @@C@jApp@@. 
- 
- 
- 
-==== Bugs fixed ==== 
- 
-  * All fixes from other active branches 
- 
- 
- 
- 
----- 
- 
-  * [[en:changelog|Return to the main page of changelog]] 
  

en/changelog/1.5.1349770484.txt.gz · Last modified: 2012/10/09 08:14 by laurent

Recent changes RSS feed Creative Commons License