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
Last revisionBoth sides next revision
en:changelog:1.1rc1 [2008/12/04 09:59] laurenten:changelog:1.1rc1 [2008/12/21 15:52] goofy
Line 1: Line 1:
 ====== Jelix 1.1rc1 ====== ====== Jelix 1.1rc1 ======
  
-**Still in development** but soon to be releasedDevelopped in the trunk directory +This page is listing updates and enhancements added since the 1.1beta1 version, and that will be available in the future 1.1rc1 version.
  
-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-1213**
- +
-**Changelog updated until : SVN-1188**+
  
 ===== Main improvements ===== ===== Main improvements =====
Line 26: Line 24:
   * 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)+  * jControllerDaoCrudnew _getForm and _createForm methods so we can redefine them to personnalize the form before its use. 
 +  * jDb: 
 +     * removed support of old PDO version for PHP 5.0 and constants JPDO* 
 +     * jDbConnection::query() and jDbResultset::setFetchMode() have now the same API as PDO::query() and PDOStatement::setFetchMode() 
 +     * added support of FETCH_INTO
   * 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.
      * new configuration option selecting default builder (#696) (tplplugins section: defaultJformsBuilder = mybuilder)      * new configuration option selecting default builder (#696) (tplplugins section: defaultJformsBuilder = mybuilder)
      * new method addControlBefore() to dynamically add a control before another (#728)      * new method addControlBefore() to dynamically add a control before another (#728)
-     * 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 initModifiedControlsList() (#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) +     new controls <date> and <datetime>, and it displays 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)
      * new syntax to display result of expressions : {=$expr...}      * new syntax to display result of expressions : {=$expr...}
   * new class jImageModifier to handle easily image modifications and display. issued from image tpl plugin (#604).   * new class jImageModifier to handle easily image modifications and display. issued from image tpl plugin (#604).
 +  * jAuth:
 +     * new method jAuth::getDriverParam() to retrieve easily a parameter of the configuration of a jauth driver.
 +     * the user in session is now updated when the call of jAuth::updateUser is called for the current user (#461)
 +  * new class jImageModifier to ease modification and caching of images. code issued from image template plugin (#604)
   * jIniFileModifier : support '@' and ':' chars in section names.   * jIniFileModifier : support '@' and ':' chars in section names.
 +  * new class  jIniMultiFilesModifier.
   * Jelix-Scripts :   * Jelix-Scripts :
     * createapp : application documentroot can be indicated optionnally (it still defaults to your_app/www) (#163)     * createapp : application documentroot can be indicated optionnally (it still defaults to your_app/www) (#163)
Line 52: Line 58:
   * new specs for module.xml, plugin.xml et project.xml.   * new specs for module.xml, plugin.xml et project.xml.
   * jQuery update, jQuery UI added.   * jQuery update, jQuery UI added.
-  * TCPDF update, version 4.2.004+  * TCPDF update, version 4.2.006
   * clearbricks classes update, version svn-192.   * clearbricks classes update, version svn-192.
   * PHPMailer update, version 2.3 (jMailer and PHPMailer now clearly separated)   * PHPMailer update, version 2.3 (jMailer and PHPMailer now clearly separated)
Line 67: Line 73:
   * jForms :   * jForms :
       * radiobuttons with value=0 were mistakenly selected (#691)       * radiobuttons with value=0 were mistakenly selected (#691)
-      * items in <menulist> with value=0 were mistakenly selected (#755) +      * jFormsDataContainer::clear() didn't clear everytings
-      * fixes client-side validation of secret confirmation field (#751)+
   * fixes in relaxNG schema   * fixes in relaxNG schema
   * fixes in history template plugin    * fixes in history template plugin 
   * fixes in junittests module (#729)   * fixes in junittests module (#729)
-  * fixes in check_install script (#748)+  * removed a useless parameter to jCmdlineCoordinator::getErrorCode
  
 ====== 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