Quick links: Content - sections - sub sections
EN FR

Trace: erreurs-1.1 credits 1.2.x

This is an old revision of the document!


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

Changelog updated as of: dc0987af7b27981644de

Jelix 1.2.7

Still in development.

Critical bugs

  • none

Enhancements

  • none

Bugs fixed

  • none

Jelix 1.2.6

Release date: 10/04/2011

Critical bugs

  • none

Enhancements

  • Added apache directives for mod_rewrite in the htaccess file of new applications
  • jUnitTestCase: added methods to allow to do things before and after the run of all tests of a class
  • Update system: it is now possible to have an update script called for the update of several branches of a project. The version number (or the list of version number) should be now indicated into the class, not in the filename.

Bugs fixed

  • jTpl: the 'print' word should be allowed in a locale key
  • Fixed a regression in jResponseHtml, about log display in the page
  • ticket #1427 - jDao did generate an invalid syntax in the order clause generated for jDaoConditions. It added the table prefix, and it should not
  • Fixed issues in the implementation of mock objects in simpletest

Jelix 1.2.5

Release date: 09/07/2011

Critical bugs

  • XSS Vulnerability in the form of the module jauth. In the template “auth~login.form”, the variable $login was not escaped.

Enhancements

  • Backported some changes from the trunk: use of jRequest::getDomainName()
  • ticket #1409 - jUrl, jResponseSitemap, jImageModifier, jTcpdf and jWSDL did not generate URLS with the right HTTP port. Added some new method jRequest::getServerURI and jRequest::getPort.
  • InstallWizard: check if the temp directory is writable, and allow to override the error.php template
  • jInstallChecker: added the ability to indicate some additional files and paths to check their writable status.
  • In the wizard page, checkjelix, a new option pathcheck can be used to indicate additionnal files or paths to check
  • Added jqueryPath in the defaultconfig file of new applications
  • jelix-scripts: createapp should create an urls.xml file
  • Removed the final keyword on some methods of jResponseHtml

Bugs fixed

  • Fixed a warning about func_get_arg with PHP 5.2 in the jlocale plugin
  • ticket #1420 - fixed bad variable name in jDbSchema
  • Fixed an issue in jDao: the use of float values into SQL queries may generate SQL errors, when the system locale does not have a point as decimal separator. new jDb::floatToStr method to convert a float value into a correct float representation in SQL.

Other versions

en/changelog/1.2.x.1317740054.txt.gz · Last modified: 2011/10/04 14:54 by laurent

Recent changes RSS feed Creative Commons License