Quick links: Content - sections - sub sections
EN FR

Trace: 1.7.x 1.2rc1 1.4 1.3 1.1 1.0 jevent 1.3 jelixnews-1.8 hall-of-fame

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/10/24 08:43] 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/54326085b4ff/|54326085b4ff]]+
  
  
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 =====
  
-See list of details in [[en:changelog:1.2beta1|the changelog of 1.2beta1]] and in [[en:changelog:1.2RC1|the changelog of 1.2RC1]] Here are changes appeared since the release of 1.2RC1.+See list of details in [[en:changelog:1.2beta1|the changelog of 1.2beta1]] and in [[en:changelog:1.2RC1|the changelog of 1.2RC1]]
 + 
 +Here are changes appeared since the release of 1.2RC1. 
 + 
 +==== 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 
 +   * Fixed compilation bug in the jelix extension, with php 5.3. 
 +   * added new interfaces of jelix 1.2 in the php extension 
 +   * 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 
 +   * fixed a bad formated string for errors log 
 +   * 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 
 + 
 + 
 +==== Bugs fixed for 1.2 RC2 ====
  
-==== Enhancementsnew features ====+  * jFormsDatasourcefor datasources with criteria, jdao::get should be called when labelmethod is not given 
 +  * Fixed bug: Installers called upgraders for versions higher than the module version 
 +  * ticket #1211: jMailer: error when setting "From:" from a template 
 +  * Fixed regression in the installWizard: it didn't take care anymore of the result code of the process of a page 
 +  * ticket #1219: ldap auth plugin, bad conditionnal statement 
 +  * jUnitTestcaseDb didn't enclose field names and table names in queries
  
 +Little improvement:
 +  * added a -ver option to the command createmodule
  
-==== Bug fixes ==== 
  
  

en/changelog/1.2.1287909790.txt.gz · Last modified: 2010/10/24 08:43 by laurent

Recent changes RSS feed Creative Commons License