Quick links: Content - sections - sub sections
EN FR

Trace: creation-application using-dao syntax erreurs-1.1 1.2.x credits modules 1.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:changelog:1.2 [2010/11/24 16:09] laurenten:changelog:1.2 [2012/04/15 08:26] (current) – [Migrating from Jelix 1.1.x] laurent
Line 3: Line 3:
 ====== Jelix 1.2 ====== ====== Jelix 1.2 ======
  
-**Still in development**. This page is listing updates and enhancements added since 1.1.x versionand that will be available for the future 1.2 version. +Released on december22th, 2010. [[https://bitbucket.org/jelix/jelix-1.2.x/changesets/37dfdb261688|changeset: 37dfdb261688]]
- +
-Changelog updated as of: [[http://bitbucket.org/jelix/jelix-trunk/changesets/9fb07dec113d|9fb07dec113d]]+
  
  
Line 42: Line 40:
 ===== Migrating from Jelix 1.1.x ===== ===== Migrating from Jelix 1.1.x =====
  
-Read [[en:manual-1.2:installation:migrate|the corresponding chapter]] in the manual of Jelix 1.2.+Read [[http://docs.jelix.org/en/manual-1.2/installation/migrate|the corresponding chapter]] in the manual of Jelix 1.2.
  
 ===== Details of changes ===== ===== Details of changes =====
Line 51: Line 49:
  
 ==== Bugs fixed for 1.2 ==== ==== Bugs fixed for 1.2 ====
 +
 +   * ticket #1244: lastInsertId in the mysql driver should use the link identifier.
 +   * ticket #1245: added the possibility to inject js code before js links in the html response
 +
 +==== Bugs fixed for 1.2RC3 ====
 +
  
    * 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