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
en:changelog:1.8.x [2023/11/08 14:27] – [Jelix 1.8.1] laurenten:changelog:1.8.x [2023/11/08 14:29] (current) laurent
Line 10: Line 10:
 It fixes some bugs, but it brings also some new features. It fixes some bugs, but it brings also some new features.
  
-  * New method @@setHtmlAttributes()@@ on the @@jResponseHtml@@ class, to set attributes on +  * New method @@setHtmlAttributes()@@ on the @@jResponseHtml@@ class, to set attributes on the @@<html>@@ element.
-the @@<html>@@ element.+
   * New method @@getFileResponse()@@ in @@jController@@ to ease to return a file as a response   * New method @@getFileResponse()@@ in @@jController@@ to ease to return a file as a response
   * jauthdb_admin module:    * jauthdb_admin module: 
     * New event @@jauthdbAdminAfterUpdate@@ when properties of a user has changed.     * New event @@jauthdbAdminAfterUpdate@@ when properties of a user has changed.
-    * Fix: uploaded files should be saved after the events @@jauthdbAdminAfterCreate@@ and @@jauthdbAdminAfterUpdate@@, +    * Fix: uploaded files should be saved after the events @@jauthdbAdminAfterCreate@@ and @@jauthdbAdminAfterUpdate@@, so listeners can save uploaded files into directories other than into the default one.
-      so listeners can save uploaded files into directories other than into the default one.+
     * Use a jForms form to change a password      * Use a jForms form to change a password 
-    * Add a @@formOptions@@ template variable in templates displaying forms of jauthdb_admin, +    * Add a @@formOptions@@ template variable in templates displaying forms of jauthdb_admin, so other modules can add options for jforms widgets.
-      so other modules can add options for jforms widgets.+
     * new events @@jauthdbAdminPasswordForm@@ and @@jauthdbAdminCheckPasswordForm@@ for the password form     * new events @@jauthdbAdminPasswordForm@@ and @@jauthdbAdminCheckPasswordForm@@ for the password form
   * jauthdb:    * jauthdb: 
-    * possibility to authenticate with the email or the login, if there is a configuration parameter +    * possibility to authenticate with the email or the login, if there is a configuration parameter @@authenticateWith=login-email@@. 
-      @@authenticateWith=login-email@@. +    * the section @@auth_<driver>@@ is now merged with the @@<driver>@@ section of @@auth.coord.ini.php@@, so we can redefine some configuration parameter of the @@<driver>@@ section, into @@localconfig.ini.php@@ for example.
-    * the section @@auth_<driver>@@ is now merged with the @@<driver>@@ section of @@auth.coord.ini.php@@, so +
-      we can redefine some configuration parameter of the @@<driver>@@ section, into @@localconfig.ini.php@@ for example.+
     * new method @@getDao()@@ on the jAuth @@db@@ driver     * new method @@getDao()@@ on the jAuth @@db@@ driver
   * new class @@jAuthPassword@@ to check the strength of a password or to generate a random password   * new class @@jAuthPassword@@ to check the strength of a password or to generate a random password
   * new jforms widget: @@password_html@@ for @@secret@@ controls. Adds a "view" button aside the input.   * new jforms widget: @@password_html@@ for @@secret@@ controls. Adds a "view" button aside the input.
-  * new jforms widget: @@passwordeditor_html@@ for @@secret@@ controls. It checks the strength of the +  * new jforms widget: @@passwordeditor_html@@ for @@secret@@ controls. It checks the strength of the password, by calculating the entropy, and by comparing the edited password against a list of the most used passwords. Adds also three buttons:  a "view" button, a "regenerate" button, and a "copy" button.
-    password, by calculating the entropy, and by comparing the edited password against a list of the most  +
-    used passwords. Adds also three buttons:  a "view" button, a "regenerate" button, and a "copy" button.+
   * jForms: fix generated JS into choice, upload2 and group widgets   * jForms: fix generated JS into choice, upload2 and group widgets
   * new method @@jAcl2DbUserGroup::renameUser()@@   * new method @@jAcl2DbUserGroup::renameUser()@@
Line 37: Line 30:
   * Fix debugbar: elements at the same level of the debugbar were not clickable   * Fix debugbar: elements at the same level of the debugbar were not clickable
   * Fix jDb: support of double quotes around schema names into @@search_path@@   * Fix jDb: support of double quotes around schema names into @@search_path@@
-  * Fix jDb: jDbSchema for Postgresql did not find table in schemas having upper case +  * Fix jDb: jDbSchema for Postgresql did not find table in schemas having upper case letters.
-    letters.+
  
 Improvements and bug fix from Jelix 1.7.17: Improvements and bug fix from Jelix 1.7.17:

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

Recent changes RSS feed Creative Commons License