Trace:
Differences ¶
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:changelog:1.5 [2012/10/08 15:25] – laurent | en:changelog:1.5 [2013/01/20 14:10] (current) – removed laurent | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~LANG: | ||
- | |||
- | ====== 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:// | ||
- | * Some components have been removed from Jelix. see below. | ||
- | |||
- | |||
- | ===== Migrating from Jelix 1.4.x ===== | ||
- | |||
- | * **READ THE [[http:// | ||
- | |||
- | |||
- | |||
- | ===== Details of changes from 1.4 to 1.5 ===== | ||
- | |||
- | ==== Enhancements ==== | ||
- | |||
- | * It is now possible [[http:// | ||
- | * jEvent: possibility to disable listener of some modules | ||
- | * New jForms control: button | ||
- | * Debugbar: | ||
- | * Debugbar - new configuration option, defaultPosition, | ||
- | * 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:// | ||
- | * The RDF support has been moved to an independant module, [[https:// | ||
- | * The "latex to PDF" support has been moved to an independant module, [[https:// | ||
- | * 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:: | ||
- | * @@M@jAclDb:: | ||
- | * @@M@jControllerDaoCrud:: | ||
- | * @@M@jCoordinator:: | ||
- | * @@M@jDb:: | ||
- | * @@M@jDbConnection:: | ||
- | * @@M@jFormsBase:: | ||
- | * @@M@jKvDb:: | ||
- | * @@M@jZone:: | ||
- | * Removed the support of deprecated variables @@$gJCoord@@ and @@$gJConfig@@, | ||
- | * @@C@jContext@@ class has been replaced by methods into @@C@jApp@@. | ||
- | |||
- | |||
- | |||
- | ==== Bugs fixed ==== | ||
- | |||
- | * All fixes from other active branches | ||
- | |||
- | |||
- | |||
- | |||
- | ---- | ||
- | |||
- | * [[en: | ||