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
Next revision
Previous revision
Next revisionBoth sides next revision
en:changelog:1.6.x [2020/03/24 10:20] laurenten:changelog:1.6.x [2020/11/23 10:36] laurent
Line 3: Line 3:
 This page is listing updates and enhancements added since 1.6.0 version. This page is listing updates and enhancements added since 1.6.0 version.
  
 +
 +
 +
 +====== Jelix 1.6.30 ======
 +
 +Released on November, 23th, 2020
 +
 +
 +==== Bug fixed ====
 +
 +- Fix a compatibility issue with php 7.4 into command line scripts
 +- Fix a issue in jAcl2 admin: an administrator could put himself into a group
 +  which forbid some admin rights, and so he was not an administrator anymore.
 +- Fix a php error in listbox form widget
 +- Fix basePath on the command line
 +
 +
 +==== Improvements ====
 +
 +- New script to test the mailer configuration : @@php scripts/script.php jelix~mailer:test my.email@example.com@@
 +- New method @@jEvent::getParameters()@@
 +- jforms: support of "time" controls (new class @@jFormsControlTime@@, and support of @@<time>@@ in xml files)
 +- jAcl2 admin: added confirmation to delete a group
 +- jAcl2 admin: added a separator between groups in users list
 +- New method @@jAuth::setUserSession()@@
 +- New methods on jServer: @@getDomainName()@@, @@getServerURI()@@, @@getPort()@@, @@isHttps()@@
 +
 +New contributor : Adrien Lagroy de Croute and Joel Kociolek
 +
 +
 +
 +
 +====== Jelix 1.6.29 ======
 +
 +Released on August, 17th, 2020
 +
 +
 +==== Bug fixed ====
 +
 +  * Fix a regression in dbcache plugin for jAcl2
 +  * jDb schema: fix column comparison on autoincremented fields
 +  * Fix a security issue with return url of jAuth
 +
 +==== Improvements ====
 +
 +  * new @@jAcl2::checkByUser()@@, to check a right for a non-connected user
 +  * Support of database name in Pgsql profile having a service name
 +  * new event @@jformsPrepareToFillDynamicList@@ during dynamic fill of datasources. When a control is filled with an ajax request, we should be able to prepare the form, when this one is constructed dynamically.
 +
 +====== Jelix 1.6.28 ======
 +
 +Released on June, 8th, 2020
 +
 +
 +==== Bug fixed ====
 +
 +  * core: Fix jelix autoloader when there are similar namespaces. When a first namespace has a name that is the prefix of a second namespace, path to classes of the second namespace were badly resolved.
 +  * Fix http code when displaying the closing page
 +  * Upgrade PHPMailer to 5.2.28
 +  * jalc2 module installer: do not enable jacl2 plugin on command line scripts
 +  * js files for localizing datepicker were not loaded in the right order (Joel Kociolek)
 +
 +==== Improvements ====
 +
 +  * core: add parameters for the session cookie into the configuration (@@cookieSecure@@, @@cookieHttpOnly@@, @@cookieLifetime@@, @@cookieSameSite@@), and is now @@httponly@@ by default.
 +  * Core: allow file selectors to have @@-@@ and @@_@@ in the file name
 +  * jIniMultiFilesModifier: add @@isSection()@@ method like in jIniFileModifier
 +  * installer: new methods @@jInstallerEntryPoint::getSingleMainConfigIni()@@ and @@getSingleLocalConfigIni()@@
 +  * jLocale: allow to store locales into @@<app>/app/locales@@, like in Jelix 1.7.
 +  * Sitemap: cache feature to store urls temporarly. Configure a "sitemap" cache profile, then call the hasUrlInCache() method in the controller. If it is true, the cache is still valid, and so just return the response object. If the hasUrlInCache() is not called, no cache is managed.
  
 ====== Jelix 1.6.27 ====== ====== Jelix 1.6.27 ======

en/changelog/1.6.x.txt · Last modified: 2023/04/17 10:00 by laurent

Recent changes RSS feed Creative Commons License