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/06/08 15:14] laurenten:changelog:1.6.x [2021/07/30 16:36] – [Jelix 1.6.34] 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.34 ======
 +
 +Released on july 30th, 2021
 +
 +  * Fix the installer during the setup of the module access
 +  * Fix @@jResponseHtml::addJsLink@@: possibility to setup the @@type@@ attribute
 +  * Fix jauthdb_admin user creation: login name should be trimmed
 +  * Fix automatic domain name and port retrieval. In some Nginx configuration, SERVER_NAME may be initialized with the port, and so jUrl may generate some url with two port. 
 +  * Fix crash in PHP 8 and warning in PHP 7.4 within jDb and the core
 +  * Translations are now available in several languages
 +
 +====== Jelix 1.6.33 ======
 +
 +Released on February, 26th, 2021
 +
 +==== Bug fixed ====
 +
 +  * Fix php 7 compat issue in the memcache driver
 +  * Fix jacl2db_admin: missing translations
 +  * Fix command acl2right: forbidden rights were displayed as authorized rights
 +  * Fix acl2right command: subcommand to forbid a right was missing
 +
 +==== Improvements ====
 +
 +  * jacl2db_admin: little improvements in the display of list of rights to be more usable
 +  * New option @@force_new@@ in profiles for pgsql to force a new connection
 +
 +====== Jelix 1.6.32 ======
 +
 +Released on February, 22th, 2021
 +
 +
 +==== Bug fixed ====
 +
 +  * Fix various issues with PHP 8.0
 +  * Fix some dao locales that have a bad pattern for sprintf
 +  * Fix float to string convertion into jDb
 +  * Fix pgsql schema: should list only tables from the search_path
 +
 +====== Jelix 1.6.31 ======
 +
 +Released on January, 13th, 2021
 +
 +
 +==== Bug fixed ====
 +
 +  * Fix comparison of values in the jForms modified check
 +  * Fix many issues in the checking of admin rights in administration UI. There were some situation when the checking was badly done, so there were some possibility into the UI to remove completely admin rights.
 +
 +==== Improvements ====
 +
 +  * jauthdb_admin: adding autocomplete to search users
 +  * jInstaller, module.xml: allow http:// as well as https:// into the namespace value
 +
 +====== 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[at]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 ====== ====== Jelix 1.6.28 ======

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

Recent changes RSS feed Creative Commons License