Quick links: Content - sections - sub sections
EN FR

Trace:

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:changelog:1.8.x [2023/11/08 14:29] laurenten:changelog:1.8.x [2024/05/12 20:52] (current) laurent
Line 3: Line 3:
 This page is listing updates and enhancements added since 1.8.0 version. This page is listing updates and enhancements added since 1.8.0 version.
  
 +====== Jelix 1.8.9 ======
  
 +Released on may 7th, 2024
 +
 +  * Fix installer: installation parameter into mainconfig may not be taken account. In some cases, default values of installation parameter may be unexpectedly written into @@localconfig.ini.php@@ during the configuration, so installation parameters may not be taken account.
 +  * @@jResponseHtmlFragment@@: remove the final attribut from output methods
 +  * Fix jDbSchema: reload list of tables in some case
 +  * Configurator: show warning when a bad path is given to @@getFilesToCopy@@
 +  * fix pgsql drive: execute should return the status of @@pg_execute@@
 +  * fix jacl2db_adminListener: url missing when only @@acl.user.view@@ rights
 +
 +====== Jelix 1.8.8 ======
 +
 +Released on march 18th, 2024
 +
 +  * Fix package and subpackage into doc comments
 +  * Fix jacl2db_admin: the module should use the jAcl2 authentication adapter to retrieve the authenticated user.
 +  * Fix Sqlite3 jDb driver: it must not free results if connection is already closed
 +  * Fix regression: event listeners cache was never reused
 +
 +====== Jelix 1.8.7 ======
 +
 +Released on february 14th, 2024
 +
 +  * jForms: in javascript, the form is now declared after the setup of all controls, not only after the setup of the jforms object. So the event @@jformsready@@ is triggered and the callbacks declared with @@onFormReady@@ are executed after the full initialization of the javascript objects of jForms. If you want to keep the old behavior, you should indicate the option @@'deprecatedDeclareFormBeforeControls'=>true@@ to the form builder.
 +  * Fix dbcache driver of jAcl2: anonymous rights were not stored properly into the cache, and so rights were not taken account.
 +  * Fix Composer package: remove the @@assets/@@ directory, it is useless
 +
 +====== Jelix 1.8.6 ======
 +
 +Released on january 16th, 2024
 +
 +  * Check compatibility with PHP 8.3: all seems ok
 +  * ldap driver for jAuth: remove deprecation notice with PHP 8.3, about parameters on ldap_connect
 +  * ldap driver for jAuth: support of TLS mode. Configuration parameter @@tlsMode@@, which can have values @@""@@ (empty, no secured connection), @@starttls@@ or @@ldaps@@ (@@ldaps@@ by default if port 636)
 +  * jDb/mysqli: fix typo into getAttribute/setAttribute
 +  * Fix Jelix 1.7/1.8 migrator: changes on url map were not saved
 +  * Tests: upgrade PHPUnit to 9.6 
 +
 +====== Jelix 1.8.5 ======
 +
 +Released on december 12th, 2023
 +
 +  * jacl2db_admin: add links to each user profile into the users list
 +  * The application version is available into @@jApp::config()->appVersion@@ and is set by default to the version stored into the @@project.xml@@ file.
 +  * new configuration parameter @@sslmode@@ for Postgresql profiles. Possible values are @@disable@@, @@allow@@, @@prefer@@, @@require@@.
 +
 +====== Jelix 1.8.4 ======
 +
 +Released on november 23th, 2023
 +
 +  * Fix redirections when there is an error, into the rights management interface (jacl2db_admin)
 +  * new method @@jResponseFormJQJson::setError()@@ to force to return an error message/url redirection to the form.
 +  * New: Support of favicons into WebAssets (ex: @@mygroup.icon=favicon-32x32.png|sizes=32x32@@).
 +  * new method @@WebAssetsSelection::getIconLinks()@@
 +  * Fix issue into the password editor: the new value of the password changed by the button to regenerate one, was not taken account when submitted the form
 +  
 ====== Jelix 1.8.3 ====== ====== Jelix 1.8.3 ======
  

en/changelog/1.8.x.txt · Last modified: 2024/05/12 20:52 by laurent

Recent changes RSS feed Creative Commons License