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 [2021/07/30 14:49] – [Jelix 1.6.34] laurenten:changelog:1.6.x [2021/12/17 21:27] – [Jelix 1.6.34] 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.35 ======
 +
 +Released on december 13th, 2021
 +
 +
 +  * jForms
 +    * support of option @@widgetsAttributes@@ on the form tag. With this option, we can indicate attributes to set on widgets. Useful when you don't have a ctrl_control tag for a specific widget on which you want to set attributes.
 +    * Fix control time in @@jforms_light.js@@: bad month/day values
 +    * fix setting of default attributes in upload widgets
 +    * fix autoload of @@jFormsControlImageUpload@@
 +    * fix some issues into upload2 and imageupload widgets
 +    * fix the algorithm to guess modified controls with uploads
 +    * fix a JS error when closing the image editor dialog
 +    * fix the label of the cancel button of the image editor dialog
 +  * jAuth
 +    * Add hooks on the login form template. It allows to other modules to add content on the login form, like buttons to use other authentication methods.
 +    * jAuthDb installer should be able to use compatible drivers. If some authentication module have their own driver but are using the same dao/table of jAuthDb, jAuthDb should be able to create default user when needed.
 +    * Fix the @@jauth~login:form@@ controller when after_login is @@jauth~login:form@@
 +  * jAcl2
 +    * jacl2db_admin: add title on the pages
 +    * Fix jacl2db sql upgrade script about @@jacl2_group.code@@
 +    * Fix jacl2db sql upgrade script about rights for anonymous users
 +  * jDb
 +    * Fix mysqli connector: execMulti did not return errors. When the given sql scripts fails, there was not an exception, contrary as it is expected.
 +  * Core
 +    * Support of @@<name>.class@@ properties in the @@coordplugins@@ section of the configuration. It allows to specify a class if its name is different from @@*CoordPlugin@@.
 +    * Backport support of localframework.ini.php. It allows for modules installers to declare a new entrypoint. Installers should call the new method @@createEntryPoint()@@.
 +    * Fix jelix upgrade script about @@availableLanguageCode@@
 +  * jTpl
 +    * Fix @@number_format@@ modifier with decimal point value, when @@''@@ is given
 +  * Utils
 +    * Backport some features of @@\Jelix\IniFile@@ into @@jIniModifier@@
 +  * Installer
 +    * @@jInstallerBase::createEntryPoint()@@ should set the path to application.init.php
 +  * Fix typo in some locales
 +  * Fix the load of some classes with some tools like phpstan
 +  * Fix the file2 driver for jKvDb
 +  * Fix some doc comments
 +  * Rename namespace @@jelix@@ by @@Jelix@@. No consequence on your code, but it helps to generate a better reference documentation
  
 ====== Jelix 1.6.34 ====== ====== Jelix 1.6.34 ======
  
-Not yet released+Released on july 30th, 2021
  
   * Fix the installer during the setup of the module access   * Fix the installer during the setup of the module access

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

Recent changes RSS feed Creative Commons License