Quick links: Content - sections - sub sections
EN FR

Trace: 1.2.x 1.4 1.2 1.2.x 1.2 playground 1.6 hall-of-fame 1.3 1.4.x

This is an old revision of the document!


This page is listing updates and enhancements added since 1.4.0 version.

Jelix 1.4.1

Still in development.

Critical bugs

  • none

Enhancements

  • new hashing method in jAuth, using new password API of PHP 5.5 (a pure PHP implementation is provided in Jelix for other PHP version). It allows to store password in a more secure manner. Read the migration process if you want to use this new hashing method in your current Jelix 1.3 application. These improvement has been backport in all active branch.
  • New BASEPATH variable available in static HTML pages and error pages
  • From Jelix 1.3.x
    • debug toolbar: display error messages logged directly by the user in the same categories of PHP errors
    • jSoapClient: added duration of soap requests into logs
    • new jtpl modifier to use DateTime to display date
    • Update jQuery UI (1.8.20 → 1.8.24) (Philippe Villiers)

Bugs fixed

  • getFieldList of sqlite3 driver did not detect correctly “not null” fields
  • jInstallChecker: in PHP 5.4, short_open_tag is deprecated. Don't verify it in the checker
  • jLog: Fix unusable custom loggers. (Philippe Villiers)
  • initadmin should disable the jacl module by default
  • Fixed a few code style problems, possible break bugs and undefined variables. (Philippe Villiers)
  • PHPUnit tests: fixed messages in junittestcase
  • From Jelix 1.3.x
    • jDao: Add quotes escaping in patterns value. (Philippe Villiers)
    • jCoordinator plugins: configuration inside main configuration file of the entry points, was not well supported
    • Coordinator plugins auth, jacl, jacl2: for ajax request, these plugins should not do redirections when there is an error
    • jSoapClient: log was not generated when the result of a call was an exception
    • jUnitTestCase for PHPUnit
      • Fixed assertion method assertComplexIdentical
      • Fixed a bad phpunit call to check classes
    • Tests: fixed possible conflicts in some tests
    • Tests: fixed unit test with pgsql
  • From 1.2.x branch
    • In tests (Brice Tencé)
    • In the installer, errors appearing during the temp cleanup are now catched and a readable warning message is displayed.
    • testapp - forgot to add a script to upgrade the database with the table towns

Other versions

en/changelog/1.4.x.1349706927.txt.gz · Last modified: 2012/10/08 14:35 by laurent

Recent changes RSS feed Creative Commons License