Quick links: Content - sections - sub sections
EN

Trace:

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
Next revisionBoth sides next revision
en:changelog:1.0 [2008/01/02 23:20] laurenten:changelog:1.0 [2008/01/09 13:16] laurent
Line 3: Line 3:
   * RC1 : svn-711 (12/18/2007)   * RC1 : svn-711 (12/18/2007)
   * RC2 : svn-725 (01/02/2008)   * RC2 : svn-725 (01/02/2008)
 +  * 1.0 : svn-731 01/08/2008
  
- +===== Main improvements since 1.0b3.1=====
-===== Main improvements =====+
  
   * Compatible with PHP 5.2 and higher ( [[http://jelix.org/en/news/post/jelix-supports-gophp5|GOPHP5 campaign]])   * Compatible with PHP 5.2 and higher ( [[http://jelix.org/en/news/post/jelix-supports-gophp5|GOPHP5 campaign]])
Line 89: Line 89:
   * jDao:   * jDao:
       * Autoincremented fields and calculated fields other than primary keys were not updated in the record object, when it was inserted into the database (#11)       * Autoincremented fields and calculated fields other than primary keys were not updated in the record object, when it was inserted into the database (#11)
 +      * SQL errors when using deleteBy() (#376)
   * jForms:   * jForms:
       * if a dao property was not required and the corresponding field in jforms was empty, the updated or inserted value in the database was not null (#305)       * if a dao property was not required and the corresponding field in jforms was empty, the updated or inserted value in the database was not null (#305)
Line 96: Line 97:
       * on IE, submitted values of buttons are labels instead of their real values (#334)       * on IE, submitted values of buttons are labels instead of their real values (#334)
       * when a field is empty, it didn't use the default value of the corresponding dao property when saving values in a dao (#342)       * when a field is empty, it didn't use the default value of the corresponding dao property when saving values in a dao (#342)
-  * Errors when using jForms with multiple keys (#306)+      * Errors when using jForms with multiple keys (#306
 +      * jforms.js file was not included when using formfull plugin (#360)
   * jDb:    * jDb: 
       * fixed bugs in jDb::getTools, mysqlDbTools and pgsqlDbTools       * fixed bugs in jDb::getTools, mysqlDbTools and pgsqlDbTools
       * fixed bugs in sqliteDbTools (#336)       * fixed bugs in sqliteDbTools (#336)
 +      * bad error message when connection was closed after a timeout (#359)
   * Bad generated path in JELIX_APP_WWW_PATH with windows (#331)   * Bad generated path in JELIX_APP_WWW_PATH with windows (#331)
   * jResponseBinary: bad headers for the download with IE (#337)   * jResponseBinary: bad headers for the download with IE (#337)
   * jAuth: error 'jDummyAuthUser class not found' in some case (#352)   * jAuth: error 'jDummyAuthUser class not found' in some case (#352)
 +  * Notice on the use of a deprecated constant jSON_LOOSE_TYPE (#316)
 +  * Notice on a undefined variable in jMailer (#314)
 +  * Bad escape in a string in the javascript part of jforms (#326)
 +  * Errors in help messages in jelix-scripts (#328)
 +  * bad display of the calls stack in exception handler (#356)
 +  * Bad generated url when a controller was not indicated in urls.xml (#364)
 +  * //notFoundAct// config parameter is supported now by the simple url engine (#219)
 +
 +
 +==== Bugs fixed between 1.0RC1 and 1.0RC2 ====
 +
 +  * jMailer, bad encoding of characters in the subject (#374)
 +  * Forms, impossible to save an empty selection with saveControlToDao (#384)
 +  * infinite loop when throwing exception in a specific lang in which error messages don't exist (#387)
 +  * bad behaviors about urls when running jelix on a server with PHP-CGI or SUPHP (#390)
 +  * No explicit error when after_login or after_logout aren't set (#388)
 +  * bad values in the config file of auth plugin in jauth module (#393)
 +  * enableOldActionSelector option should not be in the defaultconfig template if ENABLE_OLD_ACTION_SELECTOR=0 (#391)
 +  * error 'jDummyAuthUser class not found' when migrating from jelix beta to RC1 (#395)
 +  * fails of few unit tests with jFilter + filter extension + some other notices (#394)
 +
 +==== Bugs fixed between 1.0RC2 and 1.0 ====
 +
 +  * jforms: added span and classes around checkboxes and radiobuttons
 +  * jDao, bad generated query when calling countBy. order clause is not allowed here, and a WHERE keyword is generated even if conditions are empty (#398)
 +  * notFoundAct was not used in some cases when using significant url engine and for default entry point (#401)
 +  * Removed a notice on REMOTE_ADDR in cli sapi (#404)
 +
  
  

en/changelog/1.0.txt · Last modified: 2008/01/21 13:27 by 127.0.0.1

Recent changes RSS feed Creative Commons License