Skip to content

Releases: jelix/jelix

Jelix 1.8.23

26 Mar 08:40

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • fix deprecation error about inexisting version property on Uninstaller
  • fix(jdb/pdo) error "undefined method getServerMajorVersion()"
  • fix(jdb) pdo connection on Postgresql was made without pdo in some case
  • fix(jdb) implementation of jDbPDOConnection::quote2 supports binary values from now.

Jelix 1.8.22

26 Mar 08:39

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • fix regeneration of session id: support of unstable network and keep session data during login.
  • fix jforms: form cache must not rely on session id, else forms could not be retrieved from cache after a regeneration of session id.

Jelix 1.8.21

25 Nov 10:30

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • Fix security issue with PHP session: session id must be changed after authentication to avoid session fixation attacks
  • Fix security issue with the cookie for persistance: allow it only on https connections.

Jelix 1.8.20

06 Oct 13:44

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • Remove warning for php 8.4 about E_STRICT (contribution of Joel Kociolek)
  • Fix PhpMailer version: 6.11 has unexpected breaking changes
  • Fix a notice into jImageModifier
  • Fix deprecation notice into jDbPDOConnection and tests for PHP 8.5

Jelix 1.8.19

06 Oct 13:43

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • fix the cache filename of configuration in the case where opcache is disabled

Jelix 1.8.18.1

06 Oct 13:42

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • fix jAcl2: regression when removing a user

Jelix 1.8.18

06 Oct 13:41

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • Fix jAcl2: rights were not removed when removing a user who has not a private group.

Jelix 1.8.17

06 Oct 13:40

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • fix installer: module version into installer.ini.php may not be filled correctly after an upgrade
  • improved output messages during an upgrade

Jelix 1.8.16

06 Feb 15:08

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • New datasource class for jForms: jFormsDynamicStaticDatasource
  • Add $httpCode and $httpMessage in template for html errors
  • Fix jForms linked list: loaded list containing "0" as value didn't show the corresponding item
  • Fix jAcl2Db: group id can now contain upper case letter and dash character

Jelix 1.8.15

06 Feb 15:06

Choose a tag to compare

Maintenance release of Jelix 1.8.

  • Fix jAcl2 : increase some id fields so we can use for example long email address for login names
  • unit-tests are ok to use Redis 7