Quick links: Content - sections - sub sections
EN FR

Trace: faq 1.1 1.1.9 1.7.x 1.1.5 1.3

This is an old revision of the document!


Jelix 1.3

Still in development. This page is listing updates and enhancements added since 1.2.x version, and that will be available for the future 1.3 version.

Changelog updated as of: 37dfdb261688

Main improvements

  • jLog has now plugins
  • new error managements. jLog is used to store errors, and erros are not displayed any more in responses.

Migrating from Jelix 1.2.x

  • replace the lib/ directory
  • run php myapp/install/installer.php. jelix modules will update all needed things.
  • delete the content of temp directories

Details of changes

Enhancements

  • new method jCoordinator::loadPlugin to load a plugin for any component
  • jLog has been moved to the core, and has now plugins
  • new basic html response
  • new methods to retrieve error messages on jCoordinator
  • Ticket #1126: new way how errors are managed. Responses are not responsible anymore to displays errors. Errors are handled by loggers. Loggers can inject errors in responses if they want. A new template is responsible to display a generic error message. Details of the errors are stored by loggers. Moved or renamed some configuration parameters
  • Made changes in responses to use the new error management. For most of responses, error content is output as a text response or as a html response.
  • jBuildTools, new processing instruction: includeinto, includerawinto. new options for all 'include' processing instruction
  • added a new method jRequest::isAjax

Bugs fixed

Other versions

en/changelog/1.3.1294942522.txt.gz · Last modified: 2011/01/13 18:15 by laurent

Recent changes RSS feed Creative Commons License