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.7.x [2021/03/07 20:50] laurenten:changelog:1.7.x [2021/12/17 22:27] – [Jelix 1.7.8] laurent
Line 3: Line 3:
 This page is listing updates and enhancements added since 1.7.0 version. This page is listing updates and enhancements added since 1.7.0 version.
  
 +
 +
 +
 +====== Jelix 1.7.9 ======
 +
 +
 +  * New locale to format money value with or without taxes, @@jelix~format.format.monetary.wtax@@ and @@jelix~format.format.monetary.wotax@@
 +  * New controller for CRUD with a filters form: @@jControllerDaoCrudFilter@@
 +  * New @@jAuth::reloadUserSession()@@
 +  * master_admin: new default menu items group for CRUD (id: @@crud@@)
 +  * Backport enhancement and bug fix from JelixDatabase
 +    * Pgsql tools: new methods to parse en generate pgsql array values
 +    * new methods @@jDbResultSet::fetchAssociative()@@ and @@jDbResultSet::fetchAllAssociative()@@
 +    * new method @@jDbResultSet::free()@@
 +    * new method @@ConnectionInterface::close()@@
 +    * Fix the support of query parameters given to the @@execute()@@ method of mysql and postgresql connectors
 +    * Fix the parsing of query parameters: @@::something@@ should not be read as parameter
 +  * all enhancements and bug fixes from Jelix 1.6.35
 +
 +====== Jelix 1.7.8 ======
 +
 +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.7.7 ====== ====== Jelix 1.7.7 ======
Line 8: Line 37:
 Released on march 07th, 2021. Released on march 07th, 2021.
  
-Contains all bug fixes and improvements from Jelix 1.6.31, 1.6.32 and 1.6.33.+  * Fix some issues in the docker stack for tests 
 +  * Upgrade PHPUnit to 8.5.14 to test against PHP 8.0
  
- +Contains all bug fixes and improvements from Jelix 1.6.31, 1.6.32 and 1.6.33:
-==== Bug fixed ====+
  
   * Fix php 7 compat issue in the memcache driver   * Fix php 7 compat issue in the memcache driver
Line 23: Line 52:
   * Fix comparison of values in the jForms modified check   * 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.   * 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   * jauthdb_admin: adding autocomplete to search users
   * jInstaller, module.xml: allow http:// as well as https:// into the namespace value   * jInstaller, module.xml: allow http:// as well as https:// into the namespace value

en/changelog/1.7.x.txt · Last modified: 2023/11/08 14:35 by laurent

Recent changes RSS feed Creative Commons License