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 [2018/10/21 16:49] laurenten:changelog:1.6.x [2019/01/30 22:09] 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.21 ======
 +
 +Not Released yet
 +
 +==== Bugs fixed ====
 +
 +  * Fix jRequest: force HTTPS port when forceProxyProtocol is set
 +  * Fix installer: loading of profiles.ini.php was done without sections
 +  * Fix jauthdb_admin: when creating a user, there was not check if he already exists
 +  * Fix typo in locales for cache drivers
 +  * Fix installer: ignore new dependencies rules introduced for Jelix 1.7 into module.xml
 +
 +==== Improvements ====
 +
 +  * jAuth: new method canChangePassword and new interface jIAuthDriver2 for authentication drivers
 +  * jAuthdb_admin: new events to prepare forms before checking: jauthdbAdminBeforeCheckCreateForm and jauthdbAdminBeforeCheckUpdateForm
 +  * Installer: support of upgrade_1_6.php for modules supporting both Jelix 1.6 and 1.7
 +
 +====== Jelix 1.6.20 ======
 +
 +Released on january 17th, 2019
 +
 +==== Bugs fixed ====
 +
 +  * Fix pgsqlDbTable::_loadColumns with PgSQL 11
 +  * Fix internal plugin json_encode of jTplCompiler
 +  * Fix jAcl2DbUserGroup::getPrivateGroup() when there is no private group
 +  * Fix variable initialization into jImageModifier
 +  * Fix list of pages into the pagelinks plugin
 +  * Fix jDao: expression of values in update methods, was not generated entirely
 +
 +==== Improvements ====
 +
 +  * New jelix script inifile.php. It allows to modifie an ini file from the commande line
 +  * CRUD controller: inject the record into the view template. It allows to access to some properties that are not into the form.
 +  * List of jQuery/jQueryUI files is entirely configurable. There is not anymore jquery.js filename or other jQueryUI filenames hardcoded into jforms plugins or other files. Path to these files are now indicated into the configuration, in a new jquery section.
 +  * Datepicker: add locales for jforms
 +
 +
  
 ====== Jelix 1.6.19 ====== ====== Jelix 1.6.19 ======
Line 17: Line 58:
 ==== Improvements ==== ==== Improvements ====
  
-  * support of a script @@install_1_6.php@@ for modules that should have an installer +  * support of a script @@install_1_6.php@@ for modules that should have an installer compatible with Jelix 1.7 and 1.6. 
-    compatible with Jelix 1.7 and 1.6. +  * support of a @@upgrade.php@@ in modules to execute upgrade code at each new version of the module.
-  * support of a @@upgrade.php@@ in modules to execute upgrade code at each +
-    new version of the module.+
   * jForms: support of @@capture@@ and @@accept@@ attributes on @@<upload>@@   * jForms: support of @@capture@@ and @@accept@@ attributes on @@<upload>@@
-  * jForms: improvements on properties of HtmlBuilder and WidgetBase to ease +  * jForms: improvements on properties of HtmlBuilder and WidgetBase to ease the creation of new builders and widgets
-    the creation of new builders and widgets+
   * new plugins for templates: dumptolog, vardump, ifctrl_value, json_encode, jurlpattern   * new plugins for templates: dumptolog, vardump, ifctrl_value, json_encode, jurlpattern
   * New jFile::copyDirectoryContent()   * New jFile::copyDirectoryContent()

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

Recent changes RSS feed Creative Commons License