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.1rc1 [2008/12/01 12:30] biboen:changelog:1.1rc1 [2008/12/04 09:59] laurent
Line 1: Line 1:
 ====== Jelix 1.1rc1 ====== ====== Jelix 1.1rc1 ======
  
-**Still in development** but soon to be released. Developped in the trunk directory.  Here are the updates and enhancements added since the 1.1beta1 version, and that will be available in the future 1.1rc1 version.+**Still in development** but soon to be released. Developped in the trunk directory.  
  
-**Changelog updated until : SVN-1187**+this page list updates and enhancements added since the 1.1beta1 version, and that will be available in the future 1.1rc1 version. 
 + 
 +**Changelog updated until : SVN-1188**
  
 ===== Main improvements ===== ===== Main improvements =====
Line 9: Line 11:
 ==== Updating from Jelix 1.0.x ==== ==== Updating from Jelix 1.0.x ====
  
-See [[en:changelog:1.1beta1]], and the following para.+Read the [[en:manual-1.1:installation:migrate|instructions in the manual]].
  
 ==== Updating from Jelix 1.1b1 ==== ==== Updating from Jelix 1.1b1 ====
Line 24: Line 26:
   * small controller optimizations for opt build.   * small controller optimizations for opt build.
   * new configuration option to disable zone caching globally (#717) (zones section: disableCache = on|off)   * new configuration option to disable zone caching globally (#717) (zones section: disableCache = on|off)
 +  * jDB : support of LIMIT clause added to jDbPDOConnection/sqlite (#727)
   * jForms :   * jForms :
      * automatic protection against CSRF attack (#748). A new attribute allowAnyOrigin can disable the protection if set in xml descriptive files. At API level a new property is declared jFormsBase::securityLevel.      * automatic protection against CSRF attack (#748). A new attribute allowAnyOrigin can disable the protection if set in xml descriptive files. At API level a new property is declared jFormsBase::securityLevel.
Line 30: Line 33:
      * getModifiedControls changed. it returns the list of modified controls since last call to resetModifiedControlsList() (#700).      * getModifiedControls changed. it returns the list of modified controls since last call to resetModifiedControlsList() (#700).
      * support of external absolute url for form action (http and https) (#710)      * support of external absolute url for form action (http and https) (#710)
 +     * added a datepicker js control based on jQuery UI datepicker (#196)
 +     
   * jTpl :   * jTpl :
      * new plugin to display PHP contstants (only in trusted templates)      * new plugin to display PHP contstants (only in trusted templates)
Line 40: Line 45:
     * new constants can be edited in scripts.conf.php (author, copyright, license...) to fill automatically heading comments of php files, module.xml, plugin.xml and project.xml.     * new constants can be edited in scripts.conf.php (author, copyright, license...) to fill automatically heading comments of php files, module.xml, plugin.xml and project.xml.
     * new command createentrypoint : create an entry point with your type of choice.     * new command createentrypoint : create an entry point with your type of choice.
-  * module auth enhanced redirection to a referring page (origin of the request to auth module) (#658)+  * module auth  
 +    * enhanced redirection to a referring page (origin of the request to auth module) (#658) 
 +    * created a new response htmlauth for better customization 
   * new modifier for jDiff (Diff) (#720)   * new modifier for jDiff (Diff) (#720)
   * new script jelix_check_server.php checking jelix compatibility against a server (#409).   * new script jelix_check_server.php checking jelix compatibility against a server (#409).
Line 53: Line 60:
 ==== Bug fixes ==== ==== Bug fixes ====
  
-  * all bug fixed in the 1.0.x branch since 1.0.5+  * all bug fixed in the 1.0.x branch and 1.1beta1 
 +  * core : 
 +      * some criticall errors were not reported with css, text et cmdline resposnes (#678)  
 +      * error in checkTrustedModules list checking (#715) 
 +      * bug using SOAP response with an opcode cache enabled (#705) 
 +  * jForms : 
 +      * radiobuttons with value=were mistakenly selected (#691) 
 +      * items in <menulist> with value=0 were mistakenly selected (#755) 
 +      * fixes client-side validation of secret confirmation field (#751) 
 +  * fixes in relaxNG schema 
 +  * fixes in history template plugin  
 +  * fixes in junittests module (#729) 
 +  * fixes in check_install script (#748)
  
 ====== Other versions ====== ====== Other versions ======
  
   * [[en:changelog|Return to changelog]]   * [[en:changelog|Return to changelog]]

en/changelog/1.1rc1.txt · Last modified: 2012/04/15 08:21 by laurent

Recent changes RSS feed Creative Commons License