Quick links: Content - sections - sub sections
EN FR

Trace: 1.1 1.8.x 1.3

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.3 [2011/08/29 12:56] – [Enhancements] typo foxmasken:changelog:1.3 [2012/04/15 08:27] (current) – [Migrating from Jelix 1.2.x] laurent
Line 3: Line 3:
 ====== Jelix 1.3 ====== ====== 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.+This page is listing updates and enhancements added since 1.2.x version, and that are available for the 1.3 version.
  
-Changelog updated as of[[https://github.com/jelix/jelix/commit/4c45a83c3f0b8c61c3a6|4c45a83c3f0b8c61c3a6]]+Release date18/10/2011
  
-See [[en:manual-1.3-changes|the documentation of new features here]]. 
          
  
Line 26: Line 25:
 ===== Migrating from Jelix 1.2.x ===== ===== Migrating from Jelix 1.2.x =====
  
-  * **READ THE [[en:manual-1.3-changes#migrating-from-jelix-1.2-to-jelix-1.3|MIGRATION TUTORIAL]]**.+  * **READ THE [[http://docs.jelix.org/en/manual-1.3/installation/migrate|MIGRATION TUTORIAL]]**.
  
 ===== Details of changes in 1.3b1 ===== ===== Details of changes in 1.3b1 =====
Line 94: Line 93:
 And all bug fixes from the 1.2.x branch (1.2.0, 1.2.1, 1.2.2). And all bug fixes from the 1.2.x branch (1.2.0, 1.2.1, 1.2.2).
  
-===== Details of changes since 1.3b1 =====+===== Details of changes in 1.3RC1 =====
  
 ==== Improvements ==== ==== Improvements ====
Line 147: Line 146:
 And all bug fixes from the 1.2.x branch (1.2.3, 1.2.4, 1.2.5). And all bug fixes from the 1.2.x branch (1.2.3, 1.2.4, 1.2.5).
  
 +
 +
 +===== Details of changes in 1.3RC2 =====
 +
 +==== Critical bug fixes ====
 +
 +  * XSS Vulnerability in the form of the module jauth. In the template “auth~login.form”, the variable $login was not escaped.
 +
 +==== Other bug fixes ====
 +
 +  * ticket #1426 - the datepicker in jforms was not initialized with the given date. Regression after the update of jQueryUI.
 +  * 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.
 +  * Fixed a regression in the support of Minify: first CSS/JS was minified even if it shouldn't.
 +
 +
 +===== Details of changes in 1.3RC3 =====
 +
 +==== Critical bug fixes ====
 +
 +  * none
 +
 +==== Other bug fixes ====
 +
 +  * Fixed a regression: jAcl2db did not worked anymore with postgresql. bad field type in the database.
 +  * the authlogout listener of jacl2db now clear the jAcl2DbUserGroup cache
 +  * junittests now takes care about the new 'skip' api of simpletest
 +  * jDaoConditions: exceptions should be thrown when a given property is unknown
 +  * Jelix-scripts: chmod values were not used correctly.
 +  * Jelix-scripts: the createapp command did not take the values of newAppInfoLocale and newAppInfoCopyright.
 +  * In PHPUnit tests for an application, the coordinator and the configuration should be available in global variables. tests in modules  may need them
 +
 +==== Improvements ====
 +
 +  * jUnitTestCase: added methods to allow to do things before and after the run of all tests of a class
 +  * Jelix-scripts: createdaocrud command now generates urls in the urls.xml file of the module, when the application is using the significant url engine.
 +  * Jelix-scripts: added a new command resetfilesrights
 +  * PHPUnit launcher: Added help for specific options for jelix tests
 +
 +
 +===== Details of changes in 1.3 final =====
 +
 +   * Fixed infinite loop when ob_end_clean fails, during the display of an error page
 +   * ticket #1432 - date_format should support timestamp as parameter
 +   * Redirection should be allowed with almost of type of request
  
 ====== Other versions ====== ====== Other versions ======

en/changelog/1.3.1314622601.txt.gz · Last modified: 2011/08/29 12:56 (external edit)

Recent changes RSS feed Creative Commons License