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
en:changelog:1.7.x [2022/01/24 11:38] – [Jelix 1.7.11] laurenten:changelog:1.7.x [2023/11/08 14:35] (current) – [Jelix 1.7.15] 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.17 ======
  
 +Released on october the 24th, 2023
  
 +  * Fix regression into @@jFormsBase::getModifiedControls()@@: some controls like submit were considered as modified  although it does not make sens
 +  * Fix regression into the debugging of jMailer: the output was not made anymore into logs
 +  * Fix error in create:dao command with nullable fields
 +  * Fix jforms choice widget, display control value: add a space betwen label and value.
 +  * Fix some PHP warning about passing null values to htmlspecialchars
 +  * Fix the version into the JELIX_VERSION constant. It was not updated in the latest release.
 +  * Fix the migration 1.6->1.7 of configuration file of entry points.
 +
 +====== Jelix 1.7.16 ======
 +
 +Released on july the 30th, 2023
 +
 +  * Support of a default @@Reply-To@@ header into jMailer
 +  * new method @@ConfigurationHelpers::updateEntryPointFile()@@
 +  * new method @@InstallHelpers::updateEntryPointFile()@@ and @@InstallHelpers::removeEntryPoint()@@
 +  * Update header of API documentation
 +  * Fix @@Jelix\Utilities\utf8_*@@ functions
 +  * tests: fix error into the ldap docker image at startup
 +  * tests: fix a warning in upgraderValidityTest with PHP 8.2
 +
 +====== Jelix 1.7.15 ======
 +
 +Released on the 15th April 2023
 +
 +  * Fix package build: zip and tar.gz did not contain the vendor directory.
 +  * Installer: 
 +    * fix error about undefined method @@Jelix\IniFile\IniModifierReadOnly::setValue()@@ in legacy installers/upgraders
 +    * Fix @@jInstallerEntryPoint::getSingleLocalConfigIni()@@
 +  * tests: upgrade Qunit
 +
 +====== Jelix 1.7.14 ======
 +
 +Released on the 28th February 2023
 +
 +  * Fix compatibility with PHP 8.2.
 +  * Fix styles for questions into Symfony console commands
 +  * Installer:
 +    * fix the migration of localconfig during local migration
 +    * Fix the selection of upgraders to execute: in some case, some upgraders may not be executed
 +  * Configurator:
 +    * Fix configurator with modules installed locally
 +    * Fix error when a module and its dependencies are upgraded
 +    * jacl2 and jauth configurator: do not ask entrypoint if not needed
 +  * Scripts: fix exit code for console.php and dev.php
 +  * Fix issues during the launch of the app:init-admin command
 +  * Fix error in cli commands when using jUrl.
 +  * Fix mail test commands: template format was not good
 +  * jForms: replace some calls of deprecated objects
 +
 +====== Jelix 1.7.13 ======
 +
 +Released on the 23th January 2023
 +
 +  * jForms:
 +    * @@jFormsBase::saveFile@@: new boolean parameter to delete original file
 +    * support of @@filterhtml@@ on @@<input>@@
 +    * Fix loading of jforms js: return http 404 when the corresponding form doesn't exist
 +    * Fix html form widget, when retrieving the jquery.js from current webassets collection
 +    * Fix jForms compiler: allow image into a widget group
 +  * Installer: upgrade.php should have priority over upgrade_1_6.php
 +  * Fix file kv driver: use the isResource method instead of is_resource.
 +  * Fix jDb, AccessParameters: must not generate pdooptions
 +  * Fix File logger: date and ip were duplicated
 +  * Fix notices into pagelinks tpl plugin
 +  * Fix @@jAcl2Authentication@@ adapter: use @@jAcl2JAuthAdapter@@ by default
 +
 +
 +====== Jelix 1.7.12 ======
 +
 +Released on the 9th december 2022
 +
 +
 +  * jDb: reintroduce the support of placeholders @@$1@@, @@$2@@ etc into prepared queries, like in Jelix 1.6
 +  * jAuth: fix support of driver configuration stored into a @@auth_<driver>@@ section 
 +  * jCache: fix the garbage API of the file plugin. It tried to remove non-empty directories
 +  * Fix installer: configuration of entrypoints were not saved
 +  * Fix the load of plugins configuration for the router (jCoordinator)
 +  * Configurator of the jelix module: add @@nosetup@@ in the choice of @@jelix-www@@ installation
 +  * Upgrade Symfony/Console to 5.4 to be compatible with PHP 8.1.
 +  * Fix @@jFile::write()@@: directory were not created with the chmod of configuration
 +  * assets: add missing @@ui.fr.js@@ for the datepicker
 +  * new @@php dev.php app:ini-merge@@ command to merge two ini files.
 +
 +From Jelix 1.6:
 +
 +  * @@closed.html@@ can now be stored into @@var/themes/@@
 +  * Replace the use of deprecated @@utf8_*@@ functions
 +  * jDb: New option @@session_role@@ in profiles for pgsql to set session role
 +  * Fix installer: @@useDbProfile@@ must not change the profile name
 +  * jMailer: new value @@"unencrypted"@@ for secure_protocol
 +  * Fix error "two few arguments" during call of some error handlers
  
  
 ====== Jelix 1.7.11 ====== ====== Jelix 1.7.11 ======
  
-Not released yet+Released on the 31th may 2022
  
-  * Fix installer: the setup of the web files of a module, deleted the content of the directory when it was the target of a link. +  * Fix compatibility issues with PHP 8 
 +  * fix logout into jAuththe persistant cookie was not deleted correctly 
 +  * Installer: 
 +    * Fix the setup of the web files of a module, deleted the content of the directory when it was the target of a link.  
 +    * Configurator of jelix module: configure database access only if needed 
 +    * Restore the support of @@<module>.path@@ into the configuration. It eases migration from jelix 1.6.x and is useful to declare a module with a configuration script 
 +  * new support of revision number on JS/CSS links for cache:  A revision parameter can be added on JS/CSS links automatically, in order to bypass the browser cache on JS/CSS
   * debugbar: it can now moved to the top center of the page   * debugbar: it can now moved to the top center of the page
   * jTpl   * jTpl
Line 28: Line 127:
     * new template plugin @@{ifctrltype}@@     * new template plugin @@{ifctrltype}@@
     * backport the method @@HtmlBuilder::outputAllControlsValues()@@ from Jelix 1.8     * backport the method @@HtmlBuilder::outputAllControlsValues()@@ from Jelix 1.8
 +  * Jelix commands: 
 +    * fix some comments and bad returned values
 +    * @@app:ini-change@@ command: support of section deletion
 +  * all enhancements and bug fixes from Jelix 1.6.37
 +    * jforms, image selector: support of "auto" for width and height of the dialog
 +    * New @@jApp::setApplicationInitFile()@@ to indicate an application.init.php file
 +    * Fix jforms javascript: selection was loose when reloading a menulist via XHR
 +    * jacl2db_admin: fix CSS to stick headers of the rights table
 +    * new method @@jAuth::getReasonToForbiddenPasswordChange()@@ and new interface @@jIAuthDriver3@@
   * all enhancements and bug fixes from Jelix 1.6.36   * all enhancements and bug fixes from Jelix 1.6.36
     * Fix jacl2db: id_aclgrp field should be bigger than login     * Fix jacl2db: id_aclgrp field should be bigger than login
en/changelog/1.7.x.1643024303.txt.gz · Last modified: 2022/01/24 11:38 by laurent
Recent changes RSS feed Creative Commons License