Quick links: Content - sections - sub sections
EN

Trace: 1.8.x download irc faq 1.1 1.0.4

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.0.4 [2008/04/23 14:12] biboen:changelog:1.0.4 [2008/06/02 13:02] (current) laurent
Line 1: Line 1:
 ====== Jelix 1.0.4 ====== ====== Jelix 1.0.4 ======
  
-Not yet in developpement. +June, 02, 2008. SVN-975.
-**Current development version: SVN-** +
- +
- +
  
 ===== Updating from Jelix 1.0.3 ===== ===== Updating from Jelix 1.0.3 =====
  
-This release fix only some few little bugs. You can update jelix safely and you don't have to do change in your source code except for a configuration parameter. Here instructions:+This release fix only some few little bugs. You can update jelix safely and you don't have to do change in your source code. Here instructions:
  
   * You can replace safely the lib directory by the new one provided in the jelix 1.0.4 package.   * You can replace safely the lib directory by the new one provided in the jelix 1.0.4 package.
   * delete all files in the temp/ directories   * delete all files in the temp/ directories
-  * In configuration files, add start=1 parameter in your sessions section 
  
  
 ===== Little improvements ===== ===== Little improvements =====
-  * Added a configuration parameter to disable sessions + 
 +  * Added a configuration parameter "start" to disable sessions (#506) 
 +  * <script /> tags didn't end with a newline in jResponseHtml (#536) 
 +  * new template plugin: image shadow (#502) 
 +  * few improvements in the plugin image  (#559, #560) 
 +  * jLocale now works  with language code without country (#95)
  
 ===== Bugs fixed ===== ===== Bugs fixed =====
 +
 +  * jforms
 +     * jForms html shouldn't generate readonly attribute on select (#550)
 +     * fixed bug in jFormsBase::saveToDao
 +     * jForms shouldn't get values from the request for readonly fields (#551)
 +     * form plugin create always a form with method post (#592)
 +     * fixed bugs in jforms.js  (#554)
 +  * fix bug in sqlite.daobuilder : insert() query generated in the dao always used the autoincrement field even if it was not provided
 +  * jDao : attribute groupby was forbidden for a method selectfirst (#447)
 +  * Changed the setting of charset with the client connection, in mysql.dbconnection.php (#97)
 +  * jResponseZip:
 +     * on Windows, files are view like folders (#538)
 +     * empty dirs were not included in the archive (#570)
 +  * jelix-scripts : createdao and createdaocrud, there was no error when generating a dao from a table which doesn't contain a primary key (#402)
 +  * jTpl: 
 +      * some html plugins couldn't be used in other response type (#548)
 +      * bad support of round brackets in 'if' statements (#573)
 +  * Corrects the characters escaped in firebug (#557)
 +  * jelix module was forbidden when checkTrustedModules was enabled. It shouldn't.
 +  * jUrl::toString didn't removed multiple '/' between the scriptName and the pathInfo (#599)
 +  * significant url engine : there was a bug when using a handler without indicating action (#476)
  
 ---- ----
   * [[en:changelog:1.0.3|Previous version: 1.0.3]]   * [[en:changelog:1.0.3|Previous version: 1.0.3]]
-  * [[en:changelog|Return to changelog]] +  * [[en:changelog:1.0.5|Next version: 1.0.5]]
  

en/changelog/1.0.4.1208959921.txt.gz · Last modified: 2008/05/02 09:52 (external edit)

Recent changes RSS feed Creative Commons License