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 revisionBoth sides next revision
en:changelog:1.2 [2010/11/24 16:09] laurenten:changelog:1.2 [2010/12/03 13:20] laurent
Line 5: Line 5:
 **Still in development**. This page is listing updates and enhancements added since 1.1.x version, and that will be available for the future 1.2 version. **Still in development**. This page is listing updates and enhancements added since 1.1.x version, and that will be available for the future 1.2 version.
  
-Changelog updated as of: [[http://bitbucket.org/jelix/jelix-trunk/changesets/9fb07dec113d|9fb07dec113d]]+Changelog updated as of: [[http://bitbucket.org/jelix/jelix-trunk/changesets/b979d5bd9954|b979d5bd9954]]
  
  
Line 53: Line 53:
  
    * added the support of two new configuration options. disableInstallers: if we don't want to run installers and if we want that modules are implicitely installed. enableAllModules: if we want that all modules have an implicite access value to 2    * added the support of two new configuration options. disableInstallers: if we don't want to run installers and if we want that modules are implicitely installed. enableAllModules: if we want that all modules have an implicite access value to 2
-   Javascript datepicker: it didn't work with IE8  +   Fixed compilation bug in the jelix extension, with php 5.3. 
-   add a link to disconnect the user, in the login zone+   added new interfaces of jelix 1.2 in the php extension
    * fixed errors in the sqlite driver for jdb, in the implementation of Iterator    * fixed errors in the sqlite driver for jdb, in the implementation of Iterator
 +   * jDb, fixed a regression: there was multiple connection for a same profile, when using aliases
 +   * jdao, bug with count + distinct clause in sqlite
 +   * ociDbTools::getFieldList didn't work. Added a sequence parameter to the jDbTools::getFieldList so we can indicate the sequence name for the autoincremented primary key. added this sequence parameter in the createdao command too.
 +   * jForms: modified values are not well detected for listbox and checkboxes
 +   * jAuth shouldn't have dependencies with jAcl/jAcl2. moved some code into listeners.
 +   * Fixed bugs in the memcache plugin of jCache and jKVDb, for some versions of the memcache extension of PHP, et fixed the support of float values during incrementation/decrementation
 +   * added lock on jCache::call to prevent multiple calls on CPU high-consuming functions
 +   * Javascript datepicker: it didn't work with IE8 
    * there was an error 'entry point unknow' when calling the command createentrypoint, and when the application does not have a standard index.php entry point    * there was an error 'entry point unknow' when calling the command createentrypoint, and when the application does not have a standard index.php entry point
    * fixed a bad formated string for errors log    * fixed a bad formated string for errors log
    * fixed a notice in the error handler    * fixed a notice in the error handler
 +   * jIniFile: Fixed lack of support of boolean values
 +   * add a link to disconnect the user, in the login zone
 +   * fixed links into the template of the checkinstall zone
 +   * image plugin: alt attribute is not generated when it is empty
 +   * updated the relaxng schema of xml files of jelix
 +   * fixed sql script to install testapp with pgsql
 +   * some little corrections on sql script of jacl2db, for pgsql
 +   * installwizard, dbprofile page: port and search_path was not supported
  
  

en/changelog/1.2.txt · Last modified: 2012/04/15 08:26 by laurent

Recent changes RSS feed Creative Commons License