Quick links: Content - sections - sub sections
EN FR

Trace:

Wiki: Sitemap - Recent Changes - Back link

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 [2019/03/14 22:00] – [Bug fix] laurenten:changelog:1.6.x [2020/06/08 15:14] laurent
Line 2: Line 2:
  
 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.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 ======
 +
 +Released on March, 24th, 2020
 +
 +==== Bug fixed ====
 +
 +  * Fix compatibilities issues with PHP 7.4
 +  * jDb: Fix support of FETCH_INTO into pgsql.dbresultset.php
 +  * jDb: Fix issue with prepared queries with pgsql driver
 +  * jDb: Fix issues in the SQLServer driver
 +  * jDb: Fix warning when closing a shared connection in postgresql
 +
 +==== Improvements ====
 +
 +  * jforms: new widget imageupload
 +  * jforms: new widgets autocomplete and autocompleteajax
 +  * jInstaller: support of optional modules in dependencies
 +
 +====== Jelix 1.6.26 ======
 +
 +Released on January, 29th, 2020
 +
 +==== Bug fixed ====
 +
 +  * Fix compatibility with Postgresql 12 in the pgsql plugin (about schema features)
 +  * Fix @@getAttribute()@@ method in the pgsql plugin
 +  * Fix the cache of the configuration  when the application is accessible with several domains
 +  * Fix CSS style into the upload2 widget (jforms)
 +  * Fix .htaccess for Apache 2.4
 +
 +==== Improvements ====
 +
 +  * jMailer: Add smtp debug mode. New configuration property @@debugSmtpLevel@@
 +
 +====== Jelix 1.6.25 ======
 +
 +Released on october 20th, 2019 
 +
 +==== Bug fixed ====
 +
 +  * Fix jforms Date/DateTime widgets: they support more date format now
 +  * Fix jforms upload2: fix label of choice about 'no file'
 +  * Fix regression in deprecated builder of jforms, about JS/CSS links
 +  * Fix redis driver of jCache and jKvDb: replace deprecated Redis::delete() method by Redis::del()
 +
 +==== Improvements ====
 +
 +  * jForms htmleditor: support of a $lang parameter in url from the configuration, to load js files corresponding to the current lang of the user
 +  * New stdout and stderr logger: log content can be output to stdout or stderr
 +
 +
 +====== Jelix 1.6.24 ======
 +
 +Released on july 23th, 2019 
 +
 +==== Bug fixed ====
 +
 +  * jForms: fix the method showActivate()
 +  * Fix js choice in jForms: control of previous item was added to the next one
 +  * Fix jFormsControlUpload2 introduced into 1.6.23
 +  * Fix sqlsrv jDb driver: encloseName method is missing
 +  * Fix jDaoRecordBase::save(): did not save with the right profile in some cases
 +  * Fix jauthdb_admin, with user tables that have not login as primary keys
 +
 +==== Improvements ====
 +
 +  * jResponseBinary: add the possibility to delete the file after sending it
 +  * jFormsBase:iniFromDao(): a Dao record can now be given as first parameter
 +  * Improve customization of jauthdb_admin, with new events and tpl variables
 +
 +
 +====== Jelix 1.6.23 ======
 +
 +Released on april 7th, 2019 
 +
 +==== Bug fixed ====
 +
 +  * jForms: fix the date widget, when the value includes hours
 +
 +==== Improvements ====
 +
 +  * jForms: new attribute 'controlclass' to indicate the class to use for the control
 +  * jForms: new control for uploads with enhanced management of previous file. To use this new control, use the @@<upload>@@ tag with the attribute @@controlclass="jFormsControlUpload2"@@.
  
  
en/changelog/1.6.x.txt · Last modified: 2023/04/17 10:00 by laurent
Recent changes RSS feed Creative Commons License